prime-ui-kit 0.4.1 → 0.5.1
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/components/index.css +10 -2
- package/dist/components/index.css.map +3 -3
- package/dist/components/index.js +50 -18
- package/dist/components/index.js.map +4 -4
- package/dist/index.css +1431 -2
- package/dist/index.css.map +4 -4
- package/dist/index.js +50 -18
- package/dist/index.js.map +4 -4
- package/dist/layout/app-shell/AppShell.d.ts +8 -0
- package/dist/layout/app-shell/AppShell.d.ts.map +1 -1
- package/dist/layout/index.d.ts +1 -1
- package/dist/layout/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/page-content/COMPONENT.md +41 -41
- package/src/layout/app-shell/COMPONENT.md +90 -0
- package/src/layout/sidebar/COMPONENT.md +1 -1
|
@@ -70,6 +70,15 @@
|
|
|
70
70
|
margin: 0;
|
|
71
71
|
background: transparent;
|
|
72
72
|
}
|
|
73
|
+
.AppShell_layoutMainInset2 {
|
|
74
|
+
box-sizing: border-box;
|
|
75
|
+
flex: 1 1 auto;
|
|
76
|
+
min-height: 0;
|
|
77
|
+
min-width: 0;
|
|
78
|
+
width: 100%;
|
|
79
|
+
padding-block: var(--prime-sys-spacing-x6);
|
|
80
|
+
padding-inline: var(--prime-sys-spacing-x6);
|
|
81
|
+
}
|
|
73
82
|
@media (min-width: 48rem) {
|
|
74
83
|
.AppShell_layoutRoot2[data-layout-template=app]:has([data-sidebar-root=true][data-state=expanded], [data-sidebar-root=true][data-state=compact]) {
|
|
75
84
|
column-gap: var(--prime-sys-spacing-x3);
|
|
@@ -7072,8 +7081,7 @@
|
|
|
7072
7081
|
box-sizing: border-box;
|
|
7073
7082
|
width: 100%;
|
|
7074
7083
|
margin: 0 auto;
|
|
7075
|
-
padding
|
|
7076
|
-
padding-inline: var(--prime-sys-spacing-4xl);
|
|
7084
|
+
padding: 0;
|
|
7077
7085
|
}
|
|
7078
7086
|
.PageContent_root2[data-max-width=readable] {
|
|
7079
7087
|
max-width: var(--prime-sys-unit-48rem);
|