@saasquatch/mint-components 1.5.1-1 → 1.5.1

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 (56) hide show
  1. package/CHANGELOG.md +18 -6
  2. package/dist/cjs/{ShadowViewAddon-16dae1bc.js → ShadowViewAddon-8151e5d3.js} +2 -1
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/mint-components.cjs.js +1 -1
  5. package/dist/cjs/{sqm-big-stat_35.cjs.entry.js → sqm-big-stat_34.cjs.entry.js} +43 -164
  6. package/dist/cjs/sqm-stencilbook.cjs.entry.js +7 -107
  7. package/dist/collection/collection-manifest.json +0 -1
  8. package/dist/collection/components/sqm-checkbox-field/CheckboxField.stories.js +1 -1
  9. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +2 -1
  10. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +1 -1
  11. package/dist/collection/components/sqm-checkbox-field/useCheckboxField.js +2 -2
  12. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +3 -3
  13. package/dist/collection/components/sqm-dropdown-field/useDropdownField.js +2 -2
  14. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +1 -1
  15. package/dist/collection/components/sqm-name-fields/useNameFields.js +2 -2
  16. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +1 -1
  17. package/dist/collection/components/sqm-portal-register/useValidationState.js +2 -2
  18. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +0 -2
  19. package/dist/esm/{ShadowViewAddon-3908b50d.js → ShadowViewAddon-e42c07c6.js} +2 -1
  20. package/dist/esm/loader.js +1 -1
  21. package/dist/esm/mint-components.js +1 -1
  22. package/dist/esm/{sqm-big-stat_35.entry.js → sqm-big-stat_34.entry.js} +47 -167
  23. package/dist/esm/sqm-stencilbook.entry.js +7 -107
  24. package/dist/esm-es5/{ShadowViewAddon-3908b50d.js → ShadowViewAddon-e42c07c6.js} +1 -1
  25. package/dist/esm-es5/loader.js +1 -1
  26. package/dist/esm-es5/mint-components.js +1 -1
  27. package/dist/esm-es5/sqm-big-stat_34.entry.js +1 -0
  28. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  29. package/dist/mint-components/mint-components.esm.js +1 -1
  30. package/dist/mint-components/{p-fc6c07a7.entry.js → p-23259e4c.entry.js} +12 -21
  31. package/dist/mint-components/p-436da6b8.system.js +1 -1
  32. package/dist/mint-components/{p-268d0240.js → p-55358561.js} +1 -1
  33. package/dist/mint-components/{p-9d83a0b3.system.entry.js → p-5bc9f6f4.system.entry.js} +1 -1
  34. package/dist/mint-components/{p-c648f983.system.js → p-6c9bd397.system.js} +1 -1
  35. package/dist/mint-components/{p-aa6292e7.entry.js → p-6cb9eed6.entry.js} +2 -2
  36. package/dist/mint-components/p-b2770bdb.system.entry.js +1 -0
  37. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field-view.d.ts +2 -1
  38. package/dist/types/components/sqm-checkbox-field/useCheckboxField.d.ts +1 -5
  39. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field-view.d.ts +2 -1
  40. package/dist/types/components/sqm-dropdown-field/useDropdownField.d.ts +1 -5
  41. package/dist/types/components/sqm-name-fields/sqm-name-fields-view.d.ts +2 -1
  42. package/dist/types/components/sqm-name-fields/useNameFields.d.ts +1 -5
  43. package/dist/types/components/sqm-portal-register/useValidationState.d.ts +1 -0
  44. package/dist/types/components.d.ts +0 -62
  45. package/grapesjs/grapesjs.js +1 -1
  46. package/package.json +1 -1
  47. package/dist/collection/components/sqm-country-field/UseCountryField.stories.js +0 -91
  48. package/dist/collection/components/sqm-country-field/sqm-country-field-view.js +0 -47
  49. package/dist/collection/components/sqm-country-field/sqm-country-field.js +0 -197
  50. package/dist/collection/components/sqm-country-field/useCountryField.js +0 -23
  51. package/dist/esm-es5/sqm-big-stat_35.entry.js +0 -1
  52. package/dist/mint-components/p-29e6a994.system.entry.js +0 -1
  53. package/dist/types/components/sqm-country-field/UseCountryField.stories.d.ts +0 -40
  54. package/dist/types/components/sqm-country-field/sqm-country-field-view.d.ts +0 -18
  55. package/dist/types/components/sqm-country-field/sqm-country-field.d.ts +0 -33
  56. package/dist/types/components/sqm-country-field/useCountryField.d.ts +0 -10
@@ -1,40 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- };
4
- export default _default;
5
- export declare const Default: {
6
- (): any;
7
- parameters: {
8
- hookStory: Function;
9
- };
10
- };
11
- export declare const English: {
12
- (): any;
13
- parameters: {
14
- hookStory: Function;
15
- };
16
- };
17
- export declare const French: {
18
- (): any;
19
- parameters: {
20
- hookStory: Function;
21
- };
22
- };
23
- export declare const Turkish: {
24
- (): any;
25
- parameters: {
26
- hookStory: Function;
27
- };
28
- };
29
- export declare const NoUser: {
30
- (): any;
31
- parameters: {
32
- hookStory: Function;
33
- };
34
- };
35
- export declare const NoUserFrench: {
36
- (): any;
37
- parameters: {
38
- hookStory: Function;
39
- };
40
- };
@@ -1,18 +0,0 @@
1
- import { VNode } from "../../stencil-public-runtime";
2
- import { Country } from "./useCountryField";
3
- export interface CountryFieldViewProps {
4
- states: {
5
- validationErrors?: Record<string, string>;
6
- };
7
- content: {
8
- dropdownName: string;
9
- dropdownLabel: string;
10
- dropdownRequired?: boolean;
11
- errorMessage: string;
12
- selectOptions?: VNode | VNode[];
13
- };
14
- data: {
15
- countries: Country[];
16
- };
17
- }
18
- export declare function CountryFieldView(props: CountryFieldViewProps): any;
@@ -1,33 +0,0 @@
1
- import { DemoData } from "../../global/demo";
2
- import { CountryFieldViewProps } from "./sqm-country-field-view";
3
- /**
4
- * @uiName Country Field
5
- */
6
- export declare class CountryField {
7
- ignored: boolean;
8
- /**
9
- * @uiName Country name attribute
10
- */
11
- dropdownName: string;
12
- /**
13
- * @uiName Country Dropdown label
14
- */
15
- dropdownLabel: string;
16
- /**
17
- * @uiName Unselected error message
18
- */
19
- errorMessage: string;
20
- /**
21
- * @uiName Required
22
- */
23
- dropdownRequired?: boolean;
24
- /**
25
- * @uiName Country name locale override
26
- */
27
- locale: string | null;
28
- /** @undocumented */
29
- demoData?: DemoData<CountryFieldViewProps>;
30
- constructor();
31
- disconnectedCallback(): void;
32
- render(): any;
33
- }
@@ -1,10 +0,0 @@
1
- import { CountryField } from "./sqm-country-field";
2
- export declare type Country = {
3
- countryCode: string;
4
- displayName: string;
5
- };
6
- export declare function useCountryField(props: CountryField): {
7
- data: {
8
- countries: any;
9
- };
10
- };