@umami/react-zen 0.204.0 → 0.205.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/index.js CHANGED
@@ -34526,7 +34526,7 @@ function Select2({
34526
34526
  className: (0, import_classnames46.default)(Select_default.button, buttonProps?.className),
34527
34527
  children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: Select_default.value, children: [
34528
34528
  /* @__PURE__ */ (0, import_jsx_runtime63.jsx)($82d7e5349645de74$export$e288731fd71264f0, { children: renderValue }),
34529
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Icon2, { "aria-hidden": "true", rotate: 90, size: "sm", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(ChevronDown, {}) })
34529
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Icon2, { "aria-hidden": "true", size: "sm", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(ChevronDown, {}) })
34530
34530
  ] })
34531
34531
  }
34532
34532
  ),
package/dist/index.mjs CHANGED
@@ -34405,7 +34405,7 @@ function Select2({
34405
34405
  className: (0, import_classnames46.default)(Select_default.button, buttonProps?.className),
34406
34406
  children: /* @__PURE__ */ jsxs38("div", { className: Select_default.value, children: [
34407
34407
  /* @__PURE__ */ jsx63($82d7e5349645de74$export$e288731fd71264f0, { children: renderValue }),
34408
- /* @__PURE__ */ jsx63(Icon2, { "aria-hidden": "true", rotate: 90, size: "sm", children: /* @__PURE__ */ jsx63(ChevronDown, {}) })
34408
+ /* @__PURE__ */ jsx63(Icon2, { "aria-hidden": "true", size: "sm", children: /* @__PURE__ */ jsx63(ChevronDown, {}) })
34409
34409
  ] })
34410
34410
  }
34411
34411
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.204.0",
3
+ "version": "0.205.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",