@drivy/cobalt 0.28.4 → 0.29.1

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": "@drivy/cobalt",
3
- "version": "0.28.4",
3
+ "version": "0.29.1",
4
4
  "description": "Opinionated design system for Drivy's projects.",
5
5
  "main": "src/index.js",
6
6
  "types": "types/index.d.ts",
@@ -65,7 +65,7 @@
65
65
  "@types/react": "18.0.26",
66
66
  "@whitespace/storybook-addon-html": "^5.1.1",
67
67
  "autoprefixer": "10.4.13",
68
- "core-js": "3.27.1",
68
+ "core-js": "3.27.2",
69
69
  "css-loader": "6.7.3",
70
70
  "eslint": "8.32.0",
71
71
  "file-loader": "6.2.0",
@@ -13,8 +13,6 @@
13
13
  padding: 0;
14
14
  min-width: 16rem;
15
15
 
16
- overflow: hidden;
17
-
18
16
  border-radius: border-radius(lg);
19
17
  }
20
18
  }
@@ -101,5 +101,5 @@
101
101
  font-weight: 700;
102
102
  line-height: 1.5rem;
103
103
  text-transform: uppercase;
104
- color: #757575;
104
+ color: var(--c-l-graphite-light);
105
105
  }