@stokelp/ui 2.9.1 → 2.10.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/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"