@aotearoan/neon 14.1.6 → 16.0.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.
Files changed (134) hide show
  1. package/LICENSE +0 -3
  2. package/dist/components/feedback/alert/NeonAlert.vue.cjs.js +1 -1
  3. package/dist/components/feedback/alert/NeonAlert.vue.es.js +18 -18
  4. package/dist/components/feedback/alert/container/NeonAlertContainer.vue.cjs.js +1 -1
  5. package/dist/components/feedback/alert/container/NeonAlertContainer.vue.es.js +39 -39
  6. package/dist/components/feedback/alert/container/NeonToastContainer.vue.cjs.js +1 -1
  7. package/dist/components/feedback/alert/container/NeonToastContainer.vue.es.js +9 -9
  8. package/dist/components/feedback/dialog/NeonDialog.vue.cjs.js +1 -1
  9. package/dist/components/feedback/dialog/NeonDialog.vue.es.js +21 -21
  10. package/dist/components/feedback/linear-progress/NeonLinearProgress.vue.cjs.js +1 -1
  11. package/dist/components/feedback/linear-progress/NeonLinearProgress.vue.es.js +10 -10
  12. package/dist/components/feedback/note/NeonNote.vue.cjs.js +1 -1
  13. package/dist/components/feedback/note/NeonNote.vue.es.js +17 -17
  14. package/dist/components/feedback/notification-counter/NeonNotificationCounter.vue.cjs.js +1 -1
  15. package/dist/components/feedback/notification-counter/NeonNotificationCounter.vue.es.js +5 -5
  16. package/dist/components/feedback/skeleton-loader/NeonSkeletonLoader.vue.cjs.js +1 -1
  17. package/dist/components/feedback/skeleton-loader/NeonSkeletonLoader.vue.es.js +6 -6
  18. package/dist/components/feedback/splash-loader/NeonSplashLoader.vue.cjs.js +1 -1
  19. package/dist/components/feedback/splash-loader/NeonSplashLoader.vue.es.js +7 -7
  20. package/dist/components/feedback/tooltip/NeonTooltip.vue.cjs.js +1 -1
  21. package/dist/components/feedback/tooltip/NeonTooltip.vue.es.js +10 -10
  22. package/dist/components/layout/card/NeonCard.vue.cjs.js +1 -1
  23. package/dist/components/layout/card/NeonCard.vue.es.js +3 -3
  24. package/dist/components/layout/card/body/NeonCardBody.vue.cjs.js +1 -1
  25. package/dist/components/layout/card/body/NeonCardBody.vue.es.js +8 -8
  26. package/dist/components/layout/card/footer/NeonCardFooter.vue.cjs.js +1 -1
  27. package/dist/components/layout/card/footer/NeonCardFooter.vue.es.js +2 -2
  28. package/dist/components/layout/card/header/NeonCardHeader.vue.cjs.js +1 -1
  29. package/dist/components/layout/card/header/NeonCardHeader.vue.es.js +7 -7
  30. package/dist/components/layout/card-list/NeonCardList.vue.cjs.js +1 -1
  31. package/dist/components/layout/card-list/NeonCardList.vue.cjs.js.map +1 -1
  32. package/dist/components/layout/card-list/NeonCardList.vue.es.js +27 -27
  33. package/dist/components/layout/card-list/NeonCardList.vue.es.js.map +1 -1
  34. package/dist/components/layout/card-list/card/NeonCardListCard.vue.cjs.js +1 -1
  35. package/dist/components/layout/card-list/card/NeonCardListCard.vue.es.js +12 -12
  36. package/dist/components/layout/drawer/NeonDrawer.vue.cjs.js +1 -1
  37. package/dist/components/layout/drawer/NeonDrawer.vue.es.js +7 -7
  38. package/dist/components/layout/footer/NeonFooter.vue.cjs.js +1 -1
  39. package/dist/components/layout/footer/NeonFooter.vue.es.js +3 -3
  40. package/dist/components/layout/grid/NeonGrid.vue.cjs.js +1 -1
  41. package/dist/components/layout/grid/NeonGrid.vue.es.js +4 -4
  42. package/dist/components/layout/grid/grid-area/NeonGridArea.vue.cjs.js +1 -1
  43. package/dist/components/layout/grid/grid-area/NeonGridArea.vue.es.js +7 -7
  44. package/dist/components/layout/inline/NeonInline.vue.cjs.js +1 -1
  45. package/dist/components/layout/inline/NeonInline.vue.es.js +4 -4
  46. package/dist/components/layout/modal/NeonModal.vue.cjs.js +1 -1
  47. package/dist/components/layout/modal/NeonModal.vue.es.js +6 -6
  48. package/dist/components/layout/page/NeonPage.vue.cjs.js +1 -1
  49. package/dist/components/layout/page/NeonPage.vue.es.js +3 -3
  50. package/dist/components/layout/side-nav/NeonSideNav.vue.cjs.js +1 -1
  51. package/dist/components/layout/side-nav/NeonSideNav.vue.es.js +13 -13
  52. package/dist/components/layout/stack/NeonStack.vue.cjs.js +1 -1
  53. package/dist/components/layout/stack/NeonStack.vue.es.js +8 -8
  54. package/dist/components/layout/top-nav/NeonTopNav.vue.cjs.js +1 -1
  55. package/dist/components/layout/top-nav/NeonTopNav.vue.es.js +5 -5
  56. package/dist/components/navigation/action-menu/NeonActionMenu.vue.cjs.js +1 -1
  57. package/dist/components/navigation/action-menu/NeonActionMenu.vue.es.js +11 -11
  58. package/dist/components/navigation/anchor/NeonAnchor.vue.cjs.js +1 -1
  59. package/dist/components/navigation/anchor/NeonAnchor.vue.es.js +7 -7
  60. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.vue.cjs.js +1 -1
  61. package/dist/components/navigation/dropdown-menu/NeonDropdownMenu.vue.es.js +10 -10
  62. package/dist/components/navigation/link/NeonLink.vue.cjs.js +1 -1
  63. package/dist/components/navigation/link/NeonLink.vue.es.js +15 -15
  64. package/dist/components/navigation/menu/NeonMenu.vue.cjs.js +1 -1
  65. package/dist/components/navigation/menu/NeonMenu.vue.es.js +13 -13
  66. package/dist/components/navigation/stepper/NeonStepper.vue.cjs.js +1 -1
  67. package/dist/components/navigation/stepper/NeonStepper.vue.es.js +10 -10
  68. package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.cjs.js +1 -1
  69. package/dist/components/navigation/tree-menu/NeonTreeMenu.vue.es.js +23 -23
  70. package/dist/components/presentation/badge/NeonBadge.vue.cjs.js +1 -1
  71. package/dist/components/presentation/badge/NeonBadge.vue.es.js +11 -11
  72. package/dist/components/presentation/dropdown/NeonDropdown.vue.cjs.js +1 -1
  73. package/dist/components/presentation/dropdown/NeonDropdown.vue.es.js +5 -5
  74. package/dist/components/presentation/expansion-indicator/NeonExpansionIndicator.vue.cjs.js +1 -1
  75. package/dist/components/presentation/expansion-indicator/NeonExpansionIndicator.vue.es.js +1 -1
  76. package/dist/components/presentation/expansion-panel/NeonExpansionPanel.vue.cjs.js +1 -1
  77. package/dist/components/presentation/expansion-panel/NeonExpansionPanel.vue.es.js +12 -12
  78. package/dist/components/presentation/icon/NeonIcon.vue.cjs.js +1 -1
  79. package/dist/components/presentation/icon/NeonIcon.vue.es.js +5 -5
  80. package/dist/components/presentation/label/NeonLabel.vue.cjs.js +1 -1
  81. package/dist/components/presentation/label/NeonLabel.vue.es.js +8 -8
  82. package/dist/components/presentation/tabs/NeonTabs.vue.cjs.js +1 -1
  83. package/dist/components/presentation/tabs/NeonTabs.vue.es.js +15 -15
  84. package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js +1 -1
  85. package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js +8 -8
  86. package/dist/components/user-input/button/NeonButton.vue.cjs.js +1 -1
  87. package/dist/components/user-input/button/NeonButton.vue.es.js +6 -6
  88. package/dist/components/user-input/chip/NeonChip.vue.cjs.js +1 -1
  89. package/dist/components/user-input/chip/NeonChip.vue.es.js +14 -14
  90. package/dist/components/user-input/color/NeonColor.vue.cjs.js +1 -1
  91. package/dist/components/user-input/color/NeonColor.vue.es.js +7 -7
  92. package/dist/components/user-input/date-picker/NeonDatePicker.cjs.js +1 -1
  93. package/dist/components/user-input/date-picker/NeonDatePicker.cjs.js.map +1 -1
  94. package/dist/components/user-input/date-picker/NeonDatePicker.es.js +79 -79
  95. package/dist/components/user-input/date-picker/NeonDatePicker.es.js.map +1 -1
  96. package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js +1 -1
  97. package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js +18 -18
  98. package/dist/components/user-input/drop-zone/NeonDropZone.vue.cjs.js +1 -1
  99. package/dist/components/user-input/drop-zone/NeonDropZone.vue.es.js +6 -6
  100. package/dist/components/user-input/field/NeonField.vue.cjs.js +1 -1
  101. package/dist/components/user-input/field/NeonField.vue.es.js +10 -10
  102. package/dist/components/user-input/field-group/NeonFieldGroup.vue.cjs.js +1 -1
  103. package/dist/components/user-input/field-group/NeonFieldGroup.vue.es.js +7 -7
  104. package/dist/components/user-input/file/NeonFile.vue.cjs.js +1 -1
  105. package/dist/components/user-input/file/NeonFile.vue.es.js +3 -3
  106. package/dist/components/user-input/filter-list/NeonFilterList.vue.cjs.js +1 -1
  107. package/dist/components/user-input/filter-list/NeonFilterList.vue.es.js +9 -9
  108. package/dist/components/user-input/input/NeonInput.vue.cjs.js +1 -1
  109. package/dist/components/user-input/input/NeonInput.vue.es.js +2 -2
  110. package/dist/components/user-input/input-indicator/NeonInputIndicator.vue.cjs.js +1 -1
  111. package/dist/components/user-input/input-indicator/NeonInputIndicator.vue.es.js +8 -8
  112. package/dist/components/user-input/list/NeonList.vue.cjs.js +1 -1
  113. package/dist/components/user-input/list/NeonList.vue.es.js +16 -16
  114. package/dist/components/user-input/number/NeonNumber.vue.cjs.js +1 -1
  115. package/dist/components/user-input/number/NeonNumber.vue.es.js +7 -7
  116. package/dist/components/user-input/password/NeonPassword.vue.cjs.js +1 -1
  117. package/dist/components/user-input/password/NeonPassword.vue.es.js +6 -6
  118. package/dist/components/user-input/range-slider/NeonRangeSlider.vue.cjs.js +1 -1
  119. package/dist/components/user-input/range-slider/NeonRangeSlider.vue.es.js +6 -6
  120. package/dist/components/user-input/search/NeonSearch.vue.cjs.js +1 -1
  121. package/dist/components/user-input/search/NeonSearch.vue.es.js +13 -13
  122. package/dist/components/user-input/select/NeonSelect.vue.cjs.js +1 -1
  123. package/dist/components/user-input/select/NeonSelect.vue.es.js +12 -12
  124. package/dist/components/user-input/selectable-card/NeonSelectableCard.vue.cjs.js +1 -1
  125. package/dist/components/user-input/selectable-card/NeonSelectableCard.vue.es.js +6 -6
  126. package/dist/components/user-input/slider/NeonSlider.vue.cjs.js +1 -1
  127. package/dist/components/user-input/slider/NeonSlider.vue.es.js +21 -21
  128. package/dist/components/user-input/switch/NeonSwitch.vue.cjs.js +1 -1
  129. package/dist/components/user-input/switch/NeonSwitch.vue.es.js +15 -15
  130. package/dist/components/user-input/toggle/NeonToggle.vue.cjs.js +1 -1
  131. package/dist/components/user-input/toggle/NeonToggle.vue.es.js +19 -19
  132. package/dist/components/user-input/toggle-chip/NeonToggleChip.vue.cjs.js +1 -1
  133. package/dist/components/user-input/toggle-chip/NeonToggleChip.vue.es.js +13 -13
  134. package/package.json +1 -1
