@icij/murmur-next 4.7.0 → 4.7.2

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 (97) hide show
  1. package/dist/lib/.storybook/main.d.ts +3 -0
  2. package/dist/lib/.storybook/manager.d.ts +1 -0
  3. package/dist/lib/.storybook/preview.d.ts +57 -0
  4. package/dist/lib/.storybook/utils.d.ts +21 -0
  5. package/dist/lib/lib/components/Button/ButtonIcon.vue.d.ts +182 -0
  6. package/dist/lib/lib/components/FollowUsPopover/FollowUsPopover.vue.d.ts +2 -0
  7. package/dist/lib/{main.d.ts → lib/main.d.ts} +1 -1
  8. package/dist/lib/lib/types/components.d.ts +30 -0
  9. package/dist/lib/{types → lib/types}/index.d.ts +0 -1
  10. package/dist/lib/lib/types/maps.d.ts +18 -0
  11. package/dist/lib/murmur.css +1 -1
  12. package/dist/lib/murmur.js +45 -44
  13. package/dist/lib/murmur.js.map +1 -1
  14. package/dist/lib/murmur.umd.cjs +4 -4
  15. package/dist/lib/murmur.umd.cjs.map +1 -1
  16. package/dist/lib/stories/murmur/decorators.d.ts +64 -0
  17. package/dist/lib/stories/murmur/maps/fixtures/index.d.ts +2 -0
  18. package/dist/lib/stories/murmur/maps/fixtures/motorVehiclesData.d.ts +1 -0
  19. package/dist/lib/stories/murmur/maps/fixtures/wineStockData.d.ts +1 -0
  20. package/dist/lib/stories/murmur/utils.d.ts +1 -0
  21. package/lib/components/App/AppIcon.vue +5 -0
  22. package/lib/components/Button/ButtonIcon.vue +156 -1
  23. package/lib/main.ts +2 -12
  24. package/lib/types/components.ts +2 -47
  25. package/lib/types/index.ts +0 -1
  26. package/lib/types/maps.ts +0 -294
  27. package/package.json +1 -1
  28. package/dist/lib/components/Button/ButtonIcon.vue.d.ts +0 -23
  29. package/dist/lib/types/components.d.ts +0 -77
  30. package/dist/lib/types/datavisualisations.d.ts +0 -374
  31. package/dist/lib/types/maps.d.ts +0 -309
  32. package/lib/types/datavisualisations.ts +0 -375
  33. /package/dist/lib/{components/Brand/Brand.vue.d.ts → .storybook/theme.d.ts} +0 -0
  34. /package/dist/lib/{components → lib/components}/Accordion/AccordionStep.vue.d.ts +0 -0
  35. /package/dist/lib/{components → lib/components}/Accordion/AccordionWrapper.vue.d.ts +0 -0
  36. /package/dist/lib/{components → lib/components}/ActiveTextTruncate/ActiveTextTruncate.vue.d.ts +0 -0
  37. /package/dist/lib/{components → lib/components}/App/AppFooter.vue.d.ts +0 -0
  38. /package/dist/lib/{components → lib/components}/App/AppHeader.vue.d.ts +0 -0
  39. /package/dist/lib/{components → lib/components}/App/AppIcon.vue.d.ts +0 -0
  40. /package/dist/lib/{components → lib/components}/App/AppIconLayers.vue.d.ts +0 -0
  41. /package/dist/lib/{components/FollowUsPopover/FollowUsPopover.vue.d.ts → lib/components/Brand/Brand.vue.d.ts} +0 -0
  42. /package/dist/lib/{components → lib/components}/Brand/BrandExpansion.vue.d.ts +0 -0
  43. /package/dist/lib/{components → lib/components}/Button/ButtonConfirm.vue.d.ts +0 -0
  44. /package/dist/lib/{components → lib/components}/Button/ButtonIconCounter.vue.d.ts +0 -0
  45. /package/dist/lib/{components → lib/components}/ContentPlaceholder/ContentPlaceholder.vue.d.ts +0 -0
  46. /package/dist/lib/{components → lib/components}/EmbeddableFooter/EmbeddableFooter.vue.d.ts +0 -0
  47. /package/dist/lib/{components → lib/components}/Form/FormAdvancedLink/FormAdvancedLink.vue.d.ts +0 -0
  48. /package/dist/lib/{components → lib/components}/Form/FormAdvancedLink/FormAdvancedLinkTab.vue.d.ts +0 -0
  49. /package/dist/lib/{components → lib/components}/Form/FormControl/FormControlDigits.vue.d.ts +0 -0
  50. /package/dist/lib/{components → lib/components}/Form/FormControl/FormControlRange.vue.d.ts +0 -0
  51. /package/dist/lib/{components → lib/components}/Form/FormControl/FormControlSecret.vue.d.ts +0 -0
  52. /package/dist/lib/{components → lib/components}/Form/FormControl/FormControlSelectableDropdown.vue.d.ts +0 -0
  53. /package/dist/lib/{components → lib/components}/Form/FormDonate.vue.d.ts +0 -0
  54. /package/dist/lib/{components → lib/components}/Form/FormEmbed.vue.d.ts +0 -0
  55. /package/dist/lib/{components → lib/components}/Form/FormSignUp.vue.d.ts +0 -0
  56. /package/dist/lib/{components → lib/components}/HapticCopy/HapticCopy.vue.d.ts +0 -0
  57. /package/dist/lib/{components → lib/components}/ImageMode/ImageMode.vue.d.ts +0 -0
  58. /package/dist/lib/{components → lib/components}/ImageMode/ImageModeSource.vue.d.ts +0 -0
  59. /package/dist/lib/{components → lib/components}/Legend/LegendOrdinal.vue.d.ts +0 -0
  60. /package/dist/lib/{components → lib/components}/Legend/LegendScale.vue.d.ts +0 -0
  61. /package/dist/lib/{components → lib/components}/Pagination/Pagination.vue.d.ts +0 -0
  62. /package/dist/lib/{components → lib/components}/Pagination/PaginationTiny.vue.d.ts +0 -0
  63. /package/dist/lib/{components → lib/components}/ResponsiveIframe/ResponsiveIframe.vue.d.ts +0 -0
  64. /package/dist/lib/{components → lib/components}/SharingOptions/SharingOptions.vue.d.ts +0 -0
  65. /package/dist/lib/{components → lib/components}/SharingOptions/SharingOptionsLink.vue.d.ts +0 -0
  66. /package/dist/lib/{components → lib/components}/SlideUpDown/SlideUpDown.vue.d.ts +0 -0
  67. /package/dist/lib/{components → lib/components}/TexturedDeck/TexturedDeck.vue.d.ts +0 -0
  68. /package/dist/lib/{components → lib/components}/index.d.ts +0 -0
  69. /package/dist/lib/{composables → lib/composables}/useChart.d.ts +0 -0
  70. /package/dist/lib/{composables → lib/composables}/useColorMode.d.ts +0 -0
  71. /package/dist/lib/{composables → lib/composables}/useQueryObserver.d.ts +0 -0
  72. /package/dist/lib/{composables → lib/composables}/useResizeObserver.d.ts +0 -0
  73. /package/dist/lib/{composables → lib/composables}/useSendEmail.d.ts +0 -0
  74. /package/dist/lib/{config.d.ts → lib/config.d.ts} +0 -0
  75. /package/dist/lib/{config.default.d.ts → lib/config.default.d.ts} +0 -0
  76. /package/dist/lib/{datavisualisations → lib/datavisualisations}/BarChart/BarChart.vue.d.ts +0 -0
  77. /package/dist/lib/{datavisualisations → lib/datavisualisations}/ColumnChart/ColumnChart.vue.d.ts +0 -0
  78. /package/dist/lib/{datavisualisations → lib/datavisualisations}/LineChart/LineChart.vue.d.ts +0 -0
  79. /package/dist/lib/{datavisualisations → lib/datavisualisations}/StackedBarChart/StackedBarChart.vue.d.ts +0 -0
  80. /package/dist/lib/{datavisualisations → lib/datavisualisations}/StackedColumnChart/StackedColumnChart.vue.d.ts +0 -0
  81. /package/dist/lib/{datavisualisations → lib/datavisualisations}/index.d.ts +0 -0
  82. /package/dist/lib/{directives → lib/directives}/EllipsisTooltip.d.ts +0 -0
  83. /package/dist/lib/{enums.d.ts → lib/enums.d.ts} +0 -0
  84. /package/dist/lib/{i18n.d.ts → lib/i18n.d.ts} +0 -0
  85. /package/dist/lib/{keys.d.ts → lib/keys.d.ts} +0 -0
  86. /package/dist/lib/{maps → lib/maps}/ChoroplethMap/ChoroplethMap.vue.d.ts +0 -0
  87. /package/dist/lib/{maps → lib/maps}/ChoroplethMap/ChoroplethMapAnnotation.vue.d.ts +0 -0
  88. /package/dist/lib/{maps → lib/maps}/SymbolMap/SymbolMap.vue.d.ts +0 -0
  89. /package/dist/lib/{types → lib/types}/icons.d.ts +0 -0
  90. /package/dist/lib/{types → lib/types}/utils.d.ts +0 -0
  91. /package/dist/lib/{utils → lib/utils}/animation.d.ts +0 -0
  92. /package/dist/lib/{utils → lib/utils}/assets.d.ts +0 -0
  93. /package/dist/lib/{utils → lib/utils}/clipboard.d.ts +0 -0
  94. /package/dist/lib/{utils → lib/utils}/floatingUi.d.ts +0 -0
  95. /package/dist/lib/{utils → lib/utils}/iframe-resizer.d.ts +0 -0
  96. /package/dist/lib/{utils → lib/utils}/placeholder.d.ts +0 -0
  97. /package/dist/lib/{utils → lib/utils}/strings.d.ts +0 -0
