@yakavkaz/uikit 0.0.9 → 0.0.10
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/dist/components/select/Select.d.ts +2 -2
- package/dist/components/select/Select.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +180 -175
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +83 -83
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
input[type=search]::-webkit-search-cancel-button{display:none}
|
|
1
|
+
html{scrollbar-gutter:stable both-edges}input[type=search]::-webkit-search-cancel-button{display:none}
|
package/package.json
CHANGED
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@yakavkaz/uikit",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"main": "dist/index.cjs",
|
|
8
|
-
"module": "dist/index.js",
|
|
9
|
-
"types": "dist/index.d.ts",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"types": "./dist/index.d.ts",
|
|
13
|
-
"import": "./dist/index.js",
|
|
14
|
-
"require": "./dist/index.cjs"
|
|
15
|
-
},
|
|
16
|
-
"./style.css": "./dist/style.css",
|
|
17
|
-
"./tailwind-preset": {
|
|
18
|
-
"types": "./dist/tailwind-preset.d.ts",
|
|
19
|
-
"default": "./dist/tailwind-preset.js"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"dist"
|
|
24
|
-
],
|
|
25
|
-
"scripts": {
|
|
26
|
-
"dev": "vite",
|
|
27
|
-
"build": "tsc -p tsconfig.build.json && vite build",
|
|
28
|
-
"lint": "eslint .",
|
|
29
|
-
"preview": "vite preview",
|
|
30
|
-
"storybook": "storybook dev -p 6006",
|
|
31
|
-
"build-storybook": "storybook build",
|
|
32
|
-
"prepublishOnly": "yarn build"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@radix-ui/react-checkbox": "^1.3.2",
|
|
36
|
-
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
37
|
-
"@radix-ui/react-label": "^2.1.7",
|
|
38
|
-
"@radix-ui/react-select": "^2.2.5",
|
|
39
|
-
"clsx": "^2.1.1",
|
|
40
|
-
"react": "^19.1.1",
|
|
41
|
-
"react-dom": "^19.1.0"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@chromatic-com/storybook": "4.1.1",
|
|
45
|
-
"@eslint/js": "^9.30.1",
|
|
46
|
-
"@storybook/addon-a11y": "9.1.3",
|
|
47
|
-
"@storybook/addon-actions": "^9.0.8",
|
|
48
|
-
"@storybook/addon-docs": "9.1.3",
|
|
49
|
-
"@storybook/addon-themes": "^9.1.3",
|
|
50
|
-
"@storybook/addon-vitest": "9.1.3",
|
|
51
|
-
"@storybook/react-vite": "9.1.3",
|
|
52
|
-
"@storybook/test": "^9.0.0-alpha.2",
|
|
53
|
-
"@tailwindcss/postcss": "^4.1.
|
|
54
|
-
"@types/node": "^22.7.4",
|
|
55
|
-
"@types/react": "^19.1.8",
|
|
56
|
-
"@types/react-dom": "^19.1.6",
|
|
57
|
-
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
58
|
-
"@vitest/browser": "^3.2.4",
|
|
59
|
-
"@vitest/coverage-v8": "^3.2.4",
|
|
60
|
-
"@yakavkaz/prettier-config": "^0.1.0",
|
|
61
|
-
"@yakavkaz/stylelint-config": "^1.0.0",
|
|
62
|
-
"autoprefixer": "^10.4.
|
|
63
|
-
"eslint": "^9.30.1",
|
|
64
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
65
|
-
"eslint-plugin-react-refresh": "^0.4.20",
|
|
66
|
-
"eslint-plugin-storybook": "9.1.3",
|
|
67
|
-
"globals": "^16.3.0",
|
|
68
|
-
"playwright": "^1.54.2",
|
|
69
|
-
"postcss": "^8.4.32",
|
|
70
|
-
"storybook": "9.1.3",
|
|
71
|
-
"tailwindcss": "^
|
|
72
|
-
"typescript": "^5.8.1",
|
|
73
|
-
"typescript-eslint": "^8.35.1",
|
|
74
|
-
"vite": "^7.0.4",
|
|
75
|
-
"vite-plugin-dts": "^4.2.3",
|
|
76
|
-
"vitest": "^3.2.4"
|
|
77
|
-
},
|
|
78
|
-
"peerDependencies": {
|
|
79
|
-
"react": "^18.2.0 || ^19.0.0",
|
|
80
|
-
"react-dom": "^18.2.0 || ^19.0.0",
|
|
81
|
-
"tailwindcss": "^
|
|
82
|
-
}
|
|
83
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@yakavkaz/uikit",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.0.10",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"main": "dist/index.cjs",
|
|
8
|
+
"module": "dist/index.js",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.js",
|
|
14
|
+
"require": "./dist/index.cjs"
|
|
15
|
+
},
|
|
16
|
+
"./style.css": "./dist/style.css",
|
|
17
|
+
"./tailwind-preset": {
|
|
18
|
+
"types": "./dist/tailwind-preset.d.ts",
|
|
19
|
+
"default": "./dist/tailwind-preset.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist"
|
|
24
|
+
],
|
|
25
|
+
"scripts": {
|
|
26
|
+
"dev": "vite",
|
|
27
|
+
"build": "tsc -p tsconfig.build.json && vite build",
|
|
28
|
+
"lint": "eslint .",
|
|
29
|
+
"preview": "vite preview",
|
|
30
|
+
"storybook": "storybook dev -p 6006",
|
|
31
|
+
"build-storybook": "storybook build",
|
|
32
|
+
"prepublishOnly": "yarn build"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@radix-ui/react-checkbox": "^1.3.2",
|
|
36
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
37
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
38
|
+
"@radix-ui/react-select": "^2.2.5",
|
|
39
|
+
"clsx": "^2.1.1",
|
|
40
|
+
"react": "^19.1.1",
|
|
41
|
+
"react-dom": "^19.1.0"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@chromatic-com/storybook": "4.1.1",
|
|
45
|
+
"@eslint/js": "^9.30.1",
|
|
46
|
+
"@storybook/addon-a11y": "9.1.3",
|
|
47
|
+
"@storybook/addon-actions": "^9.0.8",
|
|
48
|
+
"@storybook/addon-docs": "9.1.3",
|
|
49
|
+
"@storybook/addon-themes": "^9.1.3",
|
|
50
|
+
"@storybook/addon-vitest": "9.1.3",
|
|
51
|
+
"@storybook/react-vite": "9.1.3",
|
|
52
|
+
"@storybook/test": "^9.0.0-alpha.2",
|
|
53
|
+
"@tailwindcss/postcss": "^4.1.12",
|
|
54
|
+
"@types/node": "^22.7.4",
|
|
55
|
+
"@types/react": "^19.1.8",
|
|
56
|
+
"@types/react-dom": "^19.1.6",
|
|
57
|
+
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
58
|
+
"@vitest/browser": "^3.2.4",
|
|
59
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
60
|
+
"@yakavkaz/prettier-config": "^0.1.0",
|
|
61
|
+
"@yakavkaz/stylelint-config": "^1.0.0",
|
|
62
|
+
"autoprefixer": "^10.4.21",
|
|
63
|
+
"eslint": "^9.30.1",
|
|
64
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
65
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
66
|
+
"eslint-plugin-storybook": "9.1.3",
|
|
67
|
+
"globals": "^16.3.0",
|
|
68
|
+
"playwright": "^1.54.2",
|
|
69
|
+
"postcss": "^8.4.32",
|
|
70
|
+
"storybook": "9.1.3",
|
|
71
|
+
"tailwindcss": "^4.1.12",
|
|
72
|
+
"typescript": "^5.8.1",
|
|
73
|
+
"typescript-eslint": "^8.35.1",
|
|
74
|
+
"vite": "^7.0.4",
|
|
75
|
+
"vite-plugin-dts": "^4.2.3",
|
|
76
|
+
"vitest": "^3.2.4"
|
|
77
|
+
},
|
|
78
|
+
"peerDependencies": {
|
|
79
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
80
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
81
|
+
"tailwindcss": "^4.0.0"
|
|
82
|
+
}
|
|
83
|
+
}
|