@uqds/sections 0.0.15-alpha.1 → 0.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/main.css CHANGED
@@ -1 +1 @@
1
- .uq-section{padding-top:3.5rem;padding-bottom:3.5rem;overflow:hidden}.uq-section__container{margin-left:1rem;margin-right:1rem}@media(min-width: 32.5rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:30.5rem}}@media(min-width: 37.5rem){.uq-section__container{margin-left:3.25rem;margin-right:3.25rem;max-width:none}}@media(min-width: 64.25rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:57.75rem}}@media(min-width: 75rem){.uq-section__container{margin-left:8.375rem;margin-right:8.375rem;max-width:none}}@media(min-width: 90rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:73.25rem}}.uq-section__header,.uq-section__content{padding-left:.5rem;padding-right:.5rem;width:100%}@media(min-width: 37.5rem){.uq-section__header,.uq-section__content{padding-left:.75rem;padding-right:.75rem}}@media(min-width: 75rem){.uq-section__header,.uq-section__content{padding-left:1rem;padding-right:1rem}}.uq-section__title{margin-top:0}.uq-section--padding-top-large{padding-top:5.5rem}.uq-section--padding-bottom-large{padding-bottom:5.5rem}.uq-section--padding-top-none{padding-top:0}.uq-section--padding-bottom-none{padding-bottom:0}.uq-section--shaded{background-color:#f7f6f5}.uq-section--centered .uq-section__header,.uq-section--centered .uq-section__content{text-align:center}@media(min-width: 75rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:.5rem;padding-right:.5rem;margin-left:18.75%;width:62.5%;float:left}}@media(min-width: 75rem)and (min-width: 37.5rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:.75rem;padding-right:.75rem}}@media(min-width: 75rem)and (min-width: 75rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:1rem;padding-right:1rem}}
1
+ .uq-section{padding-top:3.5rem;padding-bottom:3.5rem;overflow:hidden}.uq-section__container{margin-left:1rem;margin-right:1rem}@media(min-width: 32.5rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:30.5rem}}@media(min-width: 37.5rem){.uq-section__container{margin-left:3.25rem;margin-right:3.25rem;max-width:none}}@media(min-width: 64.25rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:57.75rem}}@media(min-width: 75rem){.uq-section__container{margin-left:8.375rem;margin-right:8.375rem;max-width:none}}@media(min-width: 90rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:73.25rem}}.uq-section__header,.uq-section__content{padding-left:.5rem;padding-right:.5rem;width:100%}@media(min-width: 37.5rem){.uq-section__header,.uq-section__content{padding-left:.75rem;padding-right:.75rem}}@media(min-width: 75rem){.uq-section__header,.uq-section__content{padding-left:1rem;padding-right:1rem}}.uq-section__title{margin-top:0}.uq-section--padding-top-large{padding-top:5.5rem}.uq-section--padding-bottom-large{padding-bottom:5.5rem}.uq-section--padding-top-none{padding-top:0}.uq-section--padding-bottom-none{padding-bottom:0}.uq-section--shaded{background-color:#f3f3f4}.uq-section--centered .uq-section__header,.uq-section--centered .uq-section__content{text-align:center}@media(min-width: 75rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:.5rem;padding-right:.5rem;margin-left:18.75%;width:62.5%;float:left}}@media(min-width: 75rem)and (min-width: 37.5rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:.75rem;padding-right:.75rem}}@media(min-width: 75rem)and (min-width: 75rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:1rem;padding-right:1rem}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uqds/sections",
3
- "version": "0.0.15-alpha.1",
3
+ "version": "0.1.0-alpha.0",
4
4
  "description": "page sections",
5
5
  "keywords": [
6
6
  "uqds",
@@ -40,8 +40,8 @@
40
40
  "url": "https://github.com/uq-its-ss/design-system/issues"
41
41
  },
42
42
  "dependencies": {
43
- "@uqds/core": "^1.1.2-alpha.0",
44
- "@uqds/grid": "^0.0.15-alpha.1"
43
+ "@uqds/core": "^1.2.0-alpha.0",
44
+ "@uqds/grid": "^0.0.15-alpha.2"
45
45
  },
46
- "gitHead": "7bc2907aa0e1240b884da2cb260591deff3ab811"
46
+ "gitHead": "78891f49ec037688e08f67f30a52691404325da7"
47
47
  }
@@ -56,7 +56,7 @@
56
56
 
57
57
  // Shaded background
58
58
  &--shaded {
59
- background-color: $section-shaded-bg;
59
+ background-color: core.$grey-50;
60
60
  }
61
61
 
62
62
  // Centers section header and content
@@ -1,4 +1 @@
1
1
  // Variables, functions, and mixins
2
- @use "@uqds/core/src/scss/global" as core;
3
-
4
- $section-shaded-bg: core.$uq-neutral-light80;