@mesob/ui 0.3.1 → 0.3.3
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 +5 -1
- package/dist/components.js +155 -133
- package/dist/components.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/style-lyra.css +6 -2
- package/src/styles/style-maia.css +6 -2
- package/src/styles/style-mira.css +6 -2
- package/src/styles/style-nova.css +6 -2
- package/src/styles/style-vega.css +6 -2
package/package.json
CHANGED
|
@@ -1080,8 +1080,8 @@
|
|
|
1080
1080
|
@apply border-input border-l;
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
|
-
.cn-money-input-currency-trigger {
|
|
1084
|
-
@apply rounded-none border-0 bg-transparent shadow-none ring-0 transition-none focus-visible:ring-0;
|
|
1083
|
+
.cn-money-input-currency-divider .cn-money-input-currency-trigger {
|
|
1084
|
+
@apply rounded-none border-0 border-transparent bg-transparent shadow-none ring-0 outline-none transition-none focus-visible:ring-0 focus-visible:outline-none;
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
1087
|
/* MARK: Multi Select */
|
|
@@ -2072,6 +2072,10 @@
|
|
|
2072
2072
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-1/2 flex size-7 -translate-y-1/2 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
|
+
.cn-locale-input-toggle-icon {
|
|
2076
|
+
@apply text-muted-foreground hover:text-foreground hover:bg-accent flex size-7 shrink-0 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2075
2079
|
.cn-locale-input-toggle-textarea {
|
|
2076
2080
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-2 flex size-7 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2077
2081
|
}
|
|
@@ -1126,8 +1126,8 @@
|
|
|
1126
1126
|
@apply border-input border-l;
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
1129
|
-
.cn-money-input-currency-trigger {
|
|
1130
|
-
@apply rounded-
|
|
1129
|
+
.cn-money-input-currency-divider .cn-money-input-currency-trigger {
|
|
1130
|
+
@apply rounded-none border-0 border-transparent bg-transparent shadow-none ring-0 outline-none transition-none focus-visible:ring-0 focus-visible:outline-none;
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
1133
|
/* MARK: Multi Select */
|
|
@@ -2109,6 +2109,10 @@
|
|
|
2109
2109
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-1/2 flex size-7 -translate-y-1/2 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
2112
|
+
.cn-locale-input-toggle-icon {
|
|
2113
|
+
@apply text-muted-foreground hover:text-foreground hover:bg-accent flex size-7 shrink-0 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2112
2116
|
.cn-locale-input-toggle-textarea {
|
|
2113
2117
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-2 flex size-7 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2114
2118
|
}
|
|
@@ -1126,8 +1126,8 @@
|
|
|
1126
1126
|
@apply border-input border-l;
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
1129
|
-
.cn-money-input-currency-trigger {
|
|
1130
|
-
@apply rounded-
|
|
1129
|
+
.cn-money-input-currency-divider .cn-money-input-currency-trigger {
|
|
1130
|
+
@apply rounded-none border-0 border-transparent bg-transparent shadow-none ring-0 outline-none transition-none focus-visible:ring-0 focus-visible:outline-none;
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
1133
|
/* MARK: Multi Select */
|
|
@@ -2111,6 +2111,10 @@
|
|
|
2111
2111
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-1/2 flex size-7 -translate-y-1/2 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
|
+
.cn-locale-input-toggle-icon {
|
|
2115
|
+
@apply text-muted-foreground hover:text-foreground hover:bg-accent flex size-7 shrink-0 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2114
2118
|
.cn-locale-input-toggle-textarea {
|
|
2115
2119
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-2 flex size-7 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2116
2120
|
}
|
|
@@ -1201,8 +1201,8 @@
|
|
|
1201
1201
|
@apply border-input border-l;
|
|
1202
1202
|
}
|
|
1203
1203
|
|
|
1204
|
-
.cn-money-input-currency-trigger {
|
|
1205
|
-
@apply rounded-
|
|
1204
|
+
.cn-money-input-currency-divider .cn-money-input-currency-trigger {
|
|
1205
|
+
@apply rounded-none border-0 border-transparent bg-transparent shadow-none ring-0 outline-none transition-none focus-visible:ring-0 focus-visible:outline-none;
|
|
1206
1206
|
}
|
|
1207
1207
|
|
|
1208
1208
|
/* MARK: Multi Select */
|
|
@@ -2184,6 +2184,10 @@
|
|
|
2184
2184
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-1/2 flex size-7 -translate-y-1/2 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2185
2185
|
}
|
|
2186
2186
|
|
|
2187
|
+
.cn-locale-input-toggle-icon {
|
|
2188
|
+
@apply text-muted-foreground hover:text-foreground hover:bg-accent flex size-7 shrink-0 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2187
2191
|
.cn-locale-input-toggle-textarea {
|
|
2188
2192
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-2 flex size-7 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2189
2193
|
}
|
|
@@ -1197,8 +1197,8 @@
|
|
|
1197
1197
|
@apply border-input border-l;
|
|
1198
1198
|
}
|
|
1199
1199
|
|
|
1200
|
-
.cn-money-input-currency-trigger {
|
|
1201
|
-
@apply rounded-
|
|
1200
|
+
.cn-money-input-currency-divider .cn-money-input-currency-trigger {
|
|
1201
|
+
@apply rounded-none border-0 border-transparent bg-transparent shadow-none ring-0 outline-none transition-none focus-visible:ring-0 focus-visible:outline-none;
|
|
1202
1202
|
}
|
|
1203
1203
|
|
|
1204
1204
|
/* MARK: Multi Select */
|
|
@@ -2180,6 +2180,10 @@
|
|
|
2180
2180
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-1/2 flex size-7 -translate-y-1/2 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2181
2181
|
}
|
|
2182
2182
|
|
|
2183
|
+
.cn-locale-input-toggle-icon {
|
|
2184
|
+
@apply text-muted-foreground hover:text-foreground hover:bg-accent flex size-7 shrink-0 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2183
2187
|
.cn-locale-input-toggle-textarea {
|
|
2184
2188
|
@apply text-muted-foreground hover:text-foreground hover:bg-accent absolute right-2 top-2 flex size-7 items-center justify-center rounded-[var(--radius-md)] transition-colors disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50;
|
|
2185
2189
|
}
|