@warp-ds/elements 2.3.0-next.6 → 2.3.0-next.8

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 (30) hide show
  1. package/dist/custom-elements.json +28 -0
  2. package/dist/index.d.ts +3 -0
  3. package/dist/packages/attention/index.js +3 -3
  4. package/dist/packages/attention/index.js.map +1 -1
  5. package/dist/packages/button/index.js +3 -3
  6. package/dist/packages/button/index.js.map +1 -1
  7. package/dist/packages/dead-toggle/index.js +2 -3
  8. package/dist/packages/dead-toggle/index.js.map +2 -2
  9. package/dist/packages/link/index.js +3 -3
  10. package/dist/packages/link/index.js.map +1 -1
  11. package/dist/packages/link/styles.js +3 -3
  12. package/dist/packages/rip-and-tear-checkbox/checkbox-group.d.ts +10 -0
  13. package/dist/packages/rip-and-tear-checkbox/checkbox-group.js +7 -0
  14. package/dist/packages/rip-and-tear-checkbox/checkbox-group.js.map +7 -0
  15. package/dist/packages/rip-and-tear-checkbox/checkbox.js +2 -3
  16. package/dist/packages/rip-and-tear-checkbox/checkbox.js.map +2 -2
  17. package/dist/packages/rip-and-tear-checkbox/checkbox.stories.d.ts +3 -0
  18. package/dist/packages/rip-and-tear-checkbox/checkbox.stories.js +14 -0
  19. package/dist/packages/rip-and-tear-checkbox/index.js +2 -0
  20. package/dist/packages/rip-and-tear-checkbox/react.d.ts +2 -0
  21. package/dist/packages/rip-and-tear-checkbox/react.js +5 -0
  22. package/dist/packages/rip-and-tear-radio/radio-group.js +2 -3
  23. package/dist/packages/rip-and-tear-radio/radio-group.js.map +2 -2
  24. package/dist/packages/rip-and-tear-radio/radio.js +2 -3
  25. package/dist/packages/rip-and-tear-radio/radio.js.map +2 -2
  26. package/dist/packages/rip-and-tear-radio/radio.stories.js +2 -3
  27. package/dist/packages/rip-and-tear-radio/radio.stories.js.map +2 -2
  28. package/dist/packages/toggle-styles.js +2 -3
  29. package/dist/web-types.json +1 -1
  30. package/package.json +1 -1
@@ -2505,9 +2505,9 @@ Please compile your catalog first.
2505
2505
 
2506
2506
  /* Variants config */
2507
2507
  .w-button--primary {
2508
- --background: var(--w-s-color-background-primary);
2509
- --background-hover: var(--w-s-color-background-primary-hover);
2510
- --background-active: var(--w-s-color-background-primary-active);
2508
+ --background: var(--w-color-button-primary-background);
2509
+ --background-hover: var(--w-color-button-primary-background-hover);
2510
+ --background-active: var(--w-color-button-primary-background-active);
2511
2511
  --color: var(--w-s-color-text-inverted);
2512
2512
  --border-width: 0px;
2513
2513
  }