@dust-tt/sparkle 0.2.273-rc-2 → 0.2.273-rc-3

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 +3 -3
  2. package/package.json +1 -1
package/dist/sparkle.css CHANGED
@@ -2779,7 +2779,7 @@ select {
2779
2779
 
2780
2780
  .s-bg-primary {
2781
2781
  --tw-bg-opacity: 1;
2782
- background-color: rgb(30 64 175 / var(--tw-bg-opacity));
2782
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity));
2783
2783
  }
2784
2784
 
2785
2785
  .s-bg-purple-100 {
@@ -3981,7 +3981,7 @@ select {
3981
3981
 
3982
3982
  .s-text-primary {
3983
3983
  --tw-text-opacity: 1;
3984
- color: rgb(30 64 175 / var(--tw-text-opacity));
3984
+ color: rgb(59 130 246 / var(--tw-text-opacity));
3985
3985
  }
3986
3986
 
3987
3987
  .s-text-primary-400 {
@@ -4664,7 +4664,7 @@ select {
4664
4664
 
4665
4665
  .hover\:s-text-primary:hover {
4666
4666
  --tw-text-opacity: 1;
4667
- color: rgb(30 64 175 / var(--tw-text-opacity));
4667
+ color: rgb(59 130 246 / var(--tw-text-opacity));
4668
4668
  }
4669
4669
 
4670
4670
  .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.273-rc-2",
3
+ "version": "0.2.273-rc-3",
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",