@uqds/card 3.0.0-alpha.8 → 3.0.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": "3.0.0-alpha.8",
3
+ "version": "3.0.0",
4
4
  "description": "Card components",
5
5
  "keywords": [
6
6
  "uqds",
@@ -41,9 +41,9 @@
41
41
  "url": "https://github.com/uq-its-ss/design-system/issues"
42
42
  },
43
43
  "dependencies": {
44
- "@uqds/core": "^4.0.0-alpha.1",
45
- "@uqds/icon": "^3.0.0-alpha.3",
46
- "@uqds/layout": "^6.0.0-alpha.3"
44
+ "@uqds/core": "^4.0.0",
45
+ "@uqds/icon": "^3.0.0",
46
+ "@uqds/layout": "^6.0.0"
47
47
  },
48
- "gitHead": "ca9ef98eea83ae2834529c7d12f621067980d76f"
48
+ "gitHead": "99bcb9f6d768ac5617f5ff843f52d3af65012867"
49
49
  }
@@ -111,7 +111,7 @@
111
111
 
112
112
  &-super {
113
113
  font-size: core.$font-size-s;
114
- font-weight: 500;
114
+ font-weight: core.$font-weight-medium;
115
115
  color: core.$purple-light;
116
116
  text-transform: uppercase;
117
117
  margin: core.$space-none core.$space-none core.$space-s;
@@ -121,7 +121,7 @@
121
121
  }
122
122
 
123
123
  &--grey {
124
- font-weight: 400;
124
+ font-weight: core.$font-weight-normal;
125
125
  color: core.$grey-800;
126
126
  }
127
127
  }