@frollo/frollo-web-ui 6.0.1 → 6.0.3

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 (67) hide show
  1. package/cjs/index.js +289 -257
  2. package/esm/{add-to-unscopables-31609885.js → add-to-unscopables-ee05b58f.js} +2 -2
  3. package/esm/{array-iteration-ec356eb3.js → array-iteration-8267bf22.js} +2 -2
  4. package/esm/{array-method-has-species-support-8a4b1310.js → array-method-has-species-support-6c675094.js} +1 -1
  5. package/esm/{array-method-is-strict-fc2e0d8d.js → array-method-is-strict-d313436f.js} +1 -1
  6. package/esm/{array-species-create-b125f4a4.js → array-species-create-1c67e297.js} +2 -2
  7. package/esm/{classof-ee4b3b5b.js → classof-d44bf093.js} +1 -1
  8. package/esm/{create-property-c70ecc08.js → create-property-eb329361.js} +1 -1
  9. package/esm/{does-not-exceed-safe-integer-8e0042ec.js → does-not-exceed-safe-integer-de37ce28.js} +1 -1
  10. package/esm/{es.array.concat-fe990345.js → es.array.concat-99b85557.js} +6 -6
  11. package/esm/es.array.find-1ded15d5.js +28 -0
  12. package/esm/{es.array.includes-a06445a5.js → es.array.includes-08e25019.js} +3 -3
  13. package/esm/es.array.map-c56ebffd.js +22 -0
  14. package/esm/{es.date.to-string-1ffba857.js → es.date.to-string-15eb9936.js} +1 -1
  15. package/esm/{es.function.name-6daefaeb.js → es.function.name-6cafd747.js} +1 -1
  16. package/esm/{es.number.constructor-98bae04f.js → es.number.constructor-fb16fe05.js} +2 -2
  17. package/esm/es.object.to-string-4b07c4d1.js +24 -0
  18. package/esm/{es.string.includes-ade04f96.js → es.string.includes-061e8272.js} +3 -3
  19. package/esm/{es.string.iterator-0992bb28.js → es.string.iterator-25db8cd2.js} +8 -8
  20. package/esm/{export-8a363004.js → export-10c4adbc.js} +1 -1
  21. package/esm/{function-apply-b908d7e6.js → function-apply-e17cf65b.js} +1 -1
  22. package/esm/fw-accordion.js +11 -7
  23. package/esm/fw-animations.js +3 -3
  24. package/esm/fw-bar-chart.js +16 -17
  25. package/esm/{fw-button-b00853dd.js → fw-button-c8502414.js} +1 -1
  26. package/esm/fw-button.js +6 -7
  27. package/esm/fw-checkbox.js +9 -9
  28. package/esm/fw-date-picker.js +10 -10
  29. package/esm/fw-drawer.js +6 -7
  30. package/esm/{fw-dropdown-1c89f793.js → fw-dropdown-6856e66e.js} +3 -2
  31. package/esm/fw-dropdown.js +11 -11
  32. package/esm/{fw-image-af8c5745.js → fw-image-aca2c61d.js} +10 -9
  33. package/esm/fw-image.js +17 -17
  34. package/esm/{fw-input-46dd3134.js → fw-input-259e2e18.js} +4 -4
  35. package/esm/fw-input.js +14 -15
  36. package/esm/fw-loading.js +3 -3
  37. package/esm/fw-modal.js +6 -7
  38. package/esm/fw-navigation-menu.js +12 -11
  39. package/esm/fw-popover.js +7 -8
  40. package/esm/fw-progress-bar.js +3 -3
  41. package/esm/fw-provider-list.js +60 -128
  42. package/esm/fw-sidebar-menu.js +6 -7
  43. package/esm/{fw-table-row-1050a386.js → fw-table-row-23f78218.js} +117 -20
  44. package/esm/fw-table.js +11 -9
  45. package/esm/fw-tabs.js +9 -10
  46. package/esm/{fw-tag-fdcaf92c.js → fw-tag-ac28200a.js} +2 -2
  47. package/esm/fw-tag.js +7 -8
  48. package/esm/fw-toast.js +15 -16
  49. package/esm/fw-transactions-card.js +17 -17
  50. package/esm/{index-be5b4afa.js → index-6758f755.js} +13 -13
  51. package/esm/index.js +38 -38
  52. package/esm/{is-forced-fc680e39.js → is-forced-7cb3ee8f.js} +1 -1
  53. package/esm/{object-create-bc771493.js → object-create-51bf02dc.js} +13 -4
  54. package/esm/regexp-flags-c09864e5.js +50 -0
  55. package/esm/{web.timers-c5316125.js → web.timers-e406c8e6.js} +3 -3
  56. package/frollo-web-ui.esm.js +308 -276
  57. package/index.d.ts +49 -13
  58. package/package.json +1 -1
  59. package/types/components/fw-accordion/fw-accordion.vue.d.ts +4 -2
  60. package/types/components/fw-navigation-menu/index.types.d.ts +1 -0
  61. package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +41 -9
  62. package/types/components/fw-table/fw-table.vue.d.ts +3 -2
  63. package/web-components/index.js +308 -276
  64. package/esm/delete-property-or-throw-cd4c57d6.js +0 -31
  65. package/esm/es.array.find-67b3b514.js +0 -51
  66. package/esm/es.array.map-ae6c9437.js +0 -43
  67. package/esm/object-keys-17f3b440.js +0 -13
