Unverified Commit 7bb639fd authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor...

Issue #3111409 by mherchel, proeung, larowlan, alexpott, lauriii, Gábor Hojtsy, andrewmacpherson, catch, xjm, andypost, rahulrasgon, rabbitlair, mrconnerton, poojakural, boulaffasae, jerseycheese, shimpy, Indrajith KB, DuneBL, kiran.kadam911, komalkolekar, keboca, hawkeye.twolf, andrewozone, Maithri Shetty, alexdmccabe, sd9121, Sreenivas Bttv, katannshaw, mgifford, nod_, webchick, mtift, rainbreaw, Berdir, brianperry, thejimbirch, Dom., q0rban, nitesh624, hansa11, himanshu_sindhwani, kostyashupenko, shaktik, bnjmnm, sharma.amitt16, sonam.chaturvedi, steinmb, shaal, ressa, Ramya Balasubramanian, Sebacic, pradeepjha, tanmaykadam, thedrupalkid, vinitk, volkswagenchick, viappidu, vebrovski, Ujval Shah, Webbeh, Yuri, trebormc, msuthars, mrinalini9, bash247, chetanbharambe, ellenoise, anevins, andriyun, CocoM, JayKandari, ambuj_gupta, hussainweb, jhodgdon, Pooja Ganjage, ju.vanderw, jwitkowski79, MaxPah, Lokender Singh2, jponch, KarenS, KarinG, Lal_: Add new Olivero frontend theme to Drupal 9.1 core as beta; later make it stable and the default
parent 202d7681
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "deeb3ec5ad5b0a9b0aa65505ab74e2bde5255abd"
                "reference": "493f34276d92722b600d8cf70f7852260a87afd5"
            },
            "require": {
                "asm89/stack-cors": "^1.1",
@@ -631,6 +631,7 @@
                "drupal/migrate_drupal_ui": "self.version",
                "drupal/minimal": "self.version",
                "drupal/node": "self.version",
                "drupal/olivero": "self.version",
                "drupal/options": "self.version",
                "drupal/page_cache": "self.version",
                "drupal/path": "self.version",
@@ -748,7 +749,7 @@
            "dist": {
                "type": "path",
                "url": "composer/Plugin/ProjectMessage",
                "reference": "b4efdbe26634b41a1b89e4f3770a8074769088a6"
                "reference": "cad5c2853f5b733663dcc1be328f80ee233acc30"
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2",
@@ -781,7 +782,7 @@
            "dist": {
                "type": "path",
                "url": "composer/Plugin/VendorHardening",
                "reference": "d54f0b3cc8b4237f3a41a0860a808db242f9da9e"
                "reference": "3732b3fa7c1db63f41bc72d847793ea8aebf7735"
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2",
@@ -4596,9 +4597,6 @@
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
                "ext-zlib": "Allow gzip compression of HTTP requests"
            },
            "bin": [
                "bin/composer"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
      "profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/**/*",
      "tests/Drupal/Tests/Component/Annotation/Doctrine/**",
      "themes/bartik/color/preview.html",
      "themes/olivero/fonts/**",
      "COPYRIGHT.txt",
      "MAINTAINERS.txt",
      "package.json",
+2 −0
Original line number Diff line number Diff line
themes/claro/**/*.css
!themes/claro/**/*.pcss.css
themes/olivero/**/*.css
!themes/olivero/**/*.pcss.css
+25 −1
Original line number Diff line number Diff line
@@ -114,11 +114,19 @@
      "margin-right",
      "margin-bottom",
      "margin-left",
      "margin-block-start",
      "margin-block-end",
      "margin-inline-start",
      "margin-inline-end",
      "padding",
      "padding-top",
      "padding-right",
      "padding-bottom",
      "padding-left",
      "padding-block-start",
      "padding-block-end",
      "padding-inline-start",
      "padding-inline-end",

      "table-layout",
      "-webkit-columns",
@@ -325,6 +333,22 @@
      "border-left-width",
      "border-left-style",
      "border-left-color",
      "border-block-start",
      "border-block-start-width",
      "border-block-start-style",
      "border-block-start-color",
      "border-inline-end",
      "border-inline-end-width",
      "border-inline-end-style",
      "border-inline-end-color",
      "border-block-end",
      "border-block-end-width",
      "border-block-end-style",
      "border-block-end-color",
      "border-inline-start",
      "border-inline-start-width",
      "border-inline-start-style",
      "border-inline-start-color",
      "-webkit-border-radius",
      "-moz-border-radius",
      "border-radius",
@@ -436,7 +460,7 @@
    "selector-pseudo-element-colon-notation": null,
    "shorthand-property-no-redundant-values": null,
    "string-quotes": "double",
    "unit-whitelist": ["deg", "em", "ex", "ms", "rem", "%", "s", "px", "vw", "vh"]
    "unit-whitelist": ["deg", "em", "ex", "fr", "ms", "rem", "%", "s", "px", "vw", "vh"]
  },
  "ignoreFiles": [
    "assets/vendor/**/*.css",
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@
        "drupal/migrate_drupal_multilingual": "self.version",
        "drupal/migrate_drupal_ui": "self.version",
        "drupal/node": "self.version",
        "drupal/olivero": "self.version",
        "drupal/options": "self.version",
        "drupal/page_cache": "self.version",
        "drupal/path": "self.version",
Loading