@warp-ds/css 1.7.0-next.2 → 1.7.1-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.
- package/component-classes/classes.js +4 -7
- package/component-classes/index.d.ts +366 -366
- package/component-classes/index.js +54 -90
- package/component-classes/shortcuts.js +2 -2
- package/dist/components.css +1 -1
- package/dist/index.html +26 -26
- package/dist/resets.css +1 -1
- package/dist/resets.min.css +1 -1
- package/package.json +10 -10
package/dist/index.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<html lang="en">
|
|
2
|
-
<link rel="stylesheet" href="/components.css">
|
|
2
|
+
<link rel="stylesheet" crossorigin href="/components.css">
|
|
3
3
|
|
|
4
4
|
<body>
|
|
5
5
|
</body>
|
|
@@ -24,24 +24,27 @@
|
|
|
24
24
|
.backdrop-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
|
|
25
25
|
.peer:checked~.peer-checked\:before\:bg-center::before{background-position:center;}
|
|
26
26
|
.hover\:bg-clip-padding:hover{-webkit-background-clip:padding-box;background-clip:padding-box;}
|
|
27
|
+
.bg-transparent,
|
|
28
|
+
.group\/steph:first-child .group-first\/steph\:bg-transparent,
|
|
29
|
+
.group\/steph:last-child .group-last\/steph\:bg-transparent{background-color:transparent;}
|
|
27
30
|
.before\:bg-\[url\(var\(--w-form-check-mark\)\)\]::before{background-image:var(--w-form-check-mark);}
|
|
28
31
|
.appearance-none{appearance:none;-webkit-appearance:none;}
|
|
29
32
|
.will-change-height{will-change:height;}
|
|
30
33
|
.border,
|
|
31
34
|
.border-1{border-width:1px;}
|
|
35
|
+
.border-b{border-bottom-width:1px;}
|
|
32
36
|
.before\:border::before{border-width:1px;}
|
|
33
|
-
.border-transparent{border-color:transparent;}
|
|
34
37
|
.border-0{border-width:0;}
|
|
35
38
|
.border-2{border-width:2px;}
|
|
36
|
-
.border-b{border-bottom-width:1px;}
|
|
37
39
|
.border-b-0{border-bottom-width:0;}
|
|
38
40
|
.border-b-4{border-bottom-width:4px;}
|
|
39
41
|
.border-l-4{border-left-width:4px;}
|
|
40
42
|
.border-r-0,
|
|
41
43
|
.group:not(:last-of-type) .group-not-last-of-type\:border-r-0{border-right-width:0;}
|
|
42
|
-
.peer:checked~.peer-checked\:before\:border-\[6\]::before{border-width:
|
|
43
|
-
.
|
|
44
|
-
.divide-
|
|
44
|
+
.peer:checked~.peer-checked\:before\:border-\[6\]::before{border-width:0.6rem;}
|
|
45
|
+
.border-transparent{border-color:transparent;}
|
|
46
|
+
.divide-x>*+*{--w-divide-x-reverse:0;border-left-width:calc(1px * calc(1 - var(--w-divide-x-reverse)));border-right-width:calc(1px * var(--w-divide-x-reverse));}
|
|
47
|
+
.divide-y>*+*{--w-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--w-divide-y-reverse)));border-bottom-width:calc(1px * var(--w-divide-y-reverse));}
|
|
45
48
|
.rounded-4{border-radius:4px;}
|
|
46
49
|
.rounded-8{border-radius:8px;}
|
|
47
50
|
.rounded-full{border-radius:9999px;}
|
|
@@ -67,9 +70,6 @@
|
|
|
67
70
|
.last\:rounded-lb-4:last-child{border-bottom-left-radius:4px;}
|
|
68
71
|
.last\:rounded-rb-4:last-child{border-bottom-right-radius:4px;}
|
|
69
72
|
.last\:rounded-rt-4:last-child{border-top-right-radius:4px;}
|
|
70
|
-
.bg-transparent,
|
|
71
|
-
.group\/steph:first-child .group-first\/steph\:bg-transparent,
|
|
72
|
-
.group\/steph:last-child .group-last\/steph\:bg-transparent{background-color:transparent;}
|
|
73
73
|
.caret-current{caret-color:currentColor;}
|
|
74
74
|
.opacity-25{opacity:25%;}
|
|
75
75
|
.before\:opacity-25::before{opacity:25%;}
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
.grow-1{flex-grow:1;}
|
|
98
98
|
.basis-auto{flex-basis:auto;}
|
|
99
99
|
.flex-col{flex-direction:column;}
|
|
100
|
-
.focus-within\:focusable:focus-within{outline:2px solid var(--w-s-color-focused);outline-offset:var(--w-outline-offset, 1px);}
|
|
101
|
-
.focusable:focus,.focusable:focus-visible{outline:2px solid var(--w-s-color-focused);outline-offset:var(--w-outline-offset, 1px);}.focusable:not(:focus-visible){outline:none;}
|
|
102
|
-
.peer:focus~.peer-focus\:focusable,.peer:focus-visible~.peer-focus\:focusable{outline:2px solid var(--w-s-color-focused);outline-offset:var(--w-outline-offset, 1px);}.peer:not(:focus-visible)~.peer-focus\:focusable{outline:none;}
|
|
100
|
+
.focus-within\:focusable:focus-within{outline:2px solid var(--w-s-color-border-focused, var(--w-s-color-focused));outline-offset:var(--w-outline-offset, 1px);}
|
|
101
|
+
.focusable:focus,.focusable:focus-visible{outline:2px solid var(--w-s-color-border-focused, var(--w-s-color-focused));outline-offset:var(--w-outline-offset, 1px);}.focusable:not(:focus-visible){outline:none;}
|
|
102
|
+
.peer:focus~.peer-focus\:focusable,.peer:focus-visible~.peer-focus\:focusable{outline:2px solid var(--w-s-color-border-focused, var(--w-s-color-focused));outline-offset:var(--w-outline-offset, 1px);}.peer:not(:focus-visible)~.peer-focus\:focusable{outline:none;}
|
|
103
103
|
.focusable-inset{--w-outline-offset:-3px;}
|
|
104
104
|
.gap-8{gap:0.8rem;}
|
|
105
105
|
.gap-x-16{column-gap:1.6rem;}
|
|
@@ -441,11 +441,7 @@
|
|
|
441
441
|
.before\:items-center::before{align-items:center;}
|
|
442
442
|
.self-center{align-self:center;}
|
|
443
443
|
.inset-0{inset:0rem;}
|
|
444
|
-
.-bottom-\[8px\]{bottom:-8px;}
|
|
445
444
|
.-bottom-0{bottom:-0rem;}
|
|
446
|
-
.-left-\[8px\]{left:-8px;}
|
|
447
|
-
.-right-\[8px\]{right:-8px;}
|
|
448
|
-
.-top-\[8px\]{top:-8px;}
|
|
449
445
|
.bottom-0{bottom:0rem;}
|
|
450
446
|
.bottom-10{bottom:1rem;}
|
|
451
447
|
.bottom-16{bottom:1.6rem;}
|
|
@@ -454,8 +450,6 @@
|
|
|
454
450
|
.left-8{left:0.8rem;}
|
|
455
451
|
.right-0{right:0rem;}
|
|
456
452
|
.right-16{right:1.6rem;}
|
|
457
|
-
.top-\[19px\]{top:19px;}
|
|
458
|
-
.top-\[30\%\]{top:30%;}
|
|
459
453
|
.top-0{top:0rem;}
|
|
460
454
|
.top-20{top:2rem;}
|
|
461
455
|
.top-4{top:0.4rem;}
|
|
@@ -464,6 +458,12 @@
|
|
|
464
458
|
.before\:right-0::before{right:0rem;}
|
|
465
459
|
.before\:top-0::before{top:0rem;}
|
|
466
460
|
.before\:top-2::before{top:0.2rem;}
|
|
461
|
+
.-bottom-\[8px\]{bottom:-8px;}
|
|
462
|
+
.-left-\[8px\]{left:-8px;}
|
|
463
|
+
.-right-\[8px\]{right:-8px;}
|
|
464
|
+
.-top-\[8px\]{top:-8px;}
|
|
465
|
+
.top-\[19px\]{top:19px;}
|
|
466
|
+
.top-\[30\%\]{top:30%;}
|
|
467
467
|
.justify-end{justify-content:flex-end;}
|
|
468
468
|
.justify-center{justify-content:center;}
|
|
469
469
|
.before\:justify-center::before{justify-content:center;}
|
|
@@ -482,9 +482,9 @@
|
|
|
482
482
|
.peer:checked~.peer-checked\:z-10{z-index:10;}
|
|
483
483
|
.hover\:z-30:hover{z-index:30;}
|
|
484
484
|
.s-bg{background-color:var(--w-s-color-background);}
|
|
485
|
-
.before\:s-bg::before{background-color:var(--w-s-color-background);}
|
|
486
485
|
.s-bg-primary{background-color:var(--w-s-color-background-primary);}
|
|
487
486
|
.hover\:s-bg-primary-subtle-hover:hover{background-color:var(--w-s-color-background-primary-subtle-hover);}
|
|
487
|
+
.before\:s-bg::before{background-color:var(--w-s-color-background);}
|
|
488
488
|
.s-text-inverted{color:var(--w-s-color-text-inverted);}
|
|
489
489
|
.s-text-link{color:var(--w-s-color-text-link);}
|
|
490
490
|
.s-icon{color:var(--w-s-color-icon);}
|
|
@@ -538,7 +538,6 @@
|
|
|
538
538
|
.active\:slider-handle-shadow-active:active{box-shadow:0 0 0 8px rgba(0, 0, 0, .08);}
|
|
539
539
|
.space-x-8>:not([hidden])~:not([hidden]){--w-space-x-reverse:0;margin-left:calc(0.8rem * calc(1 - var(--w-space-x-reverse)));margin-right:calc(0.8rem * var(--w-space-x-reverse));}
|
|
540
540
|
.space-y-16>:not([hidden])~:not([hidden]){--w-space-y-reverse:0;margin-top:calc(1.6rem * calc(1 - var(--w-space-y-reverse)));margin-bottom:calc(1.6rem * var(--w-space-y-reverse));}
|
|
541
|
-
.m-\[8px\]{margin:8px;}
|
|
542
541
|
.m-0{margin:0rem;}
|
|
543
542
|
.-mx-16{margin-left:-1.6rem;margin-right:-1.6rem;}
|
|
544
543
|
.mx-0{margin-left:0rem;margin-right:0rem;}
|
|
@@ -561,13 +560,11 @@
|
|
|
561
560
|
.group:not(:first-child) .group-not-first\:-ml-2{margin-left:-0.2rem;}
|
|
562
561
|
.last\:mb-0:last-child{margin-bottom:0rem;}
|
|
563
562
|
.last\:mr-0:last-child{margin-right:0rem;}
|
|
564
|
-
.
|
|
563
|
+
.m-\[8px\]{margin:8px;}
|
|
565
564
|
.p-0{padding:0rem;}
|
|
566
565
|
.p-16{padding:1.6rem;}
|
|
567
566
|
.p-4{padding:0.4rem;}
|
|
568
567
|
.p-8{padding:0.8rem;}
|
|
569
|
-
.px-\[15px\]{padding-left:15px;padding-right:15px;}
|
|
570
|
-
.px-\[8px\]\!{padding-left:8px !important;padding-right:8px !important;}
|
|
571
568
|
.px-0{padding-left:0rem;padding-right:0rem;}
|
|
572
569
|
.px-1{padding-left:0.1rem;padding-right:0.1rem;}
|
|
573
570
|
.px-12{padding-left:1.2rem;padding-right:1.2rem;}
|
|
@@ -575,9 +572,6 @@
|
|
|
575
572
|
.px-16{padding-left:1.6rem;padding-right:1.6rem;}
|
|
576
573
|
.px-4{padding-left:0.4rem;padding-right:0.4rem;}
|
|
577
574
|
.px-8{padding-left:0.8rem;padding-right:0.8rem;}
|
|
578
|
-
.py-\[11px\]{padding-top:11px;padding-bottom:11px;}
|
|
579
|
-
.py-\[5px\]\!{padding-top:5px !important;padding-bottom:5px !important;}
|
|
580
|
-
.py-\[7px\]{padding-top:7px;padding-bottom:7px;}
|
|
581
575
|
.py-0{padding-top:0rem;padding-bottom:0rem;}
|
|
582
576
|
.py-1{padding-top:0.1rem;padding-bottom:0.1rem;}
|
|
583
577
|
.py-10{padding-top:1rem;padding-bottom:1rem;}
|
|
@@ -611,6 +605,12 @@
|
|
|
611
605
|
.group\/step:last-child .group-last\/step\:last\:pb-0:last-child{padding-bottom:0rem;}
|
|
612
606
|
.last\:pb-1:last-child{padding-bottom:0.1rem;}
|
|
613
607
|
.last\:pr-1:last-child{padding-right:0.1rem;}
|
|
608
|
+
.p-\[8px\]{padding:8px;}
|
|
609
|
+
.px-\[15px\]{padding-left:15px;padding-right:15px;}
|
|
610
|
+
.px-\[8px\]\!{padding-left:8px !important;padding-right:8px !important;}
|
|
611
|
+
.py-\[11px\]{padding-top:11px;padding-bottom:11px;}
|
|
612
|
+
.py-\[5px\]\!{padding-top:5px !important;padding-bottom:5px !important;}
|
|
613
|
+
.py-\[7px\]{padding-top:7px;padding-bottom:7px;}
|
|
614
614
|
.invisible{visibility:hidden;}
|
|
615
615
|
.backface-hidden{backface-visibility:hidden;}
|
|
616
616
|
.break-words{overflow-wrap:break-word;}
|
package/dist/resets.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--w-s-color-border,var(--w-s-color-border-default))}html{font-size:62.5%}body{background-color:var(--w-s-color-background,var(--w-s-color-background-default));min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-s-color-text,var(--w-s-color-text-default))}hr{
|
|
1
|
+
*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--w-s-color-border,var(--w-s-color-border-default))}html{font-size:62.5%}body{background-color:var(--w-s-color-background,var(--w-s-color-background-default));min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-s-color-text,var(--w-s-color-text-default))}hr{color:inherit;border-top-width:1px;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:700}a{cursor:pointer;color:var(--w-s-color-text-link);text-decoration:none}a:hover,a:focus,a:active{-webkit-text-decoration:var(--w-decoration-text-link);text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:var(--w-s-color-text-placeholder)}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{border:0;min-width:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
package/dist/resets.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--w-s-color-border,var(--w-s-color-border-default))}html{font-size:62.5%}body{background-color:var(--w-s-color-background,var(--w-s-color-background-default));min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-s-color-text,var(--w-s-color-text-default))}hr{
|
|
1
|
+
*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--w-s-color-border,var(--w-s-color-border-default))}html{font-size:62.5%}body{background-color:var(--w-s-color-background,var(--w-s-color-background-default));min-height:100%;margin:0;overflow-y:scroll}body,:host{-webkit-text-size-adjust:100%;tab-size:4;-webkit-tap-highlight-color:transparent;font-family:var(--w-font-family);font-size:var(--w-font-size-m);line-height:var(--w-line-height-m);color:var(--w-s-color-text,var(--w-s-color-text-default))}hr{color:inherit;border-top-width:1px;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:700}a{cursor:pointer;color:var(--w-s-color-text-link);text-decoration:none}a:hover,a:focus,a:active{-webkit-text-decoration:var(--w-decoration-text-link);text-decoration:var(--w-decoration-text-link)}b,strong{font-weight:700}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:var(--w-s-color-text-placeholder)}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1{font-size:var(--w-font-size-xxl);line-height:var(--w-line-height-xxl)}h2{font-size:var(--w-font-size-xl);line-height:var(--w-line-height-xl)}h3{font-size:var(--w-font-size-l);line-height:var(--w-line-height-l)}h4{font-size:var(--w-font-size-m);line-height:var(--w-line-height-m)}h5{font-size:var(--w-font-size-s);line-height:var(--w-line-height-s)}dt,dd{margin:0 16px}h1,h2,h3,h4,h5,ul,ol,dl,p,blockquote{margin:0 0 8px}[hidden]{display:none!important}[tabindex="-1"]:focus:not(:focus-visible){outline:none}legend{float:left;width:100%;margin:0;padding:0;display:table}legend+*{clear:both}fieldset{border:0;min-width:0;margin:0;padding:.01em 0 0}body:not(:-moz-handler-blocked) fieldset{display:table-cell}
|
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.7.
|
|
4
|
+
"version": "1.7.1-next.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",
|
|
7
7
|
"commit": "cz",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@warp-ds/tokenizer": "^0.0.2",
|
|
44
|
-
"@warp-ds/uno": "^1.
|
|
44
|
+
"@warp-ds/uno": "^1.5.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@eik/cli": "^2.0.22",
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
"@semantic-release/exec": "^6.0.3",
|
|
50
50
|
"@semantic-release/git": "^10.0.1",
|
|
51
51
|
"cz-conventional-changelog": "^3.3.0",
|
|
52
|
-
"@warp-ds/eslint-config": "^0.0
|
|
53
|
-
"eslint": "^8.
|
|
52
|
+
"@warp-ds/eslint-config": "^1.0.0",
|
|
53
|
+
"eslint": "^8.56.0",
|
|
54
54
|
"semantic-release": "^20.1.3",
|
|
55
|
-
"typescript": "^5.
|
|
56
|
-
"unocss": "^0.
|
|
57
|
-
"vite": "^
|
|
58
|
-
"vite-plugin-dts": "^3.
|
|
59
|
-
"@sindresorhus/slugify": "^2.2.
|
|
55
|
+
"typescript": "^5.3.3",
|
|
56
|
+
"unocss": "^0.58.3",
|
|
57
|
+
"vite": "^5.0.0",
|
|
58
|
+
"vite-plugin-dts": "^3.7.1",
|
|
59
|
+
"@sindresorhus/slugify": "^2.2.1",
|
|
60
60
|
"drnm": "^0.9.0",
|
|
61
|
-
"lightningcss": "^1.
|
|
61
|
+
"lightningcss": "^1.23.0"
|
|
62
62
|
},
|
|
63
63
|
"eslintConfig": {
|
|
64
64
|
"extends": "@warp-ds"
|