@getflip/swirl-components 0.49.0 → 0.49.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-card.cjs.entry.js +1 -1
- package/dist/cjs/swirl-description-list-item.cjs.entry.js +1 -1
- package/dist/cjs/swirl-dialog.cjs.entry.js +1 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +1 -1
- package/dist/cjs/swirl-tree-navigation-item.cjs.entry.js +1 -1
- package/dist/collection/assets/pdfjs/pdf.worker.min.js +0 -22
- package/dist/collection/components/swirl-card/swirl-card.css +4 -0
- package/dist/collection/components/swirl-description-list-item/swirl-description-list-item.css +4 -2
- package/dist/collection/components/swirl-dialog/swirl-dialog.css +4 -4
- package/dist/collection/components/swirl-modal/swirl-modal.css +4 -4
- package/dist/collection/components/swirl-tree-navigation-item/swirl-tree-navigation-item.css +1 -1
- package/dist/components/assets/pdfjs/pdf.worker.min.js +0 -22
- package/dist/components/swirl-card.js +1 -1
- package/dist/components/swirl-description-list-item.js +1 -1
- package/dist/components/swirl-dialog.js +1 -1
- package/dist/components/swirl-modal.js +1 -1
- package/dist/components/swirl-tree-navigation-item.js +1 -1
- package/dist/esm/swirl-card.entry.js +1 -1
- package/dist/esm/swirl-description-list-item.entry.js +1 -1
- package/dist/esm/swirl-dialog.entry.js +1 -1
- package/dist/esm/swirl-modal.entry.js +1 -1
- package/dist/esm/swirl-tree-navigation-item.entry.js +1 -1
- package/dist/swirl-components/{p-848cacac.entry.js → p-504ab3ec.entry.js} +1 -1
- package/dist/swirl-components/{p-c17b8536.entry.js → p-76c4b5dc.entry.js} +1 -1
- package/dist/swirl-components/p-791d8d8f.entry.js +1 -0
- package/dist/swirl-components/p-c92fef2d.entry.js +1 -0
- package/dist/swirl-components/p-f6a44042.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/package.json +1 -1
- package/dist/swirl-components/p-7ca7a79b.entry.js +0 -1
- package/dist/swirl-components/p-c9a34a56.entry.js +0 -1
- package/dist/swirl-components/p-eef15ebc.entry.js +0 -1
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
font: inherit;
|
|
20
20
|
text-decoration: none;
|
|
21
21
|
flex-direction: column;
|
|
22
|
+
|
|
23
|
+
--swirl-ghost-button-background-default: var(--s-surface-default);
|
|
24
|
+
--swirl-ghost-button-background-hovered: var(--s-surface-hovered);
|
|
25
|
+
--swirl-ghost-button-background-pressed: var(--s-surface-pressed);
|
|
22
26
|
}
|
|
23
27
|
|
|
24
28
|
a.card,
|
package/dist/collection/components/swirl-description-list-item/swirl-description-list-item.css
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
.description-list-item {
|
|
10
10
|
display: block;
|
|
11
11
|
max-width: 100%;
|
|
12
|
-
padding-top: var(--s-space-
|
|
13
|
-
padding-bottom: var(--s-space-
|
|
12
|
+
padding-top: var(--s-space-8);
|
|
13
|
+
padding-bottom: var(--s-space-8);
|
|
14
14
|
color: var(--s-text-default);
|
|
15
15
|
line-height: var(--s-line-height-base);
|
|
16
16
|
}
|
|
@@ -24,6 +24,8 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.description-list-item--bordered {
|
|
27
|
+
padding-top: var(--s-space-16);
|
|
28
|
+
padding-bottom: var(--s-space-16);
|
|
27
29
|
border-bottom: var(--s-border-width-default) solid var(--s-border-default);
|
|
28
30
|
}
|
|
29
31
|
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
:host {
|
|
2
|
-
--swirl-ghost-button-background-default: var(--s-surface-overlay-default);
|
|
3
|
-
--swirl-ghost-button-background-hovered: var(--s-surface-overlay-hovered);
|
|
4
|
-
--swirl-ghost-button-background-pressed: var(--s-surface-overlay-pressed);
|
|
5
|
-
|
|
6
2
|
display: block;
|
|
7
3
|
}
|
|
8
4
|
|
|
@@ -11,6 +7,10 @@
|
|
|
11
7
|
}
|
|
12
8
|
|
|
13
9
|
.dialog {
|
|
10
|
+
--swirl-ghost-button-background-default: var(--s-surface-overlay-default);
|
|
11
|
+
--swirl-ghost-button-background-hovered: var(--s-surface-overlay-hovered);
|
|
12
|
+
--swirl-ghost-button-background-pressed: var(--s-surface-overlay-pressed);
|
|
13
|
+
|
|
14
14
|
position: fixed;
|
|
15
15
|
z-index: var(--s-z-40);
|
|
16
16
|
display: flex;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
:host {
|
|
2
|
-
--swirl-ghost-button-background-default: var(--s-surface-overlay-default);
|
|
3
|
-
--swirl-ghost-button-background-hovered: var(--s-surface-overlay-hovered);
|
|
4
|
-
--swirl-ghost-button-background-pressed: var(--s-surface-overlay-pressed);
|
|
5
|
-
|
|
6
2
|
display: block;
|
|
7
3
|
}
|
|
8
4
|
|
|
@@ -11,6 +7,10 @@
|
|
|
11
7
|
}
|
|
12
8
|
|
|
13
9
|
.modal {
|
|
10
|
+
--swirl-ghost-button-background-default: var(--s-surface-overlay-default);
|
|
11
|
+
--swirl-ghost-button-background-hovered: var(--s-surface-overlay-hovered);
|
|
12
|
+
--swirl-ghost-button-background-pressed: var(--s-surface-overlay-pressed);
|
|
13
|
+
|
|
14
14
|
position: fixed;
|
|
15
15
|
z-index: var(--s-z-40);
|
|
16
16
|
display: flex;
|
package/dist/collection/components/swirl-tree-navigation-item/swirl-tree-navigation-item.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
justify-content: flex-start;
|
|
9
9
|
align-items: center;
|
|
10
10
|
color: var(--s-text-default);
|
|
11
|
-
background-color:
|
|
11
|
+
background-color: transparent;
|
|
12
12
|
font-size: var(--s-font-size-sm);
|
|
13
13
|
line-height: var(--s-line-height-sm);
|
|
14
14
|
cursor: pointer;
|