agentic-ds-kit 0.2.0 → 0.2.2
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/README.md +10 -0
- package/contracts/scoreboard.json +2 -2
- package/contracts/section.json +9 -5
- package/dist/ui/Accordion/Accordion.module.js +1 -1
- package/dist/ui/Alert/Alert.module.js +1 -1
- package/dist/ui/AlertDialog/AlertDialog.module.js +1 -1
- package/dist/ui/AppHeader/AppHeader.module.js +1 -1
- package/dist/ui/AppNav/AppNav.module.js +1 -1
- package/dist/ui/Avatar/Avatar.module.js +1 -1
- package/dist/ui/AvatarGroup/AvatarGroup.module.js +1 -1
- package/dist/ui/Badge/Badge.module.js +1 -1
- package/dist/ui/BarChart/BarChart.module.js +1 -1
- package/dist/ui/Breadcrumb/Breadcrumb.module.js +1 -1
- package/dist/ui/Button/Button.module.js +1 -1
- package/dist/ui/ButtonGroup/ButtonGroup.module.js +1 -1
- package/dist/ui/Calendar/Calendar.module.js +1 -1
- package/dist/ui/Card/Card.module.js +1 -1
- package/dist/ui/Carousel/Carousel.module.js +1 -1
- package/dist/ui/Cell/Cell.module.js +1 -1
- package/dist/ui/Chat/Chat.module.js +1 -1
- package/dist/ui/Checkbox/Checkbox.module.js +1 -1
- package/dist/ui/Collapsible/Collapsible.module.js +1 -1
- package/dist/ui/Command/Command.module.js +1 -1
- package/dist/ui/DataTable/DataTable.module.js +1 -1
- package/dist/ui/DatePicker/DatePicker.module.js +1 -1
- package/dist/ui/Drawer/Drawer.module.js +1 -1
- package/dist/ui/DropdownMenu/DropdownMenu.module.js +1 -1
- package/dist/ui/Empty/Empty.module.js +1 -1
- package/dist/ui/Field/Field.module.js +1 -1
- package/dist/ui/FieldSet/FieldSet.module.js +1 -1
- package/dist/ui/HeaderCell/HeaderCell.module.js +1 -1
- package/dist/ui/Input/Input.module.js +1 -1
- package/dist/ui/InputOTP/InputOTP.module.js +1 -1
- package/dist/ui/InsightCard/InsightCard.module.js +1 -1
- package/dist/ui/LineChart/LineChart.module.js +1 -1
- package/dist/ui/LoadingAnimation/LoadingAnimation.module.js +1 -1
- package/dist/ui/Modal/Modal.module.js +1 -1
- package/dist/ui/ModalCard/ModalCard.module.js +1 -1
- package/dist/ui/NavigationMenu/NavigationMenu.module.js +1 -1
- package/dist/ui/NumberTransition/NumberTransition.module.js +1 -1
- package/dist/ui/PageHeader/PageHeader.module.js +1 -1
- package/dist/ui/Pagination/Pagination.module.js +1 -1
- package/dist/ui/PieChart/PieChart.module.js +1 -1
- package/dist/ui/Progress/Progress.module.js +1 -1
- package/dist/ui/ProgressSteps/ProgressSteps.module.js +1 -1
- package/dist/ui/RadioGroup/RadioGroup.module.js +1 -1
- package/dist/ui/Scoreboard/Scoreboard.kit.css +55 -0
- package/dist/ui/Scoreboard/Scoreboard.module.js +5 -5
- package/dist/ui/Scoreboard/Scoreboard.module.js.map +1 -1
- package/dist/ui/Scorecard/Scorecard.module.js +1 -1
- package/dist/ui/Section/{Section.module.css → Section.kit.css} +27 -20
- package/dist/ui/Section/Section.module.js +11 -11
- package/dist/ui/Section/Section.module.js.map +1 -1
- package/dist/ui/ShimmerText/ShimmerText.module.js +1 -1
- package/dist/ui/SideNav/SideNav.module.js +1 -1
- package/dist/ui/Slider/Slider.module.js +1 -1
- package/dist/ui/Spinner/Spinner.module.js +1 -1
- package/dist/ui/Switch/Switch.module.js +1 -1
- package/dist/ui/Table/Table.module.js +1 -1
- package/dist/ui/Tabs/Tabs.module.js +1 -1
- package/dist/ui/Textarea/Textarea.module.js +1 -1
- package/dist/ui/ThinkingAnimation/ThinkingAnimation.module.js +1 -1
- package/dist/ui/Timeline/Timeline.module.js +1 -1
- package/dist/ui/Toast/Toast.module.js +1 -1
- package/dist/ui/Tooltip/Tooltip.module.js +1 -1
- package/dist/ui/patterns/ActivityPattern/ActivityPattern.js +0 -1
- package/dist/ui/patterns/ActivityPattern/ActivityPattern.js.map +1 -1
- package/dist/ui/patterns/ActivityPattern/TaskDrawer.module.js +1 -1
- package/dist/ui/patterns/AssistantWorkspacePattern/AssistantWorkspacePattern.module.js +1 -1
- package/dist/ui/patterns/DashboardPattern/DashboardPattern.js +0 -1
- package/dist/ui/patterns/DashboardPattern/DashboardPattern.js.map +1 -1
- package/dist/ui/patterns/InboxPattern/InboxPattern.js +0 -1
- package/dist/ui/patterns/InboxPattern/InboxPattern.js.map +1 -1
- package/dist/ui/patterns/InboxPattern/InboxPattern.module.js +1 -1
- package/dist/ui/patterns/ListDetailPattern/ListDetailPattern.module.js +1 -1
- package/dist/ui/patterns/SettingsFormPattern/SettingsFormPattern.module.js +1 -1
- package/dist/ui/shared/ChartFrame.js +1 -1
- package/dist/ui/shared/ChartFrame.js.map +1 -1
- package/dist/ui/shared/{ChartFrame.module.css → ChartFrame.kit.css} +55 -41
- package/dist/ui/shared/ChartFrame.module.js +34 -33
- package/dist/ui/shared/ChartFrame.module.js.map +1 -1
- package/dist/ui/shared/controls.module.js +1 -1
- package/package.json +1 -1
- package/dist/ui/Scoreboard/Scoreboard.module.css +0 -53
- /package/dist/ui/Accordion/{Accordion.module.css → Accordion.kit.css} +0 -0
- /package/dist/ui/Alert/{Alert.module.css → Alert.kit.css} +0 -0
- /package/dist/ui/AlertDialog/{AlertDialog.module.css → AlertDialog.kit.css} +0 -0
- /package/dist/ui/AppHeader/{AppHeader.module.css → AppHeader.kit.css} +0 -0
- /package/dist/ui/AppNav/{AppNav.module.css → AppNav.kit.css} +0 -0
- /package/dist/ui/Avatar/{Avatar.module.css → Avatar.kit.css} +0 -0
- /package/dist/ui/AvatarGroup/{AvatarGroup.module.css → AvatarGroup.kit.css} +0 -0
- /package/dist/ui/Badge/{Badge.module.css → Badge.kit.css} +0 -0
- /package/dist/ui/BarChart/{BarChart.module.css → BarChart.kit.css} +0 -0
- /package/dist/ui/Breadcrumb/{Breadcrumb.module.css → Breadcrumb.kit.css} +0 -0
- /package/dist/ui/Button/{Button.module.css → Button.kit.css} +0 -0
- /package/dist/ui/ButtonGroup/{ButtonGroup.module.css → ButtonGroup.kit.css} +0 -0
- /package/dist/ui/Calendar/{Calendar.module.css → Calendar.kit.css} +0 -0
- /package/dist/ui/Card/{Card.module.css → Card.kit.css} +0 -0
- /package/dist/ui/Carousel/{Carousel.module.css → Carousel.kit.css} +0 -0
- /package/dist/ui/Cell/{Cell.module.css → Cell.kit.css} +0 -0
- /package/dist/ui/Chat/{Chat.module.css → Chat.kit.css} +0 -0
- /package/dist/ui/Checkbox/{Checkbox.module.css → Checkbox.kit.css} +0 -0
- /package/dist/ui/Collapsible/{Collapsible.module.css → Collapsible.kit.css} +0 -0
- /package/dist/ui/Command/{Command.module.css → Command.kit.css} +0 -0
- /package/dist/ui/DataTable/{DataTable.module.css → DataTable.kit.css} +0 -0
- /package/dist/ui/DatePicker/{DatePicker.module.css → DatePicker.kit.css} +0 -0
- /package/dist/ui/Drawer/{Drawer.module.css → Drawer.kit.css} +0 -0
- /package/dist/ui/DropdownMenu/{DropdownMenu.module.css → DropdownMenu.kit.css} +0 -0
- /package/dist/ui/Empty/{Empty.module.css → Empty.kit.css} +0 -0
- /package/dist/ui/Field/{Field.module.css → Field.kit.css} +0 -0
- /package/dist/ui/FieldSet/{FieldSet.module.css → FieldSet.kit.css} +0 -0
- /package/dist/ui/HeaderCell/{HeaderCell.module.css → HeaderCell.kit.css} +0 -0
- /package/dist/ui/Input/{Input.module.css → Input.kit.css} +0 -0
- /package/dist/ui/InputOTP/{InputOTP.module.css → InputOTP.kit.css} +0 -0
- /package/dist/ui/InsightCard/{InsightCard.module.css → InsightCard.kit.css} +0 -0
- /package/dist/ui/LineChart/{LineChart.module.css → LineChart.kit.css} +0 -0
- /package/dist/ui/LoadingAnimation/{LoadingAnimation.module.css → LoadingAnimation.kit.css} +0 -0
- /package/dist/ui/Modal/{Modal.module.css → Modal.kit.css} +0 -0
- /package/dist/ui/ModalCard/{ModalCard.module.css → ModalCard.kit.css} +0 -0
- /package/dist/ui/NavigationMenu/{NavigationMenu.module.css → NavigationMenu.kit.css} +0 -0
- /package/dist/ui/NumberTransition/{NumberTransition.module.css → NumberTransition.kit.css} +0 -0
- /package/dist/ui/PageHeader/{PageHeader.module.css → PageHeader.kit.css} +0 -0
- /package/dist/ui/Pagination/{Pagination.module.css → Pagination.kit.css} +0 -0
- /package/dist/ui/PieChart/{PieChart.module.css → PieChart.kit.css} +0 -0
- /package/dist/ui/Progress/{Progress.module.css → Progress.kit.css} +0 -0
- /package/dist/ui/ProgressSteps/{ProgressSteps.module.css → ProgressSteps.kit.css} +0 -0
- /package/dist/ui/RadioGroup/{RadioGroup.module.css → RadioGroup.kit.css} +0 -0
- /package/dist/ui/Scorecard/{Scorecard.module.css → Scorecard.kit.css} +0 -0
- /package/dist/ui/ShimmerText/{ShimmerText.module.css → ShimmerText.kit.css} +0 -0
- /package/dist/ui/SideNav/{SideNav.module.css → SideNav.kit.css} +0 -0
- /package/dist/ui/Slider/{Slider.module.css → Slider.kit.css} +0 -0
- /package/dist/ui/Spinner/{Spinner.module.css → Spinner.kit.css} +0 -0
- /package/dist/ui/Switch/{Switch.module.css → Switch.kit.css} +0 -0
- /package/dist/ui/Table/{Table.module.css → Table.kit.css} +0 -0
- /package/dist/ui/Tabs/{Tabs.module.css → Tabs.kit.css} +0 -0
- /package/dist/ui/Textarea/{Textarea.module.css → Textarea.kit.css} +0 -0
- /package/dist/ui/ThinkingAnimation/{ThinkingAnimation.module.css → ThinkingAnimation.kit.css} +0 -0
- /package/dist/ui/Timeline/{Timeline.module.css → Timeline.kit.css} +0 -0
- /package/dist/ui/Toast/{Toast.module.css → Toast.kit.css} +0 -0
- /package/dist/ui/Tooltip/{Tooltip.module.css → Tooltip.kit.css} +0 -0
- /package/dist/ui/patterns/ActivityPattern/{TaskDrawer.module.css → TaskDrawer.kit.css} +0 -0
- /package/dist/ui/patterns/AssistantWorkspacePattern/{AssistantWorkspacePattern.module.css → AssistantWorkspacePattern.kit.css} +0 -0
- /package/dist/ui/patterns/InboxPattern/{InboxPattern.module.css → InboxPattern.kit.css} +0 -0
- /package/dist/ui/patterns/ListDetailPattern/{ListDetailPattern.module.css → ListDetailPattern.kit.css} +0 -0
- /package/dist/ui/patterns/SettingsFormPattern/{SettingsFormPattern.module.css → SettingsFormPattern.kit.css} +0 -0
- /package/dist/ui/shared/{controls.module.css → controls.kit.css} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._frame_1gfzm_1 {
|
|
2
2
|
display: grid;
|
|
3
3
|
gap: var(--space-4);
|
|
4
4
|
margin: 0;
|
|
@@ -13,7 +13,21 @@
|
|
|
13
13
|
color: var(--text-primary);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
._flush_1gfzm_16 {
|
|
17
|
+
display: grid;
|
|
18
|
+
gap: var(--space-4);
|
|
19
|
+
margin: 0;
|
|
20
|
+
padding: 0;
|
|
21
|
+
width: 100%;
|
|
22
|
+
min-width: 0;
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
border: 0;
|
|
25
|
+
background: transparent;
|
|
26
|
+
box-shadow: none;
|
|
27
|
+
color: var(--text-primary);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
._header_1gfzm_30 {
|
|
17
31
|
display: flex;
|
|
18
32
|
flex-wrap: wrap;
|
|
19
33
|
align-items: flex-start;
|
|
@@ -22,13 +36,13 @@
|
|
|
22
36
|
min-width: 0;
|
|
23
37
|
}
|
|
24
38
|
|
|
25
|
-
.
|
|
39
|
+
._heading_1gfzm_39 {
|
|
26
40
|
display: grid;
|
|
27
41
|
gap: var(--space-1);
|
|
28
42
|
min-width: 0;
|
|
29
43
|
}
|
|
30
44
|
|
|
31
|
-
.
|
|
45
|
+
._title_1gfzm_45 {
|
|
32
46
|
margin: 0;
|
|
33
47
|
font-family: var(--font-sans);
|
|
34
48
|
font-size: var(--type-size-heading-sm);
|
|
@@ -37,7 +51,7 @@
|
|
|
37
51
|
color: var(--text-primary);
|
|
38
52
|
}
|
|
39
53
|
|
|
40
|
-
.
|
|
54
|
+
._description_1gfzm_54 {
|
|
41
55
|
margin: 0;
|
|
42
56
|
font-family: var(--font-sans);
|
|
43
57
|
font-size: var(--type-size-caption);
|
|
@@ -45,13 +59,13 @@
|
|
|
45
59
|
color: var(--text-secondary);
|
|
46
60
|
}
|
|
47
61
|
|
|
48
|
-
.
|
|
62
|
+
._actions_1gfzm_62 {
|
|
49
63
|
display: flex;
|
|
50
64
|
align-items: center;
|
|
51
65
|
gap: var(--space-1);
|
|
52
66
|
}
|
|
53
67
|
|
|
54
|
-
.
|
|
68
|
+
._toggle_1gfzm_68 {
|
|
55
69
|
display: inline-flex;
|
|
56
70
|
align-items: center;
|
|
57
71
|
gap: var(--space-1);
|
|
@@ -69,27 +83,27 @@
|
|
|
69
83
|
border-color var(--motion-interaction-duration) var(--motion-interaction-easing);
|
|
70
84
|
}
|
|
71
85
|
|
|
72
|
-
.
|
|
86
|
+
._toggle_1gfzm_68:hover {
|
|
73
87
|
border-color: var(--border-strong);
|
|
74
88
|
color: var(--text-primary);
|
|
75
89
|
}
|
|
76
90
|
|
|
77
|
-
.
|
|
91
|
+
._toggle_1gfzm_68:focus-visible {
|
|
78
92
|
outline: var(--border-focus-width) solid var(--focus-ring);
|
|
79
93
|
outline-offset: var(--space-inset-2xs);
|
|
80
94
|
}
|
|
81
95
|
|
|
82
|
-
.
|
|
96
|
+
._body_1gfzm_96 {
|
|
83
97
|
min-width: 0;
|
|
84
98
|
overflow: visible;
|
|
85
99
|
}
|
|
86
100
|
|
|
87
|
-
.
|
|
101
|
+
._loading_1gfzm_101 {
|
|
88
102
|
opacity: 0.6;
|
|
89
103
|
transition: opacity var(--motion-interaction-duration) var(--motion-interaction-easing);
|
|
90
104
|
}
|
|
91
105
|
|
|
92
|
-
.
|
|
106
|
+
._empty_1gfzm_106 {
|
|
93
107
|
display: grid;
|
|
94
108
|
place-items: center;
|
|
95
109
|
min-height: 15rem;
|
|
@@ -101,14 +115,14 @@
|
|
|
101
115
|
color: var(--text-muted);
|
|
102
116
|
}
|
|
103
117
|
|
|
104
|
-
.
|
|
118
|
+
._footnote_1gfzm_118 {
|
|
105
119
|
margin: 0;
|
|
106
120
|
font-family: var(--font-sans);
|
|
107
121
|
font-size: var(--type-size-caption);
|
|
108
122
|
color: var(--text-muted);
|
|
109
123
|
}
|
|
110
124
|
|
|
111
|
-
.
|
|
125
|
+
._legend_1gfzm_125 {
|
|
112
126
|
display: flex;
|
|
113
127
|
flex-wrap: wrap;
|
|
114
128
|
gap: var(--space-2) var(--space-4);
|
|
@@ -117,17 +131,17 @@
|
|
|
117
131
|
list-style: none;
|
|
118
132
|
}
|
|
119
133
|
|
|
120
|
-
.
|
|
134
|
+
._legendInteractive_1gfzm_134 > li {
|
|
121
135
|
display: contents;
|
|
122
136
|
}
|
|
123
137
|
|
|
124
|
-
.
|
|
138
|
+
._legendVertical_1gfzm_138 {
|
|
125
139
|
display: grid;
|
|
126
140
|
gap: var(--space-2);
|
|
127
141
|
align-content: center;
|
|
128
142
|
}
|
|
129
143
|
|
|
130
|
-
.
|
|
144
|
+
._legendItem_1gfzm_144 {
|
|
131
145
|
display: inline-flex;
|
|
132
146
|
align-items: center;
|
|
133
147
|
gap: var(--space-1);
|
|
@@ -136,7 +150,7 @@
|
|
|
136
150
|
color: var(--text-secondary);
|
|
137
151
|
}
|
|
138
152
|
|
|
139
|
-
.
|
|
153
|
+
._legendVertical_1gfzm_138 ._legendItem_1gfzm_144 {
|
|
140
154
|
display: grid;
|
|
141
155
|
grid-template-columns: auto 1fr auto;
|
|
142
156
|
align-items: center;
|
|
@@ -144,7 +158,7 @@
|
|
|
144
158
|
width: 100%;
|
|
145
159
|
}
|
|
146
160
|
|
|
147
|
-
.
|
|
161
|
+
._legendButton_1gfzm_161 {
|
|
148
162
|
margin: 0;
|
|
149
163
|
padding: 0;
|
|
150
164
|
border: 0;
|
|
@@ -157,40 +171,40 @@
|
|
|
157
171
|
transition: opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1);
|
|
158
172
|
}
|
|
159
173
|
|
|
160
|
-
.
|
|
174
|
+
._legendButton_1gfzm_161:focus-visible {
|
|
161
175
|
outline: var(--border-focus-width) solid var(--focus-ring);
|
|
162
176
|
outline-offset: var(--space-inset-2xs);
|
|
163
177
|
}
|
|
164
178
|
|
|
165
|
-
.
|
|
179
|
+
._legendItemDimmed_1gfzm_179 {
|
|
166
180
|
opacity: 0.45;
|
|
167
181
|
}
|
|
168
182
|
|
|
169
|
-
.
|
|
183
|
+
._legendSwatch_1gfzm_183 {
|
|
170
184
|
width: 0.625rem;
|
|
171
185
|
height: 0.625rem;
|
|
172
186
|
border-radius: var(--radius-control-sm);
|
|
173
187
|
flex: none;
|
|
174
188
|
}
|
|
175
189
|
|
|
176
|
-
.
|
|
190
|
+
._legendSwatchPill_1gfzm_190 {
|
|
177
191
|
width: 0.5rem;
|
|
178
192
|
height: 0.375rem;
|
|
179
193
|
border-radius: var(--radius-pill);
|
|
180
194
|
}
|
|
181
195
|
|
|
182
|
-
.
|
|
196
|
+
._legendSwatchLine_1gfzm_196 {
|
|
183
197
|
width: 0.75rem;
|
|
184
198
|
height: 0.156rem;
|
|
185
199
|
border-radius: var(--radius-pill);
|
|
186
200
|
}
|
|
187
201
|
|
|
188
|
-
.
|
|
202
|
+
._legendMeta_1gfzm_202 {
|
|
189
203
|
color: var(--text-muted);
|
|
190
204
|
font-variant-numeric: tabular-nums;
|
|
191
205
|
}
|
|
192
206
|
|
|
193
|
-
.
|
|
207
|
+
._legendPercent_1gfzm_207 {
|
|
194
208
|
color: var(--text-primary);
|
|
195
209
|
font-variant-numeric: tabular-nums;
|
|
196
210
|
font-weight: var(--type-weight-label);
|
|
@@ -198,16 +212,16 @@
|
|
|
198
212
|
}
|
|
199
213
|
|
|
200
214
|
@media (prefers-reduced-motion: reduce) {
|
|
201
|
-
.
|
|
215
|
+
._legendButton_1gfzm_161 {
|
|
202
216
|
transition: none;
|
|
203
217
|
}
|
|
204
218
|
}
|
|
205
219
|
|
|
206
|
-
.
|
|
220
|
+
._tableScroll_1gfzm_220 {
|
|
207
221
|
overflow-x: auto;
|
|
208
222
|
}
|
|
209
223
|
|
|
210
|
-
.
|
|
224
|
+
._table_1gfzm_220 {
|
|
211
225
|
width: 100%;
|
|
212
226
|
border-collapse: collapse;
|
|
213
227
|
font-family: var(--font-sans);
|
|
@@ -215,33 +229,33 @@
|
|
|
215
229
|
line-height: var(--type-line-body);
|
|
216
230
|
}
|
|
217
231
|
|
|
218
|
-
.
|
|
219
|
-
.
|
|
232
|
+
._table_1gfzm_220 th,
|
|
233
|
+
._table_1gfzm_220 td {
|
|
220
234
|
padding: var(--space-1) var(--space-2);
|
|
221
235
|
border-bottom: var(--border-width-thin) solid var(--border-faint);
|
|
222
236
|
text-align: start;
|
|
223
237
|
background-color: var(--surface-card);
|
|
224
238
|
}
|
|
225
239
|
|
|
226
|
-
.
|
|
240
|
+
._table_1gfzm_220 thead th {
|
|
227
241
|
color: var(--text-secondary);
|
|
228
242
|
font-size: var(--type-size-caption);
|
|
229
243
|
font-weight: var(--type-weight-label);
|
|
230
244
|
white-space: nowrap;
|
|
231
245
|
}
|
|
232
246
|
|
|
233
|
-
.
|
|
247
|
+
._table_1gfzm_220 tbody th {
|
|
234
248
|
color: var(--text-primary);
|
|
235
249
|
font-weight: var(--type-weight-label);
|
|
236
250
|
}
|
|
237
251
|
|
|
238
|
-
.
|
|
252
|
+
._table_1gfzm_220 td {
|
|
239
253
|
color: var(--text-primary);
|
|
240
254
|
font-variant-numeric: tabular-nums;
|
|
241
255
|
text-align: end;
|
|
242
256
|
}
|
|
243
257
|
|
|
244
|
-
.
|
|
258
|
+
._tooltip_1gfzm_258 {
|
|
245
259
|
position: absolute;
|
|
246
260
|
z-index: var(--z-tooltip);
|
|
247
261
|
min-width: 9.5rem;
|
|
@@ -256,18 +270,18 @@
|
|
|
256
270
|
transform: translate(0.5rem, -50%);
|
|
257
271
|
}
|
|
258
272
|
|
|
259
|
-
.
|
|
273
|
+
._tooltipFlip_1gfzm_273 {
|
|
260
274
|
transform: translate(calc(-100% - 0.5rem), -50%);
|
|
261
275
|
}
|
|
262
276
|
|
|
263
|
-
.
|
|
277
|
+
._tooltipTitle_1gfzm_277 {
|
|
264
278
|
margin: 0;
|
|
265
279
|
font-size: var(--type-size-caption);
|
|
266
280
|
font-weight: var(--type-weight-label);
|
|
267
281
|
color: var(--text-primary);
|
|
268
282
|
}
|
|
269
283
|
|
|
270
|
-
.
|
|
284
|
+
._tooltipRow_1gfzm_284 {
|
|
271
285
|
display: flex;
|
|
272
286
|
align-items: center;
|
|
273
287
|
gap: var(--space-2);
|
|
@@ -276,19 +290,19 @@
|
|
|
276
290
|
color: var(--text-secondary);
|
|
277
291
|
}
|
|
278
292
|
|
|
279
|
-
.
|
|
293
|
+
._tooltipKey_1gfzm_293 {
|
|
280
294
|
width: 0.5rem;
|
|
281
295
|
height: 0.375rem;
|
|
282
296
|
border-radius: var(--radius-pill);
|
|
283
297
|
flex: none;
|
|
284
298
|
}
|
|
285
299
|
|
|
286
|
-
.
|
|
300
|
+
._tooltipShare_1gfzm_300 {
|
|
287
301
|
flex: 1;
|
|
288
302
|
min-width: 0;
|
|
289
303
|
}
|
|
290
304
|
|
|
291
|
-
.
|
|
305
|
+
._tooltipValue_1gfzm_305 {
|
|
292
306
|
color: var(--text-primary);
|
|
293
307
|
font-variant-numeric: tabular-nums;
|
|
294
308
|
font-weight: var(--type-weight-label);
|
|
@@ -1,39 +1,40 @@
|
|
|
1
|
-
import "./ChartFrame.
|
|
1
|
+
import "./ChartFrame.kit.css";
|
|
2
2
|
//#region ui/shared/ChartFrame.module.css
|
|
3
|
-
var e = "
|
|
3
|
+
var e = "_frame_1gfzm_1", t = "_flush_1gfzm_16", n = "_header_1gfzm_30", r = "_heading_1gfzm_39", i = "_title_1gfzm_45", a = "_description_1gfzm_54", o = "_actions_1gfzm_62", s = "_toggle_1gfzm_68", c = "_body_1gfzm_96", l = "_loading_1gfzm_101", u = "_empty_1gfzm_106", d = "_footnote_1gfzm_118", f = "_legend_1gfzm_125", p = "_legendInteractive_1gfzm_134", m = "_legendVertical_1gfzm_138", h = "_legendItem_1gfzm_144", g = "_legendButton_1gfzm_161", _ = "_legendItemDimmed_1gfzm_179", v = "_legendSwatch_1gfzm_183", y = "_legendSwatchPill_1gfzm_190", b = "_legendSwatchLine_1gfzm_196", x = "_legendMeta_1gfzm_202", S = "_legendPercent_1gfzm_207", C = "_tableScroll_1gfzm_220", w = "_table_1gfzm_220", T = "_tooltip_1gfzm_258", E = "_tooltipFlip_1gfzm_273", D = "_tooltipTitle_1gfzm_277", O = "_tooltipRow_1gfzm_284", k = "_tooltipKey_1gfzm_293", A = "_tooltipShare_1gfzm_300", j = "_tooltipValue_1gfzm_305", M = {
|
|
4
4
|
frame: e,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
5
|
+
flush: t,
|
|
6
|
+
header: n,
|
|
7
|
+
heading: r,
|
|
8
|
+
title: i,
|
|
9
|
+
description: a,
|
|
10
|
+
actions: o,
|
|
11
|
+
toggle: s,
|
|
12
|
+
body: c,
|
|
13
|
+
loading: l,
|
|
14
|
+
empty: u,
|
|
15
|
+
footnote: d,
|
|
16
|
+
legend: f,
|
|
17
|
+
legendInteractive: p,
|
|
18
|
+
legendVertical: m,
|
|
19
|
+
legendItem: h,
|
|
20
|
+
legendButton: g,
|
|
21
|
+
legendItemDimmed: _,
|
|
22
|
+
legendSwatch: v,
|
|
23
|
+
legendSwatchPill: y,
|
|
24
|
+
legendSwatchLine: b,
|
|
25
|
+
legendMeta: x,
|
|
26
|
+
legendPercent: S,
|
|
27
|
+
tableScroll: C,
|
|
28
|
+
table: w,
|
|
29
|
+
tooltip: T,
|
|
30
|
+
tooltipFlip: E,
|
|
31
|
+
tooltipTitle: D,
|
|
32
|
+
tooltipRow: O,
|
|
33
|
+
tooltipKey: k,
|
|
34
|
+
tooltipShare: A,
|
|
35
|
+
tooltipValue: j
|
|
35
36
|
};
|
|
36
37
|
//#endregion
|
|
37
|
-
export {
|
|
38
|
+
export { o as actions, c as body, M as default, a as description, u as empty, t as flush, d as footnote, e as frame, n as header, r as heading, f as legend, g as legendButton, p as legendInteractive, h as legendItem, _ as legendItemDimmed, x as legendMeta, S as legendPercent, v as legendSwatch, b as legendSwatchLine, y as legendSwatchPill, m as legendVertical, l as loading, w as table, C as tableScroll, i as title, s as toggle, T as tooltip, E as tooltipFlip, k as tooltipKey, O as tooltipRow, A as tooltipShare, D as tooltipTitle, j as tooltipValue };
|
|
38
39
|
|
|
39
40
|
//# sourceMappingURL=ChartFrame.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChartFrame.module.js","names":[],"sources":["../../../ui/shared/ChartFrame.module.css"],"sourcesContent":[".frame {\n display: grid;\n gap: var(--space-4);\n margin: 0;\n padding: var(--space-6);\n width: 100%;\n min-width: 0;\n box-sizing: border-box;\n border: var(--border-width-thin) solid var(--border-faint);\n border-radius: var(--radius-surface-md);\n background: var(--surface-card);\n box-shadow: var(--shadow-sm);\n color: var(--text-primary);\n}\n\n.header {\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n justify-content: space-between;\n gap: var(--space-2);\n min-width: 0;\n}\n\n.heading {\n display: grid;\n gap: var(--space-1);\n min-width: 0;\n}\n\n.title {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-heading-sm);\n font-weight: var(--type-weight-heading);\n line-height: var(--type-line-heading);\n color: var(--text-primary);\n}\n\n.description {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n line-height: var(--type-line-body);\n color: var(--text-secondary);\n}\n\n.actions {\n display: flex;\n align-items: center;\n gap: var(--space-1);\n}\n\n.toggle {\n display: inline-flex;\n align-items: center;\n gap: var(--space-1);\n padding: var(--space-1) var(--space-2);\n border: var(--border-width-thin) solid var(--border-faint);\n border-radius: var(--radius-control-sm);\n background: var(--surface-card);\n color: var(--text-secondary);\n cursor: pointer;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-label);\n transition:\n color var(--motion-interaction-duration) var(--motion-interaction-easing),\n border-color var(--motion-interaction-duration) var(--motion-interaction-easing);\n}\n\n.toggle:hover {\n border-color: var(--border-strong);\n color: var(--text-primary);\n}\n\n.toggle:focus-visible {\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: var(--space-inset-2xs);\n}\n\n.body {\n min-width: 0;\n overflow: visible;\n}\n\n.loading {\n opacity: 0.6;\n transition: opacity var(--motion-interaction-duration) var(--motion-interaction-easing);\n}\n\n.empty {\n display: grid;\n place-items: center;\n min-height: 15rem;\n margin: 0;\n padding-inline: var(--space-4);\n text-align: center;\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n color: var(--text-muted);\n}\n\n.footnote {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n color: var(--text-muted);\n}\n\n.legend {\n display: flex;\n flex-wrap: wrap;\n gap: var(--space-2) var(--space-4);\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\n.legendInteractive > li {\n display: contents;\n}\n\n.legendVertical {\n display: grid;\n gap: var(--space-2);\n align-content: center;\n}\n\n.legendItem {\n display: inline-flex;\n align-items: center;\n gap: var(--space-1);\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n color: var(--text-secondary);\n}\n\n.legendVertical .legendItem {\n display: grid;\n grid-template-columns: auto 1fr auto;\n align-items: center;\n column-gap: var(--space-2);\n width: 100%;\n}\n\n.legendButton {\n margin: 0;\n padding: 0;\n border: 0;\n background: transparent;\n font: inherit;\n color: inherit;\n text-align: inherit;\n cursor: pointer;\n border-radius: var(--radius-control-sm);\n transition: opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.legendButton:focus-visible {\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: var(--space-inset-2xs);\n}\n\n.legendItemDimmed {\n opacity: 0.45;\n}\n\n.legendSwatch {\n width: 0.625rem;\n height: 0.625rem;\n border-radius: var(--radius-control-sm);\n flex: none;\n}\n\n.legendSwatchPill {\n width: 0.5rem;\n height: 0.375rem;\n border-radius: var(--radius-pill);\n}\n\n.legendSwatchLine {\n width: 0.75rem;\n height: 0.156rem;\n border-radius: var(--radius-pill);\n}\n\n.legendMeta {\n color: var(--text-muted);\n font-variant-numeric: tabular-nums;\n}\n\n.legendPercent {\n color: var(--text-primary);\n font-variant-numeric: tabular-nums;\n font-weight: var(--type-weight-label);\n text-align: end;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .legendButton {\n transition: none;\n }\n}\n\n.tableScroll {\n overflow-x: auto;\n}\n\n.table {\n width: 100%;\n border-collapse: collapse;\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n line-height: var(--type-line-body);\n}\n\n.table th,\n.table td {\n padding: var(--space-1) var(--space-2);\n border-bottom: var(--border-width-thin) solid var(--border-faint);\n text-align: start;\n background-color: var(--surface-card);\n}\n\n.table thead th {\n color: var(--text-secondary);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-label);\n white-space: nowrap;\n}\n\n.table tbody th {\n color: var(--text-primary);\n font-weight: var(--type-weight-label);\n}\n\n.table td {\n color: var(--text-primary);\n font-variant-numeric: tabular-nums;\n text-align: end;\n}\n\n.tooltip {\n position: absolute;\n z-index: var(--z-tooltip);\n min-width: 9.5rem;\n padding: var(--space-2) var(--space-3);\n border: var(--border-width-thin) solid var(--border-faint);\n border-radius: var(--radius-surface-md);\n background: var(--surface-card);\n box-shadow: var(--shadow-md);\n color: var(--text-primary);\n font-family: var(--font-sans);\n pointer-events: none;\n transform: translate(0.5rem, -50%);\n}\n\n.tooltipFlip {\n transform: translate(calc(-100% - 0.5rem), -50%);\n}\n\n.tooltipTitle {\n margin: 0;\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-label);\n color: var(--text-primary);\n}\n\n.tooltipRow {\n display: flex;\n align-items: center;\n gap: var(--space-2);\n margin-top: var(--space-1);\n font-size: var(--type-size-caption);\n color: var(--text-secondary);\n}\n\n.tooltipKey {\n width: 0.5rem;\n height: 0.375rem;\n border-radius: var(--radius-pill);\n flex: none;\n}\n\n.tooltipShare {\n flex: 1;\n min-width: 0;\n}\n\n.tooltipValue {\n color: var(--text-primary);\n font-variant-numeric: tabular-nums;\n font-weight: var(--type-weight-label);\n}\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"ChartFrame.module.js","names":[],"sources":["../../../ui/shared/ChartFrame.module.css"],"sourcesContent":[".frame {\n display: grid;\n gap: var(--space-4);\n margin: 0;\n padding: var(--space-6);\n width: 100%;\n min-width: 0;\n box-sizing: border-box;\n border: var(--border-width-thin) solid var(--border-faint);\n border-radius: var(--radius-surface-md);\n background: var(--surface-card);\n box-shadow: var(--shadow-sm);\n color: var(--text-primary);\n}\n\n.flush {\n display: grid;\n gap: var(--space-4);\n margin: 0;\n padding: 0;\n width: 100%;\n min-width: 0;\n box-sizing: border-box;\n border: 0;\n background: transparent;\n box-shadow: none;\n color: var(--text-primary);\n}\n\n.header {\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n justify-content: space-between;\n gap: var(--space-2);\n min-width: 0;\n}\n\n.heading {\n display: grid;\n gap: var(--space-1);\n min-width: 0;\n}\n\n.title {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-heading-sm);\n font-weight: var(--type-weight-heading);\n line-height: var(--type-line-heading);\n color: var(--text-primary);\n}\n\n.description {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n line-height: var(--type-line-body);\n color: var(--text-secondary);\n}\n\n.actions {\n display: flex;\n align-items: center;\n gap: var(--space-1);\n}\n\n.toggle {\n display: inline-flex;\n align-items: center;\n gap: var(--space-1);\n padding: var(--space-1) var(--space-2);\n border: var(--border-width-thin) solid var(--border-faint);\n border-radius: var(--radius-control-sm);\n background: var(--surface-card);\n color: var(--text-secondary);\n cursor: pointer;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-label);\n transition:\n color var(--motion-interaction-duration) var(--motion-interaction-easing),\n border-color var(--motion-interaction-duration) var(--motion-interaction-easing);\n}\n\n.toggle:hover {\n border-color: var(--border-strong);\n color: var(--text-primary);\n}\n\n.toggle:focus-visible {\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: var(--space-inset-2xs);\n}\n\n.body {\n min-width: 0;\n overflow: visible;\n}\n\n.loading {\n opacity: 0.6;\n transition: opacity var(--motion-interaction-duration) var(--motion-interaction-easing);\n}\n\n.empty {\n display: grid;\n place-items: center;\n min-height: 15rem;\n margin: 0;\n padding-inline: var(--space-4);\n text-align: center;\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n color: var(--text-muted);\n}\n\n.footnote {\n margin: 0;\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n color: var(--text-muted);\n}\n\n.legend {\n display: flex;\n flex-wrap: wrap;\n gap: var(--space-2) var(--space-4);\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\n.legendInteractive > li {\n display: contents;\n}\n\n.legendVertical {\n display: grid;\n gap: var(--space-2);\n align-content: center;\n}\n\n.legendItem {\n display: inline-flex;\n align-items: center;\n gap: var(--space-1);\n font-family: var(--font-sans);\n font-size: var(--type-size-caption);\n color: var(--text-secondary);\n}\n\n.legendVertical .legendItem {\n display: grid;\n grid-template-columns: auto 1fr auto;\n align-items: center;\n column-gap: var(--space-2);\n width: 100%;\n}\n\n.legendButton {\n margin: 0;\n padding: 0;\n border: 0;\n background: transparent;\n font: inherit;\n color: inherit;\n text-align: inherit;\n cursor: pointer;\n border-radius: var(--radius-control-sm);\n transition: opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.legendButton:focus-visible {\n outline: var(--border-focus-width) solid var(--focus-ring);\n outline-offset: var(--space-inset-2xs);\n}\n\n.legendItemDimmed {\n opacity: 0.45;\n}\n\n.legendSwatch {\n width: 0.625rem;\n height: 0.625rem;\n border-radius: var(--radius-control-sm);\n flex: none;\n}\n\n.legendSwatchPill {\n width: 0.5rem;\n height: 0.375rem;\n border-radius: var(--radius-pill);\n}\n\n.legendSwatchLine {\n width: 0.75rem;\n height: 0.156rem;\n border-radius: var(--radius-pill);\n}\n\n.legendMeta {\n color: var(--text-muted);\n font-variant-numeric: tabular-nums;\n}\n\n.legendPercent {\n color: var(--text-primary);\n font-variant-numeric: tabular-nums;\n font-weight: var(--type-weight-label);\n text-align: end;\n}\n\n@media (prefers-reduced-motion: reduce) {\n .legendButton {\n transition: none;\n }\n}\n\n.tableScroll {\n overflow-x: auto;\n}\n\n.table {\n width: 100%;\n border-collapse: collapse;\n font-family: var(--font-sans);\n font-size: var(--type-size-body-sm);\n line-height: var(--type-line-body);\n}\n\n.table th,\n.table td {\n padding: var(--space-1) var(--space-2);\n border-bottom: var(--border-width-thin) solid var(--border-faint);\n text-align: start;\n background-color: var(--surface-card);\n}\n\n.table thead th {\n color: var(--text-secondary);\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-label);\n white-space: nowrap;\n}\n\n.table tbody th {\n color: var(--text-primary);\n font-weight: var(--type-weight-label);\n}\n\n.table td {\n color: var(--text-primary);\n font-variant-numeric: tabular-nums;\n text-align: end;\n}\n\n.tooltip {\n position: absolute;\n z-index: var(--z-tooltip);\n min-width: 9.5rem;\n padding: var(--space-2) var(--space-3);\n border: var(--border-width-thin) solid var(--border-faint);\n border-radius: var(--radius-surface-md);\n background: var(--surface-card);\n box-shadow: var(--shadow-md);\n color: var(--text-primary);\n font-family: var(--font-sans);\n pointer-events: none;\n transform: translate(0.5rem, -50%);\n}\n\n.tooltipFlip {\n transform: translate(calc(-100% - 0.5rem), -50%);\n}\n\n.tooltipTitle {\n margin: 0;\n font-size: var(--type-size-caption);\n font-weight: var(--type-weight-label);\n color: var(--text-primary);\n}\n\n.tooltipRow {\n display: flex;\n align-items: center;\n gap: var(--space-2);\n margin-top: var(--space-1);\n font-size: var(--type-size-caption);\n color: var(--text-secondary);\n}\n\n.tooltipKey {\n width: 0.5rem;\n height: 0.375rem;\n border-radius: var(--radius-pill);\n flex: none;\n}\n\n.tooltipShare {\n flex: 1;\n min-width: 0;\n}\n\n.tooltipValue {\n color: var(--text-primary);\n font-variant-numeric: tabular-nums;\n font-weight: var(--type-weight-label);\n}\n"],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
._scoreboard_v3qsg_1 {
|
|
2
|
-
width: 100%;
|
|
3
|
-
min-width: 0;
|
|
4
|
-
container-type: inline-size;
|
|
5
|
-
container-name: scoreboard;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
._grid_v3qsg_8 {
|
|
9
|
-
display: grid;
|
|
10
|
-
gap: var(--space-4);
|
|
11
|
-
width: 100%;
|
|
12
|
-
min-width: 0;
|
|
13
|
-
align-items: stretch;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
._count1_v3qsg_16 {
|
|
17
|
-
grid-template-columns: minmax(0, 1fr);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
._count2_v3qsg_20,
|
|
21
|
-
._count4_v3qsg_21 {
|
|
22
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
._count3_v3qsg_25 {
|
|
26
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@container scoreboard (max-width: calc(2 * var(--layout-metrics-min) + var(--space-4))) {
|
|
30
|
-
._count2_v3qsg_20,
|
|
31
|
-
._count4_v3qsg_21 {
|
|
32
|
-
grid-template-columns: minmax(0, 1fr);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@container scoreboard (max-width: calc(3 * var(--layout-metrics-min) + 2 * var(--space-4))) {
|
|
37
|
-
._count3_v3qsg_25 {
|
|
38
|
-
grid-template-columns: minmax(0, 1fr);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@container scoreboard (min-width: calc(4 * var(--layout-metrics-min) + 3 * var(--space-4))) {
|
|
43
|
-
._count4_v3qsg_21 {
|
|
44
|
-
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
._overflow_v3qsg_48 {
|
|
49
|
-
width: 100%;
|
|
50
|
-
min-width: 0;
|
|
51
|
-
padding-inline: var(--space-12);
|
|
52
|
-
box-sizing: border-box;
|
|
53
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/ui/ThinkingAnimation/{ThinkingAnimation.module.css → ThinkingAnimation.kit.css}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|