@linzjs/lui 21.12.0 → 21.12.2-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/CHANGELOG.md +7 -0
- package/dist/components/LuiListBox/LuiListBox.d.ts +1 -0
- package/dist/components/LuiSideToolbar/ToolbarButton.d.ts +1 -0
- package/dist/components/LuiSideToolbar/ToolbarItem.d.ts +1 -0
- package/dist/index.d.ts +17 -17
- package/dist/index.js +133 -231
- package/dist/index.js.map +1 -1
- package/dist/lui.css +6 -6
- package/dist/lui.esm.js +126 -224
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/ContextMenu/context-menu.scss +3 -3
- package/dist/scss/Components/LuiSplitButton/LuiSplitButton.scss +1 -1
- package/package.json +21 -20
- /package/dist/scss/Foundation/Variables/{ExportColors.scss → ExportColors.module.scss} +0 -0
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
@include fonts.font-light;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.lui-select-menuItem {
|
|
51
|
+
li.lui-select-menuItem {
|
|
52
52
|
padding: spacing.$unit-xs spacing.$unit-sm spacing.$unit-xs spacing.$unit-xs;
|
|
53
53
|
display: flex;
|
|
54
54
|
line-height: 1;
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
fill: colors.$sea;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.lui-select-menu-group {
|
|
102
|
+
li.lui-select-menu-group {
|
|
103
103
|
height: 32px;
|
|
104
104
|
color: colors.$fuscous;
|
|
105
105
|
padding-left: 0.75rem;
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
.lui-select-divider {
|
|
135
|
+
li.lui-select-divider {
|
|
136
136
|
margin: 0.25rem;
|
|
137
137
|
}
|
|
138
138
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "21.12.
|
|
2
|
+
"version": "21.12.2-1",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"size": "size-limit",
|
|
24
24
|
"prepare": "npm run build",
|
|
25
25
|
"analyze": "size-limit --why",
|
|
26
|
-
"storybook": "npm
|
|
27
|
-
"build-storybook": "
|
|
28
|
-
"build-storybook-docs": "
|
|
26
|
+
"storybook": "npm run watch-storybook",
|
|
27
|
+
"build-storybook": "storybook build --static-dir ./src/assets",
|
|
28
|
+
"build-storybook-docs": "storybook build --static-dir ./src/assets --docs",
|
|
29
29
|
"deploy-storybook": "npx --yes -p @storybook/storybook-deployer storybook-to-ghpages",
|
|
30
30
|
"deploy-storybook-docs": "npx --yes -p @storybook/storybook-deployer storybook-to-ghpages --script build-storybook-docs",
|
|
31
31
|
"chromatic": "chromatic -r dotenv/config --exit-zero-on-changes",
|
|
32
32
|
"prettier:fix": "prettier --write src/**/*.ts src/**/*.tsx src/**/*.js",
|
|
33
33
|
"prettier:fix-changed": "pretty-quick",
|
|
34
34
|
"clear-cache": "jest --clearCache",
|
|
35
|
-
"watch-storybook": "
|
|
35
|
+
"watch-storybook": "storybook dev --port=6006 --static-dir ../src/assets",
|
|
36
36
|
"generate-svgs": "echo 'CHECK THAT YOUR SVG HAS A VIEW BOX, otherwise it will not work'; node ./svg-generator"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@geometricpanda/storybook-addon-badges": "^0.
|
|
75
|
+
"@geometricpanda/storybook-addon-badges": "^2.0.0",
|
|
76
76
|
"@linzjs/floating-windows": "^0.9.3",
|
|
77
77
|
"@linzjs/style": "^3.9.0",
|
|
78
78
|
"@react-types/shared": "^3.14.0",
|
|
@@ -82,16 +82,17 @@
|
|
|
82
82
|
"@semantic-release/changelog": "^5.0.1",
|
|
83
83
|
"@semantic-release/git": "^9.0.0",
|
|
84
84
|
"@size-limit/preset-small-lib": "^7.0.8",
|
|
85
|
-
"@storybook/addon-a11y": "^6.
|
|
86
|
-
"@storybook/addon-docs": "^6.
|
|
87
|
-
"@storybook/addon-essentials": "^6.
|
|
88
|
-
"@storybook/addon-
|
|
89
|
-
"@storybook/addon-
|
|
90
|
-
"@storybook/
|
|
91
|
-
"@storybook/
|
|
85
|
+
"@storybook/addon-a11y": "^7.6.0",
|
|
86
|
+
"@storybook/addon-docs": "^7.6.0",
|
|
87
|
+
"@storybook/addon-essentials": "^7.6.0",
|
|
88
|
+
"@storybook/addon-links": "^7.6.0",
|
|
89
|
+
"@storybook/addon-storysource": "7.6.0",
|
|
90
|
+
"@storybook/addons": "^7.6.0",
|
|
91
|
+
"@storybook/blocks": "^7.6.0",
|
|
92
92
|
"@storybook/preset-scss": "^1.0.3",
|
|
93
|
-
"@storybook/react": "^6.
|
|
94
|
-
"@storybook/
|
|
93
|
+
"@storybook/react": "^7.6.0",
|
|
94
|
+
"@storybook/react-vite": "^7.6.0",
|
|
95
|
+
"@storybook/theming": "^7.6.0",
|
|
95
96
|
"@testing-library/jest-dom": "^5.8.0",
|
|
96
97
|
"@testing-library/react": "^10.0.4",
|
|
97
98
|
"@testing-library/user-event": "^10.4.0",
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
"@types/react-modal": "^3.13.1",
|
|
105
106
|
"@types/uuid": "^8.3.1",
|
|
106
107
|
"@types/yup": "0.29.13",
|
|
107
|
-
"chromatic": "^
|
|
108
|
+
"chromatic": "^9.1.0",
|
|
108
109
|
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
109
110
|
"css-loader": "^3.6.0",
|
|
110
111
|
"esbuild": "^0.15.5",
|
|
@@ -115,10 +116,10 @@
|
|
|
115
116
|
"fetch-mock": "^9.11.0",
|
|
116
117
|
"html-loader": "^1.1.0",
|
|
117
118
|
"husky": "^4.3.0",
|
|
119
|
+
"jest": "^25.5.4",
|
|
118
120
|
"jest-axe": "^3.5.0",
|
|
119
121
|
"jest-canvas-mock": "2.5.0",
|
|
120
122
|
"msw": "^0.22.2",
|
|
121
|
-
"npm-run-all": "^4.1.5",
|
|
122
123
|
"pretty-quick": "^3.1.1",
|
|
123
124
|
"react": "^17.0.2",
|
|
124
125
|
"react-dom": "^17.0.2",
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"sass-loader": "^8.0.2",
|
|
135
136
|
"semantic-release": "^17.4.2",
|
|
136
137
|
"size-limit": "^7.0.8",
|
|
138
|
+
"storybook": "^7.6.0",
|
|
137
139
|
"style-loader": "^1.3.0",
|
|
138
140
|
"stylelint-config-standard": "^25.0.0",
|
|
139
141
|
"stylelint-scss": "^4.1.0",
|
|
@@ -152,7 +154,6 @@
|
|
|
152
154
|
"@tippyjs/react": "^4.2.6",
|
|
153
155
|
"camelcase": "^6.0.0",
|
|
154
156
|
"clsx": "^1.1.0",
|
|
155
|
-
"container-query-polyfill": "0.1.2",
|
|
156
157
|
"framer-motion": "4.1.17",
|
|
157
158
|
"lottie-web": "^5.9.1",
|
|
158
159
|
"react-loading-skeleton": "^3.1.0",
|
|
@@ -202,7 +203,7 @@
|
|
|
202
203
|
"keywords": [],
|
|
203
204
|
"author": "",
|
|
204
205
|
"engines": {
|
|
205
|
-
"node": "16",
|
|
206
|
-
"npm": "8"
|
|
206
|
+
"node": ">=16",
|
|
207
|
+
"npm": ">=8"
|
|
207
208
|
}
|
|
208
209
|
}
|
|
File without changes
|