@uqds/side-nav 0.0.12-alpha.0 → 0.0.13-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/side-nav",
3
- "version": "0.0.12-alpha.0",
3
+ "version": "0.0.13-alpha.0",
4
4
  "description": "Side nav (title, side navigation)",
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/icon": "^0.0.12-alpha.0"
43
+ "@uqds/core": "^1.0.0",
44
+ "@uqds/icon": "^0.0.13-alpha.0"
45
45
  },
46
- "gitHead": "125e487dfd2f7e46f2b29cc0e8646b92e61d6f2c"
46
+ "gitHead": "07bdc5a8169d386baae8ea4ffa5b4a75fc7e9ebb"
47
47
  }
@@ -19,7 +19,7 @@
19
19
 
20
20
  &__title {
21
21
  margin: core.$space-none;
22
- padding: core.$space core.$space-m;
22
+ padding: core.$space-m core.$space-l;
23
23
 
24
24
  &-link {
25
25
  font-size: core.$font-size-l;
@@ -59,7 +59,7 @@
59
59
  }
60
60
 
61
61
  .uq-side-nav__link {
62
- padding: core.$space core.$space core.$space core.$space-xxl !important;
62
+ padding: core.$space-m core.$space-m core.$space-m core.$space-xxxl !important;
63
63
 
64
64
  &:hover,
65
65
  &:focus {
@@ -77,7 +77,7 @@
77
77
 
78
78
  .uq-side-nav__link {
79
79
  display: block;
80
- padding: core.$space core.$space-m;
80
+ padding: core.$space-m core.$space-l;
81
81
  color: core.$text;
82
82
  text-decoration: none;
83
83
 
@@ -103,7 +103,7 @@
103
103
  display: none; //block
104
104
  width: 3rem;
105
105
  height: 3.5rem;
106
- padding: core.$space core.$space;
106
+ padding: core.$space-m core.$space-m;
107
107
  text-indent: -100vw;
108
108
  background-image: url(icon-constants.get-icon(
109
109
  "standard--arrow-down-1",