@mesob/ui 0.5.2 → 0.5.4
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.d.ts +45 -8
- package/dist/components.js +256 -84
- package/dist/components.js.map +1 -1
- package/package.json +2 -2
- package/src/styles/style-lyra.css +2 -2
- package/src/styles/style-maia.css +2 -2
- package/src/styles/style-mira.css +2 -2
- package/src/styles/style-nova.css +2 -2
- package/src/styles/style-vega.css +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mesob/ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"tailwind-merge": "^3.3.1",
|
|
81
81
|
"tw-animate-css": "^1.4.0",
|
|
82
82
|
"zod": "^4.3.6",
|
|
83
|
-
"@mesob/common": "0.5.
|
|
83
|
+
"@mesob/common": "0.5.4"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@tailwindcss/postcss": "^4.1.11",
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
|
|
653
653
|
/* MARK: Dropdown Menu */
|
|
654
654
|
.cn-dropdown-menu-content {
|
|
655
|
-
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
655
|
+
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-32 rounded-none shadow-md ring-1 duration-100;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
.cn-dropdown-menu-content-logical {
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
1228
|
.cn-select-content {
|
|
1229
|
-
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
1229
|
+
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 min-w-36 rounded-none shadow-md ring-1 duration-100;
|
|
1230
1230
|
}
|
|
1231
1231
|
|
|
1232
1232
|
.cn-select-content-logical {
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
|
|
699
699
|
/* MARK: Dropdown Menu */
|
|
700
700
|
.cn-dropdown-menu-content {
|
|
701
|
-
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
701
|
+
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/5 bg-popover text-popover-foreground min-w-48 rounded-2xl p-1 shadow-2xl ring-1 duration-100;
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.cn-dropdown-menu-content-logical {
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
1274
|
.cn-select-content {
|
|
1275
|
-
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
1275
|
+
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/5 min-w-36 rounded-2xl shadow-2xl ring-1 duration-100;
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
1278
|
.cn-select-content-logical {
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
|
|
699
699
|
/* MARK: Dropdown Menu */
|
|
700
700
|
.cn-dropdown-menu-content {
|
|
701
|
-
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
701
|
+
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-32 rounded-lg p-1 shadow-md ring-1 duration-100;
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.cn-dropdown-menu-content-logical {
|
|
@@ -1272,7 +1272,7 @@
|
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
1274
|
.cn-select-content {
|
|
1275
|
-
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
1275
|
+
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 min-w-32 rounded-lg shadow-md ring-1 duration-100;
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
1278
|
.cn-select-content-logical {
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
|
|
802
802
|
/* MARK: Dropdown Menu */
|
|
803
803
|
.cn-dropdown-menu-content {
|
|
804
|
-
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
804
|
+
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-32 rounded-lg p-1 shadow-md ring-1 duration-100;
|
|
805
805
|
}
|
|
806
806
|
|
|
807
807
|
.cn-dropdown-menu-content-logical {
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
}
|
|
1376
1376
|
|
|
1377
1377
|
.cn-select-content {
|
|
1378
|
-
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
1378
|
+
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 min-w-36 rounded-lg shadow-md ring-1 duration-100;
|
|
1379
1379
|
}
|
|
1380
1380
|
|
|
1381
1381
|
.cn-select-content-logical {
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
|
|
798
798
|
/* MARK: Dropdown Menu */
|
|
799
799
|
.cn-dropdown-menu-content {
|
|
800
|
-
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
800
|
+
@apply data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 bg-popover text-popover-foreground min-w-32 rounded-md p-1 shadow-md ring-1 duration-100;
|
|
801
801
|
}
|
|
802
802
|
|
|
803
803
|
.cn-dropdown-menu-content-logical {
|
|
@@ -1371,7 +1371,7 @@
|
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
1373
|
.cn-select-content {
|
|
1374
|
-
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-
|
|
1374
|
+
@apply bg-popover text-popover-foreground data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 ring-foreground/10 min-w-36 rounded-md shadow-md ring-1 duration-100;
|
|
1375
1375
|
}
|
|
1376
1376
|
|
|
1377
1377
|
.cn-select-content-logical {
|