@warp-ds/css 1.1.2-next.1 → 1.1.3-next.1
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.
|
@@ -211,7 +211,9 @@ export namespace expandable {
|
|
|
211
211
|
export const chevron: string;
|
|
212
212
|
export const chevronNonBox: string;
|
|
213
213
|
export const chevronBox: string;
|
|
214
|
-
export const
|
|
214
|
+
export const chevronTransform: string;
|
|
215
|
+
export const chevronExpand: string;
|
|
216
|
+
export const chevronCollapse: string;
|
|
215
217
|
export const expansion: string;
|
|
216
218
|
export const expansionNotExpanded: string;
|
|
217
219
|
const button_1: string;
|
|
@@ -225,10 +225,12 @@ export const expandable = {
|
|
|
225
225
|
expandableTitle: 'font-bold i-text-$color-expandable-title-text',
|
|
226
226
|
expandableBox: 'i-bg-$color-expandable-background hover:i-bg-$color-expandable-background-hover py-0 px-0 ' + box.box,
|
|
227
227
|
expandableBleed: box.bleed,
|
|
228
|
-
chevron: 'inline-block align-middle
|
|
228
|
+
chevron: 'inline-block align-middle i-text-$color-expandable-icon',
|
|
229
229
|
chevronNonBox: 'relative left-8',
|
|
230
230
|
chevronBox: 'absolute right-16',
|
|
231
|
-
|
|
231
|
+
chevronTransform: 'transform transition-transform transform-gpu ease-in-out',
|
|
232
|
+
chevronExpand: '-rotate-180',
|
|
233
|
+
chevronCollapse: 'rotate-180',
|
|
232
234
|
expansion: 'overflow-hidden',
|
|
233
235
|
expansionNotExpanded: 'h-0 invisible',
|
|
234
236
|
button: buttonReset + ' hover:underline focus:underline',
|
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.
|
|
4
|
+
"version": "1.1.3-next.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
|
|
7
7
|
"commit": "cz",
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"./component-classes/index.d.ts"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@warp-ds/fonts": "1.1.0",
|
|
43
42
|
"@warp-ds/tokenizer": "^0.0.2",
|
|
44
43
|
"@warp-ds/uno": "^1.1.0"
|
|
45
44
|
},
|
|
@@ -53,7 +52,7 @@
|
|
|
53
52
|
"eslint": "^8.43.0",
|
|
54
53
|
"semantic-release": "^20.1.3",
|
|
55
54
|
"typescript": "^5.0.0",
|
|
56
|
-
"unocss": "^0.
|
|
55
|
+
"unocss": "^0.56.0",
|
|
57
56
|
"vite": "^4.3.9",
|
|
58
57
|
"vite-plugin-dts": "^3.0.0",
|
|
59
58
|
"@sindresorhus/slugify": "^2.2.0",
|