@dust-tt/sparkle 0.2.277 → 0.2.278

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
@@ -2802,7 +2802,7 @@ select {
2802
2802
 
2803
2803
  .s-bg-primary {
2804
2804
  --tw-bg-opacity: 1;
2805
- background-color: rgb(30 64 175 / var(--tw-bg-opacity));
2805
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity));
2806
2806
  }
2807
2807
 
2808
2808
  .s-bg-purple-100 {
@@ -4657,7 +4657,7 @@ select {
4657
4657
 
4658
4658
  .hover\:s-text-primary:hover {
4659
4659
  --tw-text-opacity: 1;
4660
- color: rgb(30 64 175 / var(--tw-text-opacity));
4660
+ color: rgb(59 130 246 / var(--tw-text-opacity));
4661
4661
  }
4662
4662
 
4663
4663
  .hover\:s-text-primary-900:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dust-tt/sparkle",
3
- "version": "0.2.277",
3
+ "version": "0.2.278",
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",