@@ -1,5 +1,5 @@
1
- import { w as wellKnownSymbol$1, G as objectDefineProperty } from './is-forced-fc680e39.js';
2
- import { o as objectCreate } from './object-create-bc771493.js';
1
+ import { w as wellKnownSymbol$1, G as objectDefineProperty } from './is-forced-7cb3ee8f.js';
2
+ import { a as objectCreate } from './object-create-51bf02dc.js';
3
3
 
4
4
  var wellKnownSymbol = wellKnownSymbol$1;
5
5
  var create = objectCreate;
@@ -1,5 +1,5 @@
1
- import { f as functionUncurryThis, k as aCallable$1, R as functionBindNative, S as indexedObject, e as toObject$1, l as lengthOfArrayLike$1 } from './is-forced-fc680e39.js';
2
- import { a as arraySpeciesCreate$1 } from './array-species-create-b125f4a4.js';
1
+ import { f as functionUncurryThis, k as aCallable$1, R as functionBindNative, S as indexedObject, e as toObject$1, l as lengthOfArrayLike$1 } from './is-forced-7cb3ee8f.js';
2
+ import { a as arraySpeciesCreate$1 } from './array-species-create-1c67e297.js';
3
3
 
4
4
  var uncurryThis$1 = functionUncurryThis;
5
5
  var aCallable = aCallable$1;
@@ -1,4 +1,4 @@
1
- import { h as fails$1, w as wellKnownSymbol$1, m as engineV8Version } from './is-forced-fc680e39.js';
1
+ import { h as fails$1, w as wellKnownSymbol$1, m as engineV8Version } from './is-forced-7cb3ee8f.js';
2
2
 
3
3
  var fails = fails$1;
4
4
  var wellKnownSymbol = wellKnownSymbol$1;
@@ -1,4 +1,4 @@
1
- import { h as fails$1 } from './is-forced-fc680e39.js';
1
+ import { h as fails$1 } from './is-forced-7cb3ee8f.js';
2
2
 
3
3
  'use strict';
4
4
  var fails = fails$1;
@@ -1,5 +1,5 @@
1
- import { u as classofRaw, f as functionUncurryThis, h as fails$1, r as isCallable$1, D as getBuiltIn$1, V as inspectSource$1, K as isObject$1, w as wellKnownSymbol$1 } from './is-forced-fc680e39.js';
2
- import { c as classof$2 } from './classof-ee4b3b5b.js';
1
+ import { y as classofRaw, f as functionUncurryThis, h as fails$1, x as isCallable$1, D as getBuiltIn$1, X as inspectSource$1, K as isObject$1, w as wellKnownSymbol$1 } from './is-forced-7cb3ee8f.js';
2
+ import { c as classof$2 } from './classof-d44bf093.js';
3
3
 
4
4
  var classof$1 = classofRaw;
5
5
 
@@ -1,4 +1,4 @@
1
- import { w as wellKnownSymbol$2, r as isCallable$1, u as classofRaw$1 } from './is-forced-fc680e39.js';
1
+ import { w as wellKnownSymbol$2, x as isCallable$1, y as classofRaw$1 } from './is-forced-7cb3ee8f.js';
2
2
 
3
3
  var wellKnownSymbol$1 = wellKnownSymbol$2;
4
4
 
@@ -1,4 +1,4 @@
1
- import { W as toPropertyKey$1, G as objectDefineProperty, Q as createPropertyDescriptor$1 } from './is-forced-fc680e39.js';
1
+ import { Y as toPropertyKey$1, G as objectDefineProperty, Q as createPropertyDescriptor$1 } from './is-forced-7cb3ee8f.js';
2
2
 
3
3
  'use strict';
4
4
  var toPropertyKey = toPropertyKey$1;
@@ -1,4 +1,4 @@
1
- import './is-forced-fc680e39.js';
1
+ import './is-forced-7cb3ee8f.js';
2
2
 
3
3
  var $TypeError = TypeError;
4
4
  var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
@@ -1,9 +1,9 @@
1
- import { h as fails$1, K as isObject$1, e as toObject$1, l as lengthOfArrayLike$1, w as wellKnownSymbol$1, m as engineV8Version } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { i as isArray$1, a as arraySpeciesCreate$1 } from './array-species-create-b125f4a4.js';
4
- import { d as doesNotExceedSafeInteger$1 } from './does-not-exceed-safe-integer-8e0042ec.js';
5
- import { c as createProperty$1 } from './create-property-c70ecc08.js';
6
- import { a as arrayMethodHasSpeciesSupport$1 } from './array-method-has-species-support-8a4b1310.js';
1
+ import { h as fails$1, K as isObject$1, e as toObject$1, l as lengthOfArrayLike$1, w as wellKnownSymbol$1, m as engineV8Version } from './is-forced-7cb3ee8f.js';
2
+ import { _ as _export } from './export-10c4adbc.js';
3
+ import { i as isArray$1, a as arraySpeciesCreate$1 } from './array-species-create-1c67e297.js';
4
+ import { d as doesNotExceedSafeInteger$1 } from './does-not-exceed-safe-integer-de37ce28.js';
5
+ import { c as createProperty$1 } from './create-property-eb329361.js';
6
+ import { a as arrayMethodHasSpeciesSupport$1 } from './array-method-has-species-support-6c675094.js';
7
7
 
