@getflip/swirl-components 0.241.1 → 0.241.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/components.json +1 -1
- package/dist/cjs/swirl-button.cjs.entry.js +1 -1
- package/dist/collection/assets/pdfjs/pdf.worker.min.js +22 -0
- package/dist/collection/components/swirl-button/swirl-button.css +24 -0
- package/dist/components/assets/pdfjs/pdf.worker.min.js +22 -0
- package/dist/components/swirl-button2.js +1 -1
- package/dist/esm/swirl-button.entry.js +1 -1
- package/dist/swirl-components/{p-49882d75.entry.js → p-7efb329c.entry.js} +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/package.json +1 -1
|
@@ -176,6 +176,14 @@
|
|
|
176
176
|
color: var(--s-icon-strong);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
+
.button--variant-flat.button--size-l {
|
|
180
|
+
padding: var(--s-space-12) var(--s-space-20);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.button--variant-flat.button--size-l.button--icon-only {
|
|
184
|
+
padding: var(--s-space-12);
|
|
185
|
+
}
|
|
186
|
+
|
|
179
187
|
.button--variant-outline {
|
|
180
188
|
color: var(--s-text-default);
|
|
181
189
|
box-shadow: inset 0 0 0 var(--s-border-width-default) var(--s-border-strong);
|
|
@@ -303,6 +311,14 @@
|
|
|
303
311
|
color: var(--swirl-plain-button-text-color-default);
|
|
304
312
|
}
|
|
305
313
|
|
|
314
|
+
.button--variant-plain.button--size-l {
|
|
315
|
+
padding: var(--s-space-12) var(--s-space-20);
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.button--variant-plain.button--size-l.button--icon-only {
|
|
319
|
+
padding: var(--s-space-12);
|
|
320
|
+
}
|
|
321
|
+
|
|
306
322
|
.button--variant-on-image {
|
|
307
323
|
color: var(--s-text-on-image);
|
|
308
324
|
background: rgba(0, 0, 0, 0.6);
|
|
@@ -329,6 +345,14 @@
|
|
|
329
345
|
color: var(--s-icon-on-image);
|
|
330
346
|
}
|
|
331
347
|
|
|
348
|
+
.button--variant-on-image.button--size-l {
|
|
349
|
+
padding: var(--s-space-12) var(--s-space-20);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.button--variant-on-image.button--size-l.button--icon-only {
|
|
353
|
+
padding: var(--s-space-12);
|
|
354
|
+
}
|
|
355
|
+
|
|
332
356
|
.button--variant-floating {
|
|
333
357
|
color: var(--s-text-default);
|
|
334
358
|
background-color: var(--s-surface-overlay-default);
|