daisyui 3.7.2 → 3.7.4

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/full.css CHANGED
@@ -1884,7 +1884,7 @@ html {
1884
1884
  .chat-start .chat-bubble:before {
1885
1885
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
1886
1886
  mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
1887
- left: -0.75rem}
1887
+ left: -0.749rem}
1888
1888
  [dir="rtl"] .chat-start .chat-bubble:before {
1889
1889
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
1890
1890
  mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e")}
@@ -1903,7 +1903,7 @@ html {
1903
1903
  .chat-end .chat-bubble:before {
1904
1904
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
1905
1905
  mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
1906
- left: 100%}
1906
+ left: 99.9%}
1907
1907
  [dir="rtl"] .chat-end .chat-bubble:before {
1908
1908
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
1909
1909
  mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e")}
package/dist/styled.css CHANGED
@@ -2130,13 +2130,13 @@
2130
2130
  border-bottom-left-radius: 0px;
2131
2131
  }
2132
2132
  .chat-start .chat-bubble:before {
2133
- left: -0.75rem;
2133
+ left: -0.749rem;
2134
2134
  }
2135
2135
  .chat-end .chat-bubble {
2136
2136
  border-bottom-right-radius: 0px;
2137
2137
  }
2138
2138
  .chat-end .chat-bubble:before {
2139
- left: 100%;
2139
+ left: 99.9%;
2140
2140
  }
2141
2141
  .checkbox {
2142
2142
  --chkbg: var(--bc);