Skip to content

Commit

Permalink
Bump daisyui from 4.10.3 to 4.10.4 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent ae365c8 commit 272ad65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions generated/elm/Tailwind/Utilities.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1025,18 +1025,21 @@ globalStyles =
, Css.Global.selector ".input[list]::-webkit-calendar-picker-indicator"
[ Css.property "line-height" "1em"
]
, Css.Global.selector ".input-disabled,\n .input:disabled,\n .input[disabled]"
, Css.Global.selector ".input:has(> input[disabled]),\n .input-disabled,\n .input:disabled,\n .input[disabled]"
[ Css.property "cursor" "not-allowed"
, Css.property "--tw-border-opacity" "1"
, Css.property "border-color" "var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))"
, Css.property "--tw-bg-opacity" "1"
, Css.property "background-color" "var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))"
, Css.property "color" "var(--fallback-bc,oklch(var(--bc)/0.4))"
]
, Css.Global.selector ".input-disabled::placeholder,\n .input:disabled::placeholder,\n .input[disabled]::placeholder"
, Css.Global.selector ".input:has(> input[disabled])::placeholder,\n .input-disabled::placeholder,\n .input:disabled::placeholder,\n .input[disabled]::placeholder"
[ Css.property "color" "var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)))"
, Css.property "--tw-placeholder-opacity" "0.2"
]
, Css.Global.selector ".input:has(> input[disabled]) > input[disabled]"
[ Css.property "cursor" "not-allowed"
]
, Css.Global.selector ":where(.menu li:empty)"
[ Css.property "--tw-bg-opacity" "1"
, Css.property "background-color" "var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)))"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"daisyui": "^4.10.3",
"daisyui": "^4.10.4",
"elm-format": "^0.8.7",
"elm-reloader": "^1.0.0",
"elm-review": "^2.11.1",
Expand Down

0 comments on commit 272ad65

Please sign in to comment.