daisyui 2.20.0 → 2.22.0
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/themes.css +1 -1
- package/package.json +1 -1
- package/src/colors/themes.js +1 -0
package/dist/themes.css
CHANGED
|
@@ -518,7 +518,6 @@
|
|
|
518
518
|
--wa: 43 96% 56%;
|
|
519
519
|
--er: 0 91% 71%;
|
|
520
520
|
--bc: 0 12% 82%;
|
|
521
|
-
--pc: 141 100% 8%;
|
|
522
521
|
--sc: 141 100% 10%;
|
|
523
522
|
--ac: 35 100% 10%;
|
|
524
523
|
--nc: 0 7% 81%;
|
|
@@ -535,6 +534,7 @@
|
|
|
535
534
|
--border-btn: 1px;
|
|
536
535
|
--tab-border: 1px;
|
|
537
536
|
--tab-radius: 0.5rem;
|
|
537
|
+
--pc: 141 100% 88%;
|
|
538
538
|
--s: 141 75% 48%;
|
|
539
539
|
--a: 35 69% 52%;
|
|
540
540
|
--n: 0 10% 6%;
|
package/package.json
CHANGED