@uqds/lists 0.0.8-alpha.0 → 0.0.12-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/lists",
3
- "version": "0.0.8-alpha.0",
3
+ "version": "0.0.12-alpha.0",
4
4
  "description": "The list component package",
5
5
  "keywords": [
6
6
  "uqds",
@@ -40,7 +40,7 @@
40
40
  "url": "https://github.com/uq-its-ss/design-system/issues"
41
41
  },
42
42
  "dependencies": {
43
- "@uqds/core": "^0.0.8-alpha.0"
43
+ "@uqds/core": "^0.0.12-alpha.0"
44
44
  },
45
- "gitHead": "ec1e27ff2c58ae9bdcd0eef7516ad5d57a00bafb"
45
+ "gitHead": "125e487dfd2f7e46f2b29cc0e8646b92e61d6f2c"
46
46
  }
@@ -1,5 +1,5 @@
1
- @use '@uqds/core/src/scss/global' as core;
2
- @use 'global' as *;
1
+ @use "@uqds/core/src/scss/global" as core;
2
+ @use "global" as *;
3
3
 
4
4
  // Lists
5
5
  // For listing of content such as node teasers. It can be applied to <ul> and <div> elements alike.
@@ -23,7 +23,7 @@
23
23
 
24
24
  &__item {
25
25
  list-style: none;
26
- padding: core.$space-s core.$space-none; //.75rem 0rem
26
+ padding: core.$space-s core.$space-none; // .75rem 0rem
27
27
  }
28
28
 
29
29
  &--large-spacing {
@@ -52,7 +52,7 @@
52
52
 
53
53
  &--first {
54
54
  border-top: 1px solid $border-color;
55
- padding-top: core.$space; //.75rem
55
+ padding-top: core.$space; // .75rem
56
56
  }
57
57
 
58
58
  &__date {
@@ -86,8 +86,8 @@
86
86
  &__item {
87
87
  float: left;
88
88
  list-style: none;
89
- padding: core.$space-none core.$space;//0 .75rem;
90
- margin: core.$space-none core.$space-none core.$space core.$space-none; //0 0 .75rem 0
89
+ padding: core.$space-none core.$space; // 0 .75rem;
90
+ margin: core.$space-none core.$space-none core.$space core.$space-none; // 0 0 .75rem 0
91
91
  }
92
92
 
93
93
  &--ruled {
@@ -98,7 +98,7 @@
98
98
 
99
99
  .horizontal-list__item {
100
100
  border-right: 1px solid $border-color;
101
- padding-right: core.$space; //.75rem;
101
+ padding-right: core.$space; // .75rem;
102
102
 
103
103
  &:last-child {
104
104
  border: 0;
@@ -1,4 +1,4 @@
1
- @use '@uqds/core/src/scss/global' as core;
1
+ @use "@uqds/core/src/scss/global" as core;
2
2
 
3
3
  $h3-font-size: core.$font-size-xl;
4
4
  $pane-shaded-bg: core.$uq-neutral-light80;
@@ -1 +1 @@
1
- @use 'component';
1
+ @use "component";