litten-hooks 1.6.0 → 1.7.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/enum.js CHANGED
@@ -1,4 +1,4 @@
1
- var e = /* @__PURE__ */ ((r) => (r.disabled = "disabled", r.enabled = "enabled", r))(e || {}), u = /* @__PURE__ */ ((r) => (r.mouseup = "mouseup", r.mousedown = "mousedown", r.mouseover = "mouseover", r.mouseout = "mouseout", r.mousemove = "mousemove", r.none = "mousenone", r))(u || {}), i = /* @__PURE__ */ ((r) => (r.focus = "focus", r.blur = "blur", r))(i || {}), m = /* @__PURE__ */ ((r) => (r.Button = "Button", r.Checkbox = "Checkbox", r.Form = "Form", r.FormControl = "FormControl", r.FormLabel = "FormLabel", r.IconButton = "IconButton", r.Listbox = "Listbox", r.ListItem = "ListItem", r.Loading = "Loading", r.Radio = "Radio", r.Ripple = "Ripple", r.RippleFocus = "RippleFocus", r.RadioGroup = "RadioGroup", r.Summary = "Summary", r.Switch = "Switch", r.StackPanel = "StackPanel", r.Slider = "Slider", r.TextField = "TextField", r.Wave = "Wave", r))(m || {}), a = /* @__PURE__ */ ((r) => (r.top = "placementTop", r.bottom = "placementBottom", r.left = "placementLeft", r.right = "placementRight", r))(a || {}), d = /* @__PURE__ */ ((r) => (r.circle = "circle", r.rectangle = "rectangle", r))(d || {}), c = /* @__PURE__ */ ((r) => (r.Default = "Default", r.UserInput = "UserInput", r.DevSet = "DevSet", r))(c || {}), o = /* @__PURE__ */ ((r) => (r.checked = "checked", r.unChecked = "unChecked", r.indeterminate = "indeterminate", r))(o || {}), s = /* @__PURE__ */ ((r) => (r.text = "text", r.password = "password", r))(s || {}), t = /* @__PURE__ */ ((r) => (r.vertical = "vertical", r.horizontal = "horizontal", r))(t || {});
1
+ var e = /* @__PURE__ */ ((r) => (r.disabled = "disabled", r.enabled = "enabled", r))(e || {}), u = /* @__PURE__ */ ((r) => (r.mouseup = "mouseup", r.mousedown = "mousedown", r.mouseover = "mouseover", r.mouseout = "mouseout", r.mousemove = "mousemove", r.none = "mousenone", r))(u || {}), i = /* @__PURE__ */ ((r) => (r.focus = "focus", r.blur = "blur", r))(i || {}), m = /* @__PURE__ */ ((r) => (r.Button = "Button", r.Checkbox = "Checkbox", r.Form = "Form", r.FormControl = "FormControl", r.FormLabel = "FormLabel", r.IconButton = "IconButton", r.Listbox = "Listbox", r.ListGroup = "ListGroup", r.ListItem = "ListItem", r.Loading = "Loading", r.Radio = "Radio", r.Ripple = "Ripple", r.RippleFocus = "RippleFocus", r.RadioGroup = "RadioGroup", r.Summary = "Summary", r.Switch = "Switch", r.StackPanel = "StackPanel", r.Slider = "Slider", r.TextField = "TextField", r.Wave = "Wave", r))(m || {}), a = /* @__PURE__ */ ((r) => (r.top = "placementTop", r.bottom = "placementBottom", r.left = "placementLeft", r.right = "placementRight", r))(a || {}), d = /* @__PURE__ */ ((r) => (r.circle = "circle", r.rectangle = "rectangle", r))(d || {}), c = /* @__PURE__ */ ((r) => (r.Default = "Default", r.UserInput = "UserInput", r.DevSet = "DevSet", r))(c || {}), o = /* @__PURE__ */ ((r) => (r.checked = "checked", r.unChecked = "unChecked", r.indeterminate = "indeterminate", r))(o || {}), s = /* @__PURE__ */ ((r) => (r.text = "text", r.password = "password", r))(s || {}), t = /* @__PURE__ */ ((r) => (r.vertical = "vertical", r.horizontal = "horizontal", r))(t || {});
2
2
  export {
3
3
  c as ChangeEventState,
4
4
  o as CheckState,
@@ -34,6 +34,7 @@ export declare enum ControlType {
34
34
  FormLabel = "FormLabel",
35
35
  IconButton = "IconButton",
36
36
  Listbox = "Listbox",
37
+ ListGroup = "ListGroup",
37
38
  ListItem = "ListItem",
38
39
  Loading = "Loading",
39
40
  Radio = "Radio",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "litten-hooks",
3
3
  "private": false,
4
- "version": "1.6.0",
4
+ "version": "1.7.0",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",