@selectwin/kit 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3327,6 +3327,7 @@ function F1({ actions: t, label: n = "Ações" }) {
3327
3327
  {
3328
3328
  icon: /* @__PURE__ */ e(Tl, {}),
3329
3329
  label: n,
3330
+ size: "sm",
3330
3331
  variant: "outline",
3331
3332
  active: l,
3332
3333
  onClick: () => c((s) => !s)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selectwin/kit",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Selectwin design-system kit — primitivos React, charts SVG e tokens (theme-aware, sem dependência de biblioteca de chart).",
5
5
  "type": "module",
6
6
  "repository": {