@dust-tt/sparkle 0.2.294 → 0.2.295
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/sparkle.css +2 -2
- package/package.json +1 -1
package/dist/sparkle.css
CHANGED
|
@@ -4866,7 +4866,7 @@ select {
|
|
|
4866
4866
|
|
|
4867
4867
|
.disabled\:s-bg-highlight-muted:disabled {
|
|
4868
4868
|
--tw-bg-opacity: 1;
|
|
4869
|
-
background-color: rgb(
|
|
4869
|
+
background-color: rgb(175 205 239 / var(--tw-bg-opacity));
|
|
4870
4870
|
}
|
|
4871
4871
|
|
|
4872
4872
|
.disabled\:s-bg-primary-muted:disabled {
|
|
@@ -4876,7 +4876,7 @@ select {
|
|
|
4876
4876
|
|
|
4877
4877
|
.disabled\:s-bg-warning-muted:disabled {
|
|
4878
4878
|
--tw-bg-opacity: 1;
|
|
4879
|
-
background-color: rgb(
|
|
4879
|
+
background-color: rgb(227 189 195 / var(--tw-bg-opacity));
|
|
4880
4880
|
}
|
|
4881
4881
|
|
|
4882
4882
|
.disabled\:s-text-muted-foreground:disabled {
|
package/package.json
CHANGED