@pandacss/studio 0.0.0-dev-20230616145250 → 0.0.0-dev-20230616192531
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 +8 -8
- package/src/components/analyzer/data-combobox.tsx +47 -41
- package/src/components/analyzer/data-table.tsx +5 -9
- package/src/components/input.tsx +3 -3
- package/src/layouts/Sidebar.astro +2 -2
- package/styled-system/chunks/src__components__analyzer__data-combobox.css +48 -40
- package/styled-system/chunks/src__components__analyzer__data-table.css +8 -0
- package/styled-system/chunks/src__components__analyzer__file-details.css +49 -49
- package/styled-system/chunks/src__components__analyzer__quick-tooltip.css +2 -1
- package/styled-system/chunks/src__components__analyzer__report-item-link.css +51 -50
- package/styled-system/chunks/src__components__analyzer__section.css +15 -15
- package/styled-system/chunks/src__components__analyzer__text-with-count.css +17 -17
- package/styled-system/chunks/src__components__analyzer__token-search-combobox.css +2 -1
- package/styled-system/chunks/src__components__analyzer__truncated-text.css +9 -8
- package/styled-system/chunks/src__components__analyzer__utility-details.css +70 -70
- package/styled-system/chunks/src__components__color-constrast.css +57 -57
- package/styled-system/chunks/src__components__color-item.css +11 -10
- package/styled-system/chunks/src__components__color-wrapper.css +29 -29
- package/styled-system/chunks/src__components__colors.css +53 -52
- package/styled-system/chunks/src__components__empty-state.css +23 -23
- package/styled-system/chunks/src__components__font-family.css +43 -43
- package/styled-system/chunks/src__components__font-tokens.css +31 -30
- package/styled-system/chunks/src__components__input.css +31 -30
- package/styled-system/chunks/src__components__layer-styles.css +31 -30
- package/styled-system/chunks/src__components__nav-item.css +31 -30
- package/styled-system/chunks/src__components__overview.css +61 -61
- package/styled-system/chunks/src__components__radii.css +25 -24
- package/styled-system/chunks/src__components__semantic-color.css +33 -33
- package/styled-system/chunks/src__components__side-nav-item.css +16 -16
- package/styled-system/chunks/src__components__side-nav.css +25 -25
- package/styled-system/chunks/src__components__sizes.css +21 -21
- package/styled-system/chunks/src__components__text-styles.css +15 -14
- package/styled-system/chunks/src__components__theme-toggle.css +27 -27
- package/styled-system/chunks/src__components__token-analyzer.css +120 -121
- package/styled-system/chunks/src__components__token-content.css +7 -7
- package/styled-system/chunks/src__components__token-group.css +11 -11
- package/styled-system/chunks/src__components__typography-playground.css +31 -31
- package/styled-system/chunks/src__layouts__Layout.css +2 -1
- package/styled-system/chunks/src__layouts__Sidebar.css +57 -58
- package/styled-system/chunks/src__pages__colors.css +2 -1
- package/styled-system/chunks/src__pages__font-sizes.css +2 -1
- package/styled-system/chunks/src__pages__font-weights.css +2 -1
- package/styled-system/chunks/src__pages__fonts.css +2 -1
- package/styled-system/chunks/src__pages__index.css +2 -1
- package/styled-system/chunks/src__pages__layer-styles.css +2 -1
- package/styled-system/chunks/src__pages__letter-spacings.css +2 -1
- package/styled-system/chunks/src__pages__line-heights.css +2 -1
- package/styled-system/chunks/src__pages__playground__contrast-checker.css +2 -1
- package/styled-system/chunks/src__pages__playground__typography.css +2 -1
- package/styled-system/chunks/src__pages__radii.css +2 -1
- package/styled-system/chunks/src__pages__sizes.css +2 -1
- package/styled-system/chunks/src__pages__spacing.css +2 -1
- package/styled-system/chunks/src__pages__text-styles.css +2 -1
- package/styled-system/chunks/src__pages__token-analyzer__file.css +2 -1
- package/styled-system/chunks/src__pages__token-analyzer__index.css +2 -1
- package/styled-system/chunks/src__pages__token-analyzer__utility.css +2 -1
- package/styled-system/styles.css +36 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/studio",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20230616192531",
|
|
4
4
|
"description": "The automated token documentation for Panda CSS",
|
|
5
5
|
"main": "dist/studio.js",
|
|
6
6
|
"module": "dist/studio.mjs",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"react": "18.2.0",
|
|
33
33
|
"react-dom": "18.2.0",
|
|
34
34
|
"vite": "4.3.9",
|
|
35
|
-
"@pandacss/types": "0.0.0-dev-
|
|
36
|
-
"@pandacss/config": "0.0.0-dev-
|
|
37
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
38
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
39
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
40
|
-
"@pandacss/node": "0.0.0-dev-
|
|
35
|
+
"@pandacss/types": "0.0.0-dev-20230616192531",
|
|
36
|
+
"@pandacss/config": "0.0.0-dev-20230616192531",
|
|
37
|
+
"@pandacss/shared": "0.0.0-dev-20230616192531",
|
|
38
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230616192531",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20230616192531",
|
|
40
|
+
"@pandacss/node": "0.0.0-dev-20230616192531"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/react": "18.2.12",
|
|
44
44
|
"@types/react-dom": "18.2.5",
|
|
45
45
|
"@vitejs/plugin-react": "4.0.0",
|
|
46
46
|
"execa": "7.1.1",
|
|
47
|
-
"@pandacss/dev": "0.0.0-dev-
|
|
47
|
+
"@pandacss/dev": "0.0.0-dev-20230616192531"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"codegen": "panda",
|
|
@@ -11,8 +11,9 @@ import {
|
|
|
11
11
|
} from '@ark-ui/react'
|
|
12
12
|
import { useEffect, useState } from 'react'
|
|
13
13
|
import { css } from '../../../styled-system/css'
|
|
14
|
-
import { panda } from '../../../styled-system/jsx'
|
|
15
|
-
import { ChevronDownIcon,
|
|
14
|
+
import { Flex, panda } from '../../../styled-system/jsx'
|
|
15
|
+
import { ChevronDownIcon, XMarkIcon } from '../icons'
|
|
16
|
+
import { inputRecipe } from '../input'
|
|
16
17
|
|
|
17
18
|
export type DataComboboxOption = {
|
|
18
19
|
value: string
|
|
@@ -45,28 +46,17 @@ export const DataCombobox = ({ options: allOptions, label, ...props }: DataCombo
|
|
|
45
46
|
return (
|
|
46
47
|
<>
|
|
47
48
|
<ComboboxControl>
|
|
48
|
-
<panda.div display="flex" flexDirection="column">
|
|
49
|
+
<panda.div display="flex" flexDirection="column" gap="2">
|
|
49
50
|
{label && (
|
|
50
51
|
<ComboboxLabel>
|
|
51
52
|
<panda.span fontWeight="bold">{label}</panda.span>
|
|
52
53
|
</ComboboxLabel>
|
|
53
54
|
)}
|
|
54
|
-
<panda.div
|
|
55
|
-
display="flex"
|
|
56
|
-
rounded="sm"
|
|
57
|
-
border="solid 1px"
|
|
58
|
-
borderColor={{ base: 'border', _focusWithin: { base: 'yellow.200', _dark: 'yellow.300' } }}
|
|
59
|
-
>
|
|
55
|
+
<panda.div display="flex" position="relative" isolation="isolate">
|
|
60
56
|
<ComboboxInput
|
|
61
57
|
defaultValue={props.defaultValue}
|
|
62
58
|
placeholder={props.placeholder ?? 'Search...'}
|
|
63
|
-
className={
|
|
64
|
-
width: 'full',
|
|
65
|
-
p: 2,
|
|
66
|
-
color: 'text',
|
|
67
|
-
bg: 'transparent',
|
|
68
|
-
_focus: { outline: 'none' },
|
|
69
|
-
})}
|
|
59
|
+
className={inputRecipe()}
|
|
70
60
|
onChange={(e) => {
|
|
71
61
|
const value = e.target.value
|
|
72
62
|
if (!value) {
|
|
@@ -79,31 +69,47 @@ export const DataCombobox = ({ options: allOptions, label, ...props }: DataCombo
|
|
|
79
69
|
setOptions(filterFn(value))
|
|
80
70
|
}}
|
|
81
71
|
/>
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
>
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
72
|
+
<Flex
|
|
73
|
+
top="0px"
|
|
74
|
+
right="0px"
|
|
75
|
+
align="center"
|
|
76
|
+
justify="center"
|
|
77
|
+
position="absolute"
|
|
78
|
+
zIndex="2"
|
|
79
|
+
height="full"
|
|
80
|
+
>
|
|
81
|
+
{state.selectedValue && (
|
|
82
|
+
<panda.span
|
|
83
|
+
display="flex"
|
|
84
|
+
px="2"
|
|
85
|
+
cursor="pointer"
|
|
86
|
+
userSelect="none"
|
|
87
|
+
onClick={() => state.clearValue()}
|
|
88
|
+
alignItems="center"
|
|
89
|
+
>
|
|
90
|
+
<XMarkIcon />
|
|
91
|
+
</panda.span>
|
|
92
|
+
)}
|
|
93
|
+
<ComboboxTrigger>
|
|
94
|
+
<panda.span
|
|
95
|
+
ml="auto"
|
|
96
|
+
p="2"
|
|
97
|
+
display="flex"
|
|
98
|
+
cursor="pointer"
|
|
99
|
+
borderLeft="solid 1px"
|
|
100
|
+
borderColor="border"
|
|
101
|
+
color="text"
|
|
102
|
+
>
|
|
103
|
+
<panda.span
|
|
104
|
+
data-expanded={state.isOpen ? '' : undefined}
|
|
105
|
+
transform={{ _expanded: 'rotate(180deg)' }}
|
|
106
|
+
transition="all .2s ease"
|
|
107
|
+
>
|
|
108
|
+
<ChevronDownIcon />
|
|
109
|
+
</panda.span>
|
|
110
|
+
</panda.span>
|
|
111
|
+
</ComboboxTrigger>
|
|
112
|
+
</Flex>
|
|
107
113
|
</panda.div>
|
|
108
114
|
</panda.div>
|
|
109
115
|
</ComboboxControl>
|
|
@@ -9,8 +9,7 @@ export function DataTable<T>({ list, columns }: { list: T[]; columns: ReadonlyAr
|
|
|
9
9
|
return (
|
|
10
10
|
<panda.div>
|
|
11
11
|
<Grid
|
|
12
|
-
|
|
13
|
-
// gridTemplateColumns="repeat(auto-fit, minmax(30px, 1fr))"
|
|
12
|
+
gridTemplateColumns="80px repeat(auto-fit, minmax(30px, 1fr))"
|
|
14
13
|
w="full"
|
|
15
14
|
fontWeight="bold"
|
|
16
15
|
fontSize="lg"
|
|
@@ -23,15 +22,12 @@ export function DataTable<T>({ list, columns }: { list: T[]; columns: ReadonlyAr
|
|
|
23
22
|
<panda.div className={flex({ direction: 'column', gap: '2' })}>
|
|
24
23
|
{list.map((item, index) => {
|
|
25
24
|
return (
|
|
26
|
-
<Grid
|
|
27
|
-
style={{ gridTemplateColumns: `80px repeat(auto-fit, minmax(30px, 1fr))` }}
|
|
28
|
-
// gridTemplateColumns="repeat(auto-fit, minmax(30px, 1fr))"
|
|
29
|
-
w="full"
|
|
30
|
-
key={index}
|
|
31
|
-
>
|
|
25
|
+
<Grid gridTemplateColumns="80px repeat(auto-fit, minmax(30px, 1fr))" w="full" key={index}>
|
|
32
26
|
{columns.map((column) => {
|
|
33
27
|
return (
|
|
34
|
-
<panda.div key={column.accessor}
|
|
28
|
+
<panda.div key={column.accessor} wordBreak="break-word">
|
|
29
|
+
{column.cell?.(item) ?? (item as any)[column.accessor]}
|
|
30
|
+
</panda.div>
|
|
35
31
|
)
|
|
36
32
|
})}
|
|
37
33
|
</Grid>
|
package/src/components/input.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { cva } from '../../styled-system/css'
|
|
2
2
|
import { panda } from '../../styled-system/jsx'
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
export const inputRecipe = cva({
|
|
5
5
|
base: {
|
|
6
6
|
bg: 'transparent',
|
|
7
7
|
width: 'full',
|
|
@@ -22,6 +22,6 @@ const recipe = cva({
|
|
|
22
22
|
variants: {},
|
|
23
23
|
})
|
|
24
24
|
|
|
25
|
-
export const Input = panda('input',
|
|
25
|
+
export const Input = panda('input', inputRecipe)
|
|
26
26
|
|
|
27
|
-
export const Textarea = panda('textarea',
|
|
27
|
+
export const Textarea = panda('textarea', inputRecipe)
|
|
@@ -24,8 +24,8 @@ const { title } = Astro.props
|
|
|
24
24
|
<SideNav />
|
|
25
25
|
</Stack>
|
|
26
26
|
|
|
27
|
-
<Container width="full">
|
|
28
|
-
<panda.div
|
|
27
|
+
<Container width="full" overflow="auto">
|
|
28
|
+
<panda.div px="4" pt="14" pb="8">
|
|
29
29
|
<panda.h1 fontSize="3xl" fontWeight="semibold" mb="8" letterSpacing="tight">
|
|
30
30
|
{title}
|
|
31
31
|
</panda.h1>
|
|
@@ -3,21 +3,6 @@
|
|
|
3
3
|
margin: var(--spacing-4);
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.w_full {
|
|
7
|
-
width: var(--sizes-full);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.bg_transparent {
|
|
11
|
-
background: var(--colors-transparent);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.focus\:ring_none {
|
|
15
|
-
&:where(:focus, [data-focus]) {
|
|
16
|
-
outline: 2px solid transparent;
|
|
17
|
-
outline-offset: 2px;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
6
|
.max-h_300px {
|
|
22
7
|
max-height: 300px;
|
|
23
8
|
}
|
|
@@ -64,27 +49,16 @@
|
|
|
64
49
|
flex-direction: column;
|
|
65
50
|
}
|
|
66
51
|
|
|
67
|
-
.
|
|
68
|
-
|
|
52
|
+
.gap_2 {
|
|
53
|
+
gap: var(--spacing-2);
|
|
69
54
|
}
|
|
70
55
|
|
|
71
|
-
.
|
|
72
|
-
|
|
56
|
+
.pos_relative {
|
|
57
|
+
position: relative;
|
|
73
58
|
}
|
|
74
59
|
|
|
75
|
-
.
|
|
76
|
-
|
|
77
|
-
border-color: var(--colors-yellow-200);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.focusWithin\:dark\:border_yellow\.300 {
|
|
82
|
-
&:focus-within {
|
|
83
|
-
&.dark,
|
|
84
|
-
.dark & {
|
|
85
|
-
border-color: var(--colors-yellow-300);
|
|
86
|
-
}
|
|
87
|
-
}
|
|
60
|
+
.isolation_isolate {
|
|
61
|
+
isolation: isolate;
|
|
88
62
|
}
|
|
89
63
|
|
|
90
64
|
.font_bold {
|
|
@@ -99,10 +73,6 @@
|
|
|
99
73
|
user-select: none;
|
|
100
74
|
}
|
|
101
75
|
|
|
102
|
-
.items_center {
|
|
103
|
-
align-items: center;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
76
|
.ml_auto {
|
|
107
77
|
margin-left: auto;
|
|
108
78
|
}
|
|
@@ -111,10 +81,6 @@
|
|
|
111
81
|
padding: var(--spacing-2);
|
|
112
82
|
}
|
|
113
83
|
|
|
114
|
-
.d_flex {
|
|
115
|
-
display: flex;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
84
|
.cursor_pointer {
|
|
119
85
|
cursor: pointer;
|
|
120
86
|
}
|
|
@@ -130,4 +96,46 @@
|
|
|
130
96
|
.text_text {
|
|
131
97
|
color: var(--colors-text);
|
|
132
98
|
}
|
|
99
|
+
|
|
100
|
+
.expanded\:transform_rotate\(180deg\) {
|
|
101
|
+
&:where([aria-expanded='true'], [data-expanded]) {
|
|
102
|
+
transform: rotate(180deg);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.transition_all_\.2s_ease {
|
|
107
|
+
transition: all 0.2s ease;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.d_flex {
|
|
111
|
+
display: flex;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.items_center {
|
|
115
|
+
align-items: center;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.justify_center {
|
|
119
|
+
justify-content: center;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.top_0px {
|
|
123
|
+
top: 0px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.right_0px {
|
|
127
|
+
right: 0px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.pos_absolute {
|
|
131
|
+
position: absolute;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.z_2 {
|
|
135
|
+
z-index: 2;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.h_full {
|
|
139
|
+
height: var(--sizes-full);
|
|
140
|
+
}
|
|
133
141
|
}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
@layer utilities {
|
|
2
|
+
.break_break-word {
|
|
3
|
+
word-break: break-word;
|
|
4
|
+
}
|
|
5
|
+
|
|
2
6
|
.font_bold {
|
|
3
7
|
font-weight: var(--font-weights-bold);
|
|
4
8
|
}
|
|
@@ -15,6 +19,10 @@
|
|
|
15
19
|
display: grid;
|
|
16
20
|
}
|
|
17
21
|
|
|
22
|
+
.grid-cols_80px_repeat\(auto-fit\,_minmax\(30px\,_1fr\)\) {
|
|
23
|
+
grid-template-columns: 80px repeat(auto-fit, minmax(30px, 1fr));
|
|
24
|
+
}
|
|
25
|
+
|
|
18
26
|
.gap_10px {
|
|
19
27
|
gap: 10px;
|
|
20
28
|
}
|
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
@layer utilities {
|
|
2
|
-
|
|
3
2
|
.ml_auto {
|
|
4
|
-
margin-left: auto
|
|
5
|
-
|
|
3
|
+
margin-left: auto;
|
|
4
|
+
}
|
|
6
5
|
|
|
7
6
|
.p_4 {
|
|
8
|
-
padding: var(--spacing-4)
|
|
9
|
-
|
|
7
|
+
padding: var(--spacing-4);
|
|
8
|
+
}
|
|
10
9
|
|
|
11
10
|
.justify_center {
|
|
12
|
-
justify-content: center
|
|
13
|
-
|
|
11
|
+
justify-content: center;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
14
|
.fs_xl {
|
|
16
|
-
font-size: var(--font-sizes-xl)
|
|
17
|
-
|
|
15
|
+
font-size: var(--font-sizes-xl);
|
|
16
|
+
}
|
|
18
17
|
|
|
19
18
|
.p_16 {
|
|
20
|
-
padding: var(--spacing-16)
|
|
21
|
-
|
|
19
|
+
padding: var(--spacing-16);
|
|
20
|
+
}
|
|
22
21
|
|
|
23
22
|
.mt_8 {
|
|
24
|
-
margin-top: var(--spacing-8)
|
|
25
|
-
|
|
23
|
+
margin-top: var(--spacing-8);
|
|
24
|
+
}
|
|
26
25
|
|
|
27
26
|
.mt_1 {
|
|
28
|
-
margin-top: var(--spacing-1)
|
|
29
|
-
|
|
27
|
+
margin-top: var(--spacing-1);
|
|
28
|
+
}
|
|
30
29
|
|
|
31
30
|
.font_bold {
|
|
32
|
-
font-weight: var(--font-weights-bold)
|
|
33
|
-
|
|
31
|
+
font-weight: var(--font-weights-bold);
|
|
32
|
+
}
|
|
34
33
|
|
|
35
34
|
.mb_4 {
|
|
36
|
-
margin-bottom: var(--spacing-4)
|
|
37
|
-
|
|
35
|
+
margin-bottom: var(--spacing-4);
|
|
36
|
+
}
|
|
38
37
|
|
|
39
38
|
.py_2 {
|
|
40
|
-
padding-block: var(--spacing-2)
|
|
41
|
-
|
|
39
|
+
padding-block: var(--spacing-2);
|
|
40
|
+
}
|
|
42
41
|
|
|
43
42
|
.px_4 {
|
|
44
|
-
padding-inline: var(--spacing-4)
|
|
45
|
-
|
|
43
|
+
padding-inline: var(--spacing-4);
|
|
44
|
+
}
|
|
46
45
|
|
|
47
46
|
.transition_all_0\.2s_ease {
|
|
48
|
-
transition: all 0.2s ease
|
|
49
|
-
|
|
47
|
+
transition: all 0.2s ease;
|
|
48
|
+
}
|
|
50
49
|
|
|
51
50
|
.hover\:bg_gray\.100 {
|
|
52
51
|
&:where(:hover, [data-hover]) {
|
|
53
|
-
background-color: var(--colors-gray-100)
|
|
54
|
-
}
|
|
52
|
+
background-color: var(--colors-gray-100);
|
|
55
53
|
}
|
|
54
|
+
}
|
|
56
55
|
|
|
57
56
|
.d_inline-flex {
|
|
58
|
-
display: inline-flex
|
|
59
|
-
|
|
57
|
+
display: inline-flex;
|
|
58
|
+
}
|
|
60
59
|
|
|
61
60
|
.items_center {
|
|
62
|
-
align-items: center
|
|
63
|
-
|
|
61
|
+
align-items: center;
|
|
62
|
+
}
|
|
64
63
|
|
|
65
64
|
.opacity_0\.5 {
|
|
66
|
-
opacity: 0.5
|
|
67
|
-
|
|
65
|
+
opacity: 0.5;
|
|
66
|
+
}
|
|
68
67
|
|
|
69
68
|
.border-b_1px_solid_transparent {
|
|
70
|
-
border-bottom: 1px solid transparent
|
|
71
|
-
|
|
69
|
+
border-bottom: 1px solid transparent;
|
|
70
|
+
}
|
|
72
71
|
|
|
73
72
|
.cursor_pointer {
|
|
74
|
-
cursor: pointer
|
|
75
|
-
|
|
73
|
+
cursor: pointer;
|
|
74
|
+
}
|
|
76
75
|
|
|
77
76
|
.hover\:opacity_1 {
|
|
78
77
|
&:where(:hover, [data-hover]) {
|
|
79
|
-
opacity: 1
|
|
80
|
-
}
|
|
78
|
+
opacity: 1;
|
|
81
79
|
}
|
|
80
|
+
}
|
|
82
81
|
|
|
83
82
|
.hover\:border-b_black {
|
|
84
83
|
&:where(:hover, [data-hover]) {
|
|
85
|
-
border-bottom-color: var(--colors-black)
|
|
86
|
-
}
|
|
84
|
+
border-bottom-color: var(--colors-black);
|
|
87
85
|
}
|
|
86
|
+
}
|
|
88
87
|
|
|
89
88
|
.d_flex {
|
|
90
|
-
display: flex
|
|
91
|
-
|
|
89
|
+
display: flex;
|
|
90
|
+
}
|
|
92
91
|
|
|
93
92
|
.flex-wrap_wrap {
|
|
94
|
-
flex-wrap: wrap
|
|
95
|
-
|
|
93
|
+
flex-wrap: wrap;
|
|
94
|
+
}
|
|
96
95
|
|
|
97
96
|
.gap_2 {
|
|
98
|
-
gap: var(--spacing-2)
|
|
99
|
-
|
|
97
|
+
gap: var(--spacing-2);
|
|
98
|
+
}
|
|
100
99
|
|
|
101
100
|
.mt_4 {
|
|
102
|
-
margin-top: var(--spacing-4)
|
|
103
|
-
|
|
101
|
+
margin-top: var(--spacing-4);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
@layer utilities {
|
|
1
|
+
@layer utilities {
|
|
2
|
+
}
|
|
@@ -1,116 +1,117 @@
|
|
|
1
1
|
@layer utilities {
|
|
2
2
|
.d_flex {
|
|
3
|
-
display: flex
|
|
4
|
-
|
|
3
|
+
display: flex;
|
|
4
|
+
}
|
|
5
5
|
|
|
6
6
|
.pos_relative {
|
|
7
|
-
position: relative
|
|
8
|
-
|
|
7
|
+
position: relative;
|
|
8
|
+
}
|
|
9
9
|
|
|
10
10
|
.max-w_14px {
|
|
11
|
-
max-width: 14px
|
|
12
|
-
|
|
11
|
+
max-width: 14px;
|
|
12
|
+
}
|
|
13
13
|
|
|
14
14
|
.shrink_0 {
|
|
15
|
-
flex-shrink: 0
|
|
16
|
-
|
|
15
|
+
flex-shrink: 0;
|
|
16
|
+
}
|
|
17
17
|
|
|
18
18
|
.p_2 {
|
|
19
|
-
padding: var(--spacing-2)
|
|
20
|
-
|
|
19
|
+
padding: var(--spacing-2);
|
|
20
|
+
}
|
|
21
21
|
|
|
22
22
|
.bg_card {
|
|
23
|
-
background-color: var(--colors-card)
|
|
24
|
-
|
|
23
|
+
background-color: var(--colors-card);
|
|
24
|
+
}
|
|
25
25
|
|
|
26
26
|
.border_1px_solid_token\(colors\.border\) {
|
|
27
|
-
border: 1px solid var(--colors-border)
|
|
28
|
-
|
|
27
|
+
border: 1px solid var(--colors-border);
|
|
28
|
+
}
|
|
29
29
|
|
|
30
30
|
.shadow_sm {
|
|
31
|
-
box-shadow: var(--shadows-sm)
|
|
32
|
-
|
|
31
|
+
box-shadow: var(--shadows-sm);
|
|
32
|
+
}
|
|
33
33
|
|
|
34
34
|
.rounded_md {
|
|
35
|
-
border-radius: var(--radii-md)
|
|
36
|
-
|
|
35
|
+
border-radius: var(--radii-md);
|
|
36
|
+
}
|
|
37
37
|
|
|
38
38
|
.hover\:opacity_1 {
|
|
39
39
|
&:where(:hover, [data-hover]) {
|
|
40
|
-
opacity: 1
|
|
41
|
-
}
|
|
40
|
+
opacity: 1;
|
|
42
41
|
}
|
|
42
|
+
}
|
|
43
43
|
|
|
44
44
|
.hover\:border-b_black {
|
|
45
45
|
&:where(:hover, [data-hover]) {
|
|
46
|
-
border-bottom-color: var(--colors-black)
|
|
47
|
-
}
|
|
46
|
+
border-bottom-color: var(--colors-black);
|
|
48
47
|
}
|
|
48
|
+
}
|
|
49
49
|
|
|
50
50
|
.hover\:opacity_1 {
|
|
51
51
|
&:where(:hover, [data-hover]) {
|
|
52
|
-
opacity: 1
|
|
53
|
-
}
|
|
52
|
+
opacity: 1;
|
|
54
53
|
}
|
|
54
|
+
}
|
|
55
55
|
|
|
56
56
|
.hover\:border-b_black {
|
|
57
57
|
&:where(:hover, [data-hover]) {
|
|
58
|
-
border-bottom-color: var(--colors-black)
|
|
59
|
-
}
|
|
58
|
+
border-bottom-color: var(--colors-black);
|
|
60
59
|
}
|
|
60
|
+
}
|
|
61
61
|
|
|
62
62
|
.text_red\.400 {
|
|
63
|
-
color: var(--colors-red-400)
|
|
64
|
-
|
|
63
|
+
color: var(--colors-red-400);
|
|
64
|
+
}
|
|
65
65
|
|
|
66
66
|
.hover\:opacity_1 {
|
|
67
67
|
&:where(:hover, [data-hover]) {
|
|
68
|
-
opacity: 1
|
|
69
|
-
}
|
|
68
|
+
opacity: 1;
|
|
70
69
|
}
|
|
70
|
+
}
|
|
71
71
|
|
|
72
72
|
.hover\:border-b_black {
|
|
73
73
|
&:where(:hover, [data-hover]) {
|
|
74
|
-
border-bottom-color: var(--colors-black)
|
|
75
|
-
}
|
|
74
|
+
border-bottom-color: var(--colors-black);
|
|
76
75
|
}
|
|
76
|
+
}
|
|
77
77
|
|
|
78
78
|
.d_inline-flex {
|
|
79
|
-
display: inline-flex
|
|
80
|
-
|
|
79
|
+
display: inline-flex;
|
|
80
|
+
}
|
|
81
81
|
|
|
82
82
|
.items_center {
|
|
83
|
-
align-items: center
|
|
84
|
-
|
|
83
|
+
align-items: center;
|
|
84
|
+
}
|
|
85
85
|
|
|
86
86
|
.opacity_0\.5 {
|
|
87
|
-
opacity: 0.5
|
|
88
|
-
|
|
87
|
+
opacity: 0.5;
|
|
88
|
+
}
|
|
89
89
|
|
|
90
90
|
.border-b_1px_solid_transparent {
|
|
91
|
-
border-bottom: 1px solid transparent
|
|
92
|
-
|
|
91
|
+
border-bottom: 1px solid transparent;
|
|
92
|
+
}
|
|
93
93
|
|
|
94
94
|
.cursor_pointer {
|
|
95
|
-
cursor: pointer
|
|
96
|
-
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
}
|
|
97
97
|
|
|
98
98
|
.hover\:opacity_1 {
|
|
99
99
|
&:where(:hover, [data-hover]) {
|
|
100
|
-
opacity: 1
|
|
101
|
-
}
|
|
100
|
+
opacity: 1;
|
|
102
101
|
}
|
|
102
|
+
}
|
|
103
103
|
|
|
104
104
|
.hover\:border-b_black {
|
|
105
105
|
&:where(:hover, [data-hover]) {
|
|
106
|
-
border-bottom-color: var(--colors-black)
|
|
107
|
-
}
|
|
106
|
+
border-bottom-color: var(--colors-black);
|
|
108
107
|
}
|
|
108
|
+
}
|
|
109
109
|
|
|
110
110
|
.self_flex-start {
|
|
111
|
-
align-self: flex-start
|
|
112
|
-
|
|
111
|
+
align-self: flex-start;
|
|
112
|
+
}
|
|
113
113
|
|
|
114
114
|
.mr_2 {
|
|
115
|
-
margin-right: var(--spacing-2)
|
|
116
|
-
|
|
115
|
+
margin-right: var(--spacing-2);
|
|
116
|
+
}
|
|
117
|
+
}
|