package/LICENSE CHANGED
@@ -9,9 +9,6 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
12
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
13
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
14
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -1,2 +1,2 @@
1
- "use strict";const a=require("./NeonAlert.cjs.js"),l=require("vue"),m=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),p={class:"neon-alert__wrapper"};function u(e,o,V,s,i,b){const n=l.resolveComponent("neon-alert-container"),r=l.resolveComponent("neon-toast-container");return l.openBlock(),l.createElementBlock("div",p,[l.createVNode(n,{modelValue:e.topLeft,"onUpdate:modelValue":o[0]||(o[0]=t=>e.topLeft=t),placement:"top-left"},null,8,["modelValue"]),l.createVNode(n,{modelValue:e.topRight,"onUpdate:modelValue":o[1]||(o[1]=t=>e.topRight=t),placement:"top-right"},null,8,["modelValue"]),l.createVNode(n,{modelValue:e.bottomLeft,"onUpdate:modelValue":o[2]||(o[2]=t=>e.bottomLeft=t),placement:"bottom-left"},null,8,["modelValue"]),l.createVNode(n,{modelValue:e.bottomRight,"onUpdate:modelValue":o[3]||(o[3]=t=>e.bottomRight=t),placement:"bottom-right"},null,8,["modelValue"]),l.createVNode(r,{modelValue:e.top,"onUpdate:modelValue":o[4]||(o[4]=t=>e.top=t),placement:"top"},null,8,["modelValue"]),l.createVNode(r,{modelValue:e.bottom,"onUpdate:modelValue":o[5]||(o[5]=t=>e.bottom=t),placement:"bottom"},null,8,["modelValue"])])}const d=m(a,[["render",u]]);module.exports=d;
1
+ "use strict";const a=require("./NeonAlert.cjs.js"),l=require("vue"),p=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),m={class:"neon-alert__wrapper"};function d(e,o,s,V,i,b){const n=l.resolveComponent("neon-alert-container"),r=l.resolveComponent("neon-toast-container");return l.openBlock(),l.createElementBlock("div",m,[l.createVNode(n,{modelValue:e.topLeft,"onUpdate:modelValue":o[0]||(o[0]=t=>e.topLeft=t),placement:"top-left"},null,8,["modelValue"]),l.createVNode(n,{modelValue:e.topRight,"onUpdate:modelValue":o[1]||(o[1]=t=>e.topRight=t),placement:"top-right"},null,8,["modelValue"]),l.createVNode(n,{modelValue:e.bottomLeft,"onUpdate:modelValue":o[2]||(o[2]=t=>e.bottomLeft=t),placement:"bottom-left"},null,8,["modelValue"]),l.createVNode(n,{modelValue:e.bottomRight,"onUpdate:modelValue":o[3]||(o[3]=t=>e.bottomRight=t),placement:"bottom-right"},null,8,["modelValue"]),l.createVNode(r,{modelValue:e.top,"onUpdate:modelValue":o[4]||(o[4]=t=>e.top=t),placement:"top"},null,8,["modelValue"]),l.createVNode(r,{modelValue:e.bottom,"onUpdate:modelValue":o[5]||(o[5]=t=>e.bottom=t),placement:"bottom"},null,8,["modelValue"])])}const u=p(a,[["render",d],["__file","/Users/andrew/dev/projects/neon/src/components/feedback/alert/NeonAlert.vue"]]);module.exports=u;
2
2
  //# sourceMappingURL=NeonAlert.vue.cjs.js.map
@@ -1,44 +1,44 @@
1
1
  import p from "./NeonAlert.es.js";
2
- import { resolveComponent as a, openBlock as d, createElementBlock as r, createVNode as l } from "vue";
2
+ import { resolveComponent as a, openBlock as r, createElementBlock as d, createVNode as l } from "vue";
3
3
  import u from "../../../_virtual/_plugin-vue_export-helper.es.js";
