@stokelp/ui 2.9.1 → 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 +12 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -16965,6 +16965,10 @@ const YL = K({
|
|
|
16965
16965
|
jsx: ["Icon"],
|
|
16966
16966
|
variants: {
|
|
16967
16967
|
size: {
|
|
16968
|
+
xs: {
|
|
16969
|
+
height: "size-16",
|
|
16970
|
+
width: "size-16"
|
|
16971
|
+
},
|
|
16968
16972
|
sm: {
|
|
16969
16973
|
height: "size-20",
|
|
16970
16974
|
width: "size-20"
|
|
@@ -16972,6 +16976,14 @@ const YL = K({
|
|
|
16972
16976
|
md: {
|
|
16973
16977
|
height: "size-24",
|
|
16974
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"
|
|
16975
16987
|
}
|
|
16976
16988
|
}
|
|
16977
16989
|
}
|