@medyll/idae-slotui-svelte 0.60.0 → 0.63.0
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/dist/base/alert/Alert.svelte +0 -8
- package/dist/base/alert/alert.scss +1 -1
- package/dist/base/avatar/avatar.scss +1 -1
- package/dist/base/backdrop/Backdrop.svelte +0 -3
- package/dist/base/backdrop/backdrop.scss +1 -1
- package/dist/base/badge/Badge.svelte +0 -1
- package/dist/base/badge/badge.scss +1 -1
- package/dist/base/box/Box.svelte +0 -2
- package/dist/base/box/box.scss +1 -1
- package/dist/base/breadCrumb/breadcrumb.scss +1 -1
- package/dist/base/cartouche/Cartouche.svelte +3 -23
- package/dist/base/cartouche/cartouche.scss +4 -4
- package/dist/base/chipper/Chipper.svelte +0 -7
- package/dist/base/chipper/chipper.scss +1 -1
- package/dist/base/contentSwitcher/ContentSwitcher.svelte +0 -1
- package/dist/base/contentSwitcher/content-switcher.scss +1 -1
- package/dist/base/divider/Divider.svelte +0 -1
- package/dist/base/divider/divider.scss +1 -1
- package/dist/base/icon/icon.scss +1 -1
- package/dist/base/paper/Paper.svelte +0 -3
- package/dist/base/paper/paper.scss +2 -2
- package/dist/base/titleBar/TitleBar.svelte +0 -3
- package/dist/base/titleBar/title-bar.scss +3 -3
- package/dist/controls/autocomplete/auto-complete.scss +2 -2
- package/dist/controls/button/Button.svelte +52 -473
- package/dist/controls/button/ButtonAction.svelte +51 -474
- package/dist/controls/button/ButtonMenu.svelte +0 -2
- package/dist/controls/button/button.scss +40 -42
- package/dist/controls/checkbox/Checkbox.svelte +3 -25
- package/dist/controls/checkbox/checkbox.scss +4 -4
- package/dist/controls/confirm/confirm.scss +1 -1
- package/dist/controls/progress/Progress.svelte +0 -1
- package/dist/controls/progress/progress.scss +1 -1
- package/dist/controls/rating/rating.scss +1 -1
- package/dist/controls/select/select.scss +1 -1
- package/dist/controls/slider/Slider.svelte +3 -13
- package/dist/controls/slider/slider.scss +2 -2
- package/dist/controls/stepper/Stepper.svelte +0 -3
- package/dist/controls/stepper/stepper.scss +1 -1
- package/dist/controls/switch/Switch.svelte +0 -6
- package/dist/controls/switch/switch.scss +1 -1
- package/dist/controls/textfield/TextField.svelte +6 -28
- package/dist/controls/textfield/textfield.scss +4 -4
- package/dist/csss/csss.scss +2 -2
- package/dist/data/dataList/DataList.svelte +0 -22
- package/dist/data/dataList/datalist.scss +4 -4
- package/dist/data/finder/Finder.svelte +6 -22
- package/dist/data/finder/finder.scss +3 -3
- package/dist/data/loader/Loader.svelte +0 -2
- package/dist/data/loader/loader.scss +1 -1
- package/dist/data/sorter/sorterer.scss +2 -2
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/navigation/drawer/Drawer.svelte +3 -15
- package/dist/navigation/drawer/drawer.scss +3 -3
- package/dist/navigation/tabs/Tabs.svelte +0 -12
- package/dist/navigation/tabs/tabs.scss +1 -1
- package/dist/slotui-css/button.css +51 -395
- package/dist/slotui-css/button.min.css +51 -395
- package/dist/slotui-css/cartouche.css +3 -1
- package/dist/slotui-css/cartouche.min.css +3 -1
- package/dist/slotui-css/checkbox.css +3 -1
- package/dist/slotui-css/checkbox.min.css +3 -1
- package/dist/slotui-css/drawer.css +3 -1
- package/dist/slotui-css/drawer.min.css +3 -1
- package/dist/slotui-css/finder.css +6 -5
- package/dist/slotui-css/finder.min.css +6 -5
- package/dist/slotui-css/marquee.css +2 -0
- package/dist/slotui-css/marquee.min.css +2 -0
- package/dist/slotui-css/menu-list.css +62 -191
- package/dist/slotui-css/menu-list.min.css +62 -191
- package/dist/slotui-css/menu.css +10 -8
- package/dist/slotui-css/menu.min.css +10 -8
- package/dist/slotui-css/slider.css +3 -1
- package/dist/slotui-css/slider.min.css +3 -1
- package/dist/slotui-css/slotui-css.css +149 -608
- package/dist/slotui-css/slotui-min-css.css +149 -608
- package/dist/slotui-css/textfield.css +6 -5
- package/dist/slotui-css/textfield.min.css +6 -5
- package/dist/styles/slotui-mixins.scss +28 -20
- package/dist/styles/slotuisheet/SlotuiSheet.svelte +4 -699
- package/dist/styles/slotuisheet/slotui-sheet.scss +68 -68
- package/dist/styles/slotuisheet/stylesheet-container.scss +9 -9
- package/dist/styles/slotuisheet/stylesheet.scss +10 -10
- package/dist/ui/chromeFrame/ChromeFrame.svelte +0 -2
- package/dist/ui/chromeFrame/chrome-frame.scss +3 -3
- package/dist/ui/frame/Frame.svelte +0 -4
- package/dist/ui/frame/frame.scss +8 -8
- package/dist/ui/login/Login.svelte +0 -3
- package/dist/ui/marquee/Marquee.svelte +2 -0
- package/dist/ui/marquee/marquee.scss +2 -2
- package/dist/ui/menu/MenuTitle.svelte +10 -23
- package/dist/ui/menu/menu.scss +19 -15
- package/dist/ui/menuList/MenuList.svelte +63 -231
- package/dist/ui/menuList/MenuListItem.svelte +61 -229
- package/dist/ui/menuList/MenuListTitle.svelte +61 -229
- package/dist/ui/menuList/menu-list.scss +21 -21
- package/dist/ui/panel/Panel.svelte +0 -2
- package/dist/ui/panel/PanelGrid.svelte +1 -0
- package/dist/ui/panel/PanelSlide.svelte +0 -3
- package/dist/ui/panel/panel.scss +1 -1
- package/dist/ui/popper/Popper.svelte +0 -6
- package/dist/ui/popper/popper.scss +1 -1
- package/dist/ui/serviceBox/ServiceBox.svelte +0 -2
- package/dist/ui/startMenu/BootMenu.svelte +0 -7
- package/dist/ui/startMenu/boot-menu.scss +1 -1
- package/dist/ui/taskbar/Taskbar.svelte +0 -1
- package/dist/ui/taskbar/taskbar.scss +1 -1
- package/dist/ui/toggleBar/ToggleBar.svelte +0 -4
- package/dist/ui/toggleBar/toggle-bar.scss +1 -1
- package/dist/ui/toolBar/ToolBar.svelte +0 -2
- package/dist/ui/toolBar/toolbar.scss +1 -1
- package/dist/ui/tree/Tree.svelte +0 -5
- package/dist/ui/tree/tree.scss +3 -3
- package/dist/ui/window/Window.svelte +0 -6
- package/dist/ui/window/window.scss +1 -1
- package/dist/utils/content/Content.svelte +7 -6
- package/dist/utils/stylesheet/StyleSheet.svelte +0 -31
- package/dist/utils/stylesheet/stylesheet.scss +10 -10
- package/package.json +3 -3
|
@@ -44,7 +44,7 @@ let startRef = $state(void 0);
|
|
|
44
44
|
type={buttonType}
|
|
45
45
|
{tall}
|
|
46
46
|
{width}
|
|
47
|
-
{variant}
|
|
47
|
+
variant={variant}
|
|
48
48
|
{selected}
|
|
49
49
|
{...rest}
|
|
50
50
|
style:aspect-ratio={ratio}
|
|
@@ -87,7 +87,7 @@ let startRef = $state(void 0);
|
|
|
87
87
|
{/if}
|
|
88
88
|
</button>
|
|
89
89
|
|
|
90
|
-
<style global>:
|
|
90
|
+
<style global>:root {
|
|
91
91
|
--sld-button-font-size: inherit;
|
|
92
92
|
--sld-button-radius: var(--sld-radius-small);
|
|
93
93
|
--sld-button-border-color: var(--sld-color-primary);
|
|
@@ -109,34 +109,14 @@ let startRef = $state(void 0);
|
|
|
109
109
|
width: var(--w-tiny);
|
|
110
110
|
cursor: pointer;
|
|
111
111
|
}
|
|
112
|
-
|
|
113
112
|
.actionButton:hover {
|
|
114
113
|
background-color: rgba(255, 255, 255, 0.5);
|
|
115
114
|
}
|
|
116
115
|
|
|
117
116
|
:global(button),
|
|
118
117
|
:global(.button),
|
|
119
|
-
:global(button.button),
|
|
120
118
|
:global(input[type="button"]),
|
|
121
119
|
:global(input[type="submit"]) {
|
|
122
|
-
--preset-width: var(--sld-width-small);
|
|
123
|
-
width: var(--preset-width-small);
|
|
124
|
-
border: none;
|
|
125
|
-
border-radius: 0;
|
|
126
|
-
margin: 0;
|
|
127
|
-
text-align: var(--sld-button-text-align);
|
|
128
|
-
font-size: var(--sld-button-font-size);
|
|
129
|
-
border-radius: var(--sld-button-radius);
|
|
130
|
-
color: var(--sld-color-foreground);
|
|
131
|
-
padding: var(--sld-button-padding);
|
|
132
|
-
position: relative;
|
|
133
|
-
display: inline-flex;
|
|
134
|
-
transition: all 0.2s ease-in-out;
|
|
135
|
-
overflow: hidden;
|
|
136
|
-
cursor: pointer;
|
|
137
|
-
align-content: center;
|
|
138
|
-
align-items: center;
|
|
139
|
-
background: var(--sld-button-background);
|
|
140
120
|
/* :focus {
|
|
141
121
|
outline: 1px solid var(--sld-button-focus-border-color);
|
|
142
122
|
outline-offset: 2px;
|
|
@@ -158,25 +138,22 @@ let startRef = $state(void 0);
|
|
|
158
138
|
:focus:not(:focus-visible) {
|
|
159
139
|
box-shadow: var(--sld-button-focus-shadow);
|
|
160
140
|
} */
|
|
161
|
-
--preset-width: var(--sld-width-small);
|
|
162
|
-
width: var(--preset-width-small);
|
|
163
141
|
}
|
|
164
|
-
|
|
165
142
|
:global(button),
|
|
166
143
|
:global(.button),
|
|
167
|
-
:global(button.button),
|
|
168
144
|
:global(input[type="button"]),
|
|
169
145
|
:global(input[type="submit"]) {
|
|
170
146
|
--preset-width: var(--sld-width-small);
|
|
171
|
-
width: var(--preset-width-small);
|
|
172
|
-
min-width: var(--preset-width-small);
|
|
173
147
|
}
|
|
174
|
-
|
|
148
|
+
:global(button),
|
|
149
|
+
:global(.button),
|
|
150
|
+
:global(input[type="button"]),
|
|
151
|
+
:global(input[type="submit"]) {
|
|
152
|
+
width: var(--sld-width-small);
|
|
153
|
+
}
|
|
175
154
|
:global(button)[width=tiny], :global(button).width-tiny,
|
|
176
155
|
:global(.button)[width=tiny],
|
|
177
156
|
:global(.button).width-tiny,
|
|
178
|
-
:global(button.button)[width=tiny],
|
|
179
|
-
:global(button.button).width-tiny,
|
|
180
157
|
:global(input[type="button"])[width=tiny],
|
|
181
158
|
:global(input[type="button"]).width-tiny,
|
|
182
159
|
:global(input[type="submit"])[width=tiny],
|
|
@@ -184,12 +161,9 @@ let startRef = $state(void 0);
|
|
|
184
161
|
--preset-width: var(--sld-width-tiny);
|
|
185
162
|
width: var(--sld-width-tiny) !important;
|
|
186
163
|
}
|
|
187
|
-
|
|
188
164
|
:global(button)[width=mini], :global(button).width-mini,
|
|
189
165
|
:global(.button)[width=mini],
|
|
190
166
|
:global(.button).width-mini,
|
|
191
|
-
:global(button.button)[width=mini],
|
|
192
|
-
:global(button.button).width-mini,
|
|
193
167
|
:global(input[type="button"])[width=mini],
|
|
194
168
|
:global(input[type="button"]).width-mini,
|
|
195
169
|
:global(input[type="submit"])[width=mini],
|
|
@@ -197,12 +171,9 @@ let startRef = $state(void 0);
|
|
|
197
171
|
--preset-width: var(--sld-width-mini);
|
|
198
172
|
width: var(--sld-width-mini) !important;
|
|
199
173
|
}
|
|
200
|
-
|
|
201
174
|
:global(button)[width=small], :global(button).width-small,
|
|
202
175
|
:global(.button)[width=small],
|
|
203
176
|
:global(.button).width-small,
|
|
204
|
-
:global(button.button)[width=small],
|
|
205
|
-
:global(button.button).width-small,
|
|
206
177
|
:global(input[type="button"])[width=small],
|
|
207
178
|
:global(input[type="button"]).width-small,
|
|
208
179
|
:global(input[type="submit"])[width=small],
|
|
@@ -210,12 +181,9 @@ let startRef = $state(void 0);
|
|
|
210
181
|
--preset-width: var(--sld-width-small);
|
|
211
182
|
width: var(--sld-width-small) !important;
|
|
212
183
|
}
|
|
213
|
-
|
|
214
184
|
:global(button)[width=med], :global(button).width-med,
|
|
215
185
|
:global(.button)[width=med],
|
|
216
186
|
:global(.button).width-med,
|
|
217
|
-
:global(button.button)[width=med],
|
|
218
|
-
:global(button.button).width-med,
|
|
219
187
|
:global(input[type="button"])[width=med],
|
|
220
188
|
:global(input[type="button"]).width-med,
|
|
221
189
|
:global(input[type="submit"])[width=med],
|
|
@@ -223,12 +191,9 @@ let startRef = $state(void 0);
|
|
|
223
191
|
--preset-width: var(--sld-width-med);
|
|
224
192
|
width: var(--sld-width-med) !important;
|
|
225
193
|
}
|
|
226
|
-
|
|
227
194
|
:global(button)[width=kind], :global(button).width-kind,
|
|
228
195
|
:global(.button)[width=kind],
|
|
229
196
|
:global(.button).width-kind,
|
|
230
|
-
:global(button.button)[width=kind],
|
|
231
|
-
:global(button.button).width-kind,
|
|
232
197
|
:global(input[type="button"])[width=kind],
|
|
233
198
|
:global(input[type="button"]).width-kind,
|
|
234
199
|
:global(input[type="submit"])[width=kind],
|
|
@@ -236,12 +201,9 @@ let startRef = $state(void 0);
|
|
|
236
201
|
--preset-width: var(--sld-width-kind);
|
|
237
202
|
width: var(--sld-width-kind) !important;
|
|
238
203
|
}
|
|
239
|
-
|
|
240
204
|
:global(button)[width=full], :global(button).width-full,
|
|
241
205
|
:global(.button)[width=full],
|
|
242
206
|
:global(.button).width-full,
|
|
243
|
-
:global(button.button)[width=full],
|
|
244
|
-
:global(button.button).width-full,
|
|
245
207
|
:global(input[type="button"])[width=full],
|
|
246
208
|
:global(input[type="button"]).width-full,
|
|
247
209
|
:global(input[type="submit"])[width=full],
|
|
@@ -249,12 +211,9 @@ let startRef = $state(void 0);
|
|
|
249
211
|
--preset-width: var(--sld-width-full);
|
|
250
212
|
width: var(--sld-width-full) !important;
|
|
251
213
|
}
|
|
252
|
-
|
|
253
214
|
:global(button)[width=auto], :global(button).width-auto,
|
|
254
215
|
:global(.button)[width=auto],
|
|
255
216
|
:global(.button).width-auto,
|
|
256
|
-
:global(button.button)[width=auto],
|
|
257
|
-
:global(button.button).width-auto,
|
|
258
217
|
:global(input[type="button"])[width=auto],
|
|
259
218
|
:global(input[type="button"]).width-auto,
|
|
260
219
|
:global(input[type="submit"])[width=auto],
|
|
@@ -262,12 +221,9 @@ let startRef = $state(void 0);
|
|
|
262
221
|
--preset-width: var(--sld-width-auto);
|
|
263
222
|
width: var(--sld-width-auto) !important;
|
|
264
223
|
}
|
|
265
|
-
|
|
266
224
|
:global(button)[width=default], :global(button).width-default,
|
|
267
225
|
:global(.button)[width=default],
|
|
268
226
|
:global(.button).width-default,
|
|
269
|
-
:global(button.button)[width=default],
|
|
270
|
-
:global(button.button).width-default,
|
|
271
227
|
:global(input[type="button"])[width=default],
|
|
272
228
|
:global(input[type="button"]).width-default,
|
|
273
229
|
:global(input[type="submit"])[width=default],
|
|
@@ -275,108 +231,86 @@ let startRef = $state(void 0);
|
|
|
275
231
|
--preset-width: var(--sld-width-default);
|
|
276
232
|
width: var(--sld-width-default) !important;
|
|
277
233
|
}
|
|
278
|
-
|
|
279
234
|
:global(button),
|
|
280
235
|
:global(.button),
|
|
281
|
-
:global(button.button),
|
|
282
236
|
:global(input[type="button"]),
|
|
283
237
|
:global(input[type="submit"]) {
|
|
284
|
-
--preset-tall: var(--sld-tall-small);
|
|
285
238
|
min-height: var(--preset-tall-small);
|
|
286
239
|
height: var(--preset-tall-small);
|
|
287
240
|
}
|
|
288
|
-
|
|
241
|
+
:global(button),
|
|
242
|
+
:global(.button),
|
|
243
|
+
:global(input[type="button"]),
|
|
244
|
+
:global(input[type="submit"]) {
|
|
245
|
+
--preset-tall: var(--sld-tall-small);
|
|
246
|
+
}
|
|
289
247
|
:global(button)[tall=tiny], :global(button).tall-tiny,
|
|
290
248
|
:global(.button)[tall=tiny],
|
|
291
249
|
:global(.button).tall-tiny,
|
|
292
|
-
:global(button.button)[tall=tiny],
|
|
293
|
-
:global(button.button).tall-tiny,
|
|
294
250
|
:global(input[type="button"])[tall=tiny],
|
|
295
251
|
:global(input[type="button"]).tall-tiny,
|
|
296
252
|
:global(input[type="submit"])[tall=tiny],
|
|
297
253
|
:global(input[type="submit"]).tall-tiny {
|
|
298
254
|
min-height: var(--sld-tall-tiny) !important;
|
|
299
255
|
}
|
|
300
|
-
|
|
301
256
|
:global(button)[tall=mini], :global(button).tall-mini,
|
|
302
257
|
:global(.button)[tall=mini],
|
|
303
258
|
:global(.button).tall-mini,
|
|
304
|
-
:global(button.button)[tall=mini],
|
|
305
|
-
:global(button.button).tall-mini,
|
|
306
259
|
:global(input[type="button"])[tall=mini],
|
|
307
260
|
:global(input[type="button"]).tall-mini,
|
|
308
261
|
:global(input[type="submit"])[tall=mini],
|
|
309
262
|
:global(input[type="submit"]).tall-mini {
|
|
310
263
|
min-height: var(--sld-tall-mini) !important;
|
|
311
264
|
}
|
|
312
|
-
|
|
313
265
|
:global(button)[tall=small], :global(button).tall-small,
|
|
314
266
|
:global(.button)[tall=small],
|
|
315
267
|
:global(.button).tall-small,
|
|
316
|
-
:global(button.button)[tall=small],
|
|
317
|
-
:global(button.button).tall-small,
|
|
318
268
|
:global(input[type="button"])[tall=small],
|
|
319
269
|
:global(input[type="button"]).tall-small,
|
|
320
270
|
:global(input[type="submit"])[tall=small],
|
|
321
271
|
:global(input[type="submit"]).tall-small {
|
|
322
272
|
min-height: var(--sld-tall-small) !important;
|
|
323
273
|
}
|
|
324
|
-
|
|
325
274
|
:global(button)[tall=med], :global(button).tall-med,
|
|
326
275
|
:global(.button)[tall=med],
|
|
327
276
|
:global(.button).tall-med,
|
|
328
|
-
:global(button.button)[tall=med],
|
|
329
|
-
:global(button.button).tall-med,
|
|
330
277
|
:global(input[type="button"])[tall=med],
|
|
331
278
|
:global(input[type="button"]).tall-med,
|
|
332
279
|
:global(input[type="submit"])[tall=med],
|
|
333
280
|
:global(input[type="submit"]).tall-med {
|
|
334
281
|
min-height: var(--sld-tall-med) !important;
|
|
335
282
|
}
|
|
336
|
-
|
|
337
283
|
:global(button)[tall=kind], :global(button).tall-kind,
|
|
338
284
|
:global(.button)[tall=kind],
|
|
339
285
|
:global(.button).tall-kind,
|
|
340
|
-
:global(button.button)[tall=kind],
|
|
341
|
-
:global(button.button).tall-kind,
|
|
342
286
|
:global(input[type="button"])[tall=kind],
|
|
343
287
|
:global(input[type="button"]).tall-kind,
|
|
344
288
|
:global(input[type="submit"])[tall=kind],
|
|
345
289
|
:global(input[type="submit"]).tall-kind {
|
|
346
290
|
min-height: var(--sld-tall-kind) !important;
|
|
347
291
|
}
|
|
348
|
-
|
|
349
292
|
:global(button)[tall=auto], :global(button).tall-auto,
|
|
350
293
|
:global(.button)[tall=auto],
|
|
351
294
|
:global(.button).tall-auto,
|
|
352
|
-
:global(button.button)[tall=auto],
|
|
353
|
-
:global(button.button).tall-auto,
|
|
354
295
|
:global(input[type="button"])[tall=auto],
|
|
355
296
|
:global(input[type="button"]).tall-auto,
|
|
356
297
|
:global(input[type="submit"])[tall=auto],
|
|
357
298
|
:global(input[type="submit"]).tall-auto {
|
|
358
299
|
min-height: var(--sld-tall-auto) !important;
|
|
359
300
|
}
|
|
360
|
-
|
|
361
301
|
:global(button)[tall=default], :global(button).tall-default,
|
|
362
302
|
:global(.button)[tall=default],
|
|
363
303
|
:global(.button).tall-default,
|
|
364
|
-
:global(button.button)[tall=default],
|
|
365
|
-
:global(button.button).tall-default,
|
|
366
304
|
:global(input[type="button"])[tall=default],
|
|
367
305
|
:global(input[type="button"]).tall-default,
|
|
368
306
|
:global(input[type="submit"])[tall=default],
|
|
369
307
|
:global(input[type="submit"]).tall-default {
|
|
370
308
|
min-height: var(--sld-tall-default) !important;
|
|
371
309
|
}
|
|
372
|
-
|
|
373
310
|
:global(button)[variant*=square], :global(button)[square=true], :global(button).square,
|
|
374
311
|
:global(.button)[variant*=square],
|
|
375
312
|
:global(.button)[square=true],
|
|
376
313
|
:global(.button).square,
|
|
377
|
-
:global(button.button)[variant*=square],
|
|
378
|
-
:global(button.button)[square=true],
|
|
379
|
-
:global(button.button).square,
|
|
380
314
|
:global(input[type="button"])[variant*=square],
|
|
381
315
|
:global(input[type="button"])[square=true],
|
|
382
316
|
:global(input[type="button"]).square,
|
|
@@ -386,14 +320,10 @@ let startRef = $state(void 0);
|
|
|
386
320
|
aspect-ratio: 1/1 !important;
|
|
387
321
|
height: auto;
|
|
388
322
|
}
|
|
389
|
-
|
|
390
323
|
:global(button)[variant*=rounded], :global(button)[rounded=true], :global(button).rounded,
|
|
391
324
|
:global(.button)[variant*=rounded],
|
|
392
325
|
:global(.button)[rounded=true],
|
|
393
326
|
:global(.button).rounded,
|
|
394
|
-
:global(button.button)[variant*=rounded],
|
|
395
|
-
:global(button.button)[rounded=true],
|
|
396
|
-
:global(button.button).rounded,
|
|
397
327
|
:global(input[type="button"])[variant*=rounded],
|
|
398
328
|
:global(input[type="button"])[rounded=true],
|
|
399
329
|
:global(input[type="button"]).rounded,
|
|
@@ -402,46 +332,56 @@ let startRef = $state(void 0);
|
|
|
402
332
|
:global(input[type="submit"]).rounded {
|
|
403
333
|
border-radius: 50%;
|
|
404
334
|
}
|
|
405
|
-
|
|
406
335
|
:global(button).elevation-0, :global(button)[elevation-0],
|
|
407
336
|
:global(.button).elevation-0,
|
|
408
337
|
:global(.button)[elevation-0],
|
|
409
|
-
:global(button.button).elevation-0,
|
|
410
|
-
:global(button.button)[elevation-0],
|
|
411
338
|
:global(input[type="button"]).elevation-0,
|
|
412
339
|
:global(input[type="button"])[elevation-0],
|
|
413
340
|
:global(input[type="submit"]).elevation-0,
|
|
414
341
|
:global(input[type="submit"])[elevation-0] {
|
|
415
342
|
box-shadow: var(--sld-elevation-0);
|
|
416
343
|
}
|
|
417
|
-
|
|
418
344
|
:global(button).elevation-through, :global(button)[elevation-through],
|
|
419
345
|
:global(.button).elevation-through,
|
|
420
346
|
:global(.button)[elevation-through],
|
|
421
|
-
:global(button.button).elevation-through,
|
|
422
|
-
:global(button.button)[elevation-through],
|
|
423
347
|
:global(input[type="button"]).elevation-through,
|
|
424
348
|
:global(input[type="button"])[elevation-through],
|
|
425
349
|
:global(input[type="submit"]).elevation-through,
|
|
426
350
|
:global(input[type="submit"])[elevation-through] {
|
|
427
351
|
box-shadow: var(--sld-elevation-through);
|
|
428
352
|
}
|
|
429
|
-
|
|
430
353
|
:global(button).elevation-5, :global(button)[elevation-5],
|
|
431
354
|
:global(.button).elevation-5,
|
|
432
355
|
:global(.button)[elevation-5],
|
|
433
|
-
:global(button.button).elevation-5,
|
|
434
|
-
:global(button.button)[elevation-5],
|
|
435
356
|
:global(input[type="button"]).elevation-5,
|
|
436
357
|
:global(input[type="button"])[elevation-5],
|
|
437
358
|
:global(input[type="submit"]).elevation-5,
|
|
438
359
|
:global(input[type="submit"])[elevation-5] {
|
|
439
360
|
box-shadow: var(--sld-elevation-5);
|
|
440
361
|
}
|
|
441
|
-
|
|
362
|
+
:global(button),
|
|
363
|
+
:global(.button),
|
|
364
|
+
:global(input[type="button"]),
|
|
365
|
+
:global(input[type="submit"]) {
|
|
366
|
+
border: none;
|
|
367
|
+
border-radius: 0;
|
|
368
|
+
margin: 0;
|
|
369
|
+
text-align: var(--sld-button-text-align);
|
|
370
|
+
font-size: var(--sld-button-font-size);
|
|
371
|
+
border-radius: var(--sld-button-radius);
|
|
372
|
+
color: var(--sld-color-foreground);
|
|
373
|
+
padding: var(--sld-button-padding);
|
|
374
|
+
position: relative;
|
|
375
|
+
display: inline-flex;
|
|
376
|
+
transition: all 0.2s ease-in-out;
|
|
377
|
+
overflow: hidden;
|
|
378
|
+
cursor: pointer;
|
|
379
|
+
align-content: center;
|
|
380
|
+
align-items: center;
|
|
381
|
+
background: var(--sld-button-background);
|
|
382
|
+
}
|
|
442
383
|
:global(button) .button-start,
|
|
443
384
|
:global(.button) .button-start,
|
|
444
|
-
:global(button.button) .button-start,
|
|
445
385
|
:global(input[type="button"]) .button-start,
|
|
446
386
|
:global(input[type="submit"]) .button-start {
|
|
447
387
|
position: relative;
|
|
@@ -453,40 +393,21 @@ let startRef = $state(void 0);
|
|
|
453
393
|
padding: 0 0.5rem;
|
|
454
394
|
display: block;
|
|
455
395
|
}
|
|
456
|
-
|
|
457
396
|
:global(button) .button-start:empty,
|
|
458
397
|
:global(.button) .button-start:empty,
|
|
459
|
-
:global(button.button) .button-start:empty,
|
|
460
398
|
:global(input[type="button"]) .button-start:empty,
|
|
461
399
|
:global(input[type="submit"]) .button-start:empty {
|
|
462
400
|
display: none;
|
|
463
401
|
}
|
|
464
|
-
|
|
465
402
|
:global(button) .button-central,
|
|
466
403
|
:global(.button) .button-central,
|
|
467
|
-
:global(button.button) .button-central,
|
|
468
404
|
:global(input[type="button"]) .button-central,
|
|
469
405
|
:global(input[type="submit"]) .button-central {
|
|
470
406
|
--preset-ellipsis-line: 1;
|
|
471
|
-
display: block;
|
|
472
|
-
max-width: 100%;
|
|
473
|
-
max-height: 100%;
|
|
474
|
-
flex: 1;
|
|
475
|
-
align-items: center;
|
|
476
|
-
align-content: center;
|
|
477
|
-
justify-content: center;
|
|
478
|
-
justify-items: center;
|
|
479
|
-
padding-left: 0.25rem;
|
|
480
|
-
padding-right: 0.25rem;
|
|
481
|
-
text-align: var(--sld-button-text-align, center);
|
|
482
|
-
overflow: hidden;
|
|
483
407
|
}
|
|
484
|
-
|
|
485
408
|
:global(button) .button-central[ellipsis], :global(button) .button-central.ellipsis,
|
|
486
409
|
:global(.button) .button-central[ellipsis],
|
|
487
410
|
:global(.button) .button-central.ellipsis,
|
|
488
|
-
:global(button.button) .button-central[ellipsis],
|
|
489
|
-
:global(button.button) .button-central.ellipsis,
|
|
490
411
|
:global(input[type="button"]) .button-central[ellipsis],
|
|
491
412
|
:global(input[type="button"]) .button-central.ellipsis,
|
|
492
413
|
:global(input[type="submit"]) .button-central[ellipsis],
|
|
@@ -495,10 +416,8 @@ let startRef = $state(void 0);
|
|
|
495
416
|
overflow: hidden;
|
|
496
417
|
text-overflow: ellipsis;
|
|
497
418
|
}
|
|
498
|
-
|
|
499
419
|
:global(button) .button-central.ellipsis-line-1,
|
|
500
420
|
:global(.button) .button-central.ellipsis-line-1,
|
|
501
|
-
:global(button.button) .button-central.ellipsis-line-1,
|
|
502
421
|
:global(input[type="button"]) .button-central.ellipsis-line-1,
|
|
503
422
|
:global(input[type="submit"]) .button-central.ellipsis-line-1 {
|
|
504
423
|
display: -webkit-box;
|
|
@@ -509,10 +428,8 @@ let startRef = $state(void 0);
|
|
|
509
428
|
white-space: normal;
|
|
510
429
|
--preset-ellipsis-line: 1;
|
|
511
430
|
}
|
|
512
|
-
|
|
513
431
|
:global(button) .button-central.ellipsis-line-2,
|
|
514
432
|
:global(.button) .button-central.ellipsis-line-2,
|
|
515
|
-
:global(button.button) .button-central.ellipsis-line-2,
|
|
516
433
|
:global(input[type="button"]) .button-central.ellipsis-line-2,
|
|
517
434
|
:global(input[type="submit"]) .button-central.ellipsis-line-2 {
|
|
518
435
|
display: -webkit-box;
|
|
@@ -523,10 +440,8 @@ let startRef = $state(void 0);
|
|
|
523
440
|
white-space: normal;
|
|
524
441
|
--preset-ellipsis-line: 2;
|
|
525
442
|
}
|
|
526
|
-
|
|
527
443
|
:global(button) .button-central.ellipsis-line-3,
|
|
528
444
|
:global(.button) .button-central.ellipsis-line-3,
|
|
529
|
-
:global(button.button) .button-central.ellipsis-line-3,
|
|
530
445
|
:global(input[type="button"]) .button-central.ellipsis-line-3,
|
|
531
446
|
:global(input[type="submit"]) .button-central.ellipsis-line-3 {
|
|
532
447
|
display: -webkit-box;
|
|
@@ -537,10 +452,8 @@ let startRef = $state(void 0);
|
|
|
537
452
|
white-space: normal;
|
|
538
453
|
--preset-ellipsis-line: 3;
|
|
539
454
|
}
|
|
540
|
-
|
|
541
455
|
:global(button) .button-central.ellipsis-line-4,
|
|
542
456
|
:global(.button) .button-central.ellipsis-line-4,
|
|
543
|
-
:global(button.button) .button-central.ellipsis-line-4,
|
|
544
457
|
:global(input[type="button"]) .button-central.ellipsis-line-4,
|
|
545
458
|
:global(input[type="submit"]) .button-central.ellipsis-line-4 {
|
|
546
459
|
display: -webkit-box;
|
|
@@ -551,10 +464,8 @@ let startRef = $state(void 0);
|
|
|
551
464
|
white-space: normal;
|
|
552
465
|
--preset-ellipsis-line: 4;
|
|
553
466
|
}
|
|
554
|
-
|
|
555
467
|
:global(button) .button-central.ellipsis-line-5,
|
|
556
468
|
:global(.button) .button-central.ellipsis-line-5,
|
|
557
|
-
:global(button.button) .button-central.ellipsis-line-5,
|
|
558
469
|
:global(input[type="button"]) .button-central.ellipsis-line-5,
|
|
559
470
|
:global(input[type="submit"]) .button-central.ellipsis-line-5 {
|
|
560
471
|
display: -webkit-box;
|
|
@@ -565,18 +476,31 @@ let startRef = $state(void 0);
|
|
|
565
476
|
white-space: normal;
|
|
566
477
|
--preset-ellipsis-line: 5;
|
|
567
478
|
}
|
|
568
|
-
|
|
479
|
+
:global(button) .button-central,
|
|
480
|
+
:global(.button) .button-central,
|
|
481
|
+
:global(input[type="button"]) .button-central,
|
|
482
|
+
:global(input[type="submit"]) .button-central {
|
|
483
|
+
display: block;
|
|
484
|
+
max-width: 100%;
|
|
485
|
+
max-height: 100%;
|
|
486
|
+
flex: 1;
|
|
487
|
+
align-items: center;
|
|
488
|
+
align-content: center;
|
|
489
|
+
justify-content: center;
|
|
490
|
+
justify-items: center;
|
|
491
|
+
padding-left: 0.25rem;
|
|
492
|
+
padding-right: 0.25rem;
|
|
493
|
+
text-align: var(--sld-button-text-align, center);
|
|
494
|
+
overflow: hidden;
|
|
495
|
+
}
|
|
569
496
|
:global(button) .button-central:empty,
|
|
570
497
|
:global(.button) .button-central:empty,
|
|
571
|
-
:global(button.button) .button-central:empty,
|
|
572
498
|
:global(input[type="button"]) .button-central:empty,
|
|
573
499
|
:global(input[type="submit"]) .button-central:empty {
|
|
574
500
|
display: none;
|
|
575
501
|
}
|
|
576
|
-
|
|
577
502
|
:global(button) .button-end,
|
|
578
503
|
:global(.button) .button-end,
|
|
579
|
-
:global(button.button) .button-end,
|
|
580
504
|
:global(input[type="button"]) .button-end,
|
|
581
505
|
:global(input[type="submit"]) .button-end {
|
|
582
506
|
position: relative;
|
|
@@ -586,28 +510,21 @@ let startRef = $state(void 0);
|
|
|
586
510
|
text-align: center;
|
|
587
511
|
cursor: pointer;
|
|
588
512
|
}
|
|
589
|
-
|
|
590
513
|
:global(button) .button-end:empty,
|
|
591
514
|
:global(.button) .button-end:empty,
|
|
592
|
-
:global(button.button) .button-end:empty,
|
|
593
515
|
:global(input[type="button"]) .button-end:empty,
|
|
594
516
|
:global(input[type="submit"]) .button-end:empty {
|
|
595
517
|
display: none;
|
|
596
518
|
}
|
|
597
|
-
|
|
598
519
|
:global(button) .button-end:hover,
|
|
599
520
|
:global(.button) .button-end:hover,
|
|
600
|
-
:global(button.button) .button-end:hover,
|
|
601
521
|
:global(input[type="button"]) .button-end:hover,
|
|
602
522
|
:global(input[type="submit"]) .button-end:hover {
|
|
603
523
|
background-color: var(--sld-button-action-hover-background);
|
|
604
524
|
}
|
|
605
|
-
|
|
606
525
|
:global(button).loading, :global(button)[aria-busy=true],
|
|
607
526
|
:global(.button).loading,
|
|
608
527
|
:global(.button)[aria-busy=true],
|
|
609
|
-
:global(button.button).loading,
|
|
610
|
-
:global(button.button)[aria-busy=true],
|
|
611
528
|
:global(input[type="button"]).loading,
|
|
612
529
|
:global(input[type="button"])[aria-busy=true],
|
|
613
530
|
:global(input[type="submit"]).loading,
|
|
@@ -616,12 +533,9 @@ let startRef = $state(void 0);
|
|
|
616
533
|
color: transparent;
|
|
617
534
|
pointer-events: none;
|
|
618
535
|
}
|
|
619
|
-
|
|
620
536
|
:global(button).loading::after, :global(button)[aria-busy=true]::after,
|
|
621
537
|
:global(.button).loading::after,
|
|
622
538
|
:global(.button)[aria-busy=true]::after,
|
|
623
|
-
:global(button.button).loading::after,
|
|
624
|
-
:global(button.button)[aria-busy=true]::after,
|
|
625
539
|
:global(input[type="button"]).loading::after,
|
|
626
540
|
:global(input[type="button"])[aria-busy=true]::after,
|
|
627
541
|
:global(input[type="submit"]).loading::after,
|
|
@@ -640,14 +554,10 @@ let startRef = $state(void 0);
|
|
|
640
554
|
border-radius: 50%;
|
|
641
555
|
animation: button-spinner 0.6s linear infinite;
|
|
642
556
|
}
|
|
643
|
-
|
|
644
557
|
:global(button)[disabled], :global(button).disabled, :global(button)[aria-disabled=true],
|
|
645
558
|
:global(.button)[disabled],
|
|
646
559
|
:global(.button).disabled,
|
|
647
560
|
:global(.button)[aria-disabled=true],
|
|
648
|
-
:global(button.button)[disabled],
|
|
649
|
-
:global(button.button).disabled,
|
|
650
|
-
:global(button.button)[aria-disabled=true],
|
|
651
561
|
:global(input[type="button"])[disabled],
|
|
652
562
|
:global(input[type="button"]).disabled,
|
|
653
563
|
:global(input[type="button"])[aria-disabled=true],
|
|
@@ -661,12 +571,9 @@ let startRef = $state(void 0);
|
|
|
661
571
|
box-shadow: none;
|
|
662
572
|
pointer-events: none;
|
|
663
573
|
}
|
|
664
|
-
|
|
665
574
|
:global(button)[aria-pressed=true], :global(button).selected,
|
|
666
575
|
:global(.button)[aria-pressed=true],
|
|
667
576
|
:global(.button).selected,
|
|
668
|
-
:global(button.button)[aria-pressed=true],
|
|
669
|
-
:global(button.button).selected,
|
|
670
577
|
:global(input[type="button"])[aria-pressed=true],
|
|
671
578
|
:global(input[type="button"]).selected,
|
|
672
579
|
:global(input[type="submit"])[aria-pressed=true],
|
|
@@ -675,10 +582,8 @@ let startRef = $state(void 0);
|
|
|
675
582
|
background-color: var(--sld-color-secondary);
|
|
676
583
|
font-weight: bold;
|
|
677
584
|
}
|
|
678
|
-
|
|
679
585
|
:global(button) .chip,
|
|
680
586
|
:global(.button) .chip,
|
|
681
|
-
:global(button.button) .chip,
|
|
682
587
|
:global(input[type="button"]) .chip,
|
|
683
588
|
:global(input[type="submit"]) .chip {
|
|
684
589
|
position: absolute;
|
|
@@ -691,10 +596,8 @@ let startRef = $state(void 0);
|
|
|
691
596
|
border-radius: var(--sld-radius-large);
|
|
692
597
|
bottom: 2px;
|
|
693
598
|
}
|
|
694
|
-
|
|
695
599
|
:global(button) .loadingButtonZone,
|
|
696
600
|
:global(.button) .loadingButtonZone,
|
|
697
|
-
:global(button.button) .loadingButtonZone,
|
|
698
601
|
:global(input[type="button"]) .loadingButtonZone,
|
|
699
602
|
:global(input[type="submit"]) .loadingButtonZone {
|
|
700
603
|
z-index: 10;
|
|
@@ -708,255 +611,10 @@ let startRef = $state(void 0);
|
|
|
708
611
|
align-content: center;
|
|
709
612
|
justify-content: space-around;
|
|
710
613
|
}
|
|
711
|
-
|
|
712
|
-
:global(button),
|
|
713
|
-
:global(.button),
|
|
714
|
-
:global(button.button),
|
|
715
|
-
:global(input[type="button"]),
|
|
716
|
-
:global(input[type="submit"]) {
|
|
717
|
-
--preset-width: var(--sld-width-small);
|
|
718
|
-
width: var(--preset-width-small);
|
|
719
|
-
min-width: var(--preset-width-small);
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
:global(button)[width=tiny], :global(button).width-tiny,
|
|
723
|
-
:global(.button)[width=tiny],
|
|
724
|
-
:global(.button).width-tiny,
|
|
725
|
-
:global(button.button)[width=tiny],
|
|
726
|
-
:global(button.button).width-tiny,
|
|
727
|
-
:global(input[type="button"])[width=tiny],
|
|
728
|
-
:global(input[type="button"]).width-tiny,
|
|
729
|
-
:global(input[type="submit"])[width=tiny],
|
|
730
|
-
:global(input[type="submit"]).width-tiny {
|
|
731
|
-
--preset-width: var(--sld-width-tiny);
|
|
732
|
-
width: var(--sld-width-tiny) !important;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
:global(button)[width=mini], :global(button).width-mini,
|
|
736
|
-
:global(.button)[width=mini],
|
|
737
|
-
:global(.button).width-mini,
|
|
738
|
-
:global(button.button)[width=mini],
|
|
739
|
-
:global(button.button).width-mini,
|
|
740
|
-
:global(input[type="button"])[width=mini],
|
|
741
|
-
:global(input[type="button"]).width-mini,
|
|
742
|
-
:global(input[type="submit"])[width=mini],
|
|
743
|
-
:global(input[type="submit"]).width-mini {
|
|
744
|
-
--preset-width: var(--sld-width-mini);
|
|
745
|
-
width: var(--sld-width-mini) !important;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
:global(button)[width=small], :global(button).width-small,
|
|
749
|
-
:global(.button)[width=small],
|
|
750
|
-
:global(.button).width-small,
|
|
751
|
-
:global(button.button)[width=small],
|
|
752
|
-
:global(button.button).width-small,
|
|
753
|
-
:global(input[type="button"])[width=small],
|
|
754
|
-
:global(input[type="button"]).width-small,
|
|
755
|
-
:global(input[type="submit"])[width=small],
|
|
756
|
-
:global(input[type="submit"]).width-small {
|
|
757
|
-
--preset-width: var(--sld-width-small);
|
|
758
|
-
width: var(--sld-width-small) !important;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
:global(button)[width=med], :global(button).width-med,
|
|
762
|
-
:global(.button)[width=med],
|
|
763
|
-
:global(.button).width-med,
|
|
764
|
-
:global(button.button)[width=med],
|
|
765
|
-
:global(button.button).width-med,
|
|
766
|
-
:global(input[type="button"])[width=med],
|
|
767
|
-
:global(input[type="button"]).width-med,
|
|
768
|
-
:global(input[type="submit"])[width=med],
|
|
769
|
-
:global(input[type="submit"]).width-med {
|
|
770
|
-
--preset-width: var(--sld-width-med);
|
|
771
|
-
width: var(--sld-width-med) !important;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
:global(button)[width=kind], :global(button).width-kind,
|
|
775
|
-
:global(.button)[width=kind],
|
|
776
|
-
:global(.button).width-kind,
|
|
777
|
-
:global(button.button)[width=kind],
|
|
778
|
-
:global(button.button).width-kind,
|
|
779
|
-
:global(input[type="button"])[width=kind],
|
|
780
|
-
:global(input[type="button"]).width-kind,
|
|
781
|
-
:global(input[type="submit"])[width=kind],
|
|
782
|
-
:global(input[type="submit"]).width-kind {
|
|
783
|
-
--preset-width: var(--sld-width-kind);
|
|
784
|
-
width: var(--sld-width-kind) !important;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
:global(button)[width=full], :global(button).width-full,
|
|
788
|
-
:global(.button)[width=full],
|
|
789
|
-
:global(.button).width-full,
|
|
790
|
-
:global(button.button)[width=full],
|
|
791
|
-
:global(button.button).width-full,
|
|
792
|
-
:global(input[type="button"])[width=full],
|
|
793
|
-
:global(input[type="button"]).width-full,
|
|
794
|
-
:global(input[type="submit"])[width=full],
|
|
795
|
-
:global(input[type="submit"]).width-full {
|
|
796
|
-
--preset-width: var(--sld-width-full);
|
|
797
|
-
width: var(--sld-width-full) !important;
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
:global(button)[width=auto], :global(button).width-auto,
|
|
801
|
-
:global(.button)[width=auto],
|
|
802
|
-
:global(.button).width-auto,
|
|
803
|
-
:global(button.button)[width=auto],
|
|
804
|
-
:global(button.button).width-auto,
|
|
805
|
-
:global(input[type="button"])[width=auto],
|
|
806
|
-
:global(input[type="button"]).width-auto,
|
|
807
|
-
:global(input[type="submit"])[width=auto],
|
|
808
|
-
:global(input[type="submit"]).width-auto {
|
|
809
|
-
--preset-width: var(--sld-width-auto);
|
|
810
|
-
width: var(--sld-width-auto) !important;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
:global(button)[width=default], :global(button).width-default,
|
|
814
|
-
:global(.button)[width=default],
|
|
815
|
-
:global(.button).width-default,
|
|
816
|
-
:global(button.button)[width=default],
|
|
817
|
-
:global(button.button).width-default,
|
|
818
|
-
:global(input[type="button"])[width=default],
|
|
819
|
-
:global(input[type="button"]).width-default,
|
|
820
|
-
:global(input[type="submit"])[width=default],
|
|
821
|
-
:global(input[type="submit"]).width-default {
|
|
822
|
-
--preset-width: var(--sld-width-default);
|
|
823
|
-
width: var(--sld-width-default) !important;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
:global(button),
|
|
827
|
-
:global(.button),
|
|
828
|
-
:global(button.button),
|
|
829
|
-
:global(input[type="button"]),
|
|
830
|
-
:global(input[type="submit"]) {
|
|
831
|
-
--preset-tall: var(--sld-tall-small);
|
|
832
|
-
min-height: var(--preset-tall-small);
|
|
833
|
-
height: var(--preset-tall-small);
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
:global(button)[tall=tiny], :global(button).tall-tiny,
|
|
837
|
-
:global(.button)[tall=tiny],
|
|
838
|
-
:global(.button).tall-tiny,
|
|
839
|
-
:global(button.button)[tall=tiny],
|
|
840
|
-
:global(button.button).tall-tiny,
|
|
841
|
-
:global(input[type="button"])[tall=tiny],
|
|
842
|
-
:global(input[type="button"]).tall-tiny,
|
|
843
|
-
:global(input[type="submit"])[tall=tiny],
|
|
844
|
-
:global(input[type="submit"]).tall-tiny {
|
|
845
|
-
min-height: var(--sld-tall-tiny) !important;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
:global(button)[tall=mini], :global(button).tall-mini,
|
|
849
|
-
:global(.button)[tall=mini],
|
|
850
|
-
:global(.button).tall-mini,
|
|
851
|
-
:global(button.button)[tall=mini],
|
|
852
|
-
:global(button.button).tall-mini,
|
|
853
|
-
:global(input[type="button"])[tall=mini],
|
|
854
|
-
:global(input[type="button"]).tall-mini,
|
|
855
|
-
:global(input[type="submit"])[tall=mini],
|
|
856
|
-
:global(input[type="submit"]).tall-mini {
|
|
857
|
-
min-height: var(--sld-tall-mini) !important;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
:global(button)[tall=small], :global(button).tall-small,
|
|
861
|
-
:global(.button)[tall=small],
|
|
862
|
-
:global(.button).tall-small,
|
|
863
|
-
:global(button.button)[tall=small],
|
|
864
|
-
:global(button.button).tall-small,
|
|
865
|
-
:global(input[type="button"])[tall=small],
|
|
866
|
-
:global(input[type="button"]).tall-small,
|
|
867
|
-
:global(input[type="submit"])[tall=small],
|
|
868
|
-
:global(input[type="submit"]).tall-small {
|
|
869
|
-
min-height: var(--sld-tall-small) !important;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
:global(button)[tall=med], :global(button).tall-med,
|
|
873
|
-
:global(.button)[tall=med],
|
|
874
|
-
:global(.button).tall-med,
|
|
875
|
-
:global(button.button)[tall=med],
|
|
876
|
-
:global(button.button).tall-med,
|
|
877
|
-
:global(input[type="button"])[tall=med],
|
|
878
|
-
:global(input[type="button"]).tall-med,
|
|
879
|
-
:global(input[type="submit"])[tall=med],
|
|
880
|
-
:global(input[type="submit"]).tall-med {
|
|
881
|
-
min-height: var(--sld-tall-med) !important;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
:global(button)[tall=kind], :global(button).tall-kind,
|
|
885
|
-
:global(.button)[tall=kind],
|
|
886
|
-
:global(.button).tall-kind,
|
|
887
|
-
:global(button.button)[tall=kind],
|
|
888
|
-
:global(button.button).tall-kind,
|
|
889
|
-
:global(input[type="button"])[tall=kind],
|
|
890
|
-
:global(input[type="button"]).tall-kind,
|
|
891
|
-
:global(input[type="submit"])[tall=kind],
|
|
892
|
-
:global(input[type="submit"]).tall-kind {
|
|
893
|
-
min-height: var(--sld-tall-kind) !important;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
:global(button)[tall=auto], :global(button).tall-auto,
|
|
897
|
-
:global(.button)[tall=auto],
|
|
898
|
-
:global(.button).tall-auto,
|
|
899
|
-
:global(button.button)[tall=auto],
|
|
900
|
-
:global(button.button).tall-auto,
|
|
901
|
-
:global(input[type="button"])[tall=auto],
|
|
902
|
-
:global(input[type="button"]).tall-auto,
|
|
903
|
-
:global(input[type="submit"])[tall=auto],
|
|
904
|
-
:global(input[type="submit"]).tall-auto {
|
|
905
|
-
min-height: var(--sld-tall-auto) !important;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
:global(button)[tall=default], :global(button).tall-default,
|
|
909
|
-
:global(.button)[tall=default],
|
|
910
|
-
:global(.button).tall-default,
|
|
911
|
-
:global(button.button)[tall=default],
|
|
912
|
-
:global(button.button).tall-default,
|
|
913
|
-
:global(input[type="button"])[tall=default],
|
|
914
|
-
:global(input[type="button"]).tall-default,
|
|
915
|
-
:global(input[type="submit"])[tall=default],
|
|
916
|
-
:global(input[type="submit"]).tall-default {
|
|
917
|
-
min-height: var(--sld-tall-default) !important;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
:global(button)[variant*=square], :global(button)[square=true], :global(button).square,
|
|
921
|
-
:global(.button)[variant*=square],
|
|
922
|
-
:global(.button)[square=true],
|
|
923
|
-
:global(.button).square,
|
|
924
|
-
:global(button.button)[variant*=square],
|
|
925
|
-
:global(button.button)[square=true],
|
|
926
|
-
:global(button.button).square,
|
|
927
|
-
:global(input[type="button"])[variant*=square],
|
|
928
|
-
:global(input[type="button"])[square=true],
|
|
929
|
-
:global(input[type="button"]).square,
|
|
930
|
-
:global(input[type="submit"])[variant*=square],
|
|
931
|
-
:global(input[type="submit"])[square=true],
|
|
932
|
-
:global(input[type="submit"]).square {
|
|
933
|
-
aspect-ratio: 1/1 !important;
|
|
934
|
-
height: auto;
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
:global(button)[variant*=rounded], :global(button)[rounded=true], :global(button).rounded,
|
|
938
|
-
:global(.button)[variant*=rounded],
|
|
939
|
-
:global(.button)[rounded=true],
|
|
940
|
-
:global(.button).rounded,
|
|
941
|
-
:global(button.button)[variant*=rounded],
|
|
942
|
-
:global(button.button)[rounded=true],
|
|
943
|
-
:global(button.button).rounded,
|
|
944
|
-
:global(input[type="button"])[variant*=rounded],
|
|
945
|
-
:global(input[type="button"])[rounded=true],
|
|
946
|
-
:global(input[type="button"]).rounded,
|
|
947
|
-
:global(input[type="submit"])[variant*=rounded],
|
|
948
|
-
:global(input[type="submit"])[rounded=true],
|
|
949
|
-
:global(input[type="submit"]).rounded {
|
|
950
|
-
border-radius: 50%;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
614
|
:global(button)[variant*=bordered], :global(button)[bordered=true], :global(button).bordered,
|
|
954
615
|
:global(.button)[variant*=bordered],
|
|
955
616
|
:global(.button)[bordered=true],
|
|
956
617
|
:global(.button).bordered,
|
|
957
|
-
:global(button.button)[variant*=bordered],
|
|
958
|
-
:global(button.button)[bordered=true],
|
|
959
|
-
:global(button.button).bordered,
|
|
960
618
|
:global(input[type="button"])[variant*=bordered],
|
|
961
619
|
:global(input[type="button"])[bordered=true],
|
|
962
620
|
:global(input[type="button"]).bordered,
|
|
@@ -968,14 +626,10 @@ let startRef = $state(void 0);
|
|
|
968
626
|
box-shadow: var(--sld-elevation-1);
|
|
969
627
|
background-color: var(--sld-button-background);
|
|
970
628
|
}
|
|
971
|
-
|
|
972
629
|
:global(button)[variant*=bordered]:hover, :global(button)[bordered=true]:hover, :global(button).bordered:hover,
|
|
973
630
|
:global(.button)[variant*=bordered]:hover,
|
|
974
631
|
:global(.button)[bordered=true]:hover,
|
|
975
632
|
:global(.button).bordered:hover,
|
|
976
|
-
:global(button.button)[variant*=bordered]:hover,
|
|
977
|
-
:global(button.button)[bordered=true]:hover,
|
|
978
|
-
:global(button.button).bordered:hover,
|
|
979
633
|
:global(input[type="button"])[variant*=bordered]:hover,
|
|
980
634
|
:global(input[type="button"])[bordered=true]:hover,
|
|
981
635
|
:global(input[type="button"]).bordered:hover,
|
|
@@ -985,7 +639,6 @@ let startRef = $state(void 0);
|
|
|
985
639
|
border-color: var(--sld-color-primary);
|
|
986
640
|
box-shadow: var(--sld-button-hover-shadow);
|
|
987
641
|
}
|
|
988
|
-
|
|
989
642
|
:global(button)[variant*=bordered]:focus, :global(button)[variant*=bordered]:active, :global(button)[bordered=true]:focus, :global(button)[bordered=true]:active, :global(button).bordered:focus, :global(button).bordered:active,
|
|
990
643
|
:global(.button)[variant*=bordered]:focus,
|
|
991
644
|
:global(.button)[variant*=bordered]:active,
|
|
@@ -993,12 +646,6 @@ let startRef = $state(void 0);
|
|
|
993
646
|
:global(.button)[bordered=true]:active,
|
|
994
647
|
:global(.button).bordered:focus,
|
|
995
648
|
:global(.button).bordered:active,
|
|
996
|
-
:global(button.button)[variant*=bordered]:focus,
|
|
997
|
-
:global(button.button)[variant*=bordered]:active,
|
|
998
|
-
:global(button.button)[bordered=true]:focus,
|
|
999
|
-
:global(button.button)[bordered=true]:active,
|
|
1000
|
-
:global(button.button).bordered:focus,
|
|
1001
|
-
:global(button.button).bordered:active,
|
|
1002
649
|
:global(input[type="button"])[variant*=bordered]:focus,
|
|
1003
650
|
:global(input[type="button"])[variant*=bordered]:active,
|
|
1004
651
|
:global(input[type="button"])[bordered=true]:focus,
|
|
@@ -1014,14 +661,10 @@ let startRef = $state(void 0);
|
|
|
1014
661
|
border-color: var(--sld-button-active-border-color);
|
|
1015
662
|
box-shadow: var(--sld-button-active-shadow);
|
|
1016
663
|
}
|
|
1017
|
-
|
|
1018
664
|
:global(button)[variant*=contained], :global(button)[contained=true], :global(button).contained,
|
|
1019
665
|
:global(.button)[variant*=contained],
|
|
1020
666
|
:global(.button)[contained=true],
|
|
1021
667
|
:global(.button).contained,
|
|
1022
|
-
:global(button.button)[variant*=contained],
|
|
1023
|
-
:global(button.button)[contained=true],
|
|
1024
|
-
:global(button.button).contained,
|
|
1025
668
|
:global(input[type="button"])[variant*=contained],
|
|
1026
669
|
:global(input[type="button"])[contained=true],
|
|
1027
670
|
:global(input[type="button"]).contained,
|
|
@@ -1034,14 +677,10 @@ let startRef = $state(void 0);
|
|
|
1034
677
|
background-clip: padding-box;
|
|
1035
678
|
box-shadow: var(--sld-elevation-1);
|
|
1036
679
|
}
|
|
1037
|
-
|
|
1038
680
|
:global(button)[variant*=contained]:hover, :global(button)[contained=true]:hover, :global(button).contained:hover,
|
|
1039
681
|
:global(.button)[variant*=contained]:hover,
|
|
1040
682
|
:global(.button)[contained=true]:hover,
|
|
1041
683
|
:global(.button).contained:hover,
|
|
1042
|
-
:global(button.button)[variant*=contained]:hover,
|
|
1043
|
-
:global(button.button)[contained=true]:hover,
|
|
1044
|
-
:global(button.button).contained:hover,
|
|
1045
684
|
:global(input[type="button"])[variant*=contained]:hover,
|
|
1046
685
|
:global(input[type="button"])[contained=true]:hover,
|
|
1047
686
|
:global(input[type="button"]).contained:hover,
|
|
@@ -1051,7 +690,6 @@ let startRef = $state(void 0);
|
|
|
1051
690
|
background-color: var(--sld-color-secondary);
|
|
1052
691
|
color: var(--sld-color-on-secondary);
|
|
1053
692
|
}
|
|
1054
|
-
|
|
1055
693
|
:global(button)[variant*=contained]:focus, :global(button)[variant*=contained]:active, :global(button)[contained=true]:focus, :global(button)[contained=true]:active, :global(button).contained:focus, :global(button).contained:active,
|
|
1056
694
|
:global(.button)[variant*=contained]:focus,
|
|
1057
695
|
:global(.button)[variant*=contained]:active,
|
|
@@ -1059,12 +697,6 @@ let startRef = $state(void 0);
|
|
|
1059
697
|
:global(.button)[contained=true]:active,
|
|
1060
698
|
:global(.button).contained:focus,
|
|
1061
699
|
:global(.button).contained:active,
|
|
1062
|
-
:global(button.button)[variant*=contained]:focus,
|
|
1063
|
-
:global(button.button)[variant*=contained]:active,
|
|
1064
|
-
:global(button.button)[contained=true]:focus,
|
|
1065
|
-
:global(button.button)[contained=true]:active,
|
|
1066
|
-
:global(button.button).contained:focus,
|
|
1067
|
-
:global(button.button).contained:active,
|
|
1068
700
|
:global(input[type="button"])[variant*=contained]:focus,
|
|
1069
701
|
:global(input[type="button"])[variant*=contained]:active,
|
|
1070
702
|
:global(input[type="button"])[contained=true]:focus,
|
|
@@ -1081,16 +713,11 @@ let startRef = $state(void 0);
|
|
|
1081
713
|
color: var(--sld-color-on-tertiary);
|
|
1082
714
|
box-shadow: var(--sld-button-active-shadow);
|
|
1083
715
|
}
|
|
1084
|
-
|
|
1085
716
|
:global(button)[variant*=link], :global(button)[link=true], :global(button).link, :global(button)[role=link],
|
|
1086
717
|
:global(.button)[variant*=link],
|
|
1087
718
|
:global(.button)[link=true],
|
|
1088
719
|
:global(.button).link,
|
|
1089
720
|
:global(.button)[role=link],
|
|
1090
|
-
:global(button.button)[variant*=link],
|
|
1091
|
-
:global(button.button)[link=true],
|
|
1092
|
-
:global(button.button).link,
|
|
1093
|
-
:global(button.button)[role=link],
|
|
1094
721
|
:global(input[type="button"])[variant*=link],
|
|
1095
722
|
:global(input[type="button"])[link=true],
|
|
1096
723
|
:global(input[type="button"]).link,
|
|
@@ -1106,16 +733,11 @@ let startRef = $state(void 0);
|
|
|
1106
733
|
cursor: pointer;
|
|
1107
734
|
border: none;
|
|
1108
735
|
}
|
|
1109
|
-
|
|
1110
736
|
:global(button)[variant*=link]:hover, :global(button)[link=true]:hover, :global(button).link:hover, :global(button)[role=link]:hover,
|
|
1111
737
|
:global(.button)[variant*=link]:hover,
|
|
1112
738
|
:global(.button)[link=true]:hover,
|
|
1113
739
|
:global(.button).link:hover,
|
|
1114
740
|
:global(.button)[role=link]:hover,
|
|
1115
|
-
:global(button.button)[variant*=link]:hover,
|
|
1116
|
-
:global(button.button)[link=true]:hover,
|
|
1117
|
-
:global(button.button).link:hover,
|
|
1118
|
-
:global(button.button)[role=link]:hover,
|
|
1119
741
|
:global(input[type="button"])[variant*=link]:hover,
|
|
1120
742
|
:global(input[type="button"])[link=true]:hover,
|
|
1121
743
|
:global(input[type="button"]).link:hover,
|
|
@@ -1126,7 +748,6 @@ let startRef = $state(void 0);
|
|
|
1126
748
|
:global(input[type="submit"])[role=link]:hover {
|
|
1127
749
|
text-decoration: underline;
|
|
1128
750
|
}
|
|
1129
|
-
|
|
1130
751
|
:global(button)[variant*=link]:focus, :global(button)[variant*=link]:active, :global(button)[link=true]:focus, :global(button)[link=true]:active, :global(button).link:focus, :global(button).link:active, :global(button)[role=link]:focus, :global(button)[role=link]:active,
|
|
1131
752
|
:global(.button)[variant*=link]:focus,
|
|
1132
753
|
:global(.button)[variant*=link]:active,
|
|
@@ -1136,14 +757,6 @@ let startRef = $state(void 0);
|
|
|
1136
757
|
:global(.button).link:active,
|
|
1137
758
|
:global(.button)[role=link]:focus,
|
|
1138
759
|
:global(.button)[role=link]:active,
|
|
1139
|
-
:global(button.button)[variant*=link]:focus,
|
|
1140
|
-
:global(button.button)[variant*=link]:active,
|
|
1141
|
-
:global(button.button)[link=true]:focus,
|
|
1142
|
-
:global(button.button)[link=true]:active,
|
|
1143
|
-
:global(button.button).link:focus,
|
|
1144
|
-
:global(button.button).link:active,
|
|
1145
|
-
:global(button.button)[role=link]:focus,
|
|
1146
|
-
:global(button.button)[role=link]:active,
|
|
1147
760
|
:global(input[type="button"])[variant*=link]:focus,
|
|
1148
761
|
:global(input[type="button"])[variant*=link]:active,
|
|
1149
762
|
:global(input[type="button"])[link=true]:focus,
|
|
@@ -1164,14 +777,10 @@ let startRef = $state(void 0);
|
|
|
1164
777
|
outline: none;
|
|
1165
778
|
box-shadow: none;
|
|
1166
779
|
}
|
|
1167
|
-
|
|
1168
780
|
:global(button)[variant*=naked], :global(button)[naked=true], :global(button).naked,
|
|
1169
781
|
:global(.button)[variant*=naked],
|
|
1170
782
|
:global(.button)[naked=true],
|
|
1171
783
|
:global(.button).naked,
|
|
1172
|
-
:global(button.button)[variant*=naked],
|
|
1173
|
-
:global(button.button)[naked=true],
|
|
1174
|
-
:global(button.button).naked,
|
|
1175
784
|
:global(input[type="button"])[variant*=naked],
|
|
1176
785
|
:global(input[type="button"])[naked=true],
|
|
1177
786
|
:global(input[type="button"]).naked,
|
|
@@ -1183,14 +792,10 @@ let startRef = $state(void 0);
|
|
|
1183
792
|
border: 0px solid transparent;
|
|
1184
793
|
cursor: pointer;
|
|
1185
794
|
}
|
|
1186
|
-
|
|
1187
795
|
:global(button)[variant*=naked]:hover, :global(button)[naked=true]:hover, :global(button).naked:hover,
|
|
1188
796
|
:global(.button)[variant*=naked]:hover,
|
|
1189
797
|
:global(.button)[naked=true]:hover,
|
|
1190
798
|
:global(.button).naked:hover,
|
|
1191
|
-
:global(button.button)[variant*=naked]:hover,
|
|
1192
|
-
:global(button.button)[naked=true]:hover,
|
|
1193
|
-
:global(button.button).naked:hover,
|
|
1194
799
|
:global(input[type="button"])[variant*=naked]:hover,
|
|
1195
800
|
:global(input[type="button"])[naked=true]:hover,
|
|
1196
801
|
:global(input[type="button"]).naked:hover,
|
|
@@ -1200,14 +805,10 @@ let startRef = $state(void 0);
|
|
|
1200
805
|
border-color: var(--sld-hover-border-color);
|
|
1201
806
|
background-color: var(--sld-background-disabled);
|
|
1202
807
|
}
|
|
1203
|
-
|
|
1204
808
|
:global(button)[variant*=naked]:hover, :global(button)[naked=true]:hover, :global(button).naked:hover,
|
|
1205
809
|
:global(.button)[variant*=naked]:hover,
|
|
1206
810
|
:global(.button)[naked=true]:hover,
|
|
1207
811
|
:global(.button).naked:hover,
|
|
1208
|
-
:global(button.button)[variant*=naked]:hover,
|
|
1209
|
-
:global(button.button)[naked=true]:hover,
|
|
1210
|
-
:global(button.button).naked:hover,
|
|
1211
812
|
:global(input[type="button"])[variant*=naked]:hover,
|
|
1212
813
|
:global(input[type="button"])[naked=true]:hover,
|
|
1213
814
|
:global(input[type="button"]).naked:hover,
|
|
@@ -1216,7 +817,6 @@ let startRef = $state(void 0);
|
|
|
1216
817
|
:global(input[type="submit"]).naked:hover {
|
|
1217
818
|
background-color: var(--sld-button-hover-background);
|
|
1218
819
|
}
|
|
1219
|
-
|
|
1220
820
|
:global(button)[variant*=naked]:active, :global(button)[variant*=naked]:focus, :global(button)[naked=true]:active, :global(button)[naked=true]:focus, :global(button).naked:active, :global(button).naked:focus,
|
|
1221
821
|
:global(.button)[variant*=naked]:active,
|
|
1222
822
|
:global(.button)[variant*=naked]:focus,
|
|
@@ -1224,12 +824,6 @@ let startRef = $state(void 0);
|
|
|
1224
824
|
:global(.button)[naked=true]:focus,
|
|
1225
825
|
:global(.button).naked:active,
|
|
1226
826
|
:global(.button).naked:focus,
|
|
1227
|
-
:global(button.button)[variant*=naked]:active,
|
|
1228
|
-
:global(button.button)[variant*=naked]:focus,
|
|
1229
|
-
:global(button.button)[naked=true]:active,
|
|
1230
|
-
:global(button.button)[naked=true]:focus,
|
|
1231
|
-
:global(button.button).naked:active,
|
|
1232
|
-
:global(button.button).naked:focus,
|
|
1233
827
|
:global(input[type="button"])[variant*=naked]:active,
|
|
1234
828
|
:global(input[type="button"])[variant*=naked]:focus,
|
|
1235
829
|
:global(input[type="button"])[naked=true]:active,
|
|
@@ -1246,14 +840,10 @@ let startRef = $state(void 0);
|
|
|
1246
840
|
border: 0.5px solid transparent;
|
|
1247
841
|
color: inherit;
|
|
1248
842
|
}
|
|
1249
|
-
|
|
1250
843
|
:global(button)[variant*=flat], :global(button)[flat=true], :global(button).flat,
|
|
1251
844
|
:global(.button)[variant*=flat],
|
|
1252
845
|
:global(.button)[flat=true],
|
|
1253
846
|
:global(.button).flat,
|
|
1254
|
-
:global(button.button)[variant*=flat],
|
|
1255
|
-
:global(button.button)[flat=true],
|
|
1256
|
-
:global(button.button).flat,
|
|
1257
847
|
:global(input[type="button"])[variant*=flat],
|
|
1258
848
|
:global(input[type="button"])[flat=true],
|
|
1259
849
|
:global(input[type="button"]).flat,
|
|
@@ -1266,14 +856,10 @@ let startRef = $state(void 0);
|
|
|
1266
856
|
border-radius: 0;
|
|
1267
857
|
cursor: pointer;
|
|
1268
858
|
}
|
|
1269
|
-
|
|
1270
859
|
:global(button)[variant*=flat]:hover, :global(button)[flat=true]:hover, :global(button).flat:hover,
|
|
1271
860
|
:global(.button)[variant*=flat]:hover,
|
|
1272
861
|
:global(.button)[flat=true]:hover,
|
|
1273
862
|
:global(.button).flat:hover,
|
|
1274
|
-
:global(button.button)[variant*=flat]:hover,
|
|
1275
|
-
:global(button.button)[flat=true]:hover,
|
|
1276
|
-
:global(button.button).flat:hover,
|
|
1277
863
|
:global(input[type="button"])[variant*=flat]:hover,
|
|
1278
864
|
:global(input[type="button"])[flat=true]:hover,
|
|
1279
865
|
:global(input[type="button"]).flat:hover,
|
|
@@ -1282,7 +868,6 @@ let startRef = $state(void 0);
|
|
|
1282
868
|
:global(input[type="submit"]).flat:hover {
|
|
1283
869
|
background-color: var(--sld-button-hover-background);
|
|
1284
870
|
}
|
|
1285
|
-
|
|
1286
871
|
:global(button)[variant*=flat]:active, :global(button)[variant*=flat]:focus, :global(button)[flat=true]:active, :global(button)[flat=true]:focus, :global(button).flat:active, :global(button).flat:focus,
|
|
1287
872
|
:global(.button)[variant*=flat]:active,
|
|
1288
873
|
:global(.button)[variant*=flat]:focus,
|
|
@@ -1290,12 +875,6 @@ let startRef = $state(void 0);
|
|
|
1290
875
|
:global(.button)[flat=true]:focus,
|
|
1291
876
|
:global(.button).flat:active,
|
|
1292
877
|
:global(.button).flat:focus,
|
|
1293
|
-
:global(button.button)[variant*=flat]:active,
|
|
1294
|
-
:global(button.button)[variant*=flat]:focus,
|
|
1295
|
-
:global(button.button)[flat=true]:active,
|
|
1296
|
-
:global(button.button)[flat=true]:focus,
|
|
1297
|
-
:global(button.button).flat:active,
|
|
1298
|
-
:global(button.button).flat:focus,
|
|
1299
878
|
:global(input[type="button"])[variant*=flat]:active,
|
|
1300
879
|
:global(input[type="button"])[variant*=flat]:focus,
|
|
1301
880
|
:global(input[type="button"])[flat=true]:active,
|