daisyui 4.12.16 → 4.12.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisyui",
3
- "version": "4.12.16",
3
+ "version": "4.12.18",
4
4
  "description": "daisyUI - Tailwind CSS Components",
5
5
  "author": "Pouya Saadeghi",
6
6
  "license": "MIT",
@@ -9,12 +9,12 @@ module.exports = [
9
9
  pattern: /.*/,
10
10
  },
11
11
  {
12
- // responsive utilites for daisyUI responsive modifiers
12
+ // responsive utilities for daisyUI responsive modifiers
13
13
  pattern: /.(sm|md|lg|xl)/,
14
14
  variants: ["sm", "md", "lg", "xl"],
15
15
  },
16
16
  {
17
- // responsive utilites for daisyUI components
17
+ // responsive utilities for daisyUI components
18
18
  pattern:
19
19
  /(drawer-open|modal-(middle|top|bottom)|card-(side|compact|normal)|(stats|divider)-(horizontal|vertical)|dropdown-(end|top|bottom|left|right))/,
20
20
  variants: ["sm", "md", "lg", "xl"],