daisyui 1.23.0 → 1.23.1

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.23.1](https://github.com/saadeghi/daisyui/compare/v1.23.0...v1.23.1) (2022-01-17)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * card-side css property ([9908352](https://github.com/saadeghi/daisyui/commit/9908352d932fa458762c7b4815563e54583401d5))
11
+
5
12
  ## [1.23.0](https://github.com/saadeghi/daisyui/compare/v1.22.2...v1.23.0) (2022-01-15)
6
13
 
7
14
 
package/README.md CHANGED
@@ -79,7 +79,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
79
79
 
80
80
 
81
81
  ```html
82
- <link href="https://cdn.jsdelivr.net/npm/daisyui@1.22.2/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.23.0/dist/full.css" rel="stylesheet" type="text/css" />
83
83
  <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2/dist/tailwind.min.css" rel="stylesheet" type="text/css" />
84
84
  ```
85
85
 
package/dist/full.css CHANGED
@@ -4426,6 +4426,11 @@ html{
4426
4426
  color:hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
4427
4427
  }
4428
4428
 
4429
+ .select-multiple,.select[multiple]{
4430
+ background-image:none;
4431
+ padding-right:1rem;
4432
+ }
4433
+
4429
4434
  .stat+.stat{
4430
4435
  --tw-border-opacity:1;
4431
4436
  --tw-border-opacity:0.1;
package/dist/styled.css CHANGED
@@ -2993,6 +2993,10 @@
2993
2993
  .select-disabled,.select[disabled]{
2994
2994
  --tw-text-opacity:0.2;
2995
2995
  }
2996
+ .select-multiple,.select[multiple]{
2997
+ background-image:none;
2998
+ padding-right:1rem;
2999
+ }
2996
3000
  .stack{
2997
3001
  place-items:center;
2998
3002
  align-items:flex-end;