@stokelp/ui 2.10.0 → 2.11.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/dist/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +8 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -16976,6 +16976,14 @@ const YL = K({
|
|
|
16976
16976
|
md: {
|
|
16977
16977
|
height: "size-24",
|
|
16978
16978
|
width: "size-24"
|
|
16979
|
+
},
|
|
16980
|
+
lg: {
|
|
16981
|
+
height: "size-32",
|
|
16982
|
+
width: "size-32"
|
|
16983
|
+
},
|
|
16984
|
+
xl: {
|
|
16985
|
+
height: "size-40",
|
|
16986
|
+
width: "size-40"
|
|
16979
16987
|
}
|
|
16980
16988
|
}
|
|
16981
16989
|
}
|