8
8
  var es_array_concat = {};
9
9
 
@@ -0,0 +1,28 @@
1
+ import './is-forced-7cb3ee8f.js';
2
+ import { _ as _export } from './export-10c4adbc.js';
3
+ import { a as arrayIteration } from './array-iteration-8267bf22.js';
4
+ import { a as addToUnscopables$1 } from './add-to-unscopables-ee05b58f.js';
5
+
6
+ var es_array_find = {};
7
+
8
+ 'use strict';
9
+ var $ = _export;
10
+ var $find = arrayIteration.find;
11
+ var addToUnscopables = addToUnscopables$1;
12
+
13
+ var FIND = 'find';
14
+ var SKIPS_HOLES = true;
15
+
16
+ // Shouldn't skip holes
17
+ if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
18
+
19
+ // `Array.prototype.find` method
20
+ // https://tc39.es/ecma262/#sec-array.prototype.find
21
+ $({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
22
+ find: function find(callbackfn /* , that = undefined */) {
23
+ return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
24
+ }
25
+ });
26
+
27
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
28
+ addToUnscopables(FIND);
@@ -1,6 +1,6 @@
1
- import { J as arrayIncludes, h as fails$1 } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { a as addToUnscopables$1 } from './add-to-unscopables-31609885.js';
1
+ import { J as arrayIncludes, h as fails$1 } from './is-forced-7cb3ee8f.js';
2
+ import { _ as _export } from './export-10c4adbc.js';
3
+ import { a as addToUnscopables$1 } from './add-to-unscopables-ee05b58f.js';
4
4
 
5
5
  var es_array_includes = {};
6
6
 
@@ -0,0 +1,22 @@
1
+ import './is-forced-7cb3ee8f.js';
2
+ import { _ as _export } from './export-10c4adbc.js';
3
+ import { a as arrayIteration } from './array-iteration-8267bf22.js';
4
+ import { a as arrayMethodHasSpeciesSupport$1 } from './array-method-has-species-support-6c675094.js';
5
+
6
+ var es_array_map = {};
7
+
8
+ 'use strict';
9
+ var $ = _export;
10
+ var $map = arrayIteration.map;
11
+ var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$1;
12
+
13
+ var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');
14
+
15
+ // `Array.prototype.map` method
16
+ // https://tc39.es/ecma262/#sec-array.prototype.map
17
+ // with adding support of @@species
18
+ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
19
+ map: function map(callbackfn /* , thisArg */) {
20
+ return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
21
+ }
22
+ });
@@ -1,4 +1,4 @@
1
- import { f as functionUncurryThis, b as defineBuiltIn$1 } from './is-forced-fc680e39.js';
1
+ import { f as functionUncurryThis, b as defineBuiltIn$1 } from './is-forced-7cb3ee8f.js';
2
2
 
3
3
  var es_date_toString = {};
4
4
 
@@ -1,4 +1,4 @@
1
- import { d as descriptors, C as functionName, f as functionUncurryThis, G as objectDefineProperty } from './is-forced-fc680e39.js';
1
+ import { d as descriptors, s as functionName, f as functionUncurryThis, G as objectDefineProperty } from './is-forced-7cb3ee8f.js';
2
2
 
3
3
  var es_function_name = {};
4
4
 
@@ -1,5 +1,5 @@
1
- import { r as isCallable$2, f as functionUncurryThis, q as anObject$1, K as isObject$1, y as requireObjectCoercible$1, d as descriptors, g as global$1, I as isForced_1, b as defineBuiltIn$1, A as hasOwnProperty_1, B as objectIsPrototypeOf, L as isSymbol$1, M as toPrimitive$1, h as fails$1, E as objectGetOwnPropertyNames, F as objectGetOwnPropertyDescriptor, G as objectDefineProperty } from './is-forced-fc680e39.js';
2
- import { c as classof$1 } from './classof-ee4b3b5b.js';
1
+ import { x as isCallable$2, f as functionUncurryThis, n as anObject$1, K as isObject$1, B as requireObjectCoercible$1, d as descriptors, g as global$1, I as isForced_1, b as defineBuiltIn$1, q as hasOwnProperty_1, r as objectIsPrototypeOf, L as isSymbol$1, M as toPrimitive$1, h as fails$1, E as objectGetOwnPropertyNames, F as objectGetOwnPropertyDescriptor, G as objectDefineProperty } from './is-forced-7cb3ee8f.js';
2
+ import { c as classof$1 } from './classof-d44bf093.js';
3
3
 
4
4
  var es_number_constructor = {};
5
5
 
