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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisyui",
3
- "version": "2.20.0",
3
+ "version": "2.22.0",
4
4
  "description": "daisyUI - Tailwind CSS Components",
5
5
  "author": "Pouya Saadeghi",
6
6
  "license": "MIT",
@@ -146,6 +146,7 @@ module.exports = {
146
146
  },
147
147
  "[data-theme=forest]": {
148
148
  primary: "#1eb854",
149
+ "primary-content": "#c2ffd7",
149
150
  secondary: "#1fd65f",
150
151
  accent: "#d99330",
151
152
  neutral: "#110e0e",