@mesob/ui 0.3.2 → 0.3.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 +21 -5
- package/dist/components.js +1825 -1739
- package/dist/components.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +16 -15
- package/dist/index.js.map +1 -1
- package/dist/lib/locale.d.ts +10 -21
- package/dist/lib/locale.js +17 -16
- package/dist/lib/locale.js.map +1 -1
- package/dist/providers.d.ts +7 -2
- package/dist/providers.js +34 -15
- package/dist/providers.js.map +1 -1
- package/package.json +1 -1
- 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
|
@@ -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 */
|
|
@@ -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 */
|