@frollo/frollo-web-ui 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/index.js CHANGED
@@ -4,10 +4,13 @@ export { FwCard } from './fw-card.js';
4
4
  import './fw-button.js';
5
5
  import { FwNavigationMenu as script$2 } from './fw-navigation-menu.js';
6
6
  export { FwNavigationMenu } from './fw-navigation-menu.js';
7
+ import './fw-form.js';
7
8
  import { FwInput as script$3 } from './fw-input.js';
8
9
  export { FwInput } from './fw-input.js';
9
10
  import { s as script$1 } from './fw-button-02fc3f47.js';
10
11
  export { s as FwButton } from './fw-button-02fc3f47.js';
12
+ import { F as Form } from './vee-validate.esm-028c6424.js';
13
+ export { F as FwForm } from './vee-validate.esm-028c6424.js';
11
14
  import 'vue';
12
15
 
13
16
  function _arrayWithHoles(arr) {
@@ -476,6 +479,7 @@ var components = /*#__PURE__*/Object.freeze({
476
479
  FwCard: script,
477
480
  FwButton: script$1,
478
481
  FwNavigationMenu: script$2,
482
+ FwForm: Form,
479
483
  FwInput: script$3
480
484
  });
481
485