@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.
Files changed (2) hide show
  1. package/dist/sparkle.css +2 -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(147 197 253 / var(--tw-bg-opacity));
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(252 165 165 / var(--tw-bg-opacity));
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dust-tt/sparkle",
3
- "version": "0.2.294",
3
+ "version": "0.2.295",
4
4
  "scripts": {
5
5
  "build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
6
6
  "tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",