@mesob/ui 0.3.1 → 0.3.2

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.1",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }