@newhighsco/chipset 6.16.4 → 6.16.5
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 +32 -32
- package/styles/mixins/_grid.scss +1 -1
- package/styles/mixins/_hidpi.scss +3 -1
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.16.
|
|
4
|
+
"version": "6.16.5",
|
|
5
5
|
"author": "New High Score",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"repository": {
|
|
@@ -42,47 +42,47 @@
|
|
|
42
42
|
"react-device-detect": "2.2.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@babel/core": "7.
|
|
46
|
-
"@babel/preset-env": "7.
|
|
47
|
-
"@babel/preset-react": "7.
|
|
48
|
-
"@commitlint/cli": "19.
|
|
49
|
-
"@fullhuman/postcss-purgecss": "
|
|
45
|
+
"@babel/core": "7.26.0",
|
|
46
|
+
"@babel/preset-env": "7.26.0",
|
|
47
|
+
"@babel/preset-react": "7.26.3",
|
|
48
|
+
"@commitlint/cli": "19.6.0",
|
|
49
|
+
"@fullhuman/postcss-purgecss": "7.0.2",
|
|
50
50
|
"@newhighsco/browserslist-config": "1.1.0",
|
|
51
|
-
"@newhighsco/commitlint-config": "1.1.
|
|
51
|
+
"@newhighsco/commitlint-config": "1.1.44",
|
|
52
52
|
"@newhighsco/editor-config": "1.2.0",
|
|
53
|
-
"@newhighsco/eslint-config": "4.0.
|
|
54
|
-
"@newhighsco/postcss-config": "3.5.
|
|
55
|
-
"@newhighsco/prettier-config": "2.1.
|
|
56
|
-
"@newhighsco/release-config": "1.3.
|
|
57
|
-
"@newhighsco/storybook-preset": "7.0.
|
|
58
|
-
"@newhighsco/stylelint-config": "3.1.
|
|
59
|
-
"@storybook/react-webpack5": "8.
|
|
53
|
+
"@newhighsco/eslint-config": "4.0.246",
|
|
54
|
+
"@newhighsco/postcss-config": "3.5.299",
|
|
55
|
+
"@newhighsco/prettier-config": "2.1.28",
|
|
56
|
+
"@newhighsco/release-config": "1.3.95",
|
|
57
|
+
"@newhighsco/storybook-preset": "7.0.99",
|
|
58
|
+
"@newhighsco/stylelint-config": "3.1.97",
|
|
59
|
+
"@storybook/react-webpack5": "8.4.7",
|
|
60
60
|
"@testing-library/dom": "10.4.0",
|
|
61
|
-
"@testing-library/jest-dom": "6.
|
|
62
|
-
"@testing-library/react": "16.
|
|
63
|
-
"babel-loader": "9.1
|
|
64
|
-
"chromatic": "11.
|
|
65
|
-
"concurrently": "
|
|
66
|
-
"eslint": "8.57.
|
|
67
|
-
"husky": "9.1.
|
|
61
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
62
|
+
"@testing-library/react": "16.1.0",
|
|
63
|
+
"babel-loader": "9.2.1",
|
|
64
|
+
"chromatic": "11.20.2",
|
|
65
|
+
"concurrently": "9.1.0",
|
|
66
|
+
"eslint": "8.57.1",
|
|
67
|
+
"husky": "9.1.7",
|
|
68
68
|
"identity-obj-proxy": "3.0.0",
|
|
69
69
|
"jest": "29.7.0",
|
|
70
70
|
"jest-environment-jsdom": "29.7.0",
|
|
71
71
|
"jest-environment-node-single-context": "29.4.0",
|
|
72
72
|
"jest-junit": "16.0.0",
|
|
73
|
-
"postcss": "8.4.
|
|
74
|
-
"prettier": "3.
|
|
75
|
-
"react": "
|
|
76
|
-
"react-dom": "
|
|
77
|
-
"sass-true": "8.
|
|
78
|
-
"semantic-release": "24.
|
|
79
|
-
"storybook": "8.
|
|
80
|
-
"stylelint": "16.
|
|
81
|
-
"webpack": "5.
|
|
73
|
+
"postcss": "8.4.49",
|
|
74
|
+
"prettier": "3.4.2",
|
|
75
|
+
"react": "19.0.0",
|
|
76
|
+
"react-dom": "19.0.0",
|
|
77
|
+
"sass-true": "8.1.0",
|
|
78
|
+
"semantic-release": "24.2.0",
|
|
79
|
+
"storybook": "8.4.7",
|
|
80
|
+
"stylelint": "16.11.0",
|
|
81
|
+
"webpack": "5.97.1"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"react": "
|
|
85
|
-
"react-dom": "
|
|
84
|
+
"react": "19.0.0",
|
|
85
|
+
"react-dom": "19.0.0"
|
|
86
86
|
},
|
|
87
87
|
"browserslist": [
|
|
88
88
|
"extends @newhighsco/browserslist-config"
|
package/styles/mixins/_grid.scss
CHANGED
|
@@ -148,7 +148,7 @@ $fraction-names: whole half third quarter fifth sixth seventh eighth ninth tenth
|
|
|
148
148
|
|
|
149
149
|
/* stylelint-disable-next-line scss/at-function-pattern */
|
|
150
150
|
@function _grid-gutter--item($g) {
|
|
151
|
-
@if unit($g) == '%' {
|
|
151
|
+
@if math.unit($g) == '%' {
|
|
152
152
|
$scale: math.div(100, 100 + $g);
|
|
153
153
|
|
|
154
154
|
@return ($scale * $g) + 0%;
|