cekat-ui 1.2.6 → 1.2.7
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/AvatarGroup/avatargroup.types.d.ts +2 -0
- package/dist/components/Tab/Tab.d.ts +8 -1
- package/dist/components/Tab/TabList.d.ts +9 -1
- package/dist/components/Tab/tab.types.d.ts +22 -0
- package/dist/index.es.js +6248 -1948
- package/dist/index.umd.js +7 -1
- package/dist/style.css +19 -4
- package/package.json +5 -3
package/dist/style.css
CHANGED
|
@@ -1139,10 +1139,6 @@ body{
|
|
|
1139
1139
|
width: 320px;
|
|
1140
1140
|
}
|
|
1141
1141
|
|
|
1142
|
-
.w-\[500px\]{
|
|
1143
|
-
width: 500px;
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
1142
|
.w-\[92px\]{
|
|
1147
1143
|
width: 92px;
|
|
1148
1144
|
}
|
|
@@ -1324,6 +1320,10 @@ body{
|
|
|
1324
1320
|
list-style-type: disc;
|
|
1325
1321
|
}
|
|
1326
1322
|
|
|
1323
|
+
.grid-cols-4{
|
|
1324
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
1327
|
.flex-row{
|
|
1328
1328
|
flex-direction: row;
|
|
1329
1329
|
}
|
|
@@ -2901,6 +2901,11 @@ body{
|
|
|
2901
2901
|
color: rgb(53 56 205 / var(--tw-text-opacity, 1));
|
|
2902
2902
|
}
|
|
2903
2903
|
|
|
2904
|
+
.text-info-700{
|
|
2905
|
+
--tw-text-opacity: 1;
|
|
2906
|
+
color: rgb(8 59 164 / var(--tw-text-opacity, 1));
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2904
2909
|
.text-light-100{
|
|
2905
2910
|
--tw-text-opacity: 1;
|
|
2906
2911
|
color: rgb(242 244 247 / var(--tw-text-opacity, 1));
|
|
@@ -3240,6 +3245,11 @@ body{
|
|
|
3240
3245
|
background-color: rgb(131 9 36 / var(--tw-bg-opacity, 1));
|
|
3241
3246
|
}
|
|
3242
3247
|
|
|
3248
|
+
.hover\:bg-info-100:hover{
|
|
3249
|
+
--tw-bg-opacity: 1;
|
|
3250
|
+
background-color: rgb(206 233 253 / var(--tw-bg-opacity, 1));
|
|
3251
|
+
}
|
|
3252
|
+
|
|
3243
3253
|
.hover\:bg-info-500:hover{
|
|
3244
3254
|
--tw-bg-opacity: 1;
|
|
3245
3255
|
background-color: rgb(16 104 229 / var(--tw-bg-opacity, 1));
|
|
@@ -3334,6 +3344,11 @@ body{
|
|
|
3334
3344
|
color: rgb(8 33 76 / var(--tw-text-opacity, 1));
|
|
3335
3345
|
}
|
|
3336
3346
|
|
|
3347
|
+
.hover\:text-red-700:hover{
|
|
3348
|
+
--tw-text-opacity: 1;
|
|
3349
|
+
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3337
3352
|
.hover\:shadow-sm:hover{
|
|
3338
3353
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
3339
3354
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cekat-ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "Cekat UI Component Library",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -40,11 +40,13 @@
|
|
|
40
40
|
"class-variance-authority": "^0.7.1",
|
|
41
41
|
"clsx": "^2.1.1",
|
|
42
42
|
"react": "18.3.1",
|
|
43
|
+
"react-aria-components": "^1.20.0",
|
|
43
44
|
"react-dom": "18.3.1",
|
|
44
45
|
"tailwind-merge": "^3.6.0"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@storybook/
|
|
48
|
+
"@storybook/addon-docs": "^10.1.9",
|
|
49
|
+
"@storybook/react-vite": "^10.5.6",
|
|
48
50
|
"@types/node": "^25.0.8",
|
|
49
51
|
"@types/react": "^18",
|
|
50
52
|
"@types/react-dom": "^18",
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
"autoprefixer": "^10.4.23",
|
|
53
55
|
"postcss": "^8.5.6",
|
|
54
56
|
"rollup": "^3.29.5",
|
|
55
|
-
"storybook": "^10.
|
|
57
|
+
"storybook": "^10.5.6",
|
|
56
58
|
"tailwindcss": "3.4.17",
|
|
57
59
|
"typescript": "^5.9.3",
|
|
58
60
|
"vite": "^7.3.0",
|