@warp-ds/css 1.1.1-next.2 → 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.
|
@@ -93,7 +93,7 @@ export const pill = {
|
|
|
93
93
|
label: 'pl-12 py-8 rounded-l-full',
|
|
94
94
|
labelWithoutClose: 'pr-12 rounded-r-full',
|
|
95
95
|
labelWithClose: 'pr-2',
|
|
96
|
-
close: 'pr-12 pl-4
|
|
96
|
+
close: 'pr-12 pl-4 pt-4 pb-6 rounded-r-full text-m!',
|
|
97
97
|
a11y: 'sr-only',
|
|
98
98
|
};
|
|
99
99
|
|
|
@@ -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
|
-
|
|
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.
|
|
363
|
-
linkSmall: `${buttonSizes.
|
|
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