@warp-ds/css 1.0.0-alpha.26 → 1.0.0-alpha.28

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.
@@ -166,7 +166,7 @@ export const toast = {
166
166
  iconNegative: 'i-text-$color-toast-negative-icon',
167
167
  iconLoading: 'animate-bounce',
168
168
  content: 'self-center mr-8 py-4 last-child:mb-0',
169
- close: 'bg-transparent ml-auto p-[8px]',
169
+ close: 'bg-transparent ml-auto p-[8px] i-text-$color-toast-close-icon hover:i-text-$color-toast-close-icon-hover active:i-text-$color-toast-close-icon-active',
170
170
  };
171
171
 
172
172
  export const tabs = {
@@ -412,7 +412,7 @@ export const toggle = {
412
412
 
413
413
  export const clickable = {
414
414
  clickable: 'absolute inset-0 h-full w-full appearance-none cursor-pointer focusable focusable-inset',
415
- clickableNotToggle: 'inset-0 absolute',
415
+ clickableNotToggle: 'inset-0 absolute bg-transparent',
416
416
  label: `px-12 ${label.label} py-8! cursor-pointer focusable focusable-inset`,
417
417
  focusable: 'focusable',
418
418
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/css",
3
3
  "repository": "git@github.com:warp-ds/css.git",
4
- "version": "1.0.0-alpha.26",
4
+ "version": "1.0.0-alpha.28",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",