winduum 2.2.8 → 2.2.10
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/package.json +13 -14
- package/plugin/index.cjs +219 -217
- package/plugin/index.js +94 -94
- package/plugin/utilities/color.js +52 -50
- package/plugin/utilities/common.js +60 -60
- package/plugin/utilities/divide-gap.js +19 -19
- package/plugin/utilities/dot.js +10 -10
- package/src/base/defaults.css +1 -1
- package/src/base/reset.css +4 -1
- package/src/common.js +6 -6
- package/src/components/badge/props/default.css +2 -1
- package/src/components/breadcrumb/default.css +2 -1
- package/src/components/breadcrumb/props/default.css +2 -1
- package/src/components/button/interactive.css +3 -1
- package/src/components/button/props/default.css +2 -1
- package/src/components/button/props/interactive.css +2 -1
- package/src/components/card/props/default.css +2 -1
- package/src/components/carousel/content.css +2 -1
- package/src/components/carousel/index.js +128 -126
- package/src/components/check/default.css +1 -1
- package/src/components/check/props/default.css +4 -3
- package/src/components/color/default.css +2 -1
- package/src/components/color/interactive.css +2 -1
- package/src/components/color/props/default.css +3 -2
- package/src/components/compare/default.css +2 -1
- package/src/components/compare/index.js +9 -9
- package/src/components/control/icon.css +4 -2
- package/src/components/control/interactive.css +2 -1
- package/src/components/control/props/color.css +2 -1
- package/src/components/control/props/default.css +5 -4
- package/src/components/control/props/floating.css +2 -1
- package/src/components/control/props/icon.css +2 -1
- package/src/components/control/props/select-picker.css +4 -3
- package/src/components/control/props/select.css +2 -1
- package/src/components/control/select-picker.css +4 -2
- package/src/components/control/select.css +1 -1
- package/src/components/details/index.js +39 -38
- package/src/components/dialog/default.css +2 -1
- package/src/components/dialog/index.d.ts +1 -1
- package/src/components/dialog/index.js +42 -40
- package/src/components/dialog/props/content.css +2 -1
- package/src/components/dialog/props/default.css +2 -1
- package/src/components/drawer/default.css +2 -1
- package/src/components/drawer/index.d.ts +2 -0
- package/src/components/drawer/index.js +46 -31
- package/src/components/drawer/props/content.css +2 -1
- package/src/components/drawer/props/default.css +2 -1
- package/src/components/form/index.js +83 -80
- package/src/components/heading/props/default.css +2 -1
- package/src/components/info/props/default.css +2 -1
- package/src/components/label/props/default.css +2 -1
- package/src/components/link/props/default.css +2 -1
- package/src/components/notice/props/default.css +2 -1
- package/src/components/popover/content.css +4 -2
- package/src/components/popover/index.js +45 -44
- package/src/components/popover/props/content.css +2 -1
- package/src/components/progress/props/default.css +2 -1
- package/src/components/range/index.js +37 -37
- package/src/components/range/props/default.css +2 -1
- package/src/components/rating/default.css +1 -1
- package/src/components/rating/props/default.css +2 -1
- package/src/components/switch/props/default.css +4 -3
- package/src/components/table/interactive.css +10 -5
- package/src/components/table/props/default.css +2 -1
- package/src/components/tabs/index.js +5 -5
- package/src/components/text/props/default.css +2 -1
- package/src/components/title/props/default.css +2 -1
- package/src/components/toast/index.js +25 -25
- package/src/components/toast/props/content.css +2 -1
- package/src/components/toast/props/default.css +2 -1
- package/src/components/toaster/index.js +3 -3
- package/src/components/toaster/props/default.css +2 -1
- package/src/components/tooltip/default.css +4 -2
- package/src/components/tooltip/props/default.css +2 -1
- package/src/theme/config/font.css +2 -1
- package/src/theme/config/radius.css +2 -1
- package/src/theme/config/spacing.css +2 -1
- package/src/theme/config/transition.css +2 -1
- package/src/theme/config/z.css +2 -1
- package/src/theme/dark-rgb.css +2 -1
- package/src/theme/dark.css +2 -1
- package/src/theme/default-p3.css +2 -1
- package/src/theme/default-rgb.css +3 -2
- package/src/theme/default.css +3 -2
- package/src/utilities/container/props/default.css +2 -1
- package/src/utilities/divider.css +5 -3
- package/src/utilities/dot.css +1 -1
- package/src/utilities/ripple/index.js +13 -13
- package/src/utilities/skeleton/props/default.css +2 -1
- package/src/utilities/spinner/default.css +4 -4
- package/src/utilities/spinner/ring.css +1 -1
- package/src/utilities/swap/index.js +4 -4
- package/tailwind.config.js +16 -17
- package/tailwindcss/base/defaults.css +3 -2
- package/tailwindcss/theme/config/transition.css +2 -1
- package/tailwindcss/theme/default.css +1 -1
- package/tailwindcss/utilities/divider.css +4 -2
- package/tailwindcss/utilities/dot.css +1 -1
- package/tailwindcss/utilities/spinner.css +5 -5
- package/types/index.d.ts +3 -1
- package/types/index.d.ts.map +3 -1
|
@@ -7,21 +7,21 @@ import { animationsFinished, nextRepaint } from '../../common.js'
|
|
|
7
7
|
* @returns Promise<void>
|
|
8
8
|
*/
|
|
9
9
|
export const computePopover = async (element, popoverElement, options = {}) => {
|
|
10
|
-
|
|
10
|
+
const { computePosition, flip, shift, offset } = await import('@floating-ui/dom')
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
popoverElement.classList.remove(popoverElement._placement)
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
})
|
|
21
|
-
|
|
22
|
-
popoverElement._placement = placement
|
|
23
|
-
popoverElement.classList.add(popoverElement._placement)
|
|
14
|
+
await computePosition(element, popoverElement, {
|
|
15
|
+
placement: options?.placement,
|
|
16
|
+
middleware: options?.middleware ?? [offset(options?.offset ?? 12), flip(options?.flip), shift({ padding: 8, ...options?.shift })],
|
|
17
|
+
}).then(({ x, y, placement }) => {
|
|
18
|
+
Object.assign(popoverElement.style, {
|
|
19
|
+
inset: `${y}px auto auto ${x}px`,
|
|
24
20
|
})
|
|
21
|
+
|
|
22
|
+
popoverElement._placement = placement
|
|
23
|
+
popoverElement.classList.add(popoverElement._placement)
|
|
24
|
+
})
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
/**
|
|
@@ -30,14 +30,14 @@ export const computePopover = async (element, popoverElement, options = {}) => {
|
|
|
30
30
|
* @returns Promise<void>
|
|
31
31
|
*/
|
|
32
32
|
export const hidePopover = async (element, options = { openAttribute: 'data-open' }) => {
|
|
33
|
-
|
|
33
|
+
const popoverElement = document.getElementById(element.getAttribute('popovertarget'))
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
popoverElement.removeAttribute(options?.openAttribute)
|
|
36
|
+
await animationsFinished(popoverElement)
|
|
37
|
+
popoverElement._cleanup && popoverElement._cleanup()
|
|
38
|
+
popoverElement.hidePopover && popoverElement.hidePopover()
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
element.ariaExpanded = 'false'
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
/**
|
|
@@ -46,36 +46,36 @@ export const hidePopover = async (element, options = { openAttribute: 'data-open
|
|
|
46
46
|
* @returns Promise<void>
|
|
47
47
|
*/
|
|
48
48
|
export const showPopover = async (element, options) => {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
49
|
+
options = {
|
|
50
|
+
openAttribute: 'data-open',
|
|
51
|
+
compute: true,
|
|
52
|
+
...options,
|
|
53
|
+
}
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
const { autoUpdate } = await import('@floating-ui/dom')
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
const popoverElement = document.getElementById(element.getAttribute('popovertarget'))
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
element.ariaExpanded = 'true'
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
if (!element.ariaHasPopup) (element.ariaHasPopup = 'dialog')
|
|
62
|
+
if (!popoverElement.role) (popoverElement.role = element.ariaHasPopup)
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
popoverElement.showPopover && popoverElement.showPopover()
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
await nextRepaint()
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
popoverElement.setAttribute(options?.openAttribute, '')
|
|
69
69
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
if (!options.compute) {
|
|
71
|
+
return
|
|
72
|
+
}
|
|
73
73
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
74
|
+
popoverElement._cleanup = autoUpdate(
|
|
75
|
+
element,
|
|
76
|
+
popoverElement,
|
|
77
|
+
async () => await computePopover(options.anchorSelector ? document.querySelector(options.anchorSelector) : element, popoverElement, options),
|
|
78
|
+
)
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/**
|
|
@@ -84,9 +84,10 @@ export const showPopover = async (element, options) => {
|
|
|
84
84
|
* @returns Promise<void>
|
|
85
85
|
*/
|
|
86
86
|
export const togglePopover = async (element, options) => {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
87
|
+
if (element.ariaExpanded !== 'true') {
|
|
88
|
+
await showPopover(element, options)
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
await hidePopover(element)
|
|
92
|
+
}
|
|
92
93
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @returns void
|
|
5
5
|
*/
|
|
6
6
|
export const setTrackProperty = ({ element, value, min, max }, track = 'start') => {
|
|
7
|
-
|
|
7
|
+
element.style.setProperty('--x-range-track-' + track, `${(((value - min) / (max - min)) * 100).toString()}%`)
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -13,38 +13,38 @@ export const setTrackProperty = ({ element, value, min, max }, track = 'start')
|
|
|
13
13
|
* @returns void
|
|
14
14
|
*/
|
|
15
15
|
export const setValue = (element, options = {}) => {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
const { selector, track } = {
|
|
17
|
+
selector: '.x-range',
|
|
18
|
+
track: 'start',
|
|
19
|
+
...options,
|
|
20
|
+
}
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
const parentElement = element.closest(selector)
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
24
|
+
if (!parentElement._trackValues) {
|
|
25
|
+
parentElement._trackValues = {
|
|
26
|
+
start: 0,
|
|
27
|
+
end: Infinity,
|
|
29
28
|
}
|
|
29
|
+
}
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
element.value = parentElement._trackValues[track]
|
|
31
|
+
if (Object.keys(parentElement._trackValues).length > 1) {
|
|
32
|
+
if (
|
|
33
|
+
(track === 'start' && element.value < parentElement._trackValues.end)
|
|
34
|
+
|| (track === 'end' && parentElement._trackValues.start < element.value)
|
|
35
|
+
) {
|
|
36
|
+
parentElement._trackValues[track] = Number(element.value)
|
|
40
37
|
}
|
|
41
38
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
39
|
+
element.value = parentElement._trackValues[track]
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
setTrackProperty({
|
|
43
|
+
element: parentElement,
|
|
44
|
+
value: element.value,
|
|
45
|
+
min: Number(element.min) || 0,
|
|
46
|
+
max: Number(element.max) || 100,
|
|
47
|
+
}, track)
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
/**
|
|
@@ -54,15 +54,15 @@ export const setValue = (element, options = {}) => {
|
|
|
54
54
|
* @returns void
|
|
55
55
|
*/
|
|
56
56
|
export const setOutputValue = (element, outputElement, options = {}) => {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
57
|
+
options = {
|
|
58
|
+
lang: document.documentElement.lang,
|
|
59
|
+
formatOptions: {
|
|
60
|
+
style: 'decimal',
|
|
61
|
+
minimumFractionDigits: 0,
|
|
62
|
+
maximumFractionDigits: 0,
|
|
63
|
+
},
|
|
64
|
+
...options,
|
|
65
|
+
}
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
outputElement.innerHTML = Number(element.value).toLocaleString(options.lang, options.formatOptions)
|
|
68
68
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
:root,
|
|
1
|
+
:root,
|
|
2
|
+
:host {
|
|
2
3
|
--x-switch-inline-size: 3rem;
|
|
3
4
|
--x-switch-block-size: 1.5rem;
|
|
4
5
|
--x-switch-icon-size: 1.125rem;
|
|
@@ -7,9 +8,9 @@
|
|
|
7
8
|
--x-switch-line-height: calc(1em + 0.25rem);
|
|
8
9
|
--x-switch-gap: 0.75rem;
|
|
9
10
|
--x-switch-border-radius: var(--radius-full);
|
|
10
|
-
--x-switch-background-color:
|
|
11
|
+
--x-switch-background-color: currentcolor;
|
|
11
12
|
--x-switch-outline-width: 2px;
|
|
12
|
-
--x-switch-outline-color:
|
|
13
|
+
--x-switch-outline-color: currentcolor;
|
|
13
14
|
|
|
14
15
|
&.dark {
|
|
15
16
|
--x-switch-background-color: var(--color-body-tertiary);
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
.x-table {
|
|
2
2
|
:where(tbody:first-child, tfoot:first-child) {
|
|
3
3
|
:where(tr:first-child) {
|
|
4
|
-
&,
|
|
4
|
+
&,
|
|
5
|
+
:where(th,td):where(:first-child) {
|
|
5
6
|
border-start-start-radius: var(--x-table-border-radius);
|
|
6
7
|
}
|
|
7
8
|
|
|
8
|
-
&,
|
|
9
|
+
&,
|
|
10
|
+
:where(th,td):where(:last-child) {
|
|
9
11
|
border-start-end-radius: var(--x-table-border-radius);
|
|
10
12
|
}
|
|
11
13
|
}
|
|
@@ -13,17 +15,20 @@
|
|
|
13
15
|
|
|
14
16
|
:where(tbody:last-child, tfoot:last-child) {
|
|
15
17
|
:where(tr:last-child) {
|
|
16
|
-
&,
|
|
18
|
+
&,
|
|
19
|
+
:where(th,td):where(:first-child) {
|
|
17
20
|
border-end-start-radius: var(--x-table-border-radius);
|
|
18
21
|
}
|
|
19
22
|
|
|
20
|
-
&,
|
|
23
|
+
&,
|
|
24
|
+
:where(th,td):where(:last-child) {
|
|
21
25
|
border-end-end-radius: var(--x-table-border-radius);
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
|
|
26
|
-
:where(tr, th, td):where([tabindex="0"]),
|
|
30
|
+
:where(tr, th, td):where([tabindex="0"]),
|
|
31
|
+
:where(.outline) {
|
|
27
32
|
transition: var(--transition-all);
|
|
28
33
|
outline: var(--x-table-outline-width, 1px) solid transparent;
|
|
29
34
|
outline-offset: calc(var(--x-table-outline-width, 1px) * -1);
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* @returns void
|
|
5
5
|
*/
|
|
6
6
|
export const toggleTab = (element, options = {}) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
options.tabElements?.forEach(element => (element.ariaSelected = 'false'))
|
|
8
|
+
options.tabPanelElements?.forEach(target => (target.ariaHidden = 'true'))
|
|
9
|
+
element.ariaSelected = 'true'
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
const ariaControls = document.getElementById(element.getAttribute('aria-controls'))
|
|
12
|
+
if (ariaControls) (ariaControls.ariaHidden = 'false')
|
|
13
13
|
}
|
|
@@ -6,21 +6,21 @@ import { animationsFinished, nextRepaint } from '../../common.js'
|
|
|
6
6
|
* @returns Promise<void>
|
|
7
7
|
*/
|
|
8
8
|
export const closeToast = async (element, options = {}) => {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
options = {
|
|
10
|
+
closedAttribute: 'data-closed',
|
|
11
|
+
heightProperty: '--x-toast-block-size',
|
|
12
|
+
...options,
|
|
13
|
+
}
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
element.style.setProperty(options.heightProperty, `${element.offsetHeight}px`)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
await nextRepaint()
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
element.setAttribute(options.closedAttribute, '')
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
await animationsFinished(element)
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
options.remove && element.remove()
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
/**
|
|
@@ -29,23 +29,23 @@ export const closeToast = async (element, options = {}) => {
|
|
|
29
29
|
* @returns Promise<void>
|
|
30
30
|
*/
|
|
31
31
|
export const showToast = async (element, options = {}) => {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
32
|
+
options = {
|
|
33
|
+
openAttribute: 'data-open',
|
|
34
|
+
autoHide: null,
|
|
35
|
+
heightProperty: '--x-toast-block-size',
|
|
36
|
+
close: {},
|
|
37
|
+
...options,
|
|
38
|
+
}
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
element.style.setProperty(options.heightProperty, `${element.offsetHeight}px`)
|
|
41
|
+
element.style.height = '0'
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
await animationsFinished(element)
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
element.style.height = ''
|
|
46
|
+
element.setAttribute(options.openAttribute, '')
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
if (options.autoHide) {
|
|
49
|
+
setTimeout(() => closeToast(element, options.close), options.autoHide * ((element.parentElement.children.length + 1) / 2))
|
|
50
|
+
}
|
|
51
51
|
}
|
|
@@ -6,7 +6,7 @@ import { closeToast } from '../toast/index.js'
|
|
|
6
6
|
* @returns Promise<void>
|
|
7
7
|
*/
|
|
8
8
|
export const closeToaster = (element, options = {}) => {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
[...element.children].forEach(toast =>
|
|
10
|
+
closeToast(toast, options),
|
|
11
|
+
)
|
|
12
12
|
}
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
pointer-events: none;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
&:where(.top),
|
|
29
|
+
&:where(.top),
|
|
30
|
+
&:where(.bottom) {
|
|
30
31
|
&::before {
|
|
31
32
|
--tw-translate-x: -50%;
|
|
32
33
|
|
|
@@ -35,7 +36,8 @@
|
|
|
35
36
|
}
|
|
36
37
|
}
|
|
37
38
|
|
|
38
|
-
&:where(.left),
|
|
39
|
+
&:where(.left),
|
|
40
|
+
&:where(.right) {
|
|
39
41
|
&::before {
|
|
40
42
|
--tw-translate-y: -50%;
|
|
41
43
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
:root,
|
|
1
|
+
:root,
|
|
2
|
+
:host {
|
|
2
3
|
--default-font-family: ui-sans-serif, system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3
4
|
--font-primary: var(--default-font-family);
|
|
4
5
|
--font-secondary: var(--default-font-family);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
:root,
|
|
1
|
+
:root,
|
|
2
|
+
:host {
|
|
2
3
|
--default-transition-duration: 150ms;
|
|
3
4
|
--default-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, outline-color, outline-offset, visibility, display, overlay;
|
|
4
5
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
package/src/theme/config/z.css
CHANGED
package/src/theme/dark-rgb.css
CHANGED
package/src/theme/dark.css
CHANGED
package/src/theme/default-p3.css
CHANGED
package/src/theme/default.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.divider {
|
|
2
|
-
--color-accent:
|
|
2
|
+
--color-accent: currentcolor;
|
|
3
3
|
|
|
4
4
|
display: flex;
|
|
5
5
|
align-items: center;
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
gap: var(--divider-gap, calc(var(--spacing) * 3));
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
&::before,
|
|
12
|
+
&::before,
|
|
13
|
+
&::after {
|
|
13
14
|
content: "";
|
|
14
15
|
flex-grow: 1;
|
|
15
16
|
border: 0;
|
|
@@ -22,7 +23,8 @@
|
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
&:where(.flex-col) {
|
|
25
|
-
&::before,
|
|
26
|
+
&::before,
|
|
27
|
+
&::after {
|
|
26
28
|
border: 0;
|
|
27
29
|
border-inline-start:
|
|
28
30
|
1px solid color-mix(
|