@@ -11640,8 +11640,8 @@ const FV = DV(
11640
11640
  }
11641
11641
  }), qV = {
11642
11642
  viewBox: "0 0 256 256",
11643
- width: "1.2em",
11644
- height: "1.2em"
11643
+ width: "1em",
11644
+ height: "1em"
11645
11645
  };
11646
11646
  function zV(e, t) {
11647
11647
  return Y(), ue("svg", qV, [...t[0] || (t[0] = [
@@ -11809,7 +11809,7 @@ const HV = sn({ name: "ph-circle-notch", render: zV }), UV = {
11809
11809
  }, 16, ["id", "to", "class", "aria-label"]);
11810
11810
  };
11811
11811
  }
11812
- }), WV = /* @__PURE__ */ Wt(VV, [["__scopeId", "data-v-35c74063"]]), GV = De({
11812
+ }), WV = /* @__PURE__ */ Wt(VV, [["__scopeId", "data-v-d09c5a30"]]), GV = De({
11813
11813
  name: "ConditionalWrapper",
11814
11814
  inheritAttrs: !1,
11815
11815
  props: {
@@ -11955,8 +11955,8 @@ const HV = sn({ name: "ph-circle-notch", render: zV }), UV = {
11955
11955
  }
11956
11956
  }), YV = {
11957
11957
  viewBox: "0 0 256 256",
11958
- width: "1.2em",
11959
- height: "1.2em"
11958
+ width: "1em",
11959
+ height: "1em"
11960
11960
  };
11961
11961
  function KV(e, t) {
11962
11962
  return Y(), ue("svg", YV, [...t[0] || (t[0] = [
@@ -12077,6 +12077,7 @@ const sy = /* @__PURE__ */ $t(eW), tW = /* @__PURE__ */ De({
12077
12077
  }), s = I(() => ({
12078
12078
  [`app-icon--size-${t.size}`]: a.value,
12079
12079
  "app-icon--has-size": a.value,
12080
+ "app-icon--raw-size": i.value,
12080
12081
  "app-icon--hover": n.value,
12081
12082
  "app-icon--spin": t.spin,
12082
12083
  "app-icon--spin-reverse": t.spinReverse,
@@ -12095,7 +12096,7 @@ const sy = /* @__PURE__ */ $t(eW), tW = /* @__PURE__ */ De({
12095
12096
  e.name ? (Y(), Re(Tt(e.name), { key: 0 })) : Ae(l.$slots, "default", { key: 1 }, void 0, !0)
12096
12097
  ], 38));
12097
12098
  }
12098
- }), qt = /* @__PURE__ */ Wt(tW, [["__scopeId", "data-v-8d9d6923"]]), nW = { class: "confirm-button__tooltip" }, rW = { class: "confirm-button__tooltip__label mb-2" }, iW = {
12099
+ }), qt = /* @__PURE__ */ Wt(tW, [["__scopeId", "data-v-28878771"]]), nW = { class: "confirm-button__tooltip" }, rW = { class: "confirm-button__tooltip__label mb-2" }, iW = {
12099
12100
  key: 1,
12100
12101
  class: "confirm-button__tooltip__description mb-2"
12101
12102
  }, aW = { class: "confirm-button__tooltip__actions text-end" }, Q8 = /* @__PURE__ */ De({
@@ -13129,8 +13130,8 @@ const QW = /* @__PURE__ */ De({
13129
13130
  }
13130
13131
  }), eG = /* @__PURE__ */ Wt(QW, [["__scopeId", "data-v-8ca6166c"]]), tG = {
13131
13132
  viewBox: "0 0 256 256",
13132
- width: "1.2em",
13133
- height: "1.2em"
13133
+ width: "1em",
13134
+ height: "1em"
13134
13135
  };
13135
13136
  function nG(e, t) {
13136
13137
  return Y(), ue("svg", tG, [...t[0] || (t[0] = [
@@ -13847,8 +13848,8 @@ class ko {
13847
13848
  }
13848
13849
  const UG = {
13849
13850
  viewBox: "0 0 256 256",
13850
- width: "1.2em",
13851
- height: "1.2em"
13851
+ width: "1em",
13852
+ height: "1em"
13852
13853
  };
13853
13854
  function VG(e, t) {
13854
13855
  return Y(), ue("svg", UG, [...t[0] || (t[0] = [
@@ -14426,8 +14427,8 @@ function tj(e, t) {
14426
14427
  }
14427
14428
  const nj = {
14428
14429
  viewBox: "0 0 256 256",
14429
- width: "1.2em",
14430
- height: "1.2em"
14430
+ width: "1em",
14431
+ height: "1em"
14431
14432
  };
14432
14433
  function rj(e, t) {
14433
14434
  return Y(), ue("svg", nj, [...t[0] || (t[0] = [
@@ -14439,8 +14440,8 @@ function rj(e, t) {
14439
14440
  }
14440
14441
  const ij = sn({ name: "ph-check-fat-fill", render: rj }), aj = {
14441
14442
  viewBox: "0 0 256 256",
14442
- width: "1.2em",
14443
- height: "1.2em"
14443
+ width: "1em",
14444
+ height: "1em"
14444
14445
  };
14445
14446
  function oj(e, t) {
14446
14447
  return Y(), ue("svg", aj, [...t[0] || (t[0] = [
@@ -14741,8 +14742,8 @@ function xj() {
14741
14742
  var Tj = xj();
14742
14743
  const _w = /* @__PURE__ */ $t(Tj), Ej = {
14743
14744
  viewBox: "0 0 256 256",
14744
- width: "1.2em",
14745
- height: "1.2em"
14745
+ width: "1em",
14746
+ height: "1em"
14746
14747
  };
14747
14748
  function Cj(e, t) {
14748
14749
  return Y(), ue("svg", Ej, [...t[0] || (t[0] = [
@@ -14754,8 +14755,8 @@ function Cj(e, t) {
14754
14755
  }
14755
14756
  const Sj = sn({ name: "ph-envelope-fill", render: Cj }), Aj = {
14756
14757
  viewBox: "0 0 256 256",
14757
- width: "1.2em",
14758
- height: "1.2em"
14758
+ width: "1em",
14759
+ height: "1em"
14759
14760
  };
14760
14761
  function Mj(e, t) {
14761
14762
  return Y(), ue("svg", Aj, [...t[0] || (t[0] = [
@@ -14767,8 +14768,8 @@ function Mj(e, t) {
14767
14768
  }
14768
14769
  const QC = sn({ name: "ph-facebook-logo-fill", render: Mj }), kj = {
14769
14770
  viewBox: "0 0 256 256",
14770
- width: "1.2em",
14771
- height: "1.2em"
14771
+ width: "1em",
14772
+ height: "1em"
14772
14773
  };
14773
14774
  function Ij(e, t) {
14774
14775
  return Y(), ue("svg", kj, [...t[0] || (t[0] = [
@@ -14780,8 +14781,8 @@ function Ij(e, t) {
14780
14781
  }
14781
14782
  const eS = sn({ name: "ph-linkedin-logo-fill", render: Ij }), Oj = {
14782
14783
  viewBox: "0 0 256 256",
14783
- width: "1.2em",
14784
- height: "1.2em"
14784
+ width: "1em",
14785
+ height: "1em"
14785
14786
  };
14786
14787
  function Rj(e, t) {
14787
14788
  return Y(), ue("svg", Oj, [...t[0] || (t[0] = [
@@ -16948,8 +16949,8 @@ const QY = /* @__PURE__ */ $t(JY), eK = { class: "donate-form container-fluid py
16948
16949
  }
16949
16950
  }), Gw = /* @__PURE__ */ Wt(OK, [["__scopeId", "data-v-4048b164"]]), RK = {
16950
16951
  viewBox: "0 0 256 256",
16951
- width: "1.2em",
16952
- height: "1.2em"
16952
+ width: "1em",
16953
+ height: "1em"
16953
16954
  };
16954
16955
  function LK(e, t) {
16955
16956
  return Y(), ue("svg", RK, [...t[0] || (t[0] = [
@@ -16961,8 +16962,8 @@ function LK(e, t) {
16961
16962
  }
16962
16963
  const $K = sn({ name: "ph-caret-left-bold", render: LK }), PK = {
16963
16964
  viewBox: "0 0 256 256",
16964
- width: "1.2em",
16965
- height: "1.2em"
16965
+ width: "1em",
16966
+ height: "1em"
16966
16967
  };
16967
16968
  function NK(e, t) {
16968
16969
  return Y(), ue("svg", PK, [...t[0] || (t[0] = [
@@ -17128,8 +17129,8 @@ const BK = sn({ name: "ph-caret-right-bold", render: NK }), DK = { class: "range
17128
17129
  }
17129
17130
  }), jw = /* @__PURE__ */ Wt(FK, [["__scopeId", "data-v-8a7043a7"]]), qK = {
17130
17131
  viewBox: "0 0 256 256",
17131
- width: "1.2em",
17132
- height: "1.2em"
17132
+ width: "1em",
17133
+ height: "1em"
17133
17134
  };
17134
17135
  function zK(e, t) {
17135
17136
  return Y(), ue("svg", qK, [...t[0] || (t[0] = [
@@ -17141,8 +17142,8 @@ function zK(e, t) {
17141
17142
  }
17142
17143
  const HK = sn({ name: "ph-eye", render: zK }), UK = {
17143
17144
  viewBox: "0 0 256 256",
17144
- width: "1.2em",
17145
- height: "1.2em"
17145
+ width: "1em",
17146
+ height: "1em"
17146
17147
  };
17147
17148
  function VK(e, t) {
17148
17149
  return Y(), ue("svg", UK, [...t[0] || (t[0] = [
@@ -18079,8 +18080,8 @@ wy.render = PX;
18079
18080
  wy.__file = "src/components/RecycleScroller.vue";
18080
18081
  const NX = {
18081
18082
  viewBox: "0 0 256 256",
18082
- width: "1.2em",
18083
- height: "1.2em"
18083
+ width: "1em",
18084
+ height: "1em"
18084
18085
  };
18085
18086
  function BX(e, t) {
18086
18087
  return Y(), ue("svg", NX, [...t[0] || (t[0] = [
@@ -18092,8 +18093,8 @@ function BX(e, t) {
18092
18093
  }
18093
18094
  const DX = sn({ name: "ph-check-square", render: BX }), FX = {
18094
18095
  viewBox: "0 0 256 256",
18095
- width: "1.2em",
18096
- height: "1.2em"
18096
+ width: "1em",
18097
+ height: "1em"
18097
18098
  };
18098
18099
  function qX(e, t) {
18099
18100
  return Y(), ue("svg", FX, [...t[0] || (t[0] = [
@@ -18358,8 +18359,8 @@ const zX = sn({ name: "ph-square", render: qX }), HX = ["id", "onClick"], UX = {
18358
18359
  }
18359
18360
  }), l9 = /* @__PURE__ */ Wt(fZ, [["__scopeId", "data-v-6762c77b"]]), dZ = {
18360
18361
  viewBox: "0 0 256 256",
18361
- width: "1.2em",
18362
- height: "1.2em"
18362
+ width: "1em",
18363
+ height: "1em"
18363
18364
  };
18364
18365
  function hZ(e, t) {
18365
18366
  return Y(), ue("svg", dZ, [...t[0] || (t[0] = [
@@ -30729,8 +30730,8 @@ const Wfe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
30729
30730
  }
30730
30731
  }), N_ = /* @__PURE__ */ Wt(tde, [["__scopeId", "data-v-0b38a155"]]), nde = {
30731
30732
  viewBox: "0 0 256 256",
30732
- width: "1.2em",
30733
- height: "1.2em"
30733
+ width: "1em",
30734
+ height: "1em"
30734
30735
  };
30735
30736
  function rde(e, t) {
30736
30737
  return Y(), ue("svg", nde, [...t[0] || (t[0] = [
@@ -30742,8 +30743,8 @@ function rde(e, t) {
30742
30743
  }
30743
30744
  const RI = sn({ name: "ph-caret-left", render: rde }), ide = {
30744
30745
  viewBox: "0 0 256 256",
30745
- width: "1.2em",
30746
- height: "1.2em"
30746
+ width: "1em",
30747
+ height: "1em"
30747
30748
  };
30748
30749
  function ade(e, t) {
30749
30750
  return Y(), ue("svg", ide, [...t[0] || (t[0] = [
@@ -30959,8 +30960,8 @@ const NI = (e) => typeof e != "object" || e.active !== !1, vde = (e, t) => {
30959
30960
  }
30960
30961
  }, _de = {
30961
30962
  viewBox: "0 0 256 256",
30962
- width: "1.2em",
30963
- height: "1.2em"
30963
+ width: "1em",
30964
+ height: "1em"
30964
30965
  };
30965
30966
  function yde(e, t) {
30966
30967
  return Y(), ue("svg", _de, [...t[0] || (t[0] = [
@@ -30972,8 +30973,8 @@ function yde(e, t) {
30972
30973
  }
30973
30974
  const bde = sn({ name: "ph-caret-double-left", render: yde }), wde = {
30974
30975
  viewBox: "0 0 256 256",
30975
- width: "1.2em",
30976
- height: "1.2em"
30976
+ width: "1em",
30977
+ height: "1em"
30977
30978
  };
30978
30979
  function xde(e, t) {
30979
30980
  return Y(), ue("svg", wde, [...t[0] || (t[0] = [