@newhighsco/chipset 6.14.3 → 6.14.6
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newhighsco/chipset",
|
|
3
3
|
"description": "Shareable, theme-able component library by New High Score",
|
|
4
|
-
"version": "6.14.
|
|
4
|
+
"version": "6.14.6",
|
|
5
5
|
"author": "New High Score <hello@newhighsco.re>",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"config": {
|
|
@@ -42,52 +42,52 @@
|
|
|
42
42
|
"format:css": "yarn lint:css --fix"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@dr.pogodin/react-themes": "1.4.
|
|
45
|
+
"@dr.pogodin/react-themes": "1.4.4",
|
|
46
46
|
"classnames": "2.3.1",
|
|
47
47
|
"react-device-detect": "2.2.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@babel/core": "7.
|
|
50
|
+
"@babel/core": "7.18.2",
|
|
51
51
|
"@babel/polyfill": "7.12.1",
|
|
52
|
-
"@babel/preset-env": "7.
|
|
53
|
-
"@babel/preset-react": "7.
|
|
54
|
-
"@commitlint/cli": "
|
|
52
|
+
"@babel/preset-env": "7.18.2",
|
|
53
|
+
"@babel/preset-react": "7.17.12",
|
|
54
|
+
"@commitlint/cli": "17.0.2",
|
|
55
55
|
"@fullhuman/postcss-purgecss": "4.1.3",
|
|
56
56
|
"@newhighsco/browserslist-config": "1.1.0",
|
|
57
|
-
"@newhighsco/commitlint-config": "1.1.
|
|
57
|
+
"@newhighsco/commitlint-config": "1.1.5",
|
|
58
58
|
"@newhighsco/editor-config": "1.2.0",
|
|
59
|
-
"@newhighsco/eslint-config": "3.2.
|
|
60
|
-
"@newhighsco/postcss-config": "3.5.
|
|
59
|
+
"@newhighsco/eslint-config": "3.2.18",
|
|
60
|
+
"@newhighsco/postcss-config": "3.5.24",
|
|
61
61
|
"@newhighsco/prettier-config": "2.1.1",
|
|
62
62
|
"@newhighsco/release-config": "1.3.4",
|
|
63
|
-
"@newhighsco/storybook-preset": "4.5.
|
|
64
|
-
"@newhighsco/stylelint-config": "3.1.
|
|
65
|
-
"@storybook/builder-webpack5": "6.
|
|
66
|
-
"@storybook/manager-webpack5": "6.
|
|
67
|
-
"@storybook/react": "6.
|
|
63
|
+
"@newhighsco/storybook-preset": "4.5.15",
|
|
64
|
+
"@newhighsco/stylelint-config": "3.1.10",
|
|
65
|
+
"@storybook/builder-webpack5": "6.5.7",
|
|
66
|
+
"@storybook/manager-webpack5": "6.5.7",
|
|
67
|
+
"@storybook/react": "6.5.7",
|
|
68
68
|
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
|
|
69
69
|
"babel-jest": "27.5.1",
|
|
70
70
|
"babel-loader": "8.2.5",
|
|
71
|
-
"chromatic": "6.5.
|
|
71
|
+
"chromatic": "6.5.6",
|
|
72
72
|
"enzyme": "3.11.0",
|
|
73
|
-
"eslint": "8.
|
|
74
|
-
"husky": "
|
|
73
|
+
"eslint": "8.17.0",
|
|
74
|
+
"husky": "8.0.1",
|
|
75
75
|
"is-ci": "3.0.1",
|
|
76
76
|
"identity-obj-proxy": "3.0.0",
|
|
77
77
|
"jest": "27.5.1",
|
|
78
78
|
"npm-run-all": "4.1.5",
|
|
79
|
-
"postcss": "8.4.
|
|
79
|
+
"postcss": "8.4.14",
|
|
80
80
|
"prettier": "2.6.2",
|
|
81
|
-
"react": "18.
|
|
82
|
-
"react-dom": "18.
|
|
81
|
+
"react": "18.1.0",
|
|
82
|
+
"react-dom": "18.1.0",
|
|
83
83
|
"sass-true": "6.1.0",
|
|
84
84
|
"semantic-release": "19.0.2",
|
|
85
|
-
"stylelint": "14.
|
|
86
|
-
"webpack": "5.
|
|
85
|
+
"stylelint": "14.8.5",
|
|
86
|
+
"webpack": "5.73.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
|
-
"react": "18.
|
|
90
|
-
"react-dom": "18.
|
|
89
|
+
"react": "18.1.0",
|
|
90
|
+
"react-dom": "18.1.0"
|
|
91
91
|
},
|
|
92
92
|
"browserslist": [
|
|
93
93
|
"extends @newhighsco/browserslist-config"
|
|
@@ -23,16 +23,18 @@
|
|
|
23
23
|
color: currentColor;
|
|
24
24
|
display: inline-block;
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
27
|
+
&:hover {
|
|
28
|
+
.logo {
|
|
29
|
+
transform: scale(1.1);
|
|
30
|
+
}
|
|
29
31
|
}
|
|
30
|
-
}
|
|
31
32
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
&:focus,
|
|
34
|
+
&:active {
|
|
35
|
+
.logo {
|
|
36
|
+
transform: scale(1);
|
|
37
|
+
}
|
|
36
38
|
}
|
|
37
39
|
}
|
|
38
40
|
}
|