@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mesob/ui",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -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-4xl border-0 bg-transparent shadow-none ring-0 transition-none focus-visible:ring-0;
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-md border-0 bg-transparent shadow-none ring-0 transition-none focus-visible:ring-0;
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-lg border-0 bg-transparent shadow-none ring-0 transition-none focus-visible:ring-0;
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-md border-0 bg-transparent shadow-none ring-0 transition-none focus-visible:ring-0;
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 */