layout-style-css 3.0.2 → 3.1.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/CHANGELOG.md +20 -0
- package/README.md +25 -8
- package/dist/core.css +1 -1
- package/dist/foundation.css +156 -15
- package/dist/layout-style-css.css +178 -50
- package/dist/layout-style-css.min.css +1 -1
- package/dist/personalities/bauhaus.css +1 -1
- package/dist/personalities/bento.css +1 -1
- package/dist/personalities/brutalism.css +1 -1
- package/dist/personalities/cyberpunk.css +1 -1
- package/dist/personalities/f-pattern.css +1 -1
- package/dist/personalities/maximalist.css +1 -1
- package/dist/personalities/minimal-saas.css +1 -1
- package/dist/personalities/mondrian.css +1 -1
- package/dist/personalities/neumorphism.css +1 -1
- package/dist/personalities/retro-glass.css +1 -1
- package/dist/personalities/retrofuturism.css +1 -1
- package/dist/personalities/split-screen.css +1 -1
- package/dist/personalities/synthwave.css +1 -1
- package/dist/personalities/tactile.css +1 -1
- package/dist/personalities/y2k.css +1 -1
- package/dist/personalities/z-pattern.css +1 -1
- package/dist/personalities.css +1 -1
- package/dist/primitives.css +9 -2
- package/dist/recipes.css +1 -1
- package/dist/utilities.css +11 -35
- package/dist/wrappers.css +5 -1
- package/docs/wiki/Getting-Started.md +9 -4
- package/docs/wiki/Home.md +3 -1
- package/docs/wiki/Installation-And-CDN.md +6 -5
- package/docs/wiki/Layout-Primitives.md +12 -3
- package/docs/wiki/Layout-Recipes.md +2 -0
- package/docs/wiki/Layout-Styles.md +5 -1
- package/docs/wiki/Migrating-To-3.1.md +62 -0
- package/docs/wiki/Release-And-Publishing.md +5 -5
- package/docs/wiki/_Sidebar.md +1 -0
- package/manifest.json +16 -6
- package/package.json +1 -1
- package/personalities.json +1 -0
package/docs/wiki/_Sidebar.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- [Layout Styles](Layout-Styles)
|
|
7
7
|
- [Companion Compatibility](UI-Style-Kit-Compatibility)
|
|
8
8
|
- [Migrating To 3.0](Migrating-To-3.0)
|
|
9
|
+
- [Migrating To 3.1](Migrating-To-3.1)
|
|
9
10
|
- [Demo And GitHub Pages](Demo-And-GitHub-Pages)
|
|
10
11
|
- [Release And Publishing](Release-And-Publishing)
|
|
11
12
|
- [Security And Support](Security-And-Support)
|
package/manifest.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"breakingChange": "increment-schemaVersion-before-removing-or-renaming-fields"
|
|
6
6
|
},
|
|
7
7
|
"name": "layout-style-css",
|
|
8
|
-
"version": "3.0
|
|
8
|
+
"version": "3.1.0",
|
|
9
9
|
"entrypoints": {
|
|
10
10
|
"default": "./dist/layout-style-css.css",
|
|
11
11
|
"minified": "./dist/layout-style-css.min.css",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"stable": [".ly-root", ".ly-wrapper"],
|
|
24
24
|
"deprecated": []
|
|
25
25
|
},
|
|
26
|
-
"wrappers": ["compact", "prose", "content", "wide", "full", "breakout"],
|
|
26
|
+
"wrappers": ["compact", "prose", "content", "workspace", "wide", "full", "breakout"],
|
|
27
27
|
"primitives": ["page", "header", "footer", "main", "section", "surface", "readable", "stack", "cluster", "center", "cover", "switcher", "sidebar", "grid", "split", "panes", "media", "reel", "frame", "scroll"],
|
|
28
28
|
"recipes": ["app-shell", "dashboard", "docs", "list-detail", "split-hero", "gallery", "card-grid"],
|
|
29
29
|
"areas": ["header", "nav", "sidebar", "main", "aside", "footer", "content", "media", "actions", "primary", "secondary"],
|
|
@@ -66,19 +66,28 @@
|
|
|
66
66
|
},
|
|
67
67
|
"thresholds": {
|
|
68
68
|
"containerMinWidths": ["42rem", "44rem", "48rem", "52rem", "72rem"],
|
|
69
|
-
"viewportMaxHeights": ["44rem", "30rem"]
|
|
69
|
+
"viewportMaxHeights": ["44rem", "30rem"],
|
|
70
|
+
"recipes": {
|
|
71
|
+
"splitHero": { "wide": "42rem" },
|
|
72
|
+
"listDetail": { "wide": "44rem" },
|
|
73
|
+
"docs": { "wide": "48rem" },
|
|
74
|
+
"appShell": { "medium": "52rem", "wide": "72rem" },
|
|
75
|
+
"dashboard": { "medium": "52rem", "wide": "72rem" }
|
|
76
|
+
}
|
|
70
77
|
},
|
|
71
78
|
"tokens": {
|
|
72
79
|
"geometry": [
|
|
73
80
|
"--ly-space-0", "--ly-space-1", "--ly-space-2", "--ly-space-3", "--ly-space-4",
|
|
74
81
|
"--ly-space-5", "--ly-space-6", "--ly-space-7", "--ly-space-8", "--ly-space-9",
|
|
75
|
-
"--ly-wrapper-compact", "--ly-wrapper-prose", "--ly-wrapper-content", "--ly-wrapper-
|
|
82
|
+
"--ly-wrapper-compact", "--ly-wrapper-prose", "--ly-wrapper-content", "--ly-wrapper-workspace",
|
|
83
|
+
"--ly-wrapper-wide",
|
|
76
84
|
"--ly-page-padding-inline", "--ly-safe-area-inline", "--ly-safe-area-block-start",
|
|
77
85
|
"--ly-safe-area-block-end", "--ly-wrapper-gutter", "--ly-wrapper-max", "--ly-profile-gap",
|
|
78
86
|
"--ly-gap", "--ly-grid-gap", "--ly-stack-gap", "--ly-cluster-gap",
|
|
79
87
|
"--ly-section-padding-block", "--ly-section-padding-block-compact", "--ly-header-height",
|
|
80
88
|
"--ly-sticky-position", "--ly-cover-min",
|
|
81
|
-
"--ly-shell-min", "--ly-scroll-max", "--ly-
|
|
89
|
+
"--ly-shell-min", "--ly-scroll-max", "--ly-scroll-viewport-max", "--ly-switcher-threshold",
|
|
90
|
+
"--ly-sidebar-size",
|
|
82
91
|
"--ly-sidebar-content-min", "--ly-grid-columns", "--ly-grid-min", "--ly-split-min",
|
|
83
92
|
"--ly-pane-min", "--ly-pane-size", "--ly-media-min", "--ly-media-size", "--ly-reel-item-min",
|
|
84
93
|
"--ly-reel-item-max", "--ly-frame-ratio", "--ly-split-primary", "--ly-split-secondary",
|
|
@@ -90,7 +99,8 @@
|
|
|
90
99
|
"--ly-split-hero-wide-areas", "--ly-split-hero-wide-columns", "--ly-center-max",
|
|
91
100
|
"--ly-cover-padding", "--ly-z-header", "--ly-split-align", "--ly-media-align",
|
|
92
101
|
"--ly-split-hero-align"
|
|
93
|
-
]
|
|
102
|
+
],
|
|
103
|
+
"extensionOnly": []
|
|
94
104
|
},
|
|
95
105
|
"companions": {
|
|
96
106
|
"ui-style-kit-css": ">=2.1.0 <3.0.0",
|
package/package.json
CHANGED