@@ -0,0 +1,24 @@
1
+ import { b as defineBuiltIn$1 } from './is-forced-7cb3ee8f.js';
2
+ import { t as toStringTagSupport, c as classof$1 } from './classof-d44bf093.js';
3
+
4
+ var es_object_toString = {};
5
+
6
+ 'use strict';
7
+ var TO_STRING_TAG_SUPPORT$1 = toStringTagSupport;
8
+ var classof = classof$1;
9
+
10
+ // `Object.prototype.toString` method implementation
11
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
12
+ var objectToString = TO_STRING_TAG_SUPPORT$1 ? {}.toString : function toString() {
13
+ return '[object ' + classof(this) + ']';
14
+ };
15
+
16
+ var TO_STRING_TAG_SUPPORT = toStringTagSupport;
17
+ var defineBuiltIn = defineBuiltIn$1;
18
+ var toString = objectToString;
19
+
20
+ // `Object.prototype.toString` method
21
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
22
+ if (!TO_STRING_TAG_SUPPORT) {
23
+ defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
24
+ }
@@ -1,6 +1,6 @@
1
- import { K as isObject$1, u as classofRaw, w as wellKnownSymbol$2, f as functionUncurryThis, y as requireObjectCoercible$1 } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { t as toString$1 } from './es.number.constructor-98bae04f.js';
1
+ import { K as isObject$1, y as classofRaw, w as wellKnownSymbol$2, f as functionUncurryThis, B as requireObjectCoercible$1 } from './is-forced-7cb3ee8f.js';
2
+ import { _ as _export } from './export-10c4adbc.js';
3
+ import { t as toString$1 } from './es.number.constructor-fb16fe05.js';
4
4
 
5
5
  var es_string_includes = {};
6
6
 
@@ -1,11 +1,11 @@
1
- import { n as functionCall, q as anObject$3, z as getMethod$2, w as wellKnownSymbol$6, k as aCallable$1, N as tryToString$1, e as toObject$2, l as lengthOfArrayLike$1, f as functionUncurryThis, v as toIntegerOrInfinity$1, y as requireObjectCoercible$1, h as fails$2, A as hasOwnProperty_1, r as isCallable$3, O as sharedKey$1, b as defineBuiltIn$2, P as isPure, G as objectDefineProperty, Q as createPropertyDescriptor$1, C as functionName, c as createNonEnumerableProperty$1, p as internalState } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { f as functionBindContext } from './array-iteration-ec356eb3.js';
4
- import { b as isConstructor$1 } from './array-species-create-b125f4a4.js';
5
- import { c as createProperty$1 } from './create-property-c70ecc08.js';
6
- import { c as classof$1 } from './classof-ee4b3b5b.js';
7
- import { t as toString$2, o as objectSetPrototypeOf } from './es.number.constructor-98bae04f.js';
8
- import { o as objectCreate } from './object-create-bc771493.js';
1
+ import { p as functionCall, n as anObject$3, C as getMethod$2, w as wellKnownSymbol$6, k as aCallable$1, N as tryToString$1, e as toObject$2, l as lengthOfArrayLike$1, f as functionUncurryThis, z as toIntegerOrInfinity$1, B as requireObjectCoercible$1, h as fails$2, q as hasOwnProperty_1, x as isCallable$3, O as sharedKey$1, b as defineBuiltIn$2, P as isPure, G as objectDefineProperty, Q as createPropertyDescriptor$1, s as functionName, c as createNonEnumerableProperty$1, v as internalState } from './is-forced-7cb3ee8f.js';
2
+ import { _ as _export } from './export-10c4adbc.js';
3
+ import { f as functionBindContext } from './array-iteration-8267bf22.js';
4
+ import { b as isConstructor$1 } from './array-species-create-1c67e297.js';
5
+ import { c as createProperty$1 } from './create-property-eb329361.js';
6
+ import { c as classof$1 } from './classof-d44bf093.js';
7
+ import { t as toString$2, o as objectSetPrototypeOf } from './es.number.constructor-fb16fe05.js';
8
+ import { a as objectCreate } from './object-create-51bf02dc.js';
9
9
 
10
10
  var es_array_from = {};
11
11
 
@@ -1,4 +1,4 @@
1
- import { D as getBuiltIn$1, f as functionUncurryThis, E as objectGetOwnPropertyNames, q as anObject$1, A as hasOwnProperty_1, F as objectGetOwnPropertyDescriptor, G as objectDefineProperty, g as global$1, c as createNonEnumerableProperty$1, b as defineBuiltIn$1, H as defineGlobalProperty$1, I as isForced_1 } from './is-forced-fc680e39.js';
1
+ import { D as getBuiltIn$1, f as functionUncurryThis, E as objectGetOwnPropertyNames, n as anObject$1, q as hasOwnProperty_1, F as objectGetOwnPropertyDescriptor, G as objectDefineProperty, g as global$1, c as createNonEnumerableProperty$1, b as defineBuiltIn$1, H as defineGlobalProperty$1, I as isForced_1 } from './is-forced-7cb3ee8f.js';
2
2
 
3
3
  var objectGetOwnPropertySymbols = {};
