daisyui 3.1.6 → 3.1.8

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/unstyled.css CHANGED
@@ -372,8 +372,7 @@
372
372
  .collapse:not(.collapse-close) input[type="radio"]:checked ~ .collapse-content {
373
373
  visibility: visible;
374
374
  min-height: fit-content;
375
- }
376
- :root .countdown {
375
+ }:root .countdown {
377
376
  line-height: 1em;
378
377
  }
379
378
  .countdown {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisyui",
3
- "version": "3.1.6",
3
+ "version": "3.1.8",
4
4
  "description": "daisyUI - Tailwind CSS Components",
5
5
  "author": "Pouya Saadeghi",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "prettier": "./src/prettier.config.js",
58
58
  "scripts": {
59
- "init": "npm install && npm run build && cd src/docs && npm run get-files && npm install && cd src/experiments/playground && npm install",
59
+ "init": "npm install && npm run build && cd src/docs && npm run get-files && npm install --legacy-peer-deps && cd src/experiments/playground && npm install",
60
60
  "prettier": "prettier --write . --ignore-path ./src/.prettierignore",
61
61
  "prebase": "postcss --config src/base src/base/*.css --base src --dir dist",
62
62
  "base": "cat dist/base/*.css > dist/base.css",