@smart-factor/gem-ui-components 0.0.13 → 0.0.14

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/main.js +1 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -58465,6 +58465,7 @@ const xU = S_, SU = U(Xt)`
58465
58465
  tabIndex: u,
58466
58466
  label: c.label,
58467
58467
  icon: c.icon,
58468
+ disabled: c.disabled,
58468
58469
  iconPosition: "end"
58469
58470
  },
58470
58471
  c.label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",