4
4
 
@@ -1,4 +1,4 @@
1
- import { R as functionBindNative } from './is-forced-fc680e39.js';
1
+ import { R as functionBindNative } from './is-forced-7cb3ee8f.js';
2
2
 
3
3
  var NATIVE_BIND = functionBindNative;
4
4
 
@@ -1,9 +1,10 @@
1
- import { defineComponent, ref, useCssVars, pushScopeId, popScopeId, openBlock, createElementBlock, createElementVNode, normalizeClass, createCommentVNode, toDisplayString, createVNode, Transition, withCtx, withDirectives, renderSlot, vShow } from 'vue';
1
+ import { defineComponent, ref, watch, useCssVars, pushScopeId, popScopeId, openBlock, createElementBlock, createElementVNode, normalizeClass, createCommentVNode, toDisplayString, createVNode, Transition, withCtx, withDirectives, renderSlot, vShow } from 'vue';
2
2
  import { u as useColours } from './get-root-colours-865a52ba.js';
3
3
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
4
4
 
5
5
  var __default__ = defineComponent({
6
6
  name: 'FwAccordion',
7
+ emits: ['toggled'],
7
8
  props: {
8
9
  /**
9
10
  * The header title of the accordion
@@ -32,8 +33,11 @@ var __default__ = defineComponent({
32
33
  "default": true
33
34
  }
34
35
  },
35
- setup: function setup(props) {
36
+ setup: function setup(props, ctx) {
36
37
  var isOpen = ref(props.isOpened);
38
+ watch(isOpen, function (newValue) {
39
+ ctx.emit('toggled', newValue);
40
+ });
37
41
  var _useColours = useColours(),
38
42
  bgHoverColor = _useColours.primaryFade5;
39
43
  var beforeEnter = function beforeEnter(el) {
@@ -61,7 +65,7 @@ var __default__ = defineComponent({
61
65
  var __injectCSSVars__ = function __injectCSSVars__() {
62
66
  useCssVars(function (_ctx) {
63
67
  return {
64
- "0ec0724b": _ctx.bgHoverColor
68
+ "5f2b9a00": _ctx.bgHoverColor
65
69
  };
66
70
  });
67
71
  };
@@ -72,7 +76,7 @@ __default__.setup = __setup__ ? function (props, ctx) {
72
76
  } : __injectCSSVars__;
73
77
 
74
78
  var _withScopeId = function _withScopeId(n) {
75
- return pushScopeId("data-v-5123413b"), n = n(), popScopeId(), n;
79
+ return pushScopeId("data-v-a62b48c8"), n = n(), popScopeId(), n;
76
80
  };
77
81
  var _hoisted_1 = {
78
82
  "class": "fw-accordion rounded-sm border border-grey-40"
@@ -117,11 +121,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
117
121
  }, 8, ["onBeforeEnter", "onEnter", "onBeforeLeave", "onLeave"])]);
118
122
  }
119
123
 
120
- var css_248z = ".fw-accordion--header-open[data-v-5123413b],.fw-accordion--header[data-v-5123413b]:focus-visible,.fw-accordion--header[data-v-5123413b]:hover{background-color:var(--0ec0724b)}.fw-accordion--icon[data-v-5123413b]{position:relative}.fw-accordion--icon[data-v-5123413b]:after,.fw-accordion--icon[data-v-5123413b]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-5123413b]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-5123413b]:after{width:0}";
121
- var stylesheet = ".fw-accordion--header-open[data-v-5123413b],.fw-accordion--header[data-v-5123413b]:focus-visible,.fw-accordion--header[data-v-5123413b]:hover{background-color:var(--0ec0724b)}.fw-accordion--icon[data-v-5123413b]{position:relative}.fw-accordion--icon[data-v-5123413b]:after,.fw-accordion--icon[data-v-5123413b]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-5123413b]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-5123413b]:after{width:0}";
124
+ var css_248z = ".fw-accordion--header-open[data-v-a62b48c8],.fw-accordion--header[data-v-a62b48c8]:focus-visible,.fw-accordion--header[data-v-a62b48c8]:hover{background-color:var(--5f2b9a00)}.fw-accordion--icon[data-v-a62b48c8]{position:relative}.fw-accordion--icon[data-v-a62b48c8]:after,.fw-accordion--icon[data-v-a62b48c8]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-a62b48c8]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-a62b48c8]:after{width:0}";
125
+ var stylesheet = ".fw-accordion--header-open[data-v-a62b48c8],.fw-accordion--header[data-v-a62b48c8]:focus-visible,.fw-accordion--header[data-v-a62b48c8]:hover{background-color:var(--5f2b9a00)}.fw-accordion--icon[data-v-a62b48c8]{position:relative}.fw-accordion--icon[data-v-a62b48c8]:after,.fw-accordion--icon[data-v-a62b48c8]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-a62b48c8]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-a62b48c8]:after{width:0}";
122
126
  styleInject(css_248z);
123
127
 
124
128
  __default__.render = render;
125
- __default__.__scopeId = "data-v-5123413b";
129
+ __default__.__scopeId = "data-v-a62b48c8";
126
130
 
127
131
  export { __default__ as FwAccordion };
@@ -1,9 +1,9 @@
1
- import './es.number.constructor-98bae04f.js';
1
+ import './es.number.constructor-fb16fe05.js';
2
2
  import { defineComponent, useCssVars, pushScopeId, popScopeId, createElementVNode, openBlock, createElementBlock, createStaticVNode } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
4
4
  export { s as FwLoadingSpinner } from './fw-loading-spinner-72d70258.js';
5
- import './is-forced-fc680e39.js';
6
- import './classof-ee4b3b5b.js';
5
+ import './is-forced-7cb3ee8f.js';
6
+ import './classof-d44bf093.js';
7
7
  import './index-bced3b35.js';
8
8
  import './check-94a5917a.js';
9
9
 
@@ -1,20 +1,19 @@
1
- export { s as FwBarChart } from './index-be5b4afa.js';
2
- import './es.number.constructor-98bae04f.js';
3
- import './is-forced-fc680e39.js';
4
- import './classof-ee4b3b5b.js';
5
- import './export-8a363004.js';
6
- import './es.array.map-ae6c9437.js';
7
- import './array-iteration-ec356eb3.js';
8
- import './array-species-create-b125f4a4.js';
9
- import './array-method-has-species-support-8a4b1310.js';
10
- import './object-create-bc771493.js';
11
- import './object-keys-17f3b440.js';
12
- import './function-apply-b908d7e6.js';
13
- import './es.string.iterator-0992bb28.js';
14
- import './create-property-c70ecc08.js';
15
- import './delete-property-or-throw-cd4c57d6.js';
16
- import './es.function.name-6daefaeb.js';
17
- import './does-not-exceed-safe-integer-8e0042ec.js';
1
+ export { s as FwBarChart } from './index-6758f755.js';
2
+ import './es.number.constructor-fb16fe05.js';
3
+ import './is-forced-7cb3ee8f.js';
4
+ import './classof-d44bf093.js';
5
+ import './export-10c4adbc.js';
6
+ import './regexp-flags-c09864e5.js';
7
+ import './object-create-51bf02dc.js';
8
+ import './function-apply-e17cf65b.js';
9
+ import './es.string.iterator-25db8cd2.js';
10
+ import './array-iteration-8267bf22.js';
11
+ import './array-species-create-1c67e297.js';
12
+ import './create-property-eb329361.js';
13
+ import './es.array.map-c56ebffd.js';
14
+ import './array-method-has-species-support-6c675094.js';
15
+ import './es.function.name-6cafd747.js';
16
+ import './does-not-exceed-safe-integer-de37ce28.js';
18
17
  import 'vue';
19
18
  import './get-root-colours-865a52ba.js';
20
19
  import './uniqueId-fe08534a.js';
@@ -1,4 +1,4 @@
1
- import './es.array.includes-a06445a5.js';
1
+ import './es.array.includes-08e25019.js';
2
2
  import { defineComponent, ref, computed, resolveComponent, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, createElementBlock, createElementVNode, renderSlot, createVNode, createCommentVNode } from 'vue';
3
3
  import { s as script$1 } from './fw-loading-spinner-72d70258.js';
4
4
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
package/esm/fw-button.js CHANGED
@@ -1,10 +1,9 @@
1
- export { s as FwButton } from './fw-button-b00853dd.js';
2
- import './es.array.includes-a06445a5.js';
3
- import './is-forced-fc680e39.js';
4
- import './export-8a363004.js';
5
- import './add-to-unscopables-31609885.js';
6
- import './object-create-bc771493.js';
7
- import './object-keys-17f3b440.js';
1
+ export { s as FwButton } from './fw-button-c8502414.js';
2
+ import './es.array.includes-08e25019.js';
3
+ import './is-forced-7cb3ee8f.js';
4
+ import './export-10c4adbc.js';
5
+ import './add-to-unscopables-ee05b58f.js';
6
+ import './object-create-51bf02dc.js';
8
7
  import 'vue';
9
8
  import './fw-loading-spinner-72d70258.js';
10
9
  import './index-bced3b35.js';
@@ -1,16 +1,16 @@
1
1
  import { defineComponent, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, mergeProps, createCommentVNode, Transition, toDisplayString } from 'vue';
2
2
  import { a as Field } from './vee-validate.esm-a17a23c3.js';
3
3
  import { u as uniqueId } from './uniqueId-fe08534a.js';
4
- import './es.function.name-6daefaeb.js';
5
- import './es.array.concat-fe990345.js';
4
+ import './es.function.name-6cafd747.js';
5
+ import './es.array.concat-99b85557.js';
6
6
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
- import './is-forced-fc680e39.js';
8
- import './export-8a363004.js';
9
- import './array-species-create-b125f4a4.js';
10
- import './classof-ee4b3b5b.js';
11
- import './does-not-exceed-safe-integer-8e0042ec.js';
12
- import './create-property-c70ecc08.js';
13
- import './array-method-has-species-support-8a4b1310.js';
7
+ import './is-forced-7cb3ee8f.js';
8
+ import './export-10c4adbc.js';
9
+ import './array-species-create-1c67e297.js';
10
+ import './classof-d44bf093.js';
11
+ import './does-not-exceed-safe-integer-de37ce28.js';
12
+ import './create-property-eb329361.js';
13
+ import './array-method-has-species-support-6c675094.js';
14
14
 
15
15
  var script = defineComponent({
16
16
  name: 'FwCheckbox',
@@ -4,17 +4,17 @@ import { u as uniqueId } from './uniqueId-fe08534a.js';
4
4
  import { c as createPopper } from './index-0c5cae4f.js';
5
5
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
6
6
  import { u as useColours } from './get-root-colours-865a52ba.js';
7
- import './es.date.to-string-1ffba857.js';
8
- import './es.array.concat-fe990345.js';
9
- import './es.function.name-6daefaeb.js';
7
+ import './es.date.to-string-15eb9936.js';
8
+ import './es.array.concat-99b85557.js';
9
+ import './es.function.name-6cafd747.js';
10
10
  import './check-94a5917a.js';
11
- import './is-forced-fc680e39.js';
12
- import './export-8a363004.js';
13
- import './array-species-create-b125f4a4.js';
14
- import './classof-ee4b3b5b.js';
15
- import './does-not-exceed-safe-integer-8e0042ec.js';
16
- import './create-property-c70ecc08.js';
17
- import './array-method-has-species-support-8a4b1310.js';
11
+ import './is-forced-7cb3ee8f.js';
12
+ import './export-10c4adbc.js';
13
+ import './array-species-create-1c67e297.js';
14
+ import './classof-d44bf093.js';
15
+ import './does-not-exceed-safe-integer-de37ce28.js';
16
+ import './create-property-eb329361.js';
17
+ import './array-method-has-species-support-6c675094.js';
18
18
 
19
19
  var __defProp = Object.defineProperty;
20
20
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
package/esm/fw-drawer.js CHANGED
@@ -1,14 +1,13 @@
1
- import './es.array.includes-a06445a5.js';
1
+ import './es.array.includes-08e25019.js';
2
2
  import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Transition, withCtx, createElementBlock, normalizeClass, createElementVNode, renderSlot, createCommentVNode, createVNode, createTextVNode, toDisplayString } from 'vue';
3
- import { s as script$1 } from './fw-button-b00853dd.js';
3
+ import { s as script$1 } from './fw-button-c8502414.js';
4
4
  import { u as uniqueId } from './uniqueId-fe08534a.js';
5
5
  import { c as render$1 } from './index-bced3b35.js';
6
6
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
- import './is-forced-fc680e39.js';
8
- import './export-8a363004.js';
9
- import './add-to-unscopables-31609885.js';
10
- import './object-create-bc771493.js';
11
- import './object-keys-17f3b440.js';
7
+ import './is-forced-7cb3ee8f.js';
8
+ import './export-10c4adbc.js';
9
+ import './add-to-unscopables-ee05b58f.js';
10
+ import './object-create-51bf02dc.js';
12
11
  import './fw-loading-spinner-72d70258.js';
13
12
  import './check-94a5917a.js';
14
13
 
@@ -1,8 +1,9 @@
1
- import './es.array.find-67b3b514.js';
1
+ import './es.array.find-1ded15d5.js';
2
+ import './es.object.to-string-4b07c4d1.js';
2
3
  import { defineComponent, toRef, ref, computed, onMounted, onBeforeUnmount, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, toDisplayString, createCommentVNode, createElementVNode, normalizeClass, createVNode, Transition, withCtx, Fragment, renderList } from 'vue';
3
4
  import { u as useField } from './vee-validate.esm-a17a23c3.js';
4
5
  import { b as render$1 } from './index-bced3b35.js';
5
- import './es.function.name-6daefaeb.js';
6
+ import './es.function.name-6cafd747.js';
6
7
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
8
 
8
9
  var script = defineComponent({
@@ -1,16 +1,16 @@
1
- export { s as FwDropdown } from './fw-dropdown-1c89f793.js';
2
- import './es.array.find-67b3b514.js';
3
- import './is-forced-fc680e39.js';
4
- import './classof-ee4b3b5b.js';
5
- import './export-8a363004.js';
6
- import './array-iteration-ec356eb3.js';
7
- import './array-species-create-b125f4a4.js';
8
- import './add-to-unscopables-31609885.js';
9
- import './object-create-bc771493.js';
10
- import './object-keys-17f3b440.js';
1
+ export { s as FwDropdown } from './fw-dropdown-6856e66e.js';
2
+ import './es.array.find-1ded15d5.js';
3
+ import './is-forced-7cb3ee8f.js';
4
+ import './export-10c4adbc.js';
5
+ import './array-iteration-8267bf22.js';
6
+ import './array-species-create-1c67e297.js';
7
+ import './classof-d44bf093.js';
8
+ import './add-to-unscopables-ee05b58f.js';
9
+ import './object-create-51bf02dc.js';
10
+ import './es.object.to-string-4b07c4d1.js';
11
11
  import 'vue';
12
12
  import './vee-validate.esm-a17a23c3.js';
13
13
  import './index-bced3b35.js';
14
14
  import './check-94a5917a.js';
15
- import './es.function.name-6daefaeb.js';
15
+ import './es.function.name-6cafd747.js';
16
16
  import './style-inject.es-1f59c1d0.js';
@@ -1,13 +1,14 @@
1
- import './es.array.includes-a06445a5.js';
2
- import './es.number.constructor-98bae04f.js';
1
+ import './es.array.includes-08e25019.js';
2
+ import './es.number.constructor-fb16fe05.js';
3
3
  import { defineComponent, computed, ref, resolveComponent, resolveDirective, withDirectives, openBlock, createElementBlock, normalizeClass, withKeys, createElementVNode, createVNode, renderSlot } from 'vue';
4
- import { a as documentCreateElement$1, g as global$1, c as createNonEnumerableProperty$1 } from './is-forced-fc680e39.js';
5
- import { _ as _export } from './export-8a363004.js';
6
- import { a as arrayIteration } from './array-iteration-ec356eb3.js';
7
- import { a as arrayMethodIsStrict$1 } from './array-method-is-strict-fc2e0d8d.js';
8
- import './es.array.find-67b3b514.js';
9
- import './es.string.iterator-0992bb28.js';
10
- import './web.timers-c5316125.js';
4
+ import { a as documentCreateElement$1, g as global$1, c as createNonEnumerableProperty$1 } from './is-forced-7cb3ee8f.js';
5
+ import { _ as _export } from './export-10c4adbc.js';
6
+ import { a as arrayIteration } from './array-iteration-8267bf22.js';
7
+ import { a as arrayMethodIsStrict$1 } from './array-method-is-strict-d313436f.js';
8
+ import './es.object.to-string-4b07c4d1.js';
9
+ import './es.array.find-1ded15d5.js';
10
+ import './es.string.iterator-25db8cd2.js';
11
+ import './web.timers-e406c8e6.js';
11
12
  import { s as script$1 } from './fw-loading-bar-f5ca605c.js';
12
13
  import { r as render$1 } from './index-bced3b35.js';
13
14
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
package/esm/fw-image.js CHANGED
@@ -1,21 +1,21 @@
1
- export { s as FwImage } from './fw-image-af8c5745.js';
2
- import './es.array.includes-a06445a5.js';
3
- import './is-forced-fc680e39.js';
4
- import './export-8a363004.js';
5
- import './add-to-unscopables-31609885.js';
6
- import './object-create-bc771493.js';
7
- import './object-keys-17f3b440.js';
8
- import './es.number.constructor-98bae04f.js';
9
- import './classof-ee4b3b5b.js';
1
+ export { s as FwImage } from './fw-image-aca2c61d.js';
2
+ import './es.array.includes-08e25019.js';
3
+ import './is-forced-7cb3ee8f.js';
4
+ import './export-10c4adbc.js';
5
+ import './add-to-unscopables-ee05b58f.js';
6
+ import './object-create-51bf02dc.js';
7
+ import './es.number.constructor-fb16fe05.js';
8
+ import './classof-d44bf093.js';
10
9
  import 'vue';
11
- import './array-iteration-ec356eb3.js';
12
- import './array-species-create-b125f4a4.js';
13
- import './array-method-is-strict-fc2e0d8d.js';
14
- import './es.array.find-67b3b514.js';
15
- import './es.string.iterator-0992bb28.js';
16
- import './create-property-c70ecc08.js';
17
- import './web.timers-c5316125.js';
18
- import './function-apply-b908d7e6.js';
10
+ import './array-iteration-8267bf22.js';
11
+ import './array-species-create-1c67e297.js';
12
+ import './array-method-is-strict-d313436f.js';
13
+ import './es.object.to-string-4b07c4d1.js';
14
+ import './es.array.find-1ded15d5.js';
15
+ import './es.string.iterator-25db8cd2.js';
16
+ import './create-property-eb329361.js';
17
+ import './web.timers-e406c8e6.js';
18
+ import './function-apply-e17cf65b.js';
19
19
  import './fw-loading-bar-f5ca605c.js';
20
20
  import './style-inject.es-1f59c1d0.js';
21
21
  import './index-bced3b35.js';
@@ -1,11 +1,11 @@
1
- import './es.array.includes-a06445a5.js';
2
- import './es.number.constructor-98bae04f.js';
1
+ import './es.array.includes-08e25019.js';
2
+ import './es.number.constructor-fb16fe05.js';
3
3
  import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, toDisplayString, createCommentVNode, renderSlot, mergeProps, createBlock, Transition, normalizeClass } from 'vue';
4
4
  import { a as render$1 } from './index-bced3b35.js';
5
5
  import { a as Field } from './vee-validate.esm-a17a23c3.js';
6
6
  import { u as uniqueId } from './uniqueId-fe08534a.js';
7
- import './es.function.name-6daefaeb.js';
8
- import './es.array.concat-fe990345.js';
7
+ import './es.function.name-6cafd747.js';
8
+ import './es.array.concat-99b85557.js';
9
9
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
10
10
 
11
11
  var script = defineComponent({