@warp-ds/css 1.1.1-next.1 → 1.1.1-next.3
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
|
|
|
@@ -413,7 +413,7 @@ export const alert = {
|
|
|
413
413
|
alert: "flex p-16 border border-l-4 rounded-4",
|
|
414
414
|
willChangeHeight: "will-change-height",
|
|
415
415
|
textWrapper: "last-child:mb-0 text-s",
|
|
416
|
-
title: "
|
|
416
|
+
title: "text-s",
|
|
417
417
|
icon: "w-16 mr-8 min-w-16",
|
|
418
418
|
negative: "i-border-$color-alert-negative-subtle-border i-bg-$color-alert-negative-background i-text-$color-alert-negative-text i-border-l-$color-alert-negative-border",
|
|
419
419
|
negativeIcon: "i-text-$color-alert-negative-icon",
|
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.
|
|
4
|
+
"version": "1.1.1-next.3",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
|
|
7
7
|
"commit": "cz",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"@warp-ds/eslint-config": "^0.0.1",
|
|
53
53
|
"eslint": "^8.43.0",
|
|
54
54
|
"semantic-release": "^20.1.3",
|
|
55
|
-
"typescript": "^
|
|
55
|
+
"typescript": "^5.0.0",
|
|
56
56
|
"unocss": "^0.53.1",
|
|
57
57
|
"vite": "^4.3.9",
|
|
58
|
-
"vite-plugin-dts": "^
|
|
58
|
+
"vite-plugin-dts": "^3.0.0",
|
|
59
59
|
"@sindresorhus/slugify": "^2.2.0",
|
|
60
60
|
"drnm": "^0.9.0",
|
|
61
61
|
"lightningcss": "^1.19.0"
|