@pandacss/studio 0.15.2 → 0.15.4
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/lib/panda.context.ts +0 -2
- package/styled-system/chunks/src__components__color-wrapper.css +16 -25
- package/styled-system/chunks/src__components__colors.css +0 -1
- package/styled-system/chunks/src__components__empty-state.css +0 -1
- package/styled-system/chunks/src__components__font-family.css +0 -1
- package/styled-system/chunks/src__components__font-tokens.css +0 -1
- package/styled-system/chunks/src__components__input.css +10 -16
- package/styled-system/chunks/src__components__layer-styles.css +5 -7
- package/styled-system/chunks/src__components__nav-item.css +3 -5
- package/styled-system/chunks/src__components__overview.css +4 -7
- package/styled-system/chunks/src__components__radii.css +0 -1
- package/styled-system/chunks/src__components__semantic-color.css +0 -1
- package/styled-system/chunks/src__components__side-nav-item.css +4 -7
- package/styled-system/chunks/src__components__side-nav.css +0 -1
- package/styled-system/chunks/src__components__text-styles.css +0 -1
- package/styled-system/chunks/src__components__theme-toggle.css +2 -4
- package/styled-system/chunks/src__components__token-content.css +0 -1
- package/styled-system/chunks/src__components__token-group.css +0 -1
- package/styled-system/chunks/src__components__typography-playground.css +0 -1
- package/styled-system/chunks/src__layouts__Sidebar.css +4 -4
- package/styled-system/jsx/factory.mjs +29 -17
- package/styled-system/styles.css +50 -319
- package/styled-system/types/jsx.d.ts +10 -2
- package/styled-system/types/recipe.d.ts +10 -8
- package/virtual-panda.ts +2 -12
- package/src/components/analyzer/category-utilities.tsx +0 -156
- package/src/components/analyzer/data-combobox.tsx +0 -154
- package/src/components/analyzer/data-table.tsx +0 -39
- package/src/components/analyzer/external-icon.tsx +0 -8
- package/src/components/analyzer/file-details.tsx +0 -101
- package/src/components/analyzer/get-report-infos-from.ts +0 -80
- package/src/components/analyzer/quick-tooltip.tsx +0 -15
- package/src/components/analyzer/report-item-columns.tsx +0 -52
- package/src/components/analyzer/report-item-link.tsx +0 -98
- package/src/components/analyzer/section.tsx +0 -24
- package/src/components/analyzer/sort-icon.tsx +0 -10
- package/src/components/analyzer/text-with-count.tsx +0 -28
- package/src/components/analyzer/token-search-combobox.tsx +0 -39
- package/src/components/analyzer/truncated-text.tsx +0 -28
- package/src/components/analyzer/utility-details.tsx +0 -325
- package/src/components/color-item.tsx +0 -37
- package/src/components/token-analyzer.tsx +0 -397
- package/src/lib/analysis-data.ts +0 -17
- package/src/lib/get-report-item.tsx +0 -41
- package/src/pages/token-analyzer/file.astro +0 -11
- package/src/pages/token-analyzer/index.astro +0 -11
- package/src/pages/token-analyzer/utility.astro +0 -11
- package/styled-system/chunks/src__components__analyzer__category-utilities.css +0 -118
- package/styled-system/chunks/src__components__analyzer__data-combobox.css +0 -137
- package/styled-system/chunks/src__components__analyzer__data-table.css +0 -46
- package/styled-system/chunks/src__components__analyzer__file-details.css +0 -98
- package/styled-system/chunks/src__components__analyzer__report-item-columns.css +0 -39
- package/styled-system/chunks/src__components__analyzer__report-item-link.css +0 -78
- package/styled-system/chunks/src__components__analyzer__section.css +0 -30
- package/styled-system/chunks/src__components__analyzer__text-with-count.css +0 -34
- package/styled-system/chunks/src__components__analyzer__truncated-text.css +0 -18
- package/styled-system/chunks/src__components__analyzer__utility-details.css +0 -139
- package/styled-system/chunks/src__components__color-item.css +0 -22
- package/styled-system/chunks/src__components__token-analyzer.css +0 -220
|
@@ -1,220 +0,0 @@
|
|
|
1
|
-
@layer utilities {
|
|
2
|
-
|
|
3
|
-
.py_20px {
|
|
4
|
-
padding-block: 20px
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.p_4px_8px {
|
|
8
|
-
padding: 4px 8px
|
|
9
|
-
}
|
|
10
|
-
.\[\&_li\]\:cursor_pointer li {
|
|
11
|
-
cursor: pointer
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.list-style_none {
|
|
15
|
-
list-style: none
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.p_6 {
|
|
19
|
-
padding: var(--spacing-6)
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.cursor_default {
|
|
23
|
-
cursor: default
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.px_24 {
|
|
27
|
-
padding-inline: var(--spacing-24)
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.w_100\% {
|
|
31
|
-
width: 100%
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.w_5 {
|
|
35
|
-
width: var(--sizes-5)
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.ml_auto {
|
|
39
|
-
margin-left: auto
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.mt_8 {
|
|
43
|
-
margin-top: var(--spacing-8)
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.fs_xl {
|
|
47
|
-
font-size: var(--font-sizes-xl)
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.p_2 {
|
|
51
|
-
padding: var(--spacing-2)
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.bg_gray\.100 {
|
|
55
|
-
background: var(--colors-gray-100)
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.border_1px_solid_rgba\(0\,_0\,_0\,_0\.1\) {
|
|
59
|
-
border: 1px solid rgba(0, 0, 0, 0.1)
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.fs_md {
|
|
63
|
-
font-size: var(--font-sizes-md)
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.font_bold {
|
|
67
|
-
font-weight: var(--font-weights-bold)
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.ml_2 {
|
|
71
|
-
margin-left: var(--spacing-2)
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.d_inline-block {
|
|
75
|
-
display: inline-block
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.bg_card {
|
|
79
|
-
background: var(--colors-card)
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.p_0 {
|
|
83
|
-
padding: var(--spacing-0)
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.py_2 {
|
|
87
|
-
padding-block: var(--spacing-2)
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.px_4 {
|
|
91
|
-
padding-inline: var(--spacing-4)
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.transition_all_0\.2s_ease {
|
|
95
|
-
transition: all 0.2s ease
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.rounded_md {
|
|
99
|
-
border-radius: var(--radii-md)
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.bg_none {
|
|
103
|
-
background: none
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.pt_6 {
|
|
107
|
-
padding-top: var(--spacing-6)
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.pl_6 {
|
|
111
|
-
padding-left: var(--spacing-6)
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.pr_4 {
|
|
115
|
-
padding-right: var(--spacing-4)
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.text_text {
|
|
119
|
-
color: var(--colors-text)
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.gap_10px {
|
|
123
|
-
gap: 10px
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.mb_4 {
|
|
127
|
-
margin-bottom: var(--spacing-4)
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.p_20px {
|
|
131
|
-
padding: 20px
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.fs_lg {
|
|
135
|
-
font-size: var(--font-sizes-lg)
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.d_inline-flex {
|
|
139
|
-
display: inline-flex
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.items_center {
|
|
143
|
-
align-items: center
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.opacity_0\.5 {
|
|
147
|
-
opacity: 0.5
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.border-b_1px_solid_transparent {
|
|
151
|
-
border-bottom: 1px solid transparent
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.cursor_pointer {
|
|
155
|
-
cursor: pointer
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.gap_4 {
|
|
159
|
-
gap: var(--spacing-4)
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.flex-wrap_wrap {
|
|
163
|
-
flex-wrap: wrap
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.mt_4 {
|
|
167
|
-
margin-top: var(--spacing-4)
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.d_flex {
|
|
171
|
-
display: flex
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.flex_column {
|
|
175
|
-
flex-direction: column
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.gap_2 {
|
|
179
|
-
gap: var(--spacing-2)
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.px_2 {
|
|
183
|
-
padding-inline: var(--spacing-2)
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.fs_sm {
|
|
187
|
-
font-size: var(--font-sizes-sm)
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.w_full {
|
|
191
|
-
width: var(--sizes-full)
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.hover\:opacity_0\.8:is(:hover, [data-hover]) {
|
|
195
|
-
opacity: 0.8
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.hover\:bg_border:is(:hover, [data-hover]) {
|
|
199
|
-
background-color: var(--colors-border)
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.hover\:bg_border:is(:hover, [data-hover]) {
|
|
203
|
-
background: var(--colors-border)
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.hover\:opacity_0\.6:is(:hover, [data-hover]) {
|
|
207
|
-
opacity: 0.6
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.hover\:opacity_1:is(:hover, [data-hover]) {
|
|
211
|
-
opacity: 1
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.hover\:border-b_black:is(:hover, [data-hover]) {
|
|
215
|
-
border-bottom-color: var(--colors-black)
|
|
216
|
-
}
|
|
217
|
-
.\[\&_li\]\:hover\:opacity_0\.8 li:is(:hover, [data-hover]) {
|
|
218
|
-
opacity: 0.8
|
|
219
|
-
}
|
|
220
|
-
}
|