4
- const V = { class: "neon-alert__wrapper" };
5
- function i(o, e, s, f, b, g) {
4
+ const s = { class: "neon-alert__wrapper" };
5
+ function i(e, o, V, f, b, U) {
6
6
  const n = a("neon-alert-container"), m = a("neon-toast-container");
7
- return d(), r("div", V, [
7
+ return r(), d("div", s, [
8
8
  l(n, {
9
- modelValue: o.topLeft,
10
- "onUpdate:modelValue": e[0] || (e[0] = (t) => o.topLeft = t),
9
+ modelValue: e.topLeft,
10
+ "onUpdate:modelValue": o[0] || (o[0] = (t) => e.topLeft = t),
11
11
  placement: "top-left"
12
12
  }, null, 8, ["modelValue"]),
13
13
  l(n, {
14
- modelValue: o.topRight,
15
- "onUpdate:modelValue": e[1] || (e[1] = (t) => o.topRight = t),
14
+ modelValue: e.topRight,
15
+ "onUpdate:modelValue": o[1] || (o[1] = (t) => e.topRight = t),
16
16
  placement: "top-right"
17
17
  }, null, 8, ["modelValue"]),
18
18
  l(n, {
19
- modelValue: o.bottomLeft,
20
- "onUpdate:modelValue": e[2] || (e[2] = (t) => o.bottomLeft = t),
19
+ modelValue: e.bottomLeft,
20
+ "onUpdate:modelValue": o[2] || (o[2] = (t) => e.bottomLeft = t),
21
21
  placement: "bottom-left"
22
22
  }, null, 8, ["modelValue"]),
23
23
  l(n, {
24
- modelValue: o.bottomRight,
25
- "onUpdate:modelValue": e[3] || (e[3] = (t) => o.bottomRight = t),
24
+ modelValue: e.bottomRight,
25
+ "onUpdate:modelValue": o[3] || (o[3] = (t) => e.bottomRight = t),
26
26
  placement: "bottom-right"
27
27
  }, null, 8, ["modelValue"]),
28
28
  l(m, {
29
- modelValue: o.top,
30
- "onUpdate:modelValue": e[4] || (e[4] = (t) => o.top = t),
29
+ modelValue: e.top,
30
+ "onUpdate:modelValue": o[4] || (o[4] = (t) => e.top = t),
31
31
  placement: "top"
32
32
  }, null, 8, ["modelValue"]),
33
33
  l(m, {
34
- modelValue: o.bottom,
35
- "onUpdate:modelValue": e[5] || (e[5] = (t) => o.bottom = t),
34
+ modelValue: e.bottom,
35
+ "onUpdate:modelValue": o[5] || (o[5] = (t) => e.bottom = t),
36
36
  placement: "bottom"
37
37
  }, null, 8, ["modelValue"])
38
38
  ]);
39
39
  }
40
- const $ = /* @__PURE__ */ u(p, [["render", i]]);
40
+ const R = /* @__PURE__ */ u(p, [["render", i], ["__file", "/Users/andrew/dev/projects/neon/src/components/feedback/alert/NeonAlert.vue"]]);
41
41
  export {
42
- $ as default
42
+ R as default
43
43
  };
44
44
  //# sourceMappingURL=NeonAlert.vue.es.js.map
@@ -1,2 +1,2 @@
1
- "use strict";const a=require("./NeonAlertContainer.cjs.js"),e=require("vue"),d=require("../../../../_virtual/_plugin-vue_export-helper.cjs.js"),s=["aria-describedby","aria-labelledby","role","onClick"],p=["role","tabindex","onKeydown"],y=["id"],_=["id"],u={key:0,class:"neon-alert__actions"},k={class:"neon-alert__action-label"},b={class:"neon-alert__action-label"};function v(o,t,C,A,m,$){const c=e.resolveComponent("neon-icon"),r=e.resolveComponent("neon-link");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([`neon-alert--${o.placement}`,"neon-alert"])},[e.createVNode(e.TransitionGroup,{name:"neon-alert-transition"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.modelValue,(n,l)=>(e.openBlock(),e.createElementBlock("div",{key:n.id,"aria-describedby":n.message?`alertMessage${l}`:void 0,"aria-labelledby":n.title?`alertTitle${l}`:void 0,class:e.normalizeClass([[`neon-alert__message--${n.level}`,{"neon-alert__message--dismissible":n.dismissible,"neon-alert__message--with-actions":n.primaryAction}],"neon-alert__message"]),role:n.primaryAction?"dialog":n.duration&&n.duration>0?"alert":"alertdialog",onClick:i=>!n.primaryAction&&n.dismissible&&o.closeMessage(n.id)},[e.createVNode(c,{color:n.level,name:o.icon(n.level)},null,8,["color","name"]),e.createElementVNode("div",{role:n.primaryAction?void 0:"button",tabindex:n.primaryAction?-1:0,class:"neon-alert__content",onKeydown:[e.withKeys(i=>!n.primaryAction&&n.dismissible&&o.closeMessage(n.id),["space"]),e.withKeys(i=>!n.primaryAction&&n.dismissible&&o.closeMessage(n.id),["enter"])],onKeypress:t[0]||(t[0]=e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"]))},[n.title?(e.openBlock(),e.createElementBlock("div",{key:0,id:`alertTitle${l}`,class:"neon-alert__title"},e.toDisplayString(n.title),9,y)):e.createCommentVNode("",!0),n.message?(e.openBlock(),e.createElementBlock("div",{key:1,id:`alertMessage${l}`,class:"neon-alert__body"},e.toDisplayString(n.message),9,_)):e.createCommentVNode("",!0)],40,p),n.primaryAction?(e.openBlock(),e.createElementBlock("div",u,[n.primaryAction?(e.openBlock(),e.createBlock(r,{key:0,class:"neon-alert__action","outline-style":"none",role:"button",tabindex:"0",onClick:i=>{n.primaryAction.callback(),o.closeMessage(n.id)},onKeydown:e.withKeys(i=>{n.primaryAction.callback(),o.closeMessage(n.id)},["space"]),onKeypress:t[1]||(t[1]=e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"]))},{default:e.withCtx(()=>[e.createElementVNode("span",k,e.toDisplayString(n.primaryAction.label),1)]),_:2},1032,["onClick","onKeydown"])):e.createCommentVNode("",!0),n.secondaryAction?(e.openBlock(),e.createBlock(r,{key:1,class:"neon-alert__action","outline-style":"none",role:"button",tabindex:"0",onClick:i=>{n.secondaryAction.callback(),o.closeMessage(n.id)},onKeydown:e.withKeys(i=>{n.secondaryAction.callback(),o.closeMessage(n.id)},["space"]),onKeypress:t[2]||(t[2]=e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"]))},{default:e.withCtx(()=>[e.createElementVNode("span",b,e.toDisplayString(n.secondaryAction.label),1)]),_:2},1032,["onClick","onKeydown"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],10,s))),128))]),_:1})],2)}const w=d(a,[["render",v]]);module.exports=w;
1
+ "use strict";const a=require("./NeonAlertContainer.cjs.js"),e=require("vue"),d=require("../../../../_virtual/_plugin-vue_export-helper.cjs.js"),s=["aria-describedby","aria-labelledby","role","onClick"],p=["role","tabindex","onKeydown"],y=["id"],_=["id"],u={key:0,class:"neon-alert__actions"},k={class:"neon-alert__action-label"},b={class:"neon-alert__action-label"};function v(o,t,C,A,m,$){const c=e.resolveComponent("neon-icon"),r=e.resolveComponent("neon-link");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([`neon-alert--${o.placement}`,"neon-alert"])},[e.createVNode(e.TransitionGroup,{name:"neon-alert-transition"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.modelValue,(n,l)=>(e.openBlock(),e.createElementBlock("div",{key:n.id,"aria-describedby":n.message?`alertMessage${l}`:void 0,"aria-labelledby":n.title?`alertTitle${l}`:void 0,class:e.normalizeClass([[`neon-alert__message--${n.level}`,{"neon-alert__message--dismissible":n.dismissible,"neon-alert__message--with-actions":n.primaryAction}],"neon-alert__message"]),role:n.primaryAction?"dialog":n.duration&&n.duration>0?"alert":"alertdialog",onClick:i=>!n.primaryAction&&n.dismissible&&o.closeMessage(n.id)},[e.createVNode(c,{color:n.level,name:o.icon(n.level)},null,8,["color","name"]),e.createElementVNode("div",{role:n.primaryAction?void 0:"button",tabindex:n.primaryAction?-1:0,class:"neon-alert__content",onKeydown:[e.withKeys(i=>!n.primaryAction&&n.dismissible&&o.closeMessage(n.id),["space"]),e.withKeys(i=>!n.primaryAction&&n.dismissible&&o.closeMessage(n.id),["enter"])],onKeypress:t[0]||(t[0]=e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"]))},[n.title?(e.openBlock(),e.createElementBlock("div",{key:0,id:`alertTitle${l}`,class:"neon-alert__title"},e.toDisplayString(n.title),9,y)):e.createCommentVNode("",!0),n.message?(e.openBlock(),e.createElementBlock("div",{key:1,id:`alertMessage${l}`,class:"neon-alert__body"},e.toDisplayString(n.message),9,_)):e.createCommentVNode("",!0)],40,p),n.primaryAction?(e.openBlock(),e.createElementBlock("div",u,[n.primaryAction?(e.openBlock(),e.createBlock(r,{key:0,class:"neon-alert__action","outline-style":"none",role:"button",tabindex:"0",onClick:i=>{n.primaryAction.callback(),o.closeMessage(n.id)},onKeydown:e.withKeys(i=>{n.primaryAction.callback(),o.closeMessage(n.id)},["space"]),onKeypress:t[1]||(t[1]=e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"]))},{default:e.withCtx(()=>[e.createElementVNode("span",k,e.toDisplayString(n.primaryAction.label),1)]),_:2},1032,["onClick","onKeydown"])):e.createCommentVNode("",!0),n.secondaryAction?(e.openBlock(),e.createBlock(r,{key:1,class:"neon-alert__action","outline-style":"none",role:"button",tabindex:"0",onClick:i=>{n.secondaryAction.callback(),o.closeMessage(n.id)},onKeydown:e.withKeys(i=>{n.secondaryAction.callback(),o.closeMessage(n.id)},["space"]),onKeypress:t[2]||(t[2]=e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"]))},{default:e.withCtx(()=>[e.createElementVNode("span",b,e.toDisplayString(n.secondaryAction.label),1)]),_:2},1032,["onClick","onKeydown"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],10,s))),128))]),_:1})],2)}const w=d(a,[["render",v],["__file","/Users/andrew/dev/projects/neon/src/components/feedback/alert/container/NeonAlertContainer.vue"]]);module.exports=w;
2
2
  //# sourceMappingURL=NeonAlertContainer.vue.cjs.js.map
@@ -1,95 +1,95 @@
1
- import $ from "./NeonAlertContainer.es.js";
2
- import { resolveComponent as b, openBlock as o, createElementBlock as r, normalizeClass as u, createVNode as k, TransitionGroup as f, withCtx as s, Fragment as C, renderList as w, createElementVNode as p, withKeys as t, withModifiers as y, toDisplayString as d, createCommentVNode as a, createBlock as v } from "vue";
1
+ import f from "./NeonAlertContainer.es.js";
2
+ import { resolveComponent as b, openBlock as o, createElementBlock as r, normalizeClass as u, createVNode as k, TransitionGroup as $, withCtx as s, Fragment as C, renderList as w, createElementVNode as p, withKeys as t, withModifiers as _, toDisplayString as d, createCommentVNode as a, createBlock as v } from "vue";
3
3
  import K from "../../../../_virtual/_plugin-vue_export-helper.es.js";
4
4
  const M = ["aria-describedby", "aria-labelledby", "role", "onClick"], m = ["role", "tabindex", "onKeydown"], h = ["id"], N = ["id"], V = {
5
5
  key: 0,
6
6
  class: "neon-alert__actions"
7
7
  }, B = { class: "neon-alert__action-label" }, T = { class: "neon-alert__action-label" };
8
- function E(e, i, z, D, F, G) {
9
- const A = b("neon-icon"), _ = b("neon-link");
8
+ function E(n, i, j, z, D, F) {
9
+ const A = b("neon-icon"), y = b("neon-link");
10
10
  return o(), r("div", {
11
- class: u([`neon-alert--${e.placement}`, "neon-alert"])
11
+ class: u([`neon-alert--${n.placement}`, "neon-alert"])
12
12
  }, [
13
- k(f, { name: "neon-alert-transition" }, {
13
+ k($, { name: "neon-alert-transition" }, {
14
14
  default: s(() => [
15
- (o(!0), r(C, null, w(e.modelValue, (n, c) => (o(), r("div", {
16
- key: n.id,
17
- "aria-describedby": n.message ? `alertMessage${c}` : void 0,
18
- "aria-labelledby": n.title ? `alertTitle${c}` : void 0,
15
+ (o(!0), r(C, null, w(n.modelValue, (e, c) => (o(), r("div", {
16
+ key: e.id,
17
+ "aria-describedby": e.message ? `alertMessage${c}` : void 0,
18
+ "aria-labelledby": e.title ? `alertTitle${c}` : void 0,
19
19
  class: u([[
20
- `neon-alert__message--${n.level}`,
20
+ `neon-alert__message--${e.level}`,
21
21
  {
22
- "neon-alert__message--dismissible": n.dismissible,
23
- "neon-alert__message--with-actions": n.primaryAction
22
+ "neon-alert__message--dismissible": e.dismissible,
23
+ "neon-alert__message--with-actions": e.primaryAction
24
24
  }
25
25
  ], "neon-alert__message"]),
26
- role: n.primaryAction ? "dialog" : n.duration && n.duration > 0 ? "alert" : "alertdialog",
27
- onClick: (l) => !n.primaryAction && n.dismissible && e.closeMessage(n.id)
26
+ role: e.primaryAction ? "dialog" : e.duration && e.duration > 0 ? "alert" : "alertdialog",
27
+ onClick: (l) => !e.primaryAction && e.dismissible && n.closeMessage(e.id)
28
28
  }, [
29
29
  k(A, {
30
- color: n.level,
31
- name: e.icon(n.level)
30
+ color: e.level,
31
+ name: n.icon(e.level)
32
32
  }, null, 8, ["color", "name"]),
33
33
  p("div", {
34
- role: n.primaryAction ? void 0 : "button",
35
- tabindex: n.primaryAction ? -1 : 0,
34
+ role: e.primaryAction ? void 0 : "button",
35
+ tabindex: e.primaryAction ? -1 : 0,
36
36
  class: "neon-alert__content",
37
37
  onKeydown: [
38
- t((l) => !n.primaryAction && n.dismissible && e.closeMessage(n.id), ["space"]),
39
- t((l) => !n.primaryAction && n.dismissible && e.closeMessage(n.id), ["enter"])
38
+ t((l) => !e.primaryAction && e.dismissible && n.closeMessage(e.id), ["space"]),
39
+ t((l) => !e.primaryAction && e.dismissible && n.closeMessage(e.id), ["enter"])
40
40
  ],
41
- onKeypress: i[0] || (i[0] = t(y(() => {
41
+ onKeypress: i[0] || (i[0] = t(_(() => {
42
42
  }, ["prevent"]), ["space"]))
43
43
  }, [
44
- n.title ? (o(), r("div", {
44
+ e.title ? (o(), r("div", {
45
45
  key: 0,
46
46
  id: `alertTitle${c}`,
47
47
  class: "neon-alert__title"
48
- }, d(n.title), 9, h)) : a("", !0),
49
- n.message ? (o(), r("div", {
48
+ }, d(e.title), 9, h)) : a("", !0),
49
+ e.message ? (o(), r("div", {
50
50
  key: 1,
51
51
  id: `alertMessage${c}`,
52
52
  class: "neon-alert__body"
53
- }, d(n.message), 9, N)) : a("", !0)
53
+ }, d(e.message), 9, N)) : a("", !0)
54
54
  ], 40, m),
55
- n.primaryAction ? (o(), r("div", V, [
56
- n.primaryAction ? (o(), v(_, {
55
+ e.primaryAction ? (o(), r("div", V, [
56
+ e.primaryAction ? (o(), v(y, {
57
57
  key: 0,
58
58
  class: "neon-alert__action",
59
59
  "outline-style": "none",
60
60
  role: "button",
61
61
  tabindex: "0",
62
62
  onClick: (l) => {
63
- n.primaryAction.callback(), e.closeMessage(n.id);
63
+ e.primaryAction.callback(), n.closeMessage(e.id);
64
64
  },
65
65
  onKeydown: t((l) => {
66
- n.primaryAction.callback(), e.closeMessage(n.id);
66
+ e.primaryAction.callback(), n.closeMessage(e.id);
67
67
  }, ["space"]),
68
- onKeypress: i[1] || (i[1] = t(y(() => {
68
+ onKeypress: i[1] || (i[1] = t(_(() => {
69
69
  }, ["prevent"]), ["space"]))
70
70
  }, {
71
71
  default: s(() => [
72
- p("span", B, d(n.primaryAction.label), 1)
72
+ p("span", B, d(e.primaryAction.label), 1)
73
73
  ]),
74
74
  _: 2
75
75
  }, 1032, ["onClick", "onKeydown"])) : a("", !0),
76
- n.secondaryAction ? (o(), v(_, {
76
+ e.secondaryAction ? (o(), v(y, {
77
77
  key: 1,
78
78
  class: "neon-alert__action",
79
79
  "outline-style": "none",
80
80
  role: "button",
81
81
  tabindex: "0",
82
82
  onClick: (l) => {
83
- n.secondaryAction.callback(), e.closeMessage(n.id);
83
+ e.secondaryAction.callback(), n.closeMessage(e.id);
84
84
  },
85
85
  onKeydown: t((l) => {
86
- n.secondaryAction.callback(), e.closeMessage(n.id);
86
+ e.secondaryAction.callback(), n.closeMessage(e.id);
87
87
  }, ["space"]),
88
- onKeypress: i[2] || (i[2] = t(y(() => {
88
+ onKeypress: i[2] || (i[2] = t(_(() => {
89
89
  }, ["prevent"]), ["space"]))
90
90
  }, {
91
91
  default: s(() => [
92
- p("span", T, d(n.secondaryAction.label), 1)
92
+ p("span", T, d(e.secondaryAction.label), 1)
93
93
  ]),
94
94
  _: 2
95
95
  }, 1032, ["onClick", "onKeydown"])) : a("", !0)
@@ -100,8 +100,8 @@ function E(e, i, z, D, F, G) {
100
100
  })
101
101
  ], 2);
102
102
  }
103
- const q = /* @__PURE__ */ K($, [["render", E]]);
103
+ const U = /* @__PURE__ */ K(f, [["render", E], ["__file", "/Users/andrew/dev/projects/neon/src/components/feedback/alert/container/NeonAlertContainer.vue"]]);
104
104
  export {
105
- q as default
105
+ U as default
106
106
  };
107
107
  //# sourceMappingURL=NeonAlertContainer.vue.es.js.map
@@ -1,2 +1,2 @@
1
- "use strict";const r=require("./NeonToastContainer.cjs.js"),e=require("vue"),a=require("../../../../_virtual/_plugin-vue_export-helper.cjs.js"),c=["aria-labelledby","role","onClick"],d=["id"];function u(t,i,_,k,b,m){const s=e.resolveComponent("neon-icon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([`neon-alert--${t.placement}`,"neon-alert"])},[e.createVNode(e.TransitionGroup,{name:"neon-alert-transition"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.modelValue,(o,l)=>(e.openBlock(),e.createElementBlock("div",{key:o.id,"aria-labelledby":`toastTitle${l}`,class:e.normalizeClass([[`neon-toast__message--${o.level}`,{"neon-toast__message--dismissible":o.dismissible}],"neon-toast__message"]),role:o.duration&&o.duration>0?"alert":"alertdialog",onClick:n=>o.dismissible&&t.closeMessage(o.id)},[o.title?(e.openBlock(),e.createElementBlock("div",{key:0,id:`toastTitle${l}`,class:"neon-toast__title"},e.toDisplayString(o.title),9,d)):e.createCommentVNode("",!0),o.dismissible?(e.openBlock(),e.createBlock(s,{key:1,role:o.dismissible?"button":void 0,class:"neon-toast__close",name:"times",tabindex:"0",onClick:n=>o.dismissible&&t.closeMessage(o.id),onKeydown:[e.withKeys(n=>o.dismissible&&t.closeMessage(o.id),["space"]),e.withKeys(n=>o.dismissible&&t.closeMessage(o.id),["enter"])],onKeypress:i[0]||(i[0]=e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"]))},null,8,["role","onClick","onKeydown"])):e.createCommentVNode("",!0)],10,c))),128))]),_:1})],2)}const p=a(r,[["render",u]]);module.exports=p;
1
+ "use strict";const r=require("./NeonToastContainer.cjs.js"),e=require("vue"),a=require("../../../../_virtual/_plugin-vue_export-helper.cjs.js"),c=["aria-labelledby","role","onClick"],d=["id"];function p(o,i,_,k,b,m){const s=e.resolveComponent("neon-icon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([`neon-alert--${o.placement}`,"neon-alert"])},[e.createVNode(e.TransitionGroup,{name:"neon-alert-transition"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.modelValue,(n,l)=>(e.openBlock(),e.createElementBlock("div",{key:n.id,"aria-labelledby":`toastTitle${l}`,class:e.normalizeClass([[`neon-toast__message--${n.level}`,{"neon-toast__message--dismissible":n.dismissible}],"neon-toast__message"]),role:n.duration&&n.duration>0?"alert":"alertdialog",onClick:t=>n.dismissible&&o.closeMessage(n.id)},[n.title?(e.openBlock(),e.createElementBlock("div",{key:0,id:`toastTitle${l}`,class:"neon-toast__title"},e.toDisplayString(n.title),9,d)):e.createCommentVNode("",!0),n.dismissible?(e.openBlock(),e.createBlock(s,{key:1,role:n.dismissible?"button":void 0,class:"neon-toast__close",name:"times",tabindex:"0",onClick:t=>n.dismissible&&o.closeMessage(n.id),onKeydown:[e.withKeys(t=>n.dismissible&&o.closeMessage(n.id),["space"]),e.withKeys(t=>n.dismissible&&o.closeMessage(n.id),["enter"])],onKeypress:i[0]||(i[0]=e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"]))},null,8,["role","onClick","onKeydown"])):e.createCommentVNode("",!0)],10,c))),128))]),_:1})],2)}const u=a(r,[["render",p],["__file","/Users/andrew/dev/projects/neon/src/components/feedback/alert/container/NeonToastContainer.vue"]]);module.exports=u;
2
2
  //# sourceMappingURL=NeonToastContainer.vue.cjs.js.map
@@ -1,27 +1,27 @@
1
1
  import p from "./NeonToastContainer.es.js";
2
- import { resolveComponent as _, openBlock as t, createElementBlock as n, normalizeClass as a, createVNode as u, TransitionGroup as b, withCtx as m, Fragment as $, renderList as f, toDisplayString as k, createCommentVNode as d, createBlock as v, withKeys as l, withModifiers as y } from "vue";
2
+ import { resolveComponent as _, openBlock as n, createElementBlock as t, normalizeClass as a, createVNode as u, TransitionGroup as b, withCtx as m, Fragment as f, renderList as v, toDisplayString as $, createCommentVNode as d, createBlock as k, withKeys as l, withModifiers as y } from "vue";
3
3
  import C from "../../../../_virtual/_plugin-vue_export-helper.es.js";
4
4
  const w = ["aria-labelledby", "role", "onClick"], M = ["id"];
5
- function h(o, s, K, T, B, N) {
5
+ function T(o, s, h, K, N, B) {
6
6
  const c = _("neon-icon");
7
- return t(), n("div", {
7
+ return n(), t("div", {
8
8
  class: a([`neon-alert--${o.placement}`, "neon-alert"])
9
9
  }, [
10
10
  u(b, { name: "neon-alert-transition" }, {
11
11
  default: m(() => [
12
- (t(!0), n($, null, f(o.modelValue, (e, r) => (t(), n("div", {
12
+ (n(!0), t(f, null, v(o.modelValue, (e, r) => (n(), t("div", {
13
13
  key: e.id,
14
14
  "aria-labelledby": `toastTitle${r}`,
15
15
  class: a([[`neon-toast__message--${e.level}`, { "neon-toast__message--dismissible": e.dismissible }], "neon-toast__message"]),
16
16
  role: e.duration && e.duration > 0 ? "alert" : "alertdialog",
17
17
  onClick: (i) => e.dismissible && o.closeMessage(e.id)
18
18
  }, [
19
- e.title ? (t(), n("div", {
19
+ e.title ? (n(), t("div", {
20
20
  key: 0,
21
21
  id: `toastTitle${r}`,
22
22
  class: "neon-toast__title"
23
- }, k(e.title), 9, M)) : d("", !0),
24
- e.dismissible ? (t(), v(c, {
23
+ }, $(e.title), 9, M)) : d("", !0),
24
+ e.dismissible ? (n(), k(c, {
25
25
  key: 1,
26
26
  role: e.dismissible ? "button" : void 0,
27
27
  class: "neon-toast__close",
@@ -41,8 +41,8 @@ function h(o, s, K, T, B, N) {
41
41
  })
42
42
  ], 2);
43
43
  }
44
- const E = /* @__PURE__ */ C(p, [["render", h]]);
44
+ const D = /* @__PURE__ */ C(p, [["render", T], ["__file", "/Users/andrew/dev/projects/neon/src/components/feedback/alert/container/NeonToastContainer.vue"]]);
45
45
  export {
46
- E as default
46
+ D as default
47
47
  };
48
48
  //# sourceMappingURL=NeonToastContainer.vue.es.js.map
@@ -1,2 +1,2 @@
1
- "use strict";const s=require("./NeonDialog.cjs.js"),e=require("vue"),c=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d={class:"neon-dialog__title"},u=["innerHTML"],p={ref:"actions"};function _(o,n,b,f,v,C){const l=e.resolveComponent("neon-button"),a=e.resolveComponent("neon-card-body"),r=e.resolveComponent("neon-card"),i=e.resolveComponent("neon-modal");return e.openBlock(),e.createBlock(i,{opaque:o.opaque,open:o.open,class:"neon-dialog",onKeydown:n[2]||(n[2]=e.withKeys(t=>o.cancel(),["esc"]))},{default:e.withCtx(()=>[e.createVNode(r,{size:"m"},{default:e.withCtx(()=>[e.createVNode(a,null,{default:e.withCtx(()=>[e.createElementVNode("div",null,[e.createElementVNode("h6",d,e.toDisplayString(o.title),1),e.createElementVNode("div",{class:"neon-dialog__question",innerHTML:o.question},null,8,u)]),e.createElementVNode("div",p,[e.createVNode(l,{"aria-label":o.cancelLabel,"full-width":!0,label:o.cancelLabel,size:"s",onClick:n[0]||(n[0]=t=>o.cancel())},null,8,["aria-label","label"]),e.createVNode(l,{"alternate-color":o.alternateColor,"aria-label":o.confirmLabel,color:o.color,"full-width":!0,label:o.confirmLabel,class:"neon-dialog__confirm-button",size:"s",onClick:n[1]||(n[1]=t=>o.confirm())},null,8,["alternate-color","aria-label","color","label"])],512)]),_:1})]),_:1})]),_:1},8,["opaque","open"])}const m=c(s,[["render",_]]);module.exports=m;
1
+ "use strict";const i=require("./NeonDialog.cjs.js"),e=require("vue"),c=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),d={class:"neon-dialog__title"},u=["innerHTML"],p={ref:"actions"};function _(o,n,b,f,v,g){const l=e.resolveComponent("neon-button"),a=e.resolveComponent("neon-card-body"),r=e.resolveComponent("neon-card"),s=e.resolveComponent("neon-modal");return e.openBlock(),e.createBlock(s,{opaque:o.opaque,open:o.open,class:"neon-dialog",onKeydown:n[2]||(n[2]=e.withKeys(t=>o.cancel(),["esc"]))},{default:e.withCtx(()=>[e.createVNode(r,{size:"m"},{default:e.withCtx(()=>[e.createVNode(a,null,{default:e.withCtx(()=>[e.createElementVNode("div",null,[e.createElementVNode("h6",d,e.toDisplayString(o.title),1),e.createElementVNode("div",{class:"neon-dialog__question",innerHTML:o.question},null,8,u)]),e.createElementVNode("div",p,[e.createVNode(l,{"aria-label":o.cancelLabel,"full-width":!0,label:o.cancelLabel,size:"s",onClick:n[0]||(n[0]=t=>o.cancel())},null,8,["aria-label","label"]),e.createVNode(l,{"alternate-color":o.alternateColor,"aria-label":o.confirmLabel,color:o.color,"full-width":!0,label:o.confirmLabel,class:"neon-dialog__confirm-button",size:"s",onClick:n[1]||(n[1]=t=>o.confirm())},null,8,["alternate-color","aria-label","color","label"])],512)]),_:1})]),_:1})]),_:1},8,["opaque","open"])}const m=c(i,[["render",_],["__file","/Users/andrew/dev/projects/neon/src/components/feedback/dialog/NeonDialog.vue"]]);module.exports=m;
2
2
  //# sourceMappingURL=NeonDialog.vue.cjs.js.map
@@ -1,14 +1,14 @@
1
1
  import u from "./NeonDialog.es.js";
2
- import { resolveComponent as n, openBlock as p, createBlock as m, withKeys as f, withCtx as t, createVNode as l, createElementVNode as a, toDisplayString as b } from "vue";
3
- import _ from "../../../_virtual/_plugin-vue_export-helper.es.js";
4
- const v = { class: "neon-dialog__title" }, $ = ["innerHTML"], g = { ref: "actions" };
5
- function L(o, e, q, w, y, C) {
2
+ import { resolveComponent as n, openBlock as p, createBlock as m, withKeys as f, withCtx as t, createVNode as l, createElementVNode as a, toDisplayString as _ } from "vue";
3
+ import b from "../../../_virtual/_plugin-vue_export-helper.es.js";
4
+ const v = { class: "neon-dialog__title" }, g = ["innerHTML"], $ = { ref: "actions" };
5
+ function w(e, o, L, k, q, y) {
6
6
  const r = n("neon-button"), s = n("neon-card-body"), d = n("neon-card"), c = n("neon-modal");
7
7
  return p(), m(c, {
8
- opaque: o.opaque,
9
- open: o.open,
8
+ opaque: e.opaque,
9
+ open: e.open,
10
10
  class: "neon-dialog",
11
- onKeydown: e[2] || (e[2] = f((i) => o.cancel(), ["esc"]))
11
+ onKeydown: o[2] || (o[2] = f((i) => e.cancel(), ["esc"]))
12
12
  }, {
13
13
  default: t(() => [
14
14
  l(d, { size: "m" }, {
@@ -16,29 +16,29 @@ function L(o, e, q, w, y, C) {
16
16
  l(s, null, {
17
17
  default: t(() => [
18
18
  a("div", null, [
19
- a("h6", v, b(o.title), 1),
19
+ a("h6", v, _(e.title), 1),
20
20
  a("div", {
21
21
  class: "neon-dialog__question",
22
- innerHTML: o.question
23
- }, null, 8, $)
22
+ innerHTML: e.question
23
+ }, null, 8, g)
24
24
  ]),
25
- a("div", g, [
25
+ a("div", $, [
26
26
  l(r, {
27
- "aria-label": o.cancelLabel,
27
+ "aria-label": e.cancelLabel,
28
28
  "full-width": !0,
29
- label: o.cancelLabel,
29
+ label: e.cancelLabel,
30
30
  size: "s",
31
- onClick: e[0] || (e[0] = (i) => o.cancel())
31
+ onClick: o[0] || (o[0] = (i) => e.cancel())
32
32
  }, null, 8, ["aria-label", "label"]),
33
33
  l(r, {
34
- "alternate-color": o.alternateColor,
35
- "aria-label": o.confirmLabel,
36
- color: o.color,
34
+ "alternate-color": e.alternateColor,
35
+ "aria-label": e.confirmLabel,
36
+ color: e.color,
37
37
  "full-width": !0,
38
- label: o.confirmLabel,
38
+ label: e.confirmLabel,
39
39
  class: "neon-dialog__confirm-button",
40
40
  size: "s",
41
- onClick: e[1] || (e[1] = (i) => o.confirm())
41
+ onClick: o[1] || (o[1] = (i) => e.confirm())
42
42
  }, null, 8, ["alternate-color", "aria-label", "color", "label"])
43
43
  ], 512)
44
44
  ]),
@@ -51,8 +51,8 @@ function L(o, e, q, w, y, C) {
51
51
  _: 1
52
52
  }, 8, ["opaque", "open"]);
53
53
  }
54
- const N = /* @__PURE__ */ _(u, [["render", L]]);
54
+ const z = /* @__PURE__ */ b(u, [["render", w], ["__file", "/Users/andrew/dev/projects/neon/src/components/feedback/dialog/NeonDialog.vue"]]);
55
55
  export {
56
- N as default
56
+ z as default
57
57
  };
58
58
  //# sourceMappingURL=NeonDialog.vue.es.js.map
@@ -1,2 +1,2 @@
1
- "use strict";const r=require("./NeonLinearProgress.cjs.js"),e=require("vue"),l=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),a=["aria-valuemax","aria-valuenow"],s={class:"neon-linear-progress__container"},t={key:0,class:"neon-linear-progress__label"},i={class:"neon-linear-progress__bar"},c={key:1,class:"neon-linear-progress__output"};function p(o,d,m,_,g,v){const n=e.resolveComponent("neon-icon");return e.openBlock(),e.createElementBlock("div",{"aria-valuemax":o.computedTotal,"aria-valuenow":o.calculatedValue,class:e.normalizeClass([[`neon-linear-progress--${o.color}`,`neon-linear-progress--${o.size}`,o.alternateColor?`neon-linear-progress--alternate-color-${o.alternateColor}`:""],"neon-linear-progress"]),"aria-valuemin":"0",role:"progressbar"},[e.createElementVNode("div",s,[o.label?(e.openBlock(),e.createElementBlock("span",t,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),e.createElementVNode("div",i,[e.createElementVNode("div",{class:e.normalizeClass([{"neon-linear-progress__indicator--completed":o.completed},"neon-linear-progress__indicator"]),style:e.normalizeStyle(`width:${o.computedPercentage}%`)},null,6)])]),o.completedIcon&&o.completed?(e.openBlock(),e.createBlock(n,{key:0,color:o.completedIconColor||o.alternateColor||o.color,name:o.completedIcon,class:"neon-linear-progress__icon"},null,8,["color","name"])):e.createCommentVNode("",!0),o.output?(e.openBlock(),e.createElementBlock("span",c,e.toDisplayString(o.computedOutput),1)):e.createCommentVNode("",!0)],10,a)}const u=l(r,[["render",p]]);module.exports=u;
1
+ "use strict";const n=require("./NeonLinearProgress.cjs.js"),e=require("vue"),a=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),s=["aria-valuemax","aria-valuenow"],l={class:"neon-linear-progress__container"},t={key:0,class:"neon-linear-progress__label"},c={class:"neon-linear-progress__bar"},i={key:1,class:"neon-linear-progress__output"};function p(o,u,m,_,g,v){const r=e.resolveComponent("neon-icon");return e.openBlock(),e.createElementBlock("div",{"aria-valuemax":o.computedTotal,"aria-valuenow":o.calculatedValue,class:e.normalizeClass([[`neon-linear-progress--${o.color}`,`neon-linear-progress--${o.size}`,o.alternateColor?`neon-linear-progress--alternate-color-${o.alternateColor}`:""],"neon-linear-progress"]),"aria-valuemin":"0",role:"progressbar"},[e.createElementVNode("div",l,[o.label?(e.openBlock(),e.createElementBlock("span",t,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),e.createElementVNode("div",c,[e.createElementVNode("div",{class:e.normalizeClass([{"neon-linear-progress__indicator--completed":o.completed},"neon-linear-progress__indicator"]),style:e.normalizeStyle(`width:${o.computedPercentage}%`)},null,6)])]),o.completedIcon&&o.completed?(e.openBlock(),e.createBlock(r,{key:0,color:o.completedIconColor||o.alternateColor||o.color,name:o.completedIcon,class:"neon-linear-progress__icon"},null,8,["color","name"])):e.createCommentVNode("",!0),o.output?(e.openBlock(),e.createElementBlock("span",i,e.toDisplayString(o.computedOutput),1)):e.createCommentVNode("",!0)],10,s)}const d=a(n,[["render",p],["__file","/Users/andrew/dev/projects/neon/src/components/feedback/linear-progress/NeonLinearProgress.vue"]]);module.exports=d;
2
2
  //# sourceMappingURL=NeonLinearProgress.vue.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  import i from "./NeonLinearProgress.es.js";
2
- import { resolveComponent as p, openBlock as o, createElementBlock as r, normalizeClass as l, createElementVNode as n, toDisplayString as s, createCommentVNode as a, normalizeStyle as c, createBlock as m } from "vue";
3
- import d from "../../../_virtual/_plugin-vue_export-helper.es.js";
2
+ import { resolveComponent as p, openBlock as o, createElementBlock as r, normalizeClass as s, createElementVNode as n, toDisplayString as l, createCommentVNode as a, normalizeStyle as c, createBlock as d } from "vue";
3
+ import m from "../../../_virtual/_plugin-vue_export-helper.es.js";
4
4
  const u = ["aria-valuemax", "aria-valuenow"], _ = { class: "neon-linear-progress__container" }, g = {
5
5
  key: 0,
6
6
  class: "neon-linear-progress__label"
@@ -8,12 +8,12 @@ const u = ["aria-valuemax", "aria-valuenow"], _ = { class: "neon-linear-progress
8
8
  key: 1,
9
9
  class: "neon-linear-progress__output"
10
10
  };
11
- function $(e, h, C, k, y, b) {
11
+ function $(e, h, k, C, b, y) {
12
12
  const t = p("neon-icon");
13
13
  return o(), r("div", {
14
14
  "aria-valuemax": e.computedTotal,
15
15
  "aria-valuenow": e.calculatedValue,
16
- class: l([[
16
+ class: s([[
17
17
  `neon-linear-progress--${e.color}`,
18
18
  `neon-linear-progress--${e.size}`,
19
19
  e.alternateColor ? `neon-linear-progress--alternate-color-${e.alternateColor}` : ""
@@ -22,25 +22,25 @@ function $(e, h, C, k, y, b) {
22
22
  role: "progressbar"
23
23
  }, [
24
24
  n("div", _, [
25
- e.label ? (o(), r("span", g, s(e.label), 1)) : a("", !0),
25
+ e.label ? (o(), r("span", g, l(e.label), 1)) : a("", !0),
26
26
  n("div", v, [
27
27
  n("div", {
28
- class: l([{ "neon-linear-progress__indicator--completed": e.completed }, "neon-linear-progress__indicator"]),
28
+ class: s([{ "neon-linear-progress__indicator--completed": e.completed }, "neon-linear-progress__indicator"]),
29
29
  style: c(`width:${e.computedPercentage}%`)
30
30
  }, null, 6)
31
31
  ])
32
32
  ]),
33
- e.completedIcon && e.completed ? (o(), m(t, {
33
+ e.completedIcon && e.completed ? (o(), d(t, {
34
34
  key: 0,
35
35
  color: e.completedIconColor || e.alternateColor || e.color,
36
36
  name: e.completedIcon,
37
37
  class: "neon-linear-progress__icon"
38
38
  }, null, 8, ["color", "name"])) : a("", !0),
39
- e.output ? (o(), r("span", f, s(e.computedOutput), 1)) : a("", !0)
39
+ e.output ? (o(), r("span", f, l(e.computedOutput), 1)) : a("", !0)
40
40
  ], 10, u);
41
41
  }
42
- const I = /* @__PURE__ */ d(i, [["render", $]]);
42
+ const B = /* @__PURE__ */ m(i, [["render", $], ["__file", "/Users/andrew/dev/projects/neon/src/components/feedback/linear-progress/NeonLinearProgress.vue"]]);
43
43
  export {
44
- I as default
44
+ B as default
45
45
  };
46
46
  //# sourceMappingURL=NeonLinearProgress.vue.es.js.map
@@ -1,2 +1,2 @@
1
- "use strict";const l=require("./NeonNote.cjs.js"),e=require("vue"),r=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),s={class:"neon-note__container"};function c(o,i,u,p,m,_){const n=e.resolveComponent("neon-icon"),t=e.resolveComponent("neon-button");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([`neon-note--${o.color}`,"neon-note"]),role:"note"},[e.createElementVNode("div",s,[o.iconName?(e.openBlock(),e.createBlock(n,{key:0,color:o.color,name:o.iconName,class:"neon-note__icon"},null,8,["color","name"])):e.createCommentVNode("",!0),e.renderSlot(o.$slots,"default")]),o.closable?(e.openBlock(),e.createBlock(t,{key:0,"aria-label":o.ariaLabelCloseNote,circular:!0,color:o.color,"button-style":"text",class:"neon-note__close",icon:"times",size:"s",tabindex:"0",onClick:o.closeNote,onKeydown:[e.withKeys(o.closeNote,["enter"]),e.withKeys(e.withModifiers(o.closeNote,["stop"]),["space"])]},null,8,["aria-label","color","onClick","onKeydown"])):e.createCommentVNode("",!0)],2)}const a=r(l,[["render",c]]);module.exports=a;
1
+ "use strict";const r=require("./NeonNote.cjs.js"),e=require("vue"),s=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),l={class:"neon-note__container"};function c(o,i,u,p,d,_){const n=e.resolveComponent("neon-icon"),t=e.resolveComponent("neon-button");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([`neon-note--${o.color}`,"neon-note"]),role:"note"},[e.createElementVNode("div",l,[o.iconName?(e.openBlock(),e.createBlock(n,{key:0,color:o.color,name:o.iconName,class:"neon-note__icon"},null,8,["color","name"])):e.createCommentVNode("",!0),e.renderSlot(o.$slots,"default")]),o.closable?(e.openBlock(),e.createBlock(t,{key:0,"aria-label":o.ariaLabelCloseNote,circular:!0,color:o.color,"button-style":"text",class:"neon-note__close",icon:"times",size:"s",tabindex:"0",onClick:o.closeNote,onKeydown:[e.withKeys(o.closeNote,["enter"]),e.withKeys(e.withModifiers(o.closeNote,["stop"]),["space"])]},null,8,["aria-label","color","onClick","onKeydown"])):e.createCommentVNode("",!0)],2)}const a=s(r,[["render",c],["__file","/Users/andrew/dev/projects/neon/src/components/feedback/note/NeonNote.vue"]]);module.exports=a;
2
2
  //# sourceMappingURL=NeonNote.vue.cjs.js.map
@@ -1,41 +1,41 @@
1
1
  import a from "./NeonNote.es.js";
2
- import { resolveComponent as n, openBlock as e, createElementBlock as i, normalizeClass as m, createElementVNode as d, createBlock as t, createCommentVNode as l, renderSlot as p, withKeys as r, withModifiers as u } from "vue";
2
+ import { resolveComponent as n, openBlock as o, createElementBlock as i, normalizeClass as m, createElementVNode as d, createBlock as t, createCommentVNode as r, renderSlot as p, withKeys as l, withModifiers as u } from "vue";
3
3
  import _ from "../../../_virtual/_plugin-vue_export-helper.es.js";
4
4
  const f = { class: "neon-note__container" };
5
- function N(o, b, k, y, C, $) {
5
+ function N(e, b, k, y, C, $) {
6
6
  const s = n("neon-icon"), c = n("neon-button");
7
- return e(), i("div", {
8
- class: m([`neon-note--${o.color}`, "neon-note"]),
7
+ return o(), i("div", {
8
+ class: m([`neon-note--${e.color}`, "neon-note"]),
9
9
  role: "note"
10
10
  }, [
11
11
  d("div", f, [
12
- o.iconName ? (e(), t(s, {
12
+ e.iconName ? (o(), t(s, {
13
13
  key: 0,
14
- color: o.color,
15
- name: o.iconName,
14
+ color: e.color,
15
+ name: e.iconName,
16
16
  class: "neon-note__icon"
17
- }, null, 8, ["color", "name"])) : l("", !0),
18
- p(o.$slots, "default")
17
+ }, null, 8, ["color", "name"])) : r("", !0),
18
+ p(e.$slots, "default")
19
19
  ]),
20
- o.closable ? (e(), t(c, {
20
+ e.closable ? (o(), t(c, {
21
21
  key: 0,
22
- "aria-label": o.ariaLabelCloseNote,
22
+ "aria-label": e.ariaLabelCloseNote,
23
23
  circular: !0,
24
- color: o.color,
24
+ color: e.color,
25
25
  "button-style": "text",
26
26
  class: "neon-note__close",
27
27
  icon: "times",
28
28
  size: "s",
29
29
  tabindex: "0",
30
- onClick: o.closeNote,
30
+ onClick: e.closeNote,
31
31
  onKeydown: [
32
- r(o.closeNote, ["enter"]),
33
- r(u(o.closeNote, ["stop"]), ["space"])
32
+ l(e.closeNote, ["enter"]),
33
+ l(u(e.closeNote, ["stop"]), ["space"])
34
34
  ]
35
- }, null, 8, ["aria-label", "color", "onClick", "onKeydown"])) : l("", !0)
35
+ }, null, 8, ["aria-label", "color", "onClick", "onKeydown"])) : r("", !0)
36
36
  ], 2);
37
37
  }
38
- const B = /* @__PURE__ */ _(a, [["render", N]]);
38
+ const B = /* @__PURE__ */ _(a, [["render", N], ["__file", "/Users/andrew/dev/projects/neon/src/components/feedback/note/NeonNote.vue"]]);
39
39
  export {
40
40
  B as default
41
41
  };
@@ -1,2 +1,2 @@
1
- "use strict";const e=require("./NeonNotificationCounter.cjs.js"),o=require("vue"),t=require("../../../_virtual/_plugin-vue_export-helper.cjs.js");function i(n,c,u,s,a,l){return o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["neon-notification-counter",[{"neon-notification-counter--large-count":n.count>9,"neon-notification-counter--active":n.active},`neon-notification-counter--${n.color}`]])},o.toDisplayString(n.count>9?"9+":n.count),3)}const r=t(e,[["render",i]]);module.exports=r;
1
+ "use strict";const o=require("./NeonNotificationCounter.cjs.js"),n=require("vue"),t=require("../../../_virtual/_plugin-vue_export-helper.cjs.js");function i(e,c,u,s,a,p){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["neon-notification-counter",[{"neon-notification-counter--large-count":e.count>9,"neon-notification-counter--active":e.active},`neon-notification-counter--${e.color}`]])},n.toDisplayString(e.count>9?"9+":e.count),3)}const r=t(o,[["render",i],["__file","/Users/andrew/dev/projects/neon/src/components/feedback/notification-counter/NeonNotificationCounter.vue"]]);module.exports=r;
2
2
  //# sourceMappingURL=NeonNotificationCounter.vue.cjs.js.map
@@ -1,16 +1,16 @@
1
1
  import n from "./NeonNotificationCounter.es.js";
2
- import { openBlock as t, createElementBlock as e, normalizeClass as i, toDisplayString as r } from "vue";
2
+ import { openBlock as e, createElementBlock as t, normalizeClass as i, toDisplayString as r } from "vue";
3
3
  import c from "../../../_virtual/_plugin-vue_export-helper.es.js";
4
- function a(o, f, s, u, p, l) {
5
- return t(), e("div", {
4
+ function a(o, s, f, u, p, l) {
5
+ return e(), t("div", {
6
6
  class: i(["neon-notification-counter", [
7
7
  { "neon-notification-counter--large-count": o.count > 9, "neon-notification-counter--active": o.active },
8
8
  `neon-notification-counter--${o.color}`
9
9
  ]])
10
10
  }, r(o.count > 9 ? "9+" : o.count), 3);
11
11
  }
12
- const v = /* @__PURE__ */ c(n, [["render", a]]);
12
+ const _ = /* @__PURE__ */ c(n, [["render", a], ["__file", "/Users/andrew/dev/projects/neon/src/components/feedback/notification-counter/NeonNotificationCounter.vue"]]);
13
13
  export {
14
- v as default
14
+ _ as default
15
15
  };
16
16
  //# sourceMappingURL=NeonNotificationCounter.vue.es.js.map
@@ -1,2 +1,2 @@
1
- "use strict";const o=require("./NeonSkeletonLoader.cjs.js"),e=require("vue"),r=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),c={class:"neon-skeleton-loader"};function s(t,u,_,a,i,p){return e.openBlock(),e.createElementBlock("div",c,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.count,n=>(e.openBlock(),e.createElementBlock("div",{key:n,class:"neon-skeleton-loader__item"}))),128))])}const l=r(o,[["render",s]]);module.exports=l;
1
+ "use strict";const r=require("./NeonSkeletonLoader.cjs.js"),e=require("vue"),t=require("../../../_virtual/_plugin-vue_export-helper.cjs.js"),s={class:"neon-skeleton-loader"};function c(o,a,_,u,d,p){return e.openBlock(),e.createElementBlock("div",s,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.count,n=>(e.openBlock(),e.createElementBlock("div",{key:n,class:"neon-skeleton-loader__item"}))),128))])}const l=t(r,[["render",c],["__file","/Users/andrew/dev/projects/neon/src/components/feedback/skeleton-loader/NeonSkeletonLoader.vue"]]);module.exports=l;
2
2
  //# sourceMappingURL=NeonSkeletonLoader.vue.cjs.js.map
@@ -1,17 +1,17 @@
1
- import n from "./NeonSkeletonLoader.es.js";
1
+ import t from "./NeonSkeletonLoader.es.js";
2
2
  import { openBlock as e, createElementBlock as o, Fragment as s, renderList as c } from "vue";
3
3
  import a from "../../../_virtual/_plugin-vue_export-helper.es.js";
4
4
  const l = { class: "neon-skeleton-loader" };
5
- function d(r, i, _, m, p, f) {
5
+ function d(n, _, i, p, m, f) {
6
6
  return e(), o("div", l, [
7
- (e(!0), o(s, null, c(r.count, (t) => (e(), o("div", {
8
- key: t,
7
+ (e(!0), o(s, null, c(n.count, (r) => (e(), o("div", {
8
+ key: r,
9
9
  class: "neon-skeleton-loader__item"
10
10
  }))), 128))
11
11
  ]);
12
12
  }
13
- const h = /* @__PURE__ */ a(n, [["render", d]]);
13
+ const $ = /* @__PURE__ */ a(t, [["render", d], ["__file", "/Users/andrew/dev/projects/neon/src/components/feedback/skeleton-loader/NeonSkeletonLoader.vue"]]);
14
14
  export {
15
- h as default
15
+ $ as default
16
16
  };
17
17
  //# sourceMappingURL=NeonSkeletonLoader.vue.es.js.map