@kubit-ui-web/react-components 2.0.0-beta.17 → 2.0.0-beta.18
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/README.md +16 -26
- package/dist/cjs/.storybook/bundle-sizes.json +1 -1
- package/dist/cjs/_virtual/jsx-runtime.js +1 -1
- package/dist/cjs/components/chip/chipStandAlone.js +1 -1
- package/dist/cjs/lib/designSystem/kubit/css/kubit.css +1 -0
- package/dist/cjs/lib/designSystem/kubit/css/kubit.min.css +1 -0
- package/dist/cjs/lib/provider/cssProvider/provider.js +1 -1
- package/dist/cjs/lib/storybook/assets/icons/checkmark_thick.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/icon_chevron_down.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/icon_chevron_left.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/icon_chevron_right.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/icon_chevron_up.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/icon_ds_handle.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/icon_ghost.svg +5 -0
- package/dist/cjs/lib/storybook/assets/icons/icon_placeholder.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/icon_x_close.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/play_button.svg +3 -0
- package/dist/cjs/lib/storybook/assets/icons/replace.svg +38 -0
- package/dist/cjs/lib/storybook/assets/images/image_1.png +0 -0
- package/dist/cjs/lib/storybook/assets/images/image_2.png +0 -0
- package/dist/cjs/lib/storybook/assets/images/image_3.png +0 -0
- package/dist/cjs/lib/storybook/assets/images/image_4.png +0 -0
- package/dist/cjs/lib/storybook/assets/loader/loader.css +1 -0
- package/dist/cjs/lib/storybook/components/divider/divider.css +1 -0
- package/dist/cjs/lib/storybook/components/note/styles.css +1 -0
- package/dist/cjs/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js +1 -0
- package/dist/cjs/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js +1 -0
- package/dist/cjs/scripts/generate-bundle-sizes.mjs +1 -1
- package/dist/esm/.storybook/bundle-sizes.json +1 -1
- package/dist/esm/_virtual/jsx-runtime.js +1 -1
- package/dist/esm/components/chip/chipStandAlone.js +6 -6
- package/dist/esm/lib/designSystem/kubit/css/kubit.css +1 -0
- package/dist/esm/lib/designSystem/kubit/css/kubit.min.css +1 -0
- package/dist/esm/lib/provider/cssProvider/provider.js +1 -1
- package/dist/esm/lib/storybook/assets/icons/checkmark_thick.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/icon_chevron_down.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/icon_chevron_left.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/icon_chevron_right.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/icon_chevron_up.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/icon_ds_handle.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/icon_ghost.svg +5 -0
- package/dist/esm/lib/storybook/assets/icons/icon_placeholder.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/icon_x_close.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/play_button.svg +3 -0
- package/dist/esm/lib/storybook/assets/icons/replace.svg +38 -0
- package/dist/esm/lib/storybook/assets/images/image_1.png +0 -0
- package/dist/esm/lib/storybook/assets/images/image_2.png +0 -0
- package/dist/esm/lib/storybook/assets/images/image_3.png +0 -0
- package/dist/esm/lib/storybook/assets/images/image_4.png +0 -0
- package/dist/esm/lib/storybook/assets/loader/loader.css +1 -0
- package/dist/esm/lib/storybook/components/divider/divider.css +1 -0
- package/dist/esm/lib/storybook/components/note/styles.css +1 -0
- package/dist/esm/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js +1 -0
- package/dist/esm/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js +1 -0
- package/dist/esm/scripts/generate-bundle-sizes.mjs +1 -1
- package/dist/types/index.d.ts +637 -5
- package/package.json +41 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubit-ui-web/react-components",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.18",
|
|
4
4
|
"description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kubit",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"engines": {
|
|
25
|
-
"node": ">=
|
|
26
|
-
"
|
|
25
|
+
"node": ">=25.0.0",
|
|
26
|
+
"pnpm": ">=10.0.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"react",
|
|
@@ -105,34 +105,6 @@
|
|
|
105
105
|
]
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
|
-
"scripts": {
|
|
109
|
-
"start": "yarn storybook",
|
|
110
|
-
"storybook": "storybook dev -c .storybook -p 6006",
|
|
111
|
-
"build": "yarn dist && yarn build-storybook",
|
|
112
|
-
"prebuild-storybook": "yarn generate-css",
|
|
113
|
-
"build-storybook": "storybook build -c .storybook -o bundle --disable-telemetry",
|
|
114
|
-
"generate-css": "bernova --config bernova.config.json",
|
|
115
|
-
"generate:bundle-sizes": "node public/scripts/generate-bundle-sizes.mjs",
|
|
116
|
-
"postdist": "yarn generate:bundle-sizes",
|
|
117
|
-
"dev": "vite",
|
|
118
|
-
"lint": "eslint src",
|
|
119
|
-
"lint:fix": "eslint src --fix",
|
|
120
|
-
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
|
|
121
|
-
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
|
|
122
|
-
"predist": "rm -rf dist",
|
|
123
|
-
"dist": "vite build",
|
|
124
|
-
"test": "yarn lint && yarn typecheck && vitest --coverage.enabled=true --silent --run",
|
|
125
|
-
"test:ci": "vitest --ui --coverage.enabled=true",
|
|
126
|
-
"test:watch": "vitest --watch",
|
|
127
|
-
"test:coverage": "vitest --coverage.enabled=true --run",
|
|
128
|
-
"typecheck": "tsc --noEmit",
|
|
129
|
-
"validate": "yarn format:check && yarn lint && yarn typecheck && yarn dist",
|
|
130
|
-
"publish-figma": "npx figma connect publish",
|
|
131
|
-
"pack:check": "npm pack --dry-run",
|
|
132
|
-
"pack:size": "npm pack --dry-run 2>&1 | grep -E '(unpacked size|package size|total files)'",
|
|
133
|
-
"pack:analyze": "npm pack && tar -tzf *.tgz | head -50 && rm *.tgz",
|
|
134
|
-
"prepublishOnly": "yarn dist && yarn pack:size"
|
|
135
|
-
},
|
|
136
108
|
"peerDependencies": {
|
|
137
109
|
"react": ">=17.0.0 || >=18.3.1",
|
|
138
110
|
"react-dom": ">=17.0.0 || >=18.3.1"
|
|
@@ -151,7 +123,7 @@
|
|
|
151
123
|
"@testing-library/jest-dom": "^6.9.1",
|
|
152
124
|
"@testing-library/react": "^16.3.1",
|
|
153
125
|
"@testing-library/user-event": "^14.6.1",
|
|
154
|
-
"@trivago/prettier-plugin-sort-imports": "^6.0.
|
|
126
|
+
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
155
127
|
"@types/node": "^25.0.3",
|
|
156
128
|
"@types/react": "^18.3.12",
|
|
157
129
|
"@types/react-dom": "^18.3.1",
|
|
@@ -159,7 +131,7 @@
|
|
|
159
131
|
"@vitejs/plugin-react": "^5.1.2",
|
|
160
132
|
"@vitest/coverage-v8": "^4.0.16",
|
|
161
133
|
"@vitest/ui": "^4.0.16",
|
|
162
|
-
"bernova": "
|
|
134
|
+
"bernova": "0.2.1",
|
|
163
135
|
"cssnano": "^7.1.2",
|
|
164
136
|
"eslint": "^9.39.2",
|
|
165
137
|
"eslint-config-kubit": "1.2.0",
|
|
@@ -177,14 +149,47 @@
|
|
|
177
149
|
"terser": "^5.44.1",
|
|
178
150
|
"typescript": "^5.9.3",
|
|
179
151
|
"typescript-eslint": "^8.52.0",
|
|
180
|
-
"vite": "7.3.
|
|
152
|
+
"vite": "7.3.1",
|
|
181
153
|
"vite-plugin-dts": "^4.5.4",
|
|
182
154
|
"vite-tsconfig-paths": "^6.0.3",
|
|
183
155
|
"vitest": "^4.0.16",
|
|
184
156
|
"vitest-axe": "^0.1.0"
|
|
185
157
|
},
|
|
158
|
+
"publishConfig": {
|
|
159
|
+
"access": "public",
|
|
160
|
+
"registry": "https://registry.npmjs.org/"
|
|
161
|
+
},
|
|
186
162
|
"bugs": {
|
|
187
163
|
"url": "https://github.com/kubit-ui/kubit-react-components/issues"
|
|
188
164
|
},
|
|
189
|
-
"homepage": "https://www.kubit-ui.com/"
|
|
190
|
-
|
|
165
|
+
"homepage": "https://www.kubit-ui.com/",
|
|
166
|
+
"scripts": {
|
|
167
|
+
"start": "pnpm storybook",
|
|
168
|
+
"storybook": "storybook dev -c .storybook -p 6006",
|
|
169
|
+
"build": "pnpm dist && pnpm build-storybook",
|
|
170
|
+
"prebuild-storybook": "pnpm generate-css",
|
|
171
|
+
"build-storybook": "storybook build -c .storybook -o bundle --disable-telemetry",
|
|
172
|
+
"generate-css": "bernova --config bernova.config.json",
|
|
173
|
+
"generate:bundle-sizes": "node public/scripts/generate-bundle-sizes.mjs",
|
|
174
|
+
"postdist": "pnpm generate:bundle-sizes",
|
|
175
|
+
"dev": "vite",
|
|
176
|
+
"lint": "eslint src",
|
|
177
|
+
"lint:fix": "eslint src --fix",
|
|
178
|
+
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
|
|
179
|
+
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
|
|
180
|
+
"predist": "rm -rf dist",
|
|
181
|
+
"dist": "vite build",
|
|
182
|
+
"test": "pnpm lint && pnpm typecheck && vitest --coverage.enabled=true --silent --run",
|
|
183
|
+
"test:ci": "vitest --ui --coverage.enabled=true",
|
|
184
|
+
"test:watch": "vitest --watch",
|
|
185
|
+
"test:coverage": "vitest --coverage.enabled=true --run",
|
|
186
|
+
"typecheck": "tsc --noEmit",
|
|
187
|
+
"validate": "pnpm format:check && pnpm lint && pnpm typecheck && pnpm dist",
|
|
188
|
+
"publish-figma": "npx figma connect publish",
|
|
189
|
+
"pack:check": "pnpm pack --dry-run",
|
|
190
|
+
"pack:size": "pnpm pack --dry-run 2>&1 | tail -1",
|
|
191
|
+
"pack:analyze": "pnpm pack && tar -tzf *.tgz | head -50 && rm *.tgz",
|
|
192
|
+
"clean": "rm -rf dist node_modules .pnpm-store",
|
|
193
|
+
"postinstall": "echo 'postinstall'"
|
|
194
|
+
}
|
|
195
|
+
}
|