@drivy/cobalt 0.26.1 → 0.26.2
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/cjs/tokens/theme.js +2 -2
- package/package.json +20 -20
- package/styles/core/_colors-map.scss +2 -2
- package/styles/core/theme.scss +2 -2
- package/tokens/theme.js +2 -2
- package/utilities.css +2 -2
package/cjs/tokens/theme.js
CHANGED
|
@@ -58,7 +58,7 @@ const text = {
|
|
|
58
58
|
accentAlt: "white/purple.500/grey.100",
|
|
59
59
|
accentAltInteractive: {
|
|
60
60
|
DEFAULT: "white/purple.500/grey.100",
|
|
61
|
-
hover: "
|
|
61
|
+
hover: "white/purple.700/grey.100"
|
|
62
62
|
},
|
|
63
63
|
info: "graphite.light/yellow.900/yellow.300",
|
|
64
64
|
error: "red/red.500/red.400",
|
|
@@ -181,7 +181,7 @@ const icon = {
|
|
|
181
181
|
accentAlt: "white/purple.500/grey.100",
|
|
182
182
|
accentAltInteractive: {
|
|
183
183
|
DEFAULT: "white/purple.500/grey.100",
|
|
184
|
-
hover: "
|
|
184
|
+
hover: "white/purple.700/grey.100"
|
|
185
185
|
},
|
|
186
186
|
info: "graphite.light/yellow.900/yellow.300",
|
|
187
187
|
error: "red/red.500/red.400",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drivy/cobalt",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.2",
|
|
4
4
|
"description": "Opinionated design system for Drivy's projects.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"lodash.throttle": "4.1.1",
|
|
33
33
|
"media-typer": "1.1.0",
|
|
34
34
|
"nanoid": "4.0.0",
|
|
35
|
-
"postcss": "8.4.
|
|
35
|
+
"postcss": "8.4.20",
|
|
36
36
|
"tailwindcss": "2.2.19",
|
|
37
37
|
"tippy.js": "6.3.7"
|
|
38
38
|
},
|
|
@@ -47,35 +47,35 @@
|
|
|
47
47
|
"@getaround-eu/stylelint-config": "1.2.5",
|
|
48
48
|
"@getaround-eu/ts-config": "2.2.0",
|
|
49
49
|
"@percy/storybook": "3.3.1",
|
|
50
|
-
"@rollup/plugin-json": "
|
|
50
|
+
"@rollup/plugin-json": "6.0.0",
|
|
51
51
|
"@rushstack/eslint-patch": "1.2.0",
|
|
52
|
-
"@storybook/addon-essentials": "6.5.
|
|
53
|
-
"@storybook/addons": "6.5.
|
|
54
|
-
"@storybook/builder-webpack5": "6.5.
|
|
55
|
-
"@storybook/manager-webpack5": "6.5.
|
|
56
|
-
"@storybook/react": "6.5.
|
|
52
|
+
"@storybook/addon-essentials": "6.5.15",
|
|
53
|
+
"@storybook/addons": "6.5.15",
|
|
54
|
+
"@storybook/builder-webpack5": "6.5.15",
|
|
55
|
+
"@storybook/manager-webpack5": "6.5.15",
|
|
56
|
+
"@storybook/react": "6.5.15",
|
|
57
57
|
"@svgr/cli": "6.5.1",
|
|
58
58
|
"@testing-library/jest-dom": "5.16.5",
|
|
59
59
|
"@testing-library/react": "13.4.0",
|
|
60
60
|
"@testing-library/react-hooks": "8.0.1",
|
|
61
61
|
"@types/classnames": "2.3.0",
|
|
62
|
-
"@types/jest": "29.2.
|
|
62
|
+
"@types/jest": "29.2.5",
|
|
63
63
|
"@types/lodash.throttle": "4.1.7",
|
|
64
64
|
"@types/media-typer": "1.1.1",
|
|
65
65
|
"@types/react": "18.0.26",
|
|
66
|
-
"@whitespace/storybook-addon-html": "^5.
|
|
66
|
+
"@whitespace/storybook-addon-html": "^5.1.1",
|
|
67
67
|
"autoprefixer": "10.4.13",
|
|
68
|
-
"core-js": "3.
|
|
69
|
-
"css-loader": "6.7.
|
|
70
|
-
"eslint": "8.
|
|
68
|
+
"core-js": "3.27.1",
|
|
69
|
+
"css-loader": "6.7.3",
|
|
70
|
+
"eslint": "8.31.0",
|
|
71
71
|
"file-loader": "6.2.0",
|
|
72
72
|
"jest": "29.3.1",
|
|
73
73
|
"jest-environment-jsdom": "29.3.1",
|
|
74
74
|
"nested-object-access": "^0.2.5",
|
|
75
|
-
"np": "7.6.
|
|
75
|
+
"np": "7.6.3",
|
|
76
76
|
"postcss-flexbugs-fixes": "5.0.2",
|
|
77
77
|
"postcss-loader": "7.0.2",
|
|
78
|
-
"prettier": "2.8.
|
|
78
|
+
"prettier": "2.8.1",
|
|
79
79
|
"raw-loader": "4.0.2",
|
|
80
80
|
"react": "18.2.0",
|
|
81
81
|
"react-dom": "18.2.0",
|
|
@@ -87,17 +87,17 @@
|
|
|
87
87
|
"rollup-plugin-postcss": "4.0.2",
|
|
88
88
|
"rollup-plugin-svgo": "2.0.0",
|
|
89
89
|
"rollup-plugin-typescript2": "0.34.1",
|
|
90
|
-
"sass": "1.
|
|
90
|
+
"sass": "1.57.1",
|
|
91
91
|
"sass-loader": "13.2.0",
|
|
92
|
-
"sharp": "0.31.
|
|
93
|
-
"sharp-cli": "
|
|
92
|
+
"sharp": "0.31.3",
|
|
93
|
+
"sharp-cli": "4.1.0",
|
|
94
94
|
"style-loader": "3.3.1",
|
|
95
|
-
"stylelint": "14.16.
|
|
95
|
+
"stylelint": "14.16.1",
|
|
96
96
|
"svg2vectordrawable": "2.9.1",
|
|
97
97
|
"svgo": "3.0.2",
|
|
98
98
|
"ts-jest": "29.0.3",
|
|
99
99
|
"ts-node": "10.9.1",
|
|
100
|
-
"typescript": "4.9.
|
|
100
|
+
"typescript": "4.9.4"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
103
|
"build": "./scripts/build.sh",
|
|
@@ -59,7 +59,7 @@ $theme-colors-map: (
|
|
|
59
59
|
accentAlt: var(--c-l-white),
|
|
60
60
|
accentAltInteractive: (
|
|
61
61
|
DEFAULT: var(--c-l-white),
|
|
62
|
-
hover: var(--c-l-
|
|
62
|
+
hover: var(--c-l-white)
|
|
63
63
|
),
|
|
64
64
|
info: var(--c-l-graphite-light),
|
|
65
65
|
error: var(--c-l-red),
|
|
@@ -182,7 +182,7 @@ $theme-colors-map: (
|
|
|
182
182
|
accentAlt: var(--c-l-white),
|
|
183
183
|
accentAltInteractive: (
|
|
184
184
|
DEFAULT: var(--c-l-white),
|
|
185
|
-
hover: var(--c-l-
|
|
185
|
+
hover: var(--c-l-white)
|
|
186
186
|
),
|
|
187
187
|
info: var(--c-l-graphite-light),
|
|
188
188
|
error: var(--c-l-red),
|
package/styles/core/theme.scss
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
--c-text-accentInteractive--hover: var(--c-l-blue);
|
|
40
40
|
--c-text-accentAlt: var(--c-l-white);
|
|
41
41
|
--c-text-accentAltInteractive: var(--c-l-white);
|
|
42
|
-
--c-text-accentAltInteractive--hover: var(--c-l-
|
|
42
|
+
--c-text-accentAltInteractive--hover: var(--c-l-white);
|
|
43
43
|
--c-text-info: var(--c-l-graphite-light);
|
|
44
44
|
--c-text-error: var(--c-l-red);
|
|
45
45
|
--c-text-errorAlt: var(--c-l-white);
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
--c-icon-accentInteractive--hover: var(--c-l-indigo);
|
|
117
117
|
--c-icon-accentAlt: var(--c-l-white);
|
|
118
118
|
--c-icon-accentAltInteractive: var(--c-l-white);
|
|
119
|
-
--c-icon-accentAltInteractive--hover: var(--c-l-
|
|
119
|
+
--c-icon-accentAltInteractive--hover: var(--c-l-white);
|
|
120
120
|
--c-icon-info: var(--c-l-graphite-light);
|
|
121
121
|
--c-icon-error: var(--c-l-red);
|
|
122
122
|
--c-icon-errorAlt: var(--c-l-red);
|
package/tokens/theme.js
CHANGED
|
@@ -54,7 +54,7 @@ const text = {
|
|
|
54
54
|
accentAlt: "white/purple.500/grey.100",
|
|
55
55
|
accentAltInteractive: {
|
|
56
56
|
DEFAULT: "white/purple.500/grey.100",
|
|
57
|
-
hover: "
|
|
57
|
+
hover: "white/purple.700/grey.100"
|
|
58
58
|
},
|
|
59
59
|
info: "graphite.light/yellow.900/yellow.300",
|
|
60
60
|
error: "red/red.500/red.400",
|
|
@@ -177,7 +177,7 @@ const icon = {
|
|
|
177
177
|
accentAlt: "white/purple.500/grey.100",
|
|
178
178
|
accentAltInteractive: {
|
|
179
179
|
DEFAULT: "white/purple.500/grey.100",
|
|
180
|
-
hover: "
|
|
180
|
+
hover: "white/purple.700/grey.100"
|
|
181
181
|
},
|
|
182
182
|
info: "graphite.light/yellow.900/yellow.300",
|
|
183
183
|
error: "red/red.500/red.400",
|
package/utilities.css
CHANGED