@uqds/sections 0.0.12-alpha.0 → 0.0.14-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uqds/sections",
3
- "version": "0.0.12-alpha.0",
3
+ "version": "0.0.14-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": "^0.0.12-alpha.0",
44
- "@uqds/grid": "^0.0.12-alpha.0"
43
+ "@uqds/core": "^1.1.0",
44
+ "@uqds/grid": "^0.0.14-alpha.0"
45
45
  },
46
- "gitHead": "125e487dfd2f7e46f2b29cc0e8646b92e61d6f2c"
46
+ "gitHead": "3f399bb23a696bdfae45d2b23b6749dfad3aaf2d"
47
47
  }
@@ -16,8 +16,8 @@
16
16
  // .uq-section--padding-bottom-large - adds large bottom padding
17
17
 
18
18
  .uq-section {
19
- padding-top: core.$space-xxxl; // 3.5rem
20
- padding-bottom: core.$space-xxxl; // 3.5rem
19
+ padding-top: core.$space-xxxxl; // 3.5rem
20
+ padding-bottom: core.$space-xxxxl; // 3.5rem
21
21
  overflow: hidden;
22
22
 
23
23
  &__container {
@@ -36,12 +36,12 @@
36
36
 
37
37
  // Padding top large
38
38
  &--padding-top-large {
39
- padding-top: core.$space-uuul; // 5.5rem
39
+ padding-top: core.$space-uuuul; // 5.5rem
40
40
  }
41
41
 
42
42
  // Paddiing bottom large
43
43
  &--padding-bottom-large {
44
- padding-bottom: core.$space-uuul; // 5.5rem
44
+ padding-bottom: core.$space-uuuul; // 5.5rem
45
45
  }
46
46
 
47
47
  // Padding top none