@makeswift/runtime 0.9.9 → 0.9.11

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 (174) hide show
  1. package/dist/PreviewProvider.es.js +2 -2
  2. package/dist/ReadOnlyText.es.js +1 -1
  3. package/dist/ReadOnlyTextV2.cjs.js +3 -1
  4. package/dist/ReadOnlyTextV2.cjs.js.map +1 -1
  5. package/dist/ReadOnlyTextV2.es.js +4 -2
  6. package/dist/ReadOnlyTextV2.es.js.map +1 -1
  7. package/dist/api.cjs.js +19 -0
  8. package/dist/api.cjs.js.map +1 -1
  9. package/dist/api.es.js +19 -0
  10. package/dist/api.es.js.map +1 -1
  11. package/dist/controls.cjs.js +2 -0
  12. package/dist/controls.cjs.js.map +1 -1
  13. package/dist/controls.es.js +1 -1
  14. package/dist/index.cjs.js +127 -32
  15. package/dist/index.cjs.js.map +1 -1
  16. package/dist/index.cjs10.js +6 -2
  17. package/dist/index.cjs10.js.map +1 -1
  18. package/dist/index.cjs5.js +30 -75
  19. package/dist/index.cjs5.js.map +1 -1
  20. package/dist/index.cjs9.js +4 -1
  21. package/dist/index.cjs9.js.map +1 -1
  22. package/dist/index.es.js +128 -33
  23. package/dist/index.es.js.map +1 -1
  24. package/dist/index.es10.js +8 -4
  25. package/dist/index.es10.js.map +1 -1
  26. package/dist/index.es5.js +31 -73
  27. package/dist/index.es5.js.map +1 -1
  28. package/dist/index.es6.js +1 -1
  29. package/dist/index.es9.js +5 -2
  30. package/dist/index.es9.js.map +1 -1
  31. package/dist/react-page.cjs.js +37 -17
  32. package/dist/react-page.cjs.js.map +1 -1
  33. package/dist/react-page.es.js +36 -18
  34. package/dist/react-page.es.js.map +1 -1
  35. package/dist/slate.cjs.js +69 -6
  36. package/dist/slate.cjs.js.map +1 -1
  37. package/dist/slate.es.js +69 -7
  38. package/dist/slate.es.js.map +1 -1
  39. package/dist/types/src/api/graphql/documents/fragments.d.ts +1 -0
  40. package/dist/types/src/api/graphql/documents/fragments.d.ts.map +1 -1
  41. package/dist/types/src/api/graphql/documents/queries.d.ts +1 -0
  42. package/dist/types/src/api/graphql/documents/queries.d.ts.map +1 -1
  43. package/dist/types/src/api/graphql/generated/fragment-document-nodes.d.ts +1 -0
  44. package/dist/types/src/api/graphql/generated/fragment-document-nodes.d.ts.map +1 -1
  45. package/dist/types/src/api/graphql/generated/types.d.ts +17 -0
  46. package/dist/types/src/api/graphql/generated/types.d.ts.map +1 -1
  47. package/dist/types/src/api/graphql/types.d.ts +3 -3
  48. package/dist/types/src/api/graphql/types.d.ts.map +1 -1
  49. package/dist/types/src/api/react.d.ts +14 -3
  50. package/dist/types/src/api/react.d.ts.map +1 -1
  51. package/dist/types/src/components/builtin/Button/Button.d.ts +3 -39
  52. package/dist/types/src/components/builtin/Button/Button.d.ts.map +1 -1
  53. package/dist/types/src/components/builtin/Form/components/Field/components/Checkbox/index.d.ts +2 -2
  54. package/dist/types/src/components/builtin/Form/components/Field/components/Input/index.d.ts +1 -1
  55. package/dist/types/src/components/builtin/Form/components/Field/components/PlaceholderTableField/index.d.ts +0 -1
  56. package/dist/types/src/components/builtin/Form/components/Field/components/PlaceholderTableField/index.d.ts.map +1 -1
  57. package/dist/types/src/components/builtin/Form/components/Field/components/RadioButton/index.d.ts +2 -2
  58. package/dist/types/src/components/builtin/Form/components/Field/components/TextArea/index.d.ts +1 -1
  59. package/dist/types/src/components/builtin/Form/components/Field/index.d.ts +0 -1
  60. package/dist/types/src/components/builtin/Form/components/Field/index.d.ts.map +1 -1
  61. package/dist/types/src/components/builtin/Form/components/Spinner/index.d.ts +0 -1
  62. package/dist/types/src/components/builtin/Form/components/Spinner/index.d.ts.map +1 -1
  63. package/dist/types/src/components/builtin/Navigation/components/DropDownButton/index.d.ts +1 -1
  64. package/dist/types/src/components/builtin/Navigation/components/DropDownButton/index.d.ts.map +1 -1
  65. package/dist/types/src/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts +0 -1
  66. package/dist/types/src/components/builtin/Navigation/components/LinksPlaceholder/index.d.ts.map +1 -1
  67. package/dist/types/src/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts +1 -1
  68. package/dist/types/src/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.d.ts.map +1 -1
  69. package/dist/types/src/components/builtin/Navigation/components/MobileMenu/index.d.ts +0 -1
  70. package/dist/types/src/components/builtin/Navigation/components/MobileMenu/index.d.ts.map +1 -1
  71. package/dist/types/src/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts +0 -1
  72. package/dist/types/src/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.d.ts.map +1 -1
  73. package/dist/types/src/components/builtin/SocialLinks/options.d.ts +23 -24
  74. package/dist/types/src/components/builtin/SocialLinks/options.d.ts.map +1 -1
  75. package/dist/types/src/components/builtin/Text/ReadOnlyText.d.ts +2 -2
  76. package/dist/types/src/components/builtin/Text/ReadOnlyText.d.ts.map +1 -1
  77. package/dist/types/src/components/builtin/Text/components/Element/block.d.ts +1 -2
  78. package/dist/types/src/components/builtin/Text/components/Element/block.d.ts.map +1 -1
  79. package/dist/types/src/components/builtin/Text/components/Element/element.d.ts +1 -2
  80. package/dist/types/src/components/builtin/Text/components/Element/element.d.ts.map +1 -1
  81. package/dist/types/src/components/builtin/Text/components/Element/inline.d.ts +1 -2
  82. package/dist/types/src/components/builtin/Text/components/Element/inline.d.ts.map +1 -1
  83. package/dist/types/src/components/builtin/Text/components/Leaf/leaf.d.ts +1 -2
  84. package/dist/types/src/components/builtin/Text/components/Leaf/leaf.d.ts.map +1 -1
  85. package/dist/types/src/components/page/Page.d.ts +0 -1
  86. package/dist/types/src/components/page/Page.d.ts.map +1 -1
  87. package/dist/types/src/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts +0 -1
  88. package/dist/types/src/components/shared/BackgroundsContainer/components/BackgroundVideo/index.d.ts.map +1 -1
  89. package/dist/types/src/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts +0 -1
  90. package/dist/types/src/components/shared/BackgroundsContainer/components/Backgrounds/index.d.ts.map +1 -1
  91. package/dist/types/src/components/shared/BackgroundsContainer/index.d.ts +1 -1
  92. package/dist/types/src/components/shared/GutterContainer/index.d.ts +1 -1
  93. package/dist/types/src/components/shared/GutterContainer/index.d.ts.map +1 -1
  94. package/dist/types/src/components/shared/Link/index.d.ts +1 -1
  95. package/dist/types/src/components/shared/Link/index.d.ts.map +1 -1
  96. package/dist/types/src/components/shared/grid-item.d.ts +1 -1
  97. package/dist/types/src/components/shared/grid-item.d.ts.map +1 -1
  98. package/dist/types/src/controls/rich-text/fixtures/v2-data-types.d.ts +3 -0
  99. package/dist/types/src/controls/rich-text/fixtures/v2-data-types.d.ts.map +1 -0
  100. package/dist/types/src/controls/rich-text/translation.d.ts.map +1 -1
  101. package/dist/types/src/controls/rich-text-v2/index.d.ts +1 -0
  102. package/dist/types/src/controls/rich-text-v2/index.d.ts.map +1 -1
  103. package/dist/types/src/controls/rich-text-v2/rich-text-v2.d.ts +15 -11
  104. package/dist/types/src/controls/rich-text-v2/rich-text-v2.d.ts.map +1 -1
  105. package/dist/types/src/controls/rich-text-v2/translation.d.ts +5 -0
  106. package/dist/types/src/controls/rich-text-v2/translation.d.ts.map +1 -0
  107. package/dist/types/src/controls/typography.d.ts +2 -2
  108. package/dist/types/src/controls/typography.d.ts.map +1 -1
  109. package/dist/types/src/next/api-handler/index.d.ts.map +1 -1
  110. package/dist/types/src/next/client.d.ts +7 -2
  111. package/dist/types/src/next/client.d.ts.map +1 -1
  112. package/dist/types/src/next/document.d.ts +1 -2
  113. package/dist/types/src/next/document.d.ts.map +1 -1
  114. package/dist/types/src/next/index.d.ts +1 -1
  115. package/dist/types/src/next/index.d.ts.map +1 -1
  116. package/dist/types/src/next/preview-mode.d.ts +1 -2
  117. package/dist/types/src/next/preview-mode.d.ts.map +1 -1
  118. package/dist/types/src/prop-controllers/introspection.d.ts.map +1 -1
  119. package/dist/types/src/runtimes/react/components/render-hook.d.ts +0 -1
  120. package/dist/types/src/runtimes/react/components/render-hook.d.ts.map +1 -1
  121. package/dist/types/src/runtimes/react/controls/control.d.ts +0 -1
  122. package/dist/types/src/runtimes/react/controls/control.d.ts.map +1 -1
  123. package/dist/types/src/runtimes/react/controls/list.d.ts +0 -1
  124. package/dist/types/src/runtimes/react/controls/list.d.ts.map +1 -1
  125. package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/editable-text-v2.d.ts +2 -2
  126. package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/editable-text-v2.d.ts.map +1 -1
  127. package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-element.d.ts +1 -2
  128. package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-element.d.ts.map +1 -1
  129. package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-leaf.d.ts +1 -2
  130. package/dist/types/src/runtimes/react/controls/rich-text-v2/EditableTextV2/render-leaf.d.ts.map +1 -1
  131. package/dist/types/src/runtimes/react/controls/rich-text-v2/ReadOnlyTextV2.d.ts +2 -2
  132. package/dist/types/src/runtimes/react/controls/rich-text-v2/ReadOnlyTextV2.d.ts.map +1 -1
  133. package/dist/types/src/runtimes/react/controls/rich-text-v2/rich-text-v2.d.ts +1 -1
  134. package/dist/types/src/runtimes/react/controls/rich-text-v2/rich-text-v2.d.ts.map +1 -1
  135. package/dist/types/src/runtimes/react/controls/rich-text.d.ts +1 -1
  136. package/dist/types/src/runtimes/react/controls/rich-text.d.ts.map +1 -1
  137. package/dist/types/src/runtimes/react/controls/shape.d.ts +0 -1
  138. package/dist/types/src/runtimes/react/controls/shape.d.ts.map +1 -1
  139. package/dist/types/src/runtimes/react/controls/slot.d.ts +2 -2
  140. package/dist/types/src/runtimes/react/controls/slot.d.ts.map +1 -1
  141. package/dist/types/src/runtimes/react/controls/style-v2.d.ts +0 -1
  142. package/dist/types/src/runtimes/react/controls/style-v2.d.ts.map +1 -1
  143. package/dist/types/src/runtimes/react/controls/typography.d.ts +5 -5
  144. package/dist/types/src/runtimes/react/controls/typography.d.ts.map +1 -1
  145. package/dist/types/src/runtimes/react/controls.d.ts +0 -1
  146. package/dist/types/src/runtimes/react/controls.d.ts.map +1 -1
  147. package/dist/types/src/runtimes/react/find-dom-node.d.ts.map +1 -1
  148. package/dist/types/src/runtimes/react/hooks/makeswift-api.d.ts +2 -1
  149. package/dist/types/src/runtimes/react/hooks/makeswift-api.d.ts.map +1 -1
  150. package/dist/types/src/runtimes/react/index.d.ts +1 -1
  151. package/dist/types/src/runtimes/react/index.d.ts.map +1 -1
  152. package/dist/types/src/slate/TextAlignPlugin/index.d.ts +3 -3
  153. package/dist/types/src/slate/TextAlignPlugin/index.d.ts.map +1 -1
  154. package/dist/types/src/slate/TypographyPlugin/getValue.d.ts +1 -1
  155. package/dist/types/src/slate/TypographyPlugin/getValue.d.ts.map +1 -1
  156. package/dist/types/src/slate/TypographyPlugin/index.d.ts.map +1 -1
  157. package/dist/types/src/slate/utils/responsive.d.ts +1 -1
  158. package/dist/types/src/slate/utils/responsive.d.ts.map +1 -1
  159. package/dist/types/src/state/makeswift-api-client.d.ts +1 -1
  160. package/dist/types/src/state/makeswift-api-client.d.ts.map +1 -1
  161. package/dist/types/src/state/modules/api-resources.d.ts.map +1 -1
  162. package/dist/types/src/state/modules/react-components.d.ts +2 -2
  163. package/dist/types/src/state/modules/react-components.d.ts.map +1 -1
  164. package/dist/types.cjs.js +1 -0
  165. package/dist/types.cjs.js.map +1 -1
  166. package/dist/types.cjs2.js +1 -5
  167. package/dist/types.cjs2.js.map +1 -1
  168. package/dist/types.es.js +1 -0
  169. package/dist/types.es.js.map +1 -1
  170. package/dist/types.es2.js +2 -6
  171. package/dist/types.es2.js.map +1 -1
  172. package/dist/typography.cjs.js.map +1 -1
  173. package/dist/typography.es.js.map +1 -1
  174. package/package.json +4 -4
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/api/graphql/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,IAAI,MAAM,EACxB,YAAY,IAAI,IAAI,EACpB,kBAAkB,IAAI,UAAU,EAChC,yBAAyB,IAAI,iBAAiB,EAC9C,qBAAqB,IAAI,aAAa,EACtC,aAAa,IAAI,KAAK,EACtB,eAAe,IAAI,OAAO,EAC1B,YAAY,IAAI,IAAI,EACpB,YAAY,IAAI,IAAI,EACrB,MAAM,mBAAmB,CAAA;AAE1B,YAAY,EACV,MAAM,EACN,IAAI,EACJ,UAAU,EACV,iBAAiB,EACjB,aAAa,EACb,KAAK,EACL,OAAO,EACP,IAAI,EACJ,IAAI,GACL,CAAA;AAED,MAAM,MAAM,WAAW,GACnB,MAAM,GACN,IAAI,GACJ,UAAU,GACV,iBAAiB,GACjB,aAAa,GACb,KAAK,GACL,OAAO,GACP,IAAI,GACJ,IAAI,CAAA;AAER,eAAO,MAAM,eAAe,EAAE;KAAG,CAAC,IAAI,WAAW,IAAI,CAAC,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC;CAUrF,CAAA;AAED,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/api/graphql/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,IAAI,MAAM,EACxB,YAAY,IAAI,IAAI,EACpB,kBAAkB,IAAI,UAAU,EAChC,yBAAyB,IAAI,iBAAiB,EAC9C,qBAAqB,IAAI,aAAa,EACtC,8BAA8B,IAAI,sBAAsB,EACxD,aAAa,IAAI,KAAK,EACtB,eAAe,IAAI,OAAO,EAC1B,YAAY,IAAI,IAAI,EACpB,YAAY,IAAI,IAAI,EACrB,MAAM,mBAAmB,CAAA;AAE1B,YAAY,EACV,MAAM,EACN,IAAI,EACJ,UAAU,EACV,iBAAiB,EACjB,aAAa,EACb,sBAAsB,EACtB,KAAK,EACL,OAAO,EACP,IAAI,EACJ,IAAI,GACL,CAAA;AAED,MAAM,MAAM,WAAW,GACnB,MAAM,GACN,IAAI,GACJ,UAAU,GACV,iBAAiB,GACjB,aAAa,GACb,sBAAsB,GACtB,KAAK,GACL,OAAO,GACP,IAAI,GACJ,IAAI,CAAA;AAER,eAAO,MAAM,eAAe,EAAE;KAAG,CAAC,IAAI,WAAW,IAAI,CAAC,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC;CAWrF,CAAA;AAED,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAA"}
@@ -1,11 +1,16 @@
1
1
  import { ReactNode } from 'react';
2
2
  import * as MakeswiftApiClient from '../state/makeswift-api-client';
3
- import { File, GlobalElement, Page, PagePathnameSlice, Site, Snippet, Swatch, Table, Typography } from './graphql/types';
3
+ import { File, GlobalElement, LocalizedGlobalElement, Page, PagePathnameSlice, Site, Snippet, Swatch, Table, Typography } from './graphql/types';
4
4
  import { GraphQLClient } from './graphql/client';
5
+ export type SerializedLocalizedResourcesMap = {
6
+ [resourceId: string]: string;
7
+ };
5
8
  export type CacheData = MakeswiftApiClient.SerializedState;
6
9
  export type MakeswiftClientOptions = {
7
10
  uri: string;
8
11
  cacheData?: CacheData;
12
+ localizedResourcesMap?: SerializedLocalizedResourcesMap;
13
+ locale?: Intl.Locale;
9
14
  };
10
15
  /**
11
16
  * NOTE(miguel): This "client" is used to fetch Makeswift API resources needed for the host. For
@@ -30,7 +35,9 @@ export declare class MakeswiftClient {
30
35
  graphqlClient: GraphQLClient;
31
36
  makeswiftApiClient: MakeswiftApiClient.Store;
32
37
  subscribe: MakeswiftApiClient.Store['subscribe'];
33
- constructor({ uri, cacheData }: MakeswiftClientOptions);
38
+ private localizedResourcesMap;
39
+ private locale;
40
+ constructor({ uri, cacheData, localizedResourcesMap, locale }: MakeswiftClientOptions);
34
41
  readSwatch(swatchId: string): Swatch | null;
35
42
  fetchSwatch(swatchId: string): Promise<Swatch | null>;
36
43
  readFile(fileId: string): File | null;
@@ -39,6 +46,8 @@ export declare class MakeswiftClient {
39
46
  fetchTypography(typographyId: string): Promise<Typography | null>;
40
47
  readGlobalElement(globalElementId: string): GlobalElement | null;
41
48
  fetchGlobalElement(globalElementId: string): Promise<GlobalElement | null>;
49
+ readLocalizedGlobalElement(globalElementId: string): LocalizedGlobalElement | null;
50
+ fetchLocalizedGlobalElement(globalElementId: string): Promise<LocalizedGlobalElement | null>;
42
51
  readPagePathnameSlice(pageId: string): PagePathnameSlice | null;
43
52
  fetchPagePathnameSlice(pageId: string): Promise<PagePathnameSlice | null>;
44
53
  readTable(tableId: string): Table | null;
@@ -47,12 +56,14 @@ export declare class MakeswiftClient {
47
56
  readSite(siteId: string): Site | null;
48
57
  readPage(pageId: string): Page | null;
49
58
  readSnippet(snippetId: string): Snippet | null;
59
+ private getLocalizedResourceId;
60
+ private setLocalizedResourceId;
50
61
  }
51
62
  export declare function useMakeswiftClient(): MakeswiftClient;
52
63
  type MakeswiftProviderProps = {
53
64
  client: MakeswiftClient;
54
65
  children: ReactNode;
55
66
  };
56
- export declare function MakeswiftProvider({ client, children }: MakeswiftProviderProps): JSX.Element;
67
+ export declare function MakeswiftProvider({ client, children }: MakeswiftProviderProps): import("react/jsx-runtime").JSX.Element;
57
68
  export {};
58
69
  //# sourceMappingURL=react.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../../../src/api/react.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,SAAS,EAAc,MAAM,OAAO,CAAA;AAE5D,OAAO,KAAK,kBAAkB,MAAM,+BAA+B,CAAA;AACnE,OAAO,EAEL,IAAI,EACJ,aAAa,EACb,IAAI,EACJ,iBAAiB,EACjB,IAAI,EACJ,OAAO,EACP,MAAM,EACN,KAAK,EACL,UAAU,EACX,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAOhD,MAAM,MAAM,SAAS,GAAG,kBAAkB,CAAC,eAAe,CAAA;AAE1D,MAAM,MAAM,sBAAsB,GAAG;IACnC,GAAG,EAAE,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,SAAS,CAAA;CACtB,CAAA;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAAa,eAAe;IAC1B,aAAa,EAAE,aAAa,CAAA;IAC5B,kBAAkB,EAAE,kBAAkB,CAAC,KAAK,CAAA;IAC5C,SAAS,EAAE,kBAAkB,CAAC,KAAK,CAAC,WAAW,CAAC,CAAA;gBAEpC,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,sBAAsB;IAMtD,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAQrC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAM3D,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQ/B,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;IAMrD,cAAc,CAAC,YAAY,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI;IAQjD,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC;IAMvE,iBAAiB,CAAC,eAAe,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI;IAQ1D,kBAAkB,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;IAMhF,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,iBAAiB,GAAG,IAAI;IAQzD,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;IAM/E,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAQlC,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;IAMlD,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAOrE,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQrC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQrC,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;CAO/C;AAID,wBAAgB,kBAAkB,IAAI,eAAe,CAEpD;AAED,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,eAAe,CAAA;IACvB,QAAQ,EAAE,SAAS,CAAA;CACpB,CAAA;AAED,wBAAgB,iBAAiB,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,sBAAsB,eAE7E"}
1
+ {"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../../../src/api/react.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,SAAS,EAAc,MAAM,OAAO,CAAA;AAE5D,OAAO,KAAK,kBAAkB,MAAM,+BAA+B,CAAA;AACnE,OAAO,EAEL,IAAI,EACJ,aAAa,EACb,sBAAsB,EACtB,IAAI,EACJ,iBAAiB,EACjB,IAAI,EACJ,OAAO,EACP,MAAM,EACN,KAAK,EACL,UAAU,EACX,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAOhD,MAAM,MAAM,+BAA+B,GAAG;IAC5C,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;CAC7B,CAAA;AAID,MAAM,MAAM,SAAS,GAAG,kBAAkB,CAAC,eAAe,CAAA;AAE1D,MAAM,MAAM,sBAAsB,GAAG;IACnC,GAAG,EAAE,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,qBAAqB,CAAC,EAAE,+BAA+B,CAAA;IACvD,MAAM,CAAC,EAAE,IAAI,CAAC,MAAM,CAAA;CACrB,CAAA;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAAa,eAAe;IAC1B,aAAa,EAAE,aAAa,CAAA;IAC5B,kBAAkB,EAAE,kBAAkB,CAAC,KAAK,CAAA;IAC5C,SAAS,EAAE,kBAAkB,CAAC,KAAK,CAAC,WAAW,CAAC,CAAA;IAChD,OAAO,CAAC,qBAAqB,CAAuB;IACpD,OAAO,CAAC,MAAM,CAAyB;gBAE3B,EAAE,GAAG,EAAE,SAAS,EAAE,qBAA0B,EAAE,MAAM,EAAE,EAAE,sBAAsB;IAQ1F,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAQrC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAM3D,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQ/B,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;IAMrD,cAAc,CAAC,YAAY,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI;IAQjD,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC;IAMvE,iBAAiB,CAAC,eAAe,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI;IAQ1D,kBAAkB,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;IAMhF,0BAA0B,CAAC,eAAe,EAAE,MAAM,GAAG,sBAAsB,GAAG,IAAI;IAY5E,2BAA2B,CAC/B,eAAe,EAAE,MAAM,GACtB,OAAO,CAAC,sBAAsB,GAAG,IAAI,CAAC;IAkBzC,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,iBAAiB,GAAG,IAAI;IAQzD,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;IAM/E,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAQlC,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;IAMlD,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAOrE,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQrC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQrC,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;IAQ9C,OAAO,CAAC,sBAAsB;IAI9B,OAAO,CAAC,sBAAsB;CAG/B;AAID,wBAAgB,kBAAkB,IAAI,eAAe,CAEpD;AAED,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EAAE,eAAe,CAAA;IACvB,QAAQ,EAAE,SAAS,CAAA;CACpB,CAAA;AAED,wBAAgB,iBAAiB,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CAE7E"}
@@ -16,7 +16,7 @@ type BaseProps<T extends ElementType> = {
16
16
  width?: WidthValue;
17
17
  margin?: string;
18
18
  };
19
- declare const Button: import("react").ForwardRefExoticComponent<BaseProps<ElementType> & Omit<Pick<{
19
+ declare const Button: import("react").ForwardRefExoticComponent<BaseProps<ElementType> & Omit<Omit<{
20
20
  link?: ({
21
21
  type: "OPEN_PAGE";
22
22
  payload: {
@@ -52,7 +52,7 @@ declare const Button: import("react").ForwardRefExoticComponent<BaseProps<Elemen
52
52
  };
53
53
  }) | undefined;
54
54
  onClick?: ((event: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>) => unknown) | undefined;
55
- } & Omit<Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "key" | keyof import("react").AnchorHTMLAttributes<HTMLAnchorElement>>, keyof {
55
+ } & Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, keyof {
56
56
  link?: ({
57
57
  type: "OPEN_PAGE";
58
58
  payload: {
@@ -88,42 +88,6 @@ declare const Button: import("react").ForwardRefExoticComponent<BaseProps<Elemen
88
88
  };
89
89
  }) | undefined;
90
90
  onClick?: ((event: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>) => unknown) | undefined;
91
- }> & import("react").RefAttributes<HTMLAnchorElement>, "type" | "property" | "key" | "is" | "className" | "children" | "id" | "style" | "color" | "translate" | "onChange" | "onKeyDown" | "hidden" | "slot" | "title" | "defaultValue" | "resource" | "download" | "href" | "hrefLang" | "media" | "ping" | "rel" | "target" | "referrerPolicy" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof {
92
- link?: ({
93
- type: "OPEN_PAGE";
94
- payload: {
95
- pageId: string | null | undefined;
96
- openInNewTab: boolean;
97
- };
98
- } | {
99
- type: "OPEN_URL";
100
- payload: {
101
- url: string;
102
- openInNewTab: boolean;
103
- };
104
- } | {
105
- type: "SEND_EMAIL";
106
- payload: {
107
- to: string;
108
- subject?: string | undefined;
109
- body?: string | undefined;
110
- };
111
- } | {
112
- type: "CALL_PHONE";
113
- payload: {
114
- phoneNumber: string;
115
- };
116
- } | {
117
- type: "SCROLL_TO_ELEMENT";
118
- payload: {
119
- elementIdConfig: {
120
- elementKey: string;
121
- propName: string;
122
- } | null | undefined;
123
- block: "start" | "center" | "end";
124
- };
125
- }) | undefined;
126
- onClick?: ((event: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>) => unknown) | undefined;
127
- }>, keyof BaseProps<T>> & import("react").RefAttributes<unknown>>;
91
+ }> & import("react").RefAttributes<HTMLAnchorElement>, "ref">, keyof BaseProps<T>> & import("react").RefAttributes<unknown>>;
128
92
  export default Button;
129
93
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EAGX,SAAS,EACV,MAAM,OAAO,CAAA;AAGd,OAAO,EACL,cAAc,EACd,qBAAqB,EACrB,6BAA6B,EAC7B,cAAc,EACd,SAAS,EACT,UAAU,EACX,MAAM,uCAAuC,CAAA;AAG9C,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAS1C,KAAK,SAAS,CAAC,CAAC,SAAS,WAAW,IAAI;IACtC,EAAE,CAAC,EAAE,CAAC,CAAA;IACN,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,qBAAqB,CAAC,aAAa,CAAC,CAAA;IAC9C,KAAK,CAAC,EAAE,6BAA6B,CAAC,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC,CAAA;IACpE,IAAI,CAAC,EAAE,6BAA6B,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAA;IAClE,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAC9B,SAAS,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAClC,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAKD,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAkOV,CAAA;AAEF,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EAGX,SAAS,EACV,MAAM,OAAO,CAAA;AAGd,OAAO,EACL,cAAc,EACd,qBAAqB,EACrB,6BAA6B,EAC7B,cAAc,EACd,SAAS,EACT,UAAU,EACX,MAAM,uCAAuC,CAAA;AAG9C,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA;AAS1C,KAAK,SAAS,CAAC,CAAC,SAAS,WAAW,IAAI;IACtC,EAAE,CAAC,EAAE,CAAC,CAAA;IACN,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,OAAO,CAAC,EAAE,qBAAqB,CAAC,aAAa,CAAC,CAAA;IAC9C,KAAK,CAAC,EAAE,6BAA6B,CAAC,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC,CAAA;IACpE,IAAI,CAAC,EAAE,6BAA6B,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,CAAA;IAClE,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAC9B,SAAS,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAClC,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAKD,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4HAkOV,CAAA;AAEF,eAAe,MAAM,CAAA"}
@@ -6,8 +6,8 @@ type BaseProps = {
6
6
  style?: CSSProperties;
7
7
  form?: unknown;
8
8
  };
9
- declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Pick<Partial<Pick<FormContextValue, "size" | "contrast" | "brandColor">> & {
9
+ declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Omit<Partial<Pick<FormContextValue, "size" | "contrast" | "brandColor">> & {
10
10
  error?: boolean | undefined;
11
- } & Omit<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>>, "size" | "error" | "contrast" | "brandColor"> & import("react").RefAttributes<HTMLInputElement>, "form" | "type" | "property" | "key" | "is" | "value" | "className" | "children" | "id" | "style" | "color" | "width" | "height" | "translate" | "onChange" | "onKeyDown" | "hidden" | "slot" | "title" | "pattern" | "defaultValue" | "name" | "resource" | "size" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "step" | "min" | "max" | "error" | "crossOrigin" | "multiple" | "disabled" | "readOnly" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "alt" | "accept" | "capture" | "checked" | "maxLength" | "minLength" | "src" | "enterKeyHint" | "required" | "contrast" | "brandColor">, keyof BaseProps> & import("react").RefAttributes<HTMLInputElement>>;
11
+ } & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "size" | "error" | "contrast" | "brandColor"> & import("react").RefAttributes<HTMLInputElement>, "ref">, keyof BaseProps> & import("react").RefAttributes<HTMLInputElement>>;
12
12
  export default _default;
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -5,6 +5,6 @@ type BaseProps = {
5
5
  error?: boolean;
6
6
  form?: unknown;
7
7
  };
8
- declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>>, keyof BaseProps> & import("react").RefAttributes<HTMLInputElement>>;
8
+ declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, keyof BaseProps> & import("react").RefAttributes<HTMLInputElement>>;
9
9
  export default _default;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export default function PlaceholderTableField(): JSX.Element;
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/components/builtin/Form/components/Field/components/PlaceholderTableField/index.tsx"],"names":[],"mappings":";AA2DA,MAAM,CAAC,OAAO,UAAU,qBAAqB,IAAI,GAAG,CAAC,OAAO,CAS3D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/components/builtin/Form/components/Field/components/PlaceholderTableField/index.tsx"],"names":[],"mappings":"AA2DA,MAAM,CAAC,OAAO,UAAU,qBAAqB,IAAI,GAAG,CAAC,OAAO,CAS3D"}
@@ -6,8 +6,8 @@ type BaseProps = {
6
6
  style?: CSSProperties;
7
7
  form?: unknown;
8
8
  };
9
- declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Pick<Partial<Pick<Value, "contrast" | "brandColor">> & {
9
+ declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Omit<Partial<Pick<Value, "contrast" | "brandColor">> & {
10
10
  error?: boolean | undefined;
11
- } & Omit<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement>>, "error" | "contrast" | "brandColor"> & import("react").RefAttributes<HTMLInputElement>, "key" | "error" | keyof import("react").InputHTMLAttributes<HTMLInputElement> | "contrast" | "brandColor">, keyof BaseProps> & import("react").RefAttributes<HTMLInputElement>>;
11
+ } & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "error" | "contrast" | "brandColor"> & import("react").RefAttributes<HTMLInputElement>, "ref">, keyof BaseProps> & import("react").RefAttributes<HTMLInputElement>>;
12
12
  export default _default;
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -3,6 +3,6 @@ type BaseProps = {
3
3
  error?: boolean;
4
4
  form?: unknown;
5
5
  };
6
- declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "key" | keyof import("react").TextareaHTMLAttributes<HTMLTextAreaElement>>, keyof BaseProps> & import("react").RefAttributes<HTMLTextAreaElement>>;
6
+ declare const _default: import("react").ForwardRefExoticComponent<BaseProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref">, keyof BaseProps> & import("react").RefAttributes<HTMLTextAreaElement>>;
7
7
  export default _default;
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TableColumn } from '../../types';
3
2
  type TableFormField = {
4
3
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Form/components/Field/index.tsx"],"names":[],"mappings":";AAaA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AA0DzC,KAAK,cAAc,GAAG;IACpB,EAAE,EAAE,MAAM,CAAA;IACV,aAAa,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,KAAK,KAAK,GAAG;IACX,WAAW,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAA;IAC3C,cAAc,EAAE,cAAc,CAAA;CAC/B,CAAA;AAOD,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,WAAW,EACX,cAAc,EAAE,EACd,EAAE,EACF,KAAU,EACV,WAAW,EACX,QAAgB,EAChB,MAAc,EACd,IAAc,EACd,SAAiB,GAClB,GACF,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA6DrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Form/components/Field/index.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AA0DzC,KAAK,cAAc,GAAG;IACpB,EAAE,EAAE,MAAM,CAAA;IACV,aAAa,EAAE,MAAM,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,KAAK,KAAK,GAAG;IACX,WAAW,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAA;IAC3C,cAAc,EAAE,cAAc,CAAA;CAC/B,CAAA;AAOD,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,WAAW,EACX,cAAc,EAAE,EACd,EAAE,EACF,KAAU,EACV,WAAW,EACX,QAAgB,EAChB,MAAc,EACd,IAAc,EACd,SAAiB,GAClB,GACF,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA6DrB"}
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export default function Spinner(): JSX.Element;
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Form/components/Spinner/index.tsx"],"names":[],"mappings":";AAaA,MAAM,CAAC,OAAO,UAAU,OAAO,IAAI,GAAG,CAAC,OAAO,CAU7C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Form/components/Spinner/index.tsx"],"names":[],"mappings":"AAaA,MAAM,CAAC,OAAO,UAAU,OAAO,IAAI,GAAG,CAAC,OAAO,CAU7C"}
@@ -8,7 +8,7 @@ type BaseDropDownItemProps = {
8
8
  textStyle?: TextStyleValue;
9
9
  };
10
10
  type DropDownItemProps = BaseDropDownItemProps & Omit<ComponentPropsWithoutRef<typeof Link>, keyof BaseDropDownItemProps>;
11
- declare function DropDownItem({ className, color, textStyle, ...restOfProps }: DropDownItemProps): JSX.Element;
11
+ declare function DropDownItem({ className, color, textStyle, ...restOfProps }: DropDownItemProps): import("react/jsx-runtime").JSX.Element;
12
12
  type Props = Omit<ComponentPropsWithoutRef<typeof Button>, 'textColor' | 'color'> & {
13
13
  label: string;
14
14
  caret?: 'caret' | 'plus' | 'arrow-down' | 'chevron-down';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Navigation/components/DropDownButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA8C,MAAM,OAAO,CAAA;AAM5F,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,SAAS,EACV,MAAM,6CAA6C,CAAA;AAIpD,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAA;AAC9C,OAAO,MAAM,MAAM,iBAAiB,CAAA;AAqFpC,KAAK,qBAAqB,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,oBAAoB,CAAA;IAC5B,SAAS,CAAC,EAAE,cAAc,CAAA;CAC3B,CAAA;AAED,KAAK,iBAAiB,GAAG,qBAAqB,GAC5C,IAAI,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,EAAE,MAAM,qBAAqB,CAAC,CAAA;AAE1E,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,WAAW,EAAE,EAAE,iBAAiB,eA4CvF;AAED,KAAK,KAAK,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,MAAM,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,GAAG;IAClF,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,YAAY,GAAG,cAAc,CAAA;IACxD,KAAK,CAAC,EAAE,KAAK,CAAC;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,OAAO,EAAE,wBAAwB,CAAC,OAAO,YAAY,CAAC,GAAG;YACvD,IAAI,CAAC,EAAE,SAAS,CAAA;YAChB,KAAK,EAAE,MAAM,CAAA;SACd,CAAA;KACF,CAAC,CAAA;IACF,SAAS,CAAC,EAAE,oBAAoB,CAAA;IAChC,KAAK,CAAC,EAAE,oBAAoB,CAAA;CAC7B,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,KAAK,EACL,KAAe,EACf,KAAU,EACV,SAAS,EACT,KAAK,EACL,GAAG,WAAW,EACf,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA0CrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Navigation/components/DropDownButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA8C,MAAM,OAAO,CAAA;AAM5F,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,SAAS,EACV,MAAM,6CAA6C,CAAA;AAIpD,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAA;AAC9C,OAAO,MAAM,MAAM,iBAAiB,CAAA;AAqFpC,KAAK,qBAAqB,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,oBAAoB,CAAA;IAC5B,SAAS,CAAC,EAAE,cAAc,CAAA;CAC3B,CAAA;AAED,KAAK,iBAAiB,GAAG,qBAAqB,GAC5C,IAAI,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,EAAE,MAAM,qBAAqB,CAAC,CAAA;AAE1E,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,WAAW,EAAE,EAAE,iBAAiB,2CA4CvF;AAED,KAAK,KAAK,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,MAAM,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,GAAG;IAClF,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,YAAY,GAAG,cAAc,CAAA;IACxD,KAAK,CAAC,EAAE,KAAK,CAAC;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,OAAO,EAAE,wBAAwB,CAAC,OAAO,YAAY,CAAC,GAAG;YACvD,IAAI,CAAC,EAAE,SAAS,CAAA;YAChB,KAAK,EAAE,MAAM,CAAA;SACd,CAAA;KACF,CAAC,CAAA;IACF,SAAS,CAAC,EAAE,oBAAoB,CAAA;IAChC,KAAK,CAAC,EAAE,oBAAoB,CAAA;CAC7B,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,KAAK,EACL,KAAe,EACf,KAAU,EACV,SAAS,EACT,KAAK,EACL,GAAG,WAAW,EACf,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA0CrB"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ResponsiveLengthValue } from '../../../../../prop-controllers/descriptors';
3
2
  type Props = {
4
3
  gutter?: ResponsiveLengthValue;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Navigation/components/LinksPlaceholder/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAA;AAuBnF,KAAK,KAAK,GAAG;IAAE,MAAM,CAAC,EAAE,qBAAqB,CAAA;CAAE,CAAA;AAI/C,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAUvE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Navigation/components/LinksPlaceholder/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAA;AAuBnF,KAAK,KAAK,GAAG;IAAE,MAAM,CAAC,EAAE,qBAAqB,CAAA;CAAE,CAAA;AAI/C,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAUvE"}
@@ -8,7 +8,7 @@ type BaseDropDownItemProps = {
8
8
  textStyle?: TextStyleValue;
9
9
  };
10
10
  type DropDownItemProps = BaseDropDownItemProps & Omit<ComponentPropsWithoutRef<typeof Link>, keyof BaseDropDownItemProps>;
11
- declare function DropDownItem({ color, className, textStyle, ...restOfProps }: DropDownItemProps): JSX.Element;
11
+ declare function DropDownItem({ color, className, textStyle, ...restOfProps }: DropDownItemProps): import("react/jsx-runtime").JSX.Element;
12
12
  type Props = Omit<ComponentPropsWithoutRef<typeof Button>, 'textColor' | 'color'> & {
13
13
  label: string;
14
14
  links?: Array<{
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAY,MAAM,OAAO,CAAA;AAE1D,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,SAAS,EACV,MAAM,mDAAmD,CAAA;AAS1D,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAA;AACpD,OAAO,MAAM,MAAM,uBAAuB,CAAA;AAuC1C,KAAK,qBAAqB,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,oBAAoB,CAAA;IAC5B,SAAS,CAAC,EAAE,cAAc,CAAA;CAC3B,CAAA;AAED,KAAK,iBAAiB,GAAG,qBAAqB,GAC5C,IAAI,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,EAAE,MAAM,qBAAqB,CAAC,CAAA;AAE1E,iBAAS,YAAY,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,GAAG,WAAW,EAAE,EAAE,iBAAiB,eAuBvF;AAED,KAAK,KAAK,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,MAAM,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,GAAG;IAClF,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,KAAK,CAAC;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,OAAO,EAAE,wBAAwB,CAAC,OAAO,YAAY,CAAC,GAAG;YACvD,IAAI,CAAC,EAAE,SAAS,CAAA;YAChB,KAAK,EAAE,MAAM,CAAA;SACd,CAAA;KACF,CAAC,CAAA;IACF,OAAO,CAAC,EAAE,MAAM,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,oBAAoB,CAAA;IAChC,KAAK,CAAC,EAAE,oBAAoB,CAAA;CAC7B,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAC3C,KAAK,EACL,KAAK,EACL,KAAU,EACV,OAAkB,EAClB,KAAK,EACL,SAAS,EACT,GAAG,WAAW,EACf,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA+BrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/components/builtin/Navigation/components/MobileMenu/components/MobileDropDownButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAY,MAAM,OAAO,CAAA;AAE1D,OAAO,EACL,oBAAoB,EACpB,cAAc,EACd,SAAS,EACV,MAAM,mDAAmD,CAAA;AAS1D,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAA;AACpD,OAAO,MAAM,MAAM,uBAAuB,CAAA;AAuC1C,KAAK,qBAAqB,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,oBAAoB,CAAA;IAC5B,SAAS,CAAC,EAAE,cAAc,CAAA;CAC3B,CAAA;AAED,KAAK,iBAAiB,GAAG,qBAAqB,GAC5C,IAAI,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,EAAE,MAAM,qBAAqB,CAAC,CAAA;AAE1E,iBAAS,YAAY,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,GAAG,WAAW,EAAE,EAAE,iBAAiB,2CAuBvF;AAED,KAAK,KAAK,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,MAAM,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,GAAG;IAClF,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,KAAK,CAAC;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,OAAO,EAAE,wBAAwB,CAAC,OAAO,YAAY,CAAC,GAAG;YACvD,IAAI,CAAC,EAAE,SAAS,CAAA;YAChB,KAAK,EAAE,MAAM,CAAA;SACd,CAAA;KACF,CAAC,CAAA;IACF,OAAO,CAAC,EAAE,MAAM,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,oBAAoB,CAAA;IAChC,KAAK,CAAC,EAAE,oBAAoB,CAAA;CAC7B,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAC3C,KAAK,EACL,KAAK,EACL,KAAU,EACV,OAAkB,EAClB,KAAK,EACL,SAAS,EACT,GAAG,WAAW,EACf,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA+BrB"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ResponsiveValue, NavigationLinksValue } from '../../../../../prop-controllers/descriptors';
3
2
  import { ResponsiveColor } from '../../../../../runtimes/react/controls';
4
3
  type Props = {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Navigation/components/MobileMenu/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EACL,eAAe,EACf,oBAAoB,EAErB,MAAM,6CAA6C,CAAA;AAOpD,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAA;AAoHxE,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,eAAe,CAAC,YAAY,GAAG,WAAW,CAAC,CAAA;IACvD,eAAe,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IACxC,cAAc,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IACvC,KAAK,CAAC,EAAE,oBAAoB,CAAA;IAC5B,OAAO,CAAC,EAAE,MAAM,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,SAAS,EACT,eAAe,EACf,IAAY,EACZ,cAAc,EACd,KAAU,EACV,OAAkB,GACnB,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAsBrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Navigation/components/MobileMenu/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,eAAe,EACf,oBAAoB,EAErB,MAAM,6CAA6C,CAAA;AAOpD,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAA;AAoHxE,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,eAAe,CAAC,YAAY,GAAG,WAAW,CAAC,CAAA;IACvD,eAAe,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IACxC,cAAc,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IACvC,KAAK,CAAC,EAAE,oBAAoB,CAAA;IAC5B,OAAO,CAAC,EAAE,MAAM,OAAO,CAAA;IACvB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,SAAS,EACT,eAAe,EACf,IAAY,EACZ,cAAc,EACd,KAAU,EACV,OAAkB,GACnB,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAsBrB"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ResponsiveValue, Length } from '../../../../../prop-controllers/descriptors';
3
2
  type Props = {
4
3
  gutter?: ResponsiveValue<Length>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,6CAA6C,CAAA;AAOrF,KAAK,KAAK,GAAG;IAAE,MAAM,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAA;CAAE,CAAA;AAEjD,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAe7E"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/SocialLinks/components/SocialLinksPlaceholder/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,6CAA6C,CAAA;AAOrF,KAAK,KAAK,GAAG;IAAE,MAAM,CAAC,EAAE,eAAe,CAAC,MAAM,CAAC,CAAA;CAAE,CAAA;AAEjD,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAe7E"}
@@ -1,118 +1,117 @@
1
- /// <reference types="react" />
2
1
  export declare const SocialLinksOptions: readonly [{
3
2
  readonly type: "angellist";
4
3
  readonly label: "AngelList";
5
- readonly icon: JSX.Element;
4
+ readonly icon: import("react/jsx-runtime").JSX.Element;
6
5
  readonly brandColor: "black";
7
6
  }, {
8
7
  readonly type: "codepen";
9
8
  readonly label: "CodePen";
10
- readonly icon: JSX.Element;
9
+ readonly icon: import("react/jsx-runtime").JSX.Element;
11
10
  readonly brandColor: "black";
12
11
  }, {
13
12
  readonly type: "discord";
14
13
  readonly label: "Discord";
15
- readonly icon: JSX.Element;
14
+ readonly icon: import("react/jsx-runtime").JSX.Element;
16
15
  readonly brandColor: "#5865F2";
17
16
  }, {
18
17
  readonly type: "dribbble";
19
18
  readonly label: "Dribbble";
20
- readonly icon: JSX.Element;
19
+ readonly icon: import("react/jsx-runtime").JSX.Element;
21
20
  readonly brandColor: "#ea4c89";
22
21
  }, {
23
22
  readonly type: "facebook";
24
23
  readonly label: "Facebook";
25
- readonly icon: JSX.Element;
24
+ readonly icon: import("react/jsx-runtime").JSX.Element;
26
25
  readonly brandColor: "#3b5998";
27
26
  }, {
28
27
  readonly type: "github";
29
28
  readonly label: "GitHub";
30
- readonly icon: JSX.Element;
29
+ readonly icon: import("react/jsx-runtime").JSX.Element;
31
30
  readonly brandColor: "black";
32
31
  }, {
33
32
  readonly type: "instagram";
34
33
  readonly label: "Instagram";
35
- readonly icon: JSX.Element;
34
+ readonly icon: import("react/jsx-runtime").JSX.Element;
36
35
  readonly brandColor: "black";
37
36
  }, {
38
37
  readonly type: "linkedin";
39
38
  readonly label: "LinkedIn";
40
- readonly icon: JSX.Element;
39
+ readonly icon: import("react/jsx-runtime").JSX.Element;
41
40
  readonly brandColor: "#0077b5";
42
41
  }, {
43
42
  readonly type: "medium";
44
43
  readonly label: "Medium";
45
- readonly icon: JSX.Element;
44
+ readonly icon: import("react/jsx-runtime").JSX.Element;
46
45
  readonly brandColor: "black";
47
46
  }, {
48
47
  readonly type: "pinterest";
49
48
  readonly label: "Pinterest";
50
- readonly icon: JSX.Element;
49
+ readonly icon: import("react/jsx-runtime").JSX.Element;
51
50
  readonly brandColor: "#bd081c";
52
51
  }, {
53
52
  readonly type: "reddit";
54
53
  readonly label: "Reddit";
55
- readonly icon: JSX.Element;
54
+ readonly icon: import("react/jsx-runtime").JSX.Element;
56
55
  readonly brandColor: "#ff4500";
57
56
  }, {
58
57
  readonly type: "rss";
59
58
  readonly label: "RSS";
60
- readonly icon: JSX.Element;
59
+ readonly icon: import("react/jsx-runtime").JSX.Element;
61
60
  readonly brandColor: "black";
62
61
  }, {
63
62
  readonly type: "snapchat";
64
63
  readonly label: "Snapchat";
65
- readonly icon: JSX.Element;
64
+ readonly icon: import("react/jsx-runtime").JSX.Element;
66
65
  readonly brandColor: "#fffc00";
67
66
  }, {
68
67
  readonly type: "soundcloud";
69
68
  readonly label: "SoundCloud";
70
- readonly icon: JSX.Element;
69
+ readonly icon: import("react/jsx-runtime").JSX.Element;
71
70
  readonly brandColor: "#ff3300";
72
71
  }, {
73
72
  readonly type: "spotify";
74
73
  readonly label: "Spotify";
75
- readonly icon: JSX.Element;
74
+ readonly icon: import("react/jsx-runtime").JSX.Element;
76
75
  readonly brandColor: "#1db954";
77
76
  }, {
78
77
  readonly type: "telegram";
79
78
  readonly label: "Telegram";
80
- readonly icon: JSX.Element;
79
+ readonly icon: import("react/jsx-runtime").JSX.Element;
81
80
  readonly brandColor: "#0088cc";
82
81
  }, {
83
82
  readonly type: "tumblr";
84
83
  readonly label: "Tumblr";
85
- readonly icon: JSX.Element;
84
+ readonly icon: import("react/jsx-runtime").JSX.Element;
86
85
  readonly brandColor: "#35465c";
87
86
  }, {
88
87
  readonly type: "twitch";
89
88
  readonly label: "Twitch";
90
- readonly icon: JSX.Element;
89
+ readonly icon: import("react/jsx-runtime").JSX.Element;
91
90
  readonly brandColor: "#6441A4";
92
91
  }, {
93
92
  readonly type: "twitter";
94
93
  readonly label: "Twitter";
95
- readonly icon: JSX.Element;
94
+ readonly icon: import("react/jsx-runtime").JSX.Element;
96
95
  readonly brandColor: "#1da1f2";
97
96
  }, {
98
97
  readonly type: "whatsapp";
99
98
  readonly label: "WhatsApp";
100
- readonly icon: JSX.Element;
99
+ readonly icon: import("react/jsx-runtime").JSX.Element;
101
100
  readonly brandColor: "#25d366";
102
101
  }, {
103
102
  readonly type: "vimeo";
104
103
  readonly label: "Vimeo";
105
- readonly icon: JSX.Element;
104
+ readonly icon: import("react/jsx-runtime").JSX.Element;
106
105
  readonly brandColor: "#1ab7ea";
107
106
  }, {
108
107
  readonly type: "yelp";
109
108
  readonly label: "Yelp";
110
- readonly icon: JSX.Element;
109
+ readonly icon: import("react/jsx-runtime").JSX.Element;
111
110
  readonly brandColor: "#af0606";
112
111
  }, {
113
112
  readonly type: "youtube";
114
113
  readonly label: "YouTube";
115
- readonly icon: JSX.Element;
114
+ readonly icon: import("react/jsx-runtime").JSX.Element;
116
115
  readonly brandColor: "#ff0000";
117
116
  }];
118
117
  //# sourceMappingURL=options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/SocialLinks/options.tsx"],"names":[],"mappings":";AAwBA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBrB,CAAA"}
1
+ {"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/SocialLinks/options.tsx"],"names":[],"mappings":"AAwBA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBrB,CAAA"}
@@ -13,12 +13,12 @@ export default ReadOnlyText;
13
13
  export interface TextProps {
14
14
  descendant: Text;
15
15
  }
16
- export declare function TextElement({ descendant }: TextProps): JSX.Element;
16
+ export declare function TextElement({ descendant }: TextProps): import("react/jsx-runtime").JSX.Element;
17
17
  export interface InlineProps {
18
18
  descendant: Inline;
19
19
  }
20
20
  export interface BlockProps {
21
21
  descendant: Block;
22
22
  }
23
- export declare function BlockElement({ descendant }: BlockProps): JSX.Element | null;
23
+ export declare function BlockElement({ descendant }: BlockProps): import("react/jsx-runtime").JSX.Element | null;
24
24
  //# sourceMappingURL=ReadOnlyText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReadOnlyText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/Text/ReadOnlyText.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAc,IAAI,EAAE,MAAM,OAAO,CAAA;AAExC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1F,OAAO,EAAE,MAAM,EAAc,KAAK,EAAa,MAAM,gBAAgB,CAAA;AAMrE,KAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,QAAA,MAAM,YAAY,kGAYhB,CAAA;AAEF,eAAe,YAAY,CAAA;AAmB3B,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,IAAI,CAAA;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,EAAE,SAAS,eASpD;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAA;CACnB;AAoCD,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,KAAK,CAAA;CAClB;AAED,wBAAgB,YAAY,CAAC,EAAE,UAAU,EAAE,EAAE,UAAU,sBA8FtD"}
1
+ {"version":3,"file":"ReadOnlyText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/builtin/Text/ReadOnlyText.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAc,IAAI,EAAE,MAAM,OAAO,CAAA;AAExC,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1F,OAAO,EAAE,MAAM,EAAc,KAAK,EAAa,MAAM,gBAAgB,CAAA;AAMrE,KAAK,KAAK,GAAG;IACX,EAAE,CAAC,EAAE,cAAc,CAAA;IACnB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,QAAA,MAAM,YAAY,kGAYhB,CAAA;AAEF,eAAe,YAAY,CAAA;AAmB3B,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,IAAI,CAAA;CACjB;AAED,wBAAgB,WAAW,CAAC,EAAE,UAAU,EAAE,EAAE,SAAS,2CASpD;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAA;CACnB;AAoCD,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,KAAK,CAAA;CAClB;AAED,wBAAgB,YAAY,CAAC,EAAE,UAAU,EAAE,EAAE,UAAU,kDA8FtD"}
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { RenderElementProps } from 'slate-react';
3
2
  import { Block } from '../../../../../slate';
4
3
  export interface InlineRenderElementProps extends RenderElementProps {
5
4
  element: Block;
6
5
  }
7
- export declare function BlockElement({ element, attributes, children }: InlineRenderElementProps): JSX.Element | null;
6
+ export declare function BlockElement({ element, attributes, children }: InlineRenderElementProps): import("react/jsx-runtime").JSX.Element;
8
7
  //# sourceMappingURL=block.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/block.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD,OAAO,EAAE,KAAK,EAAa,MAAM,sBAAsB,CAAA;AAEvD,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,OAAO,EAAE,KAAK,CAAA;CACf;AAED,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,wBAAwB,sBAgGvF"}
1
+ {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/block.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD,OAAO,EAAE,KAAK,EAAa,MAAM,sBAAsB,CAAA;AAEvD,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,OAAO,EAAE,KAAK,CAAA;CACf;AAED,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,wBAAwB,2CA8FvF"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { RenderElementProps } from 'slate-react';
3
- export declare function Element({ element, ...props }: RenderElementProps): JSX.Element;
2
+ export declare function Element({ element, ...props }: RenderElementProps): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=element.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/element.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAKhD,wBAAgB,OAAO,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,eAoBhE"}
1
+ {"version":3,"file":"element.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/element.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAKhD,wBAAgB,OAAO,CAAC,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAyBhE"}
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { RenderElementProps } from 'slate-react';
3
2
  import { Inline } from '../../../../../slate';
4
3
  export interface InlineRenderElementProps extends RenderElementProps {
5
4
  element: Inline;
6
5
  }
7
- export declare function InlineElement({ element, attributes, children }: InlineRenderElementProps): JSX.Element;
6
+ export declare function InlineElement({ element, attributes, children }: InlineRenderElementProps): import("react/jsx-runtime").JSX.Element;
8
7
  //# sourceMappingURL=inline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/inline.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD,OAAO,EAAE,MAAM,EAAc,MAAM,sBAAsB,CAAA;AAMzD,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,wBAAwB,eAexF"}
1
+ {"version":3,"file":"inline.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Element/inline.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD,OAAO,EAAE,MAAM,EAAc,MAAM,sBAAsB,CAAA;AAMzD,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,wBAAwB,2CAexF"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { RenderLeafProps } from 'slate-react';
3
- export declare function Leaf({ leaf, ...props }: RenderLeafProps): JSX.Element;
2
+ export declare function Leaf({ leaf, ...props }: RenderLeafProps): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=leaf.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"leaf.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Leaf/leaf.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAK7C,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,eAYvD"}
1
+ {"version":3,"file":"leaf.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/builtin/Text/components/Leaf/leaf.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAK7C,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAYvD"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { MakeswiftPageDocument } from '../../next';
3
2
  type Props = {
4
3
  document: MakeswiftPageDocument;
@@ -1 +1 @@
1
- {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../../../src/components/page/Page.tsx"],"names":[],"mappings":";AAaA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAiElD,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,qBAAqB,CAAA;CAChC,CAAA;AAED,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAgK3D"}
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../../../src/components/page/Page.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAA;AAiElD,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,qBAAqB,CAAA;CAChC,CAAA;AAED,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAoK3D"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type Props = {
3
2
  url?: string;
4
3
  aspectRatio?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/shared/BackgroundsContainer/components/BackgroundVideo/index.tsx"],"names":[],"mappings":";AA6DA,KAAK,KAAK,GAAG;IACX,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,GAAQ,EACR,WAAoB,EACpB,IAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA8DrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/shared/BackgroundsContainer/components/BackgroundVideo/index.tsx"],"names":[],"mappings":"AA6DA,KAAK,KAAK,GAAG;IACX,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,GAAQ,EACR,WAAoB,EACpB,IAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CA8DrB"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BackgroundsPropControllerData } from '../../../../hooks';
3
2
  type Props = {
4
3
  backgrounds: BackgroundsPropControllerData | null | undefined;