daisyui 4.0.0-alpha.19 → 4.0.0-alpha.20
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/full.css +1 -1
- package/dist/styled.css +1 -1
- package/dist/styled.js +1 -1
- package/package.json +7 -7
- package/src/index.js +16 -27
- package/src/theming/functions.js +26 -42
package/dist/full.css
CHANGED
|
@@ -4845,7 +4845,7 @@ select.select {
|
|
|
4845
4845
|
--tw-bg-opacity: 1;
|
|
4846
4846
|
background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
|
|
4847
4847
|
will-change: background-position;
|
|
4848
|
-
animation: skeleton
|
|
4848
|
+
animation: skeleton 1.8s ease-in-out infinite;
|
|
4849
4849
|
background-image: linear-gradient(
|
|
4850
4850
|
105deg,
|
|
4851
4851
|
transparent 0%,
|
package/dist/styled.css
CHANGED
|
@@ -4245,7 +4245,7 @@ select.select {
|
|
|
4245
4245
|
--tw-bg-opacity: 1;
|
|
4246
4246
|
background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
|
|
4247
4247
|
will-change: background-position;
|
|
4248
|
-
animation: skeleton
|
|
4248
|
+
animation: skeleton 1.8s ease-in-out infinite;
|
|
4249
4249
|
background-image: linear-gradient(
|
|
4250
4250
|
105deg,
|
|
4251
4251
|
transparent 0%,
|