@warp-ds/css 1.0.0-alpha.26 → 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.
@@ -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 = {
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.27",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",