daisyui 2.6.2 → 2.6.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/README.md +1 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +36 -36
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -2179,93 +2179,93 @@ body[dir="rtl"] .checkbox:checked,
|
|
|
2179
2179
|
padding: 1rem
|
|
2180
2180
|
}
|
|
2181
2181
|
.input {
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2182
|
+
border-width: 1px;
|
|
2183
|
+
border-color: hsl(var(--bc) / var(--tw-border-opacity));
|
|
2184
|
+
--tw-border-opacity: 0;
|
|
2185
|
+
--tw-bg-opacity: 1;
|
|
2186
|
+
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
2187
|
+
border-radius: var(--rounded-btn, 0.5rem);
|
|
2188
|
+
/* &::-webkit-calendar-picker-indicator {
|
|
2189
|
+
display: none;
|
|
2190
|
+
} */
|
|
2188
2191
|
}
|
|
2189
2192
|
.input-bordered {
|
|
2190
|
-
|
|
2193
|
+
--tw-border-opacity: 0.2;
|
|
2191
2194
|
}
|
|
2192
2195
|
.input:focus {
|
|
2193
2196
|
outline: 2px solid hsla(var(--bc) / 0.2);
|
|
2194
2197
|
outline-offset: 2px;
|
|
2195
2198
|
}
|
|
2196
2199
|
.input-ghost {
|
|
2197
|
-
|
|
2200
|
+
--tw-bg-opacity: 0.05;
|
|
2198
2201
|
}
|
|
2199
2202
|
.input-ghost:focus {
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
+
--tw-bg-opacity: 1;
|
|
2204
|
+
--tw-text-opacity: 1;
|
|
2205
|
+
color: hsl(var(--bc) / var(--tw-text-opacity));
|
|
2203
2206
|
box-shadow: none;
|
|
2204
2207
|
}
|
|
2205
2208
|
.input-primary {
|
|
2206
|
-
|
|
2207
|
-
|
|
2209
|
+
--tw-border-opacity: 1;
|
|
2210
|
+
border-color: hsl(var(--p) / var(--tw-border-opacity));
|
|
2208
2211
|
}
|
|
2209
2212
|
.input-primary:focus {
|
|
2210
2213
|
outline: 2px solid hsl(var(--p));
|
|
2211
2214
|
}
|
|
2212
2215
|
.input-secondary {
|
|
2213
|
-
|
|
2214
|
-
|
|
2216
|
+
--tw-border-opacity: 1;
|
|
2217
|
+
border-color: hsl(var(--s) / var(--tw-border-opacity));
|
|
2215
2218
|
}
|
|
2216
2219
|
.input-secondary:focus {
|
|
2217
2220
|
outline: 2px solid hsl(var(--s));
|
|
2218
2221
|
}
|
|
2219
2222
|
.input-accent {
|
|
2220
|
-
|
|
2221
|
-
|
|
2223
|
+
--tw-border-opacity: 1;
|
|
2224
|
+
border-color: hsl(var(--a) / var(--tw-border-opacity));
|
|
2222
2225
|
}
|
|
2223
2226
|
.input-accent:focus {
|
|
2224
2227
|
outline: 2px solid hsl(var(--a));
|
|
2225
2228
|
}
|
|
2226
2229
|
.input-info {
|
|
2227
|
-
|
|
2228
|
-
|
|
2230
|
+
--tw-border-opacity: 1;
|
|
2231
|
+
border-color: hsl(var(--in) / var(--tw-border-opacity));
|
|
2229
2232
|
}
|
|
2230
2233
|
.input-info:focus {
|
|
2231
2234
|
outline: 2px solid hsl(var(--in));
|
|
2232
2235
|
}
|
|
2233
2236
|
.input-success {
|
|
2234
|
-
|
|
2235
|
-
|
|
2237
|
+
--tw-border-opacity: 1;
|
|
2238
|
+
border-color: hsl(var(--su) / var(--tw-border-opacity));
|
|
2236
2239
|
}
|
|
2237
2240
|
.input-success:focus {
|
|
2238
2241
|
outline: 2px solid hsl(var(--su));
|
|
2239
2242
|
}
|
|
2240
2243
|
.input-warning {
|
|
2241
|
-
|
|
2242
|
-
|
|
2244
|
+
--tw-border-opacity: 1;
|
|
2245
|
+
border-color: hsl(var(--wa) / var(--tw-border-opacity));
|
|
2243
2246
|
}
|
|
2244
2247
|
.input-warning:focus {
|
|
2245
2248
|
outline: 2px solid hsl(var(--wa));
|
|
2246
2249
|
}
|
|
2247
2250
|
.input-error {
|
|
2248
|
-
|
|
2249
|
-
|
|
2251
|
+
--tw-border-opacity: 1;
|
|
2252
|
+
border-color: hsl(var(--er) / var(--tw-border-opacity));
|
|
2250
2253
|
}
|
|
2251
2254
|
.input-error:focus {
|
|
2252
2255
|
outline: 2px solid hsl(var(--er));
|
|
2253
2256
|
}
|
|
2254
2257
|
.input-disabled, .input[disabled] {
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2258
|
+
cursor: not-allowed;
|
|
2259
|
+
--tw-border-opacity: 1;
|
|
2260
|
+
border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
|
|
2261
|
+
--tw-bg-opacity: 1;
|
|
2262
|
+
background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
|
|
2263
|
+
--tw-text-opacity: 0.2;
|
|
2261
2264
|
}
|
|
2262
2265
|
.input-disabled::placeholder, .input[disabled]::placeholder {
|
|
2263
|
-
|
|
2264
|
-
|
|
2266
|
+
color: hsl(var(--bc) / var(--tw-placeholder-opacity));
|
|
2267
|
+
--tw-placeholder-opacity: 0.2;
|
|
2265
2268
|
}
|
|
2266
|
-
.input::-webkit-calendar-picker-indicator {
|
|
2267
|
-
display: none;
|
|
2268
|
-
}
|
|
2269
2269
|
.kbd {
|
|
2270
2270
|
border-width: 1px;
|
|
2271
2271
|
border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
|