@getflip/swirl-components 0.127.1 → 0.127.3
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-app-layout_6.cjs.entry.js +1 -1
- package/dist/cjs/swirl-stack.cjs.entry.js +1 -1
- package/dist/collection/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/collection/components/swirl-app-layout/swirl-app-layout.css +0 -3
- package/dist/collection/components/swirl-stack/swirl-stack.css +1 -0
- package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/components/swirl-app-layout2.js +1 -1
- package/dist/components/swirl-stack2.js +1 -1
- package/dist/esm/swirl-app-layout_6.entry.js +1 -1
- package/dist/esm/swirl-stack.entry.js +1 -1
- package/dist/swirl-components/p-ce8b942c.entry.js +1 -0
- package/dist/swirl-components/p-dc8bd5af.entry.js +1 -0
- package/dist/swirl-components/swirl-components.css +1 -1
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/package.json +1 -1
- package/dist/swirl-components/p-a1c42a2c.entry.js +0 -1
- package/dist/swirl-components/p-f25bae61.entry.js +0 -1
|
@@ -254,7 +254,6 @@
|
|
|
254
254
|
border-bottom: var(--s-border-width-default) solid var(--s-border-default);
|
|
255
255
|
background-color: var(--s-background-default);
|
|
256
256
|
grid-area: header;
|
|
257
|
-
will-change: transform;
|
|
258
257
|
gap: var(--s-space-8);
|
|
259
258
|
}
|
|
260
259
|
|
|
@@ -329,7 +328,6 @@
|
|
|
329
328
|
border-right: var(--s-border-width-default) solid var(--s-border-default);
|
|
330
329
|
background-color: var(--s-background-default);
|
|
331
330
|
grid-area: navigation;
|
|
332
|
-
will-change: transform;
|
|
333
331
|
}
|
|
334
332
|
|
|
335
333
|
.app-layout__body {
|
|
@@ -406,7 +404,6 @@
|
|
|
406
404
|
width: 100%;
|
|
407
405
|
height: 100%;
|
|
408
406
|
border-left: var(--s-border-width-default) solid var(--s-border-default);
|
|
409
|
-
will-change: transform;
|
|
410
407
|
grid-area: sidebar;
|
|
411
408
|
grid-template-rows: 3.5625rem 1fr;
|
|
412
409
|
grid-template-areas:
|