@warp-ds/css 1.0.0-alpha.25 → 1.0.0-alpha.27

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.
@@ -391,6 +391,8 @@ export namespace clickable {
391
391
  export const clickableNotToggle: string;
392
392
  const label_6: string;
393
393
  export { label_6 as label };
394
+ const focusable_1: string;
395
+ export { focusable_1 as focusable };
394
396
  }
395
397
  export namespace combobox {
396
398
  const wrapper_11: string;
@@ -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 = {
@@ -414,6 +414,7 @@ export const clickable = {
414
414
  clickable: 'absolute inset-0 h-full w-full appearance-none cursor-pointer focusable focusable-inset',
415
415
  clickableNotToggle: 'inset-0 absolute',
416
416
  label: `px-12 ${label.label} py-8! cursor-pointer focusable focusable-inset`,
417
+ focusable: 'focusable',
417
418
  };
418
419
 
419
420
  export const combobox = {
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.25",
4
+ "version": "1.0.0-alpha.27",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",