@mdwrk/mdwrkspace 1.4.19 → 1.4.21
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/README.md +16 -10
- package/dist/{en-BVs8LZ-5.js → en-DXOjLzHv.js} +1 -1
- package/dist/{en-DnEILkjI.js → en-KVDvZ7bE.js} +1 -1
- package/dist/{es-S7ny8sRR.js → es-8RPBuG34.js} +1 -1
- package/dist/{esm-entry-DRKc2b9U.js → esm-entry-DG1j7KYX.js} +16614 -16000
- package/dist/mdwrkspace.css +1 -1
- package/dist/mdwrkspace.js +1 -1
- package/dist/sw.js +37 -67
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -88,16 +88,22 @@ MdWork defines a shared breakpoint contract in the core stylesheet so every them
|
|
|
88
88
|
- **Ultra-wide**: `min-aspect-ratio: 21/9`
|
|
89
89
|
|
|
90
90
|
**Viewbox Size Bands (viewbox second)**
|
|
91
|
-
- **
|
|
92
|
-
- **
|
|
93
|
-
- **
|
|
94
|
-
- **
|
|
95
|
-
- **
|
|
96
|
-
- **
|
|
97
|
-
- **
|
|
98
|
-
- **
|
|
99
|
-
- **
|
|
100
|
-
- **
|
|
91
|
+
- **XXS**: `max-width: 359px`
|
|
92
|
+
- **XS**: `min-width: 360px` and `max-width: 479px`
|
|
93
|
+
- **SM**: `min-width: 480px` and `max-width: 599px`
|
|
94
|
+
- **MD**: `min-width: 600px` and `max-width: 767px`
|
|
95
|
+
- **LG**: `min-width: 768px` and `max-width: 1023px`
|
|
96
|
+
- **XL**: `min-width: 1024px` and `max-width: 1439px`
|
|
97
|
+
- **XXL**: `min-width: 1440px` and `max-width: 1919px`
|
|
98
|
+
- **XXXL**: `min-width: 1920px`
|
|
99
|
+
- **XX-short height**: `max-height: 359px`
|
|
100
|
+
- **X-short height**: `min-height: 360px` and `max-height: 479px`
|
|
101
|
+
- **Short height**: `min-height: 480px` and `max-height: 599px`
|
|
102
|
+
- **Compact height**: `min-height: 600px` and `max-height: 719px`
|
|
103
|
+
- **Medium height**: `min-height: 720px` and `max-height: 899px`
|
|
104
|
+
- **Tall height**: `min-height: 900px` and `max-height: 1079px`
|
|
105
|
+
- **X-tall height**: `min-height: 1080px` and `max-height: 1279px`
|
|
106
|
+
- **Ultra-tall height**: `min-height: 1280px`
|
|
101
107
|
|
|
102
108
|
**Device Bands (device third)**
|
|
103
109
|
- **Touch**: `(hover: none) and (pointer: coarse)`
|