@uqds/card 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/card",
3
- "version": "0.0.12-alpha.0",
3
+ "version": "0.0.13-alpha.0",
4
4
  "description": "Card components",
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.12-alpha.0"
43
+ "@uqds/core": "^1.0.0"
44
44
  },
45
- "gitHead": "125e487dfd2f7e46f2b29cc0e8646b92e61d6f2c"
45
+ "gitHead": "07bdc5a8169d386baae8ea4ffa5b4a75fc7e9ebb"
46
46
  }
@@ -11,7 +11,7 @@
11
11
  border: 1px solid core.$uq-neutral-light60;
12
12
  border-radius: core.$space-xs;
13
13
  color: core.$uq-neutral-dark60;
14
- line-height: core.$space-m;
14
+ line-height: core.$space-l;
15
15
  overflow-wrap: break-word;
16
16
  word-wrap: break-word;
17
17
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  &:hover,
32
32
  &:focus {
33
- box-shadow: 0 core.$space-s core.$space
33
+ box-shadow: 0 core.$space-s core.$space-m
34
34
  rgba(core.$uq-neutral-dark80, 0.15);
35
35
  }
36
36
  }
@@ -67,7 +67,7 @@
67
67
  }
68
68
  &__content {
69
69
  flex-grow: 1;
70
- padding: core.$space-m;
70
+ padding: core.$space-l;
71
71
 
72
72
  :last-child .uq-card__title {
73
73
  margin-bottom: core.$space-none;
@@ -87,7 +87,7 @@
87
87
  }
88
88
 
89
89
  &__actions {
90
- padding: core.$space-none core.$space-m core.$space-m;
90
+ padding: core.$space-none core.$space-l core.$space-l;
91
91
 
92
92
  p:last-child {
93
93
  margin-bottom: core.$space-none;
@@ -177,10 +177,10 @@
177
177
  }
178
178
  }
179
179
  &__content {
180
- padding: core.$space-m;
180
+ padding: core.$space-l;
181
181
 
182
182
  @media #{core.$screen-md-up} {
183
- padding: core.$space-xxxl core.$space-xxxl core.$space-m;
183
+ padding: core.$space-xxxxl core.$space-xxxxl core.$space-l;
184
184
  }
185
185
  }
186
186
  &__body {
@@ -190,10 +190,10 @@
190
190
  }
191
191
 
192
192
  &__actions {
193
- padding: core.$space-none core.$space-m core.$space-m;
193
+ padding: core.$space-none core.$space-l core.$space-l;
194
194
 
195
195
  @media #{core.$screen-md-up} {
196
- padding: core.$space-none core.$space-xxxl core.$space-xxxl;
196
+ padding: core.$space-none core.$space-xxxxl core.$space-xxxxl;
197
197
  }
198
198
  }
199
199
  }
@@ -53,7 +53,7 @@ $card-shaded-bg: core.$uq-neutral-light80;
53
53
  min-width: 50%;
54
54
  }
55
55
  .uq-card__content {
56
- padding: core.$space-none core.$space;
56
+ padding: core.$space-none core.$space-m;
57
57
  }
58
58
  .uq-card__title {
59
59
  margin: core.$space-none core.$space-none core.$space-s;
@@ -62,7 +62,7 @@ $card-shaded-bg: core.$uq-neutral-light80;
62
62
  display: none;
63
63
  }
64
64
  .uq-card__actions {
65
- padding: core.$space-none core.$space core.$space-none;
65
+ padding: core.$space-none core.$space-m core.$space-none;
66
66
  }
67
67
  }
68
68
  }