@mesob/ui 0.3.2 → 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 +146 -124
- package/dist/components.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
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 */
|
|
@@ -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 */
|
|
@@ -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 */
|
|
@@ -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 */
|