@warp-ds/css 1.1.1-next.3 → 1.1.1-next.4

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.
@@ -273,7 +273,7 @@ const buttonSizes = {
273
273
  smallUtility: 'py-[7px] px-[15px]',
274
274
  pill: 'min-h-[44px] min-w-[44px]',
275
275
  pillSmall: 'min-h-32 min-w-32',
276
- linkSmall: 'p-0',
276
+ link: 'p-0',
277
277
  };
278
278
 
279
279
  const buttonTextSizes = {
@@ -359,8 +359,8 @@ export const button = {
359
359
  pillLoading: `${buttonSizes.pill} ${buttonTextSizes.medium} ${buttonTypes.pill} ${buttonVariants.inProgress}`,
360
360
  pillSmallLoading: `${buttonSizes.pillSmall} ${buttonTextSizes.xsmall} ${buttonTypes.pill} ${buttonVariants.inProgress}`,
361
361
 
362
- link: `${buttonSizes.medium} ${buttonTextSizes.medium} ${buttonTypes.link}`,
363
- linkSmall: `${buttonSizes.linkSmall} ${buttonTextSizes.xsmall} ${buttonTypes.link}`,
362
+ link: `${buttonSizes.link} ${buttonTextSizes.medium} ${buttonTypes.link}`,
363
+ linkSmall: `${buttonSizes.link} ${buttonTextSizes.xsmall} ${buttonTypes.link}`,
364
364
  linkAsButton: 'inline-block hover:no-underline',
365
365
  a11y: 'sr-only',
366
366
  fullWidth: "w-full max-w-full",
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.1.1-next.3",
4
+ "version": "1.1.1-next.4",
5
5
  "scripts": {
6
6
  "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
7
7
  "commit": "cz",