@loadsmart/miranda-react 1.32.0 → 1.33.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 (121) hide show
  1. package/dist/components/Banner/Banner.d.ts +14 -21
  2. package/dist/components/Banner/Banner.d.ts.map +1 -1
  3. package/dist/components/Banner/BannerActionPrimary.d.ts +9 -8
  4. package/dist/components/Banner/BannerActionPrimary.d.ts.map +1 -1
  5. package/dist/components/Banner/BannerActionSecondary.d.ts +10 -9
  6. package/dist/components/Banner/BannerActionSecondary.d.ts.map +1 -1
  7. package/dist/components/Banner/BannerActions.d.ts +6 -10
  8. package/dist/components/Banner/BannerActions.d.ts.map +1 -1
  9. package/dist/components/Banner/BannerDescription.d.ts +6 -10
  10. package/dist/components/Banner/BannerDescription.d.ts.map +1 -1
  11. package/dist/components/Banner/BannerIcon.d.ts +6 -10
  12. package/dist/components/Banner/BannerIcon.d.ts.map +1 -1
  13. package/dist/components/Banner/BannerTitle.d.ts +6 -10
  14. package/dist/components/Banner/BannerTitle.d.ts.map +1 -1
  15. package/dist/components/Button/Button.d.ts +8 -7
  16. package/dist/components/Button/Button.d.ts.map +1 -1
  17. package/dist/components/Card/Card.d.ts +12 -15
  18. package/dist/components/Card/Card.d.ts.map +1 -1
  19. package/dist/components/Card/CardBody.d.ts +6 -5
  20. package/dist/components/Card/CardBody.d.ts.map +1 -1
  21. package/dist/components/Card/CardDivider.d.ts +6 -6
  22. package/dist/components/Card/CardDivider.d.ts.map +1 -1
  23. package/dist/components/Card/CardSubtitle.d.ts +6 -5
  24. package/dist/components/Card/CardSubtitle.d.ts.map +1 -1
  25. package/dist/components/Card/CardTitle.d.ts +9 -6
  26. package/dist/components/Card/CardTitle.d.ts.map +1 -1
  27. package/dist/components/Checkbox/Checkbox.d.ts +10 -9
  28. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  29. package/dist/components/Dialog/Dialog.d.ts +30 -50
  30. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  31. package/dist/components/Dialog/DialogActionPrimary.d.ts +9 -8
  32. package/dist/components/Dialog/DialogActionPrimary.d.ts.map +1 -1
  33. package/dist/components/Dialog/DialogActionSecondary.d.ts +9 -8
  34. package/dist/components/Dialog/DialogActionSecondary.d.ts.map +1 -1
  35. package/dist/components/Dialog/DialogActionTertiary.d.ts +9 -8
  36. package/dist/components/Dialog/DialogActionTertiary.d.ts.map +1 -1
  37. package/dist/components/Dialog/DialogActions.d.ts +5 -4
  38. package/dist/components/Dialog/DialogActions.d.ts.map +1 -1
  39. package/dist/components/Dialog/DialogBody.d.ts +5 -4
  40. package/dist/components/Dialog/DialogBody.d.ts.map +1 -1
  41. package/dist/components/Dialog/DialogClose.d.ts +7 -8
  42. package/dist/components/Dialog/DialogClose.d.ts.map +1 -1
  43. package/dist/components/Dialog/DialogFooter.d.ts +5 -4
  44. package/dist/components/Dialog/DialogFooter.d.ts.map +1 -1
  45. package/dist/components/Dialog/DialogHeader.d.ts +5 -4
  46. package/dist/components/Dialog/DialogHeader.d.ts.map +1 -1
  47. package/dist/components/Divider/Divider.d.ts +12 -11
  48. package/dist/components/Divider/Divider.d.ts.map +1 -1
  49. package/dist/components/Field/Field.d.ts +8 -10
  50. package/dist/components/Field/Field.d.ts.map +1 -1
  51. package/dist/components/Field/FieldHint.d.ts +9 -6
  52. package/dist/components/Field/FieldHint.d.ts.map +1 -1
  53. package/dist/components/Field/FieldLabel.d.ts +6 -5
  54. package/dist/components/Field/FieldLabel.d.ts.map +1 -1
  55. package/dist/components/Header/Header.d.ts +11 -18
  56. package/dist/components/Header/Header.d.ts.map +1 -1
  57. package/dist/components/Header/HeaderActions.d.ts +5 -9
  58. package/dist/components/Header/HeaderActions.d.ts.map +1 -1
  59. package/dist/components/Header/HeaderBackButton.d.ts +3 -8
  60. package/dist/components/Header/HeaderBackButton.d.ts.map +1 -1
  61. package/dist/components/Header/HeaderContent.d.ts +5 -9
  62. package/dist/components/Header/HeaderContent.d.ts.map +1 -1
  63. package/dist/components/Header/HeaderTitle.d.ts +5 -9
  64. package/dist/components/Header/HeaderTitle.d.ts.map +1 -1
  65. package/dist/components/Header/SubHeader.d.ts +5 -9
  66. package/dist/components/Header/SubHeader.d.ts.map +1 -1
  67. package/dist/components/Layout/Box.d.ts +6 -5
  68. package/dist/components/Layout/Box.d.ts.map +1 -1
  69. package/dist/components/Layout/Grid.d.ts +6 -5
  70. package/dist/components/Layout/Grid.d.ts.map +1 -1
  71. package/dist/components/Layout/Group.d.ts +6 -5
  72. package/dist/components/Layout/Group.d.ts.map +1 -1
  73. package/dist/components/Layout/Layout.d.ts +9 -12
  74. package/dist/components/Layout/Layout.d.ts.map +1 -1
  75. package/dist/components/Layout/Sidebar.d.ts +11 -11
  76. package/dist/components/Layout/Sidebar.d.ts.map +1 -1
  77. package/dist/components/Layout/Stack.d.ts +6 -6
  78. package/dist/components/Layout/Stack.d.ts.map +1 -1
  79. package/dist/components/Layout/Switcher.d.ts +6 -6
  80. package/dist/components/Layout/Switcher.d.ts.map +1 -1
  81. package/dist/components/Link/Link.d.ts +5 -86
  82. package/dist/components/Link/Link.d.ts.map +1 -1
  83. package/dist/components/PageContent/Body.d.ts +5 -6
  84. package/dist/components/PageContent/Body.d.ts.map +1 -1
  85. package/dist/components/PageContent/PageContent.d.ts +5 -6
  86. package/dist/components/PageContent/PageContent.d.ts.map +1 -1
  87. package/dist/components/ProgressBar/ProgressBar.d.ts +6 -6
  88. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  89. package/dist/components/ProgressBarCountdown/ProgressBarCountdown.d.ts +5 -6
  90. package/dist/components/ProgressBarCountdown/ProgressBarCountdown.d.ts.map +1 -1
  91. package/dist/components/RadioGroup/Radio.d.ts +7 -6
  92. package/dist/components/RadioGroup/Radio.d.ts.map +1 -1
  93. package/dist/components/RadioGroup/RadioGroup.d.ts +7 -12
  94. package/dist/components/RadioGroup/RadioGroup.d.ts.map +1 -1
  95. package/dist/components/Section/Section.d.ts +9 -9
  96. package/dist/components/Section/Section.d.ts.map +1 -1
  97. package/dist/components/Section/SectionTitle.d.ts +9 -7
  98. package/dist/components/Section/SectionTitle.d.ts.map +1 -1
  99. package/dist/components/Tabs/Tab.d.ts +8 -6
  100. package/dist/components/Tabs/Tab.d.ts.map +1 -1
  101. package/dist/components/Tabs/TabPanel.d.ts +6 -6
  102. package/dist/components/Tabs/TabPanel.d.ts.map +1 -1
  103. package/dist/components/Tabs/Tabs.d.ts +13 -12
  104. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  105. package/dist/components/Tag/Tag.d.ts +7 -9
  106. package/dist/components/Tag/Tag.d.ts.map +1 -1
  107. package/dist/components/Text/Text.d.ts +11 -12
  108. package/dist/components/Text/Text.d.ts.map +1 -1
  109. package/dist/components/TextField/TextField.d.ts +13 -9
  110. package/dist/components/TextField/TextField.d.ts.map +1 -1
  111. package/dist/components/ToggleGroup/Toggle.d.ts +8 -6
  112. package/dist/components/ToggleGroup/Toggle.d.ts.map +1 -1
  113. package/dist/components/ToggleGroup/ToggleGroup.d.ts +16 -12
  114. package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
  115. package/dist/components/Tooltip/Tooltip.d.ts +10 -9
  116. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  117. package/dist/index.js +2 -2
  118. package/dist/index.js.map +1 -1
  119. package/dist/utils/createComponent.d.ts +10 -44
  120. package/dist/utils/createComponent.d.ts.map +1 -1
  121. package/package.json +2 -2
@@ -1,17 +1,18 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
1
+ import type { ReactNode, ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { DialogActionPrimary as WCDialogActionPrimary } from '@loadsmart/miranda-wc';
3
- import type { ButtonProps as WCButtonProps } from '@loadsmart/miranda-wc';
4
- export type DialogActionPrimaryHTMLAttributes = Omit<HTMLAttributes<WCDialogActionPrimary>, 'slot'> & Omit<WCButtonProps, 'variant' | 'type'> & Partial<Pick<WCButtonProps, 'variant' | 'type'>>;
5
- export interface DialogActionPrimaryProps extends DialogActionPrimaryHTMLAttributes {
6
- leading?: ReactNode;
7
- trailing?: ReactNode;
8
- }
9
4
  declare global {
10
5
  namespace JSX {
11
6
  interface IntrinsicElements {
12
- 'm-dialog-action-primary': DialogActionPrimaryHTMLAttributes;
7
+ 'm-dialog-action-primary': WebComponentProps<WCDialogActionPrimary>;
13
8
  }
14
9
  }
15
10
  }
11
+ declare const WiredDialogActionPrimary: import("@lit-labs/react").ReactWebComponent<WCDialogActionPrimary, {}>;
12
+ export interface DialogActionPrimaryProps extends ComponentProps<typeof WiredDialogActionPrimary> {
13
+ leading?: ReactNode;
14
+ trailing?: ReactNode;
15
+ }
16
16
  export declare function DialogActionPrimary(props: DialogActionPrimaryProps): JSX.Element;
17
+ export {};
17
18
  //# sourceMappingURL=DialogActionPrimary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogActionPrimary.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogActionPrimary.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,OAAO,EAAE,mBAAmB,IAAI,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AACrF,OAAO,KAAK,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAI1E,MAAM,MAAM,iCAAiC,GAAG,IAAI,CACnD,cAAc,CAAC,qBAAqB,CAAC,EACrC,MAAM,CACN,GACA,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,MAAM,CAAC,GACvC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC;AAElD,MAAM,WAAW,wBAChB,SAAQ,iCAAiC;IACzC,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,yBAAyB,EAAE,iCAAiC,CAAC;SAC7D;KACD;CACD;AAUD,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,eAUlE"}
1
+ {"version":3,"file":"DialogActionPrimary.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogActionPrimary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,mBAAmB,IAAI,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAIrF,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,yBAAyB,EAAE,iBAAiB,CAAC,qBAAqB,CAAC,CAAC;SACpE;KACD;CACD;AAED,QAAA,MAAM,wBAAwB,wEAI5B,CAAC;AAEH,MAAM,WAAW,wBAChB,SAAQ,cAAc,CAAC,OAAO,wBAAwB,CAAC;IACvD,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,eAUlE"}
@@ -1,17 +1,18 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
1
+ import type { ReactNode, ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { DialogActionSecondary as WCDialogActionSecondary } from '@loadsmart/miranda-wc';
3
- import type { ButtonProps as WCButtonProps } from '@loadsmart/miranda-wc';
4
- export type DialogActionSecondaryHTMLAttributes = Omit<HTMLAttributes<WCDialogActionSecondary>, 'slot'> & Omit<WCButtonProps, 'variant' | 'type'> & Partial<Pick<WCButtonProps, 'variant' | 'type'>>;
5
- export interface DialogActionSecondaryProps extends DialogActionSecondaryHTMLAttributes {
6
- leading?: ReactNode;
7
- trailing?: ReactNode;
8
- }
9
4
  declare global {
10
5
  namespace JSX {
11
6
  interface IntrinsicElements {
12
- 'm-dialog-action-secondary': DialogActionSecondaryHTMLAttributes;
7
+ 'm-dialog-action-secondary': WebComponentProps<WCDialogActionSecondary>;
13
8
  }
14
9
  }
15
10
  }
11
+ declare const WiredDialogActionSecondary: import("@lit-labs/react").ReactWebComponent<WCDialogActionSecondary, {}>;
12
+ export interface DialogActionSecondaryProps extends ComponentProps<typeof WiredDialogActionSecondary> {
13
+ leading?: ReactNode;
14
+ trailing?: ReactNode;
15
+ }
16
16
  export declare function DialogActionSecondary(props: DialogActionSecondaryProps): JSX.Element;
17
+ export {};
17
18
  //# sourceMappingURL=DialogActionSecondary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogActionSecondary.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogActionSecondary.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,OAAO,EAAE,qBAAqB,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AACzF,OAAO,KAAK,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAI1E,MAAM,MAAM,mCAAmC,GAAG,IAAI,CACrD,cAAc,CAAC,uBAAuB,CAAC,EACvC,MAAM,CACN,GACA,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,MAAM,CAAC,GACvC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC;AAElD,MAAM,WAAW,0BAChB,SAAQ,mCAAmC;IAC3C,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,2BAA2B,EAAE,mCAAmC,CAAC;SACjE;KACD;CACD;AAUD,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,eAUtE"}
1
+ {"version":3,"file":"DialogActionSecondary.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogActionSecondary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,OAAO,EAAE,qBAAqB,IAAI,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAGzF,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,2BAA2B,EAAE,iBAAiB,CAAC,uBAAuB,CAAC,CAAC;SACxE;KACD;CACD;AAED,QAAA,MAAM,0BAA0B,0EAI9B,CAAC;AAEH,MAAM,WAAW,0BAChB,SAAQ,cAAc,CAAC,OAAO,0BAA0B,CAAC;IACzD,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,eAUtE"}
@@ -1,17 +1,18 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
1
+ import type { ReactNode, ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { DialogActionTertiary as WCDialogActionTertiary } from '@loadsmart/miranda-wc';
3
- import type { ButtonProps as WCButtonProps } from '@loadsmart/miranda-wc';
4
- export type DialogActionTertiaryHTMLAttributes = Omit<HTMLAttributes<WCDialogActionTertiary>, 'slot'> & Omit<WCButtonProps, 'variant' | 'type'> & Partial<Pick<WCButtonProps, 'variant' | 'type'>>;
5
- export interface DialogActionTertiaryProps extends DialogActionTertiaryHTMLAttributes {
6
- leading?: ReactNode;
7
- trailing?: ReactNode;
8
- }
9
4
  declare global {
10
5
  namespace JSX {
11
6
  interface IntrinsicElements {
12
- 'm-dialog-action-tertiary': DialogActionTertiaryHTMLAttributes;
7
+ 'm-dialog-action-tertiary': WebComponentProps<WCDialogActionTertiary>;
13
8
  }
14
9
  }
15
10
  }
11
+ declare const WiredDialogActionTertiary: import("@lit-labs/react").ReactWebComponent<WCDialogActionTertiary, {}>;
12
+ export interface DialogActionTertiaryProps extends ComponentProps<typeof WiredDialogActionTertiary> {
13
+ leading?: ReactNode;
14
+ trailing?: ReactNode;
15
+ }
16
16
  export declare function DialogActionTertiary(props: DialogActionTertiaryProps): JSX.Element;
17
+ export {};
17
18
  //# sourceMappingURL=DialogActionTertiary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogActionTertiary.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogActionTertiary.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AACvF,OAAO,KAAK,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAI1E,MAAM,MAAM,kCAAkC,GAAG,IAAI,CACpD,cAAc,CAAC,sBAAsB,CAAC,EACtC,MAAM,CACN,GACA,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,MAAM,CAAC,GACvC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC;AAElD,MAAM,WAAW,yBAChB,SAAQ,kCAAkC;IAC1C,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,0BAA0B,EAAE,kCAAkC,CAAC;SAC/D;KACD;CACD;AAUD,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,eAUpE"}
1
+ {"version":3,"file":"DialogActionTertiary.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogActionTertiary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAGvF,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,0BAA0B,EAAE,iBAAiB,CAAC,sBAAsB,CAAC,CAAC;SACtE;KACD;CACD;AAED,QAAA,MAAM,yBAAyB,yEAI7B,CAAC;AAEH,MAAM,WAAW,yBAChB,SAAQ,cAAc,CAAC,OAAO,yBAAyB,CAAC;IACxD,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,eAUpE"}
@@ -1,12 +1,13 @@
1
- import type { HTMLAttributes } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { DialogActions as WCDialogActions } from '@loadsmart/miranda-wc';
3
- export type DialogActionsProps = Omit<HTMLAttributes<WCDialogActions>, 'slot'>;
4
4
  declare global {
5
5
  namespace JSX {
6
6
  interface IntrinsicElements {
7
- 'm-dialog-actions': DialogActionsProps;
7
+ 'm-dialog-actions': WebComponentProps<WCDialogActions>;
8
8
  }
9
9
  }
10
10
  }
11
- export declare function DialogActions({ ...props }: DialogActionsProps): JSX.Element;
11
+ export declare const DialogActions: import("@lit-labs/react").ReactWebComponent<WCDialogActions, {}>;
12
+ export type DialogActionsProps = ComponentProps<typeof DialogActions>;
12
13
  //# sourceMappingURL=DialogActions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogActions.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogActions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAIzE,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,CAAC;AAE/E,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,kBAAkB,EAAE,kBAAkB,CAAC;SACvC;KACD;CACD;AAUD,wBAAgB,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,eAE7D"}
1
+ {"version":3,"file":"DialogActions.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGzE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,kBAAkB,EAAE,iBAAiB,CAAC,eAAe,CAAC,CAAC;SACvD;KACD;CACD;AAED,eAAO,MAAM,aAAa,kEAIxB,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -1,12 +1,13 @@
1
- import type { HTMLAttributes } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { DialogBody as WCDialogBody } from '@loadsmart/miranda-wc';
3
- export type DialogBodyProps = Omit<HTMLAttributes<WCDialogBody>, 'slot'>;
4
4
  declare global {
5
5
  namespace JSX {
6
6
  interface IntrinsicElements {
7
- 'm-dialog-body': DialogBodyProps;
7
+ 'm-dialog-body': WebComponentProps<WCDialogBody>;
8
8
  }
9
9
  }
10
10
  }
11
- export declare function DialogBody({ ...props }: DialogBodyProps): JSX.Element;
11
+ export declare const DialogBody: import("@lit-labs/react").ReactWebComponent<WCDialogBody, {}>;
12
+ export type DialogBodyProps = ComponentProps<typeof DialogBody>;
12
13
  //# sourceMappingURL=DialogBody.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogBody.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogBody.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAInE,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC,CAAC;AAEzE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,eAAe,EAAE,eAAe,CAAC;SACjC;KACD;CACD;AAUD,wBAAgB,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,eAEvD"}
1
+ {"version":3,"file":"DialogBody.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAGnE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,eAAe,EAAE,iBAAiB,CAAC,YAAY,CAAC,CAAC;SACjD;KACD;CACD;AAED,eAAO,MAAM,UAAU,+DAIrB,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -1,16 +1,15 @@
1
- import type { HTMLAttributes } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps, EventName } from '@lit-labs/react';
2
3
  import { DialogClose as WCDialogClose } from '@loadsmart/miranda-wc';
3
- import type { CloseButtonProps as WCCloseButtonProps } from '@loadsmart/miranda-wc';
4
- export type DialogCloseHTMLAttributes = Omit<HTMLAttributes<WCDialogClose>, 'slot'> & WCCloseButtonProps;
5
- export interface DialogCloseProps extends DialogCloseHTMLAttributes {
6
- onClose?: (event: CustomEvent) => void;
7
- }
8
4
  declare global {
9
5
  namespace JSX {
10
6
  interface IntrinsicElements {
11
- 'm-dialog-close': DialogCloseHTMLAttributes;
7
+ 'm-dialog-close': WebComponentProps<WCDialogClose>;
12
8
  }
13
9
  }
14
10
  }
15
- export declare function DialogClose(props: DialogCloseProps): JSX.Element;
11
+ export declare const DialogClose: import("@lit-labs/react").ReactWebComponent<WCDialogClose, {
12
+ onClose: EventName<CustomEvent<any>>;
13
+ }>;
14
+ export type DialogCloseProps = ComponentProps<typeof DialogClose>;
16
15
  //# sourceMappingURL=DialogClose.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogClose.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogClose.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAIpF,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAC3C,cAAc,CAAC,aAAa,CAAC,EAC7B,MAAM,CACN,GACA,kBAAkB,CAAC;AAEpB,MAAM,WAAW,gBAAiB,SAAQ,yBAAyB;IAClE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CACvC;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,gBAAgB,EAAE,yBAAyB,CAAC;SAC5C;KACD;CACD;AAYD,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,eAElD"}
1
+ {"version":3,"file":"DialogClose.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogClose.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEpE,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGrE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,gBAAgB,EAAE,iBAAiB,CAAC,aAAa,CAAC,CAAC;SACnD;KACD;CACD;AAED,eAAO,MAAM,WAAW;;EAOtB,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -1,12 +1,13 @@
1
- import type { HTMLAttributes } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { DialogFooter as WCDialogFooter } from '@loadsmart/miranda-wc';
3
- export type DialogFooterProps = Omit<HTMLAttributes<WCDialogFooter>, 'slot'>;
4
4
  declare global {
5
5
  namespace JSX {
6
6
  interface IntrinsicElements {
7
- 'm-dialog-footer': DialogFooterProps;
7
+ 'm-dialog-footer': WebComponentProps<WCDialogFooter>;
8
8
  }
9
9
  }
10
10
  }
11
- export declare function DialogFooter({ ...props }: DialogFooterProps): JSX.Element;
11
+ export declare const DialogFooter: import("@lit-labs/react").ReactWebComponent<WCDialogFooter, {}>;
12
+ export type DialogFooterProps = ComponentProps<typeof DialogFooter>;
12
13
  //# sourceMappingURL=DialogFooter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogFooter.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAIvE,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC,CAAC;AAE7E,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,iBAAiB,EAAE,iBAAiB,CAAC;SACrC;KACD;CACD;AAUD,wBAAgB,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,eAE3D"}
1
+ {"version":3,"file":"DialogFooter.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,iBAAiB,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAC;SACrD;KACD;CACD;AAED,eAAO,MAAM,YAAY,iEAIvB,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -1,12 +1,13 @@
1
- import type { HTMLAttributes } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { DialogHeader as WCDialogHeader } from '@loadsmart/miranda-wc';
3
- export type DialogHeaderProps = Omit<HTMLAttributes<WCDialogHeader>, 'slot'>;
4
4
  declare global {
5
5
  namespace JSX {
6
6
  interface IntrinsicElements {
7
- 'm-dialog-header': DialogHeaderProps;
7
+ 'm-dialog-header': WebComponentProps<WCDialogHeader>;
8
8
  }
9
9
  }
10
10
  }
11
- export declare function DialogHeader({ ...props }: DialogHeaderProps): JSX.Element;
11
+ export declare const DialogHeader: import("@lit-labs/react").ReactWebComponent<WCDialogHeader, {}>;
12
+ export type DialogHeaderProps = ComponentProps<typeof DialogHeader>;
12
13
  //# sourceMappingURL=DialogHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAIvE,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC,CAAC;AAE7E,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,iBAAiB,EAAE,iBAAiB,CAAC;SACrC;KACD;CACD;AAUD,wBAAgB,YAAY,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,eAE3D"}
1
+ {"version":3,"file":"DialogHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/DialogHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGvE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,iBAAiB,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAC;SACrD;KACD;CACD;AAED,eAAO,MAAM,YAAY,iEAIvB,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -1,19 +1,20 @@
1
- import * as React from 'react';
2
- import type { HTMLAttributes } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
3
3
  import { Divider as WCDivider } from '@loadsmart/miranda-wc';
4
- export interface DividerProps extends Omit<HTMLAttributes<WCDivider>, 'style'> {
5
- style?: React.CSSProperties & {
6
- '--m-divider-margin-top'?: string;
7
- '--m-divider-margin-bottom'?: string;
8
- '--m-divider-margin-y'?: string;
9
- };
10
- }
11
4
  declare global {
12
5
  namespace JSX {
13
6
  interface IntrinsicElements {
14
- 'm-divider': DividerProps;
7
+ 'm-divider': WebComponentProps<WCDivider>;
15
8
  }
16
9
  }
17
10
  }
18
- export declare function Divider(props: DividerProps): JSX.Element;
11
+ declare module 'react' {
12
+ interface CSSProperties {
13
+ '--m-divider-margin-top'?: string;
14
+ '--m-divider-margin-bottom'?: string;
15
+ '--m-divider-margin-y'?: string;
16
+ }
17
+ }
18
+ export declare const Divider: import("@lit-labs/react").ReactWebComponent<WCDivider, {}>;
19
+ export type DividerProps = ComponentProps<typeof Divider>;
19
20
  //# sourceMappingURL=Divider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../src/components/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAI7D,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;IAC7E,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG;QAC7B,wBAAwB,CAAC,EAAE,MAAM,CAAC;QAClC,2BAA2B,CAAC,EAAE,MAAM,CAAC;QACrC,sBAAsB,CAAC,EAAE,MAAM,CAAC;KAChC,CAAC;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,WAAW,EAAE,YAAY,CAAC;SAC1B;KACD;CACD;AAUD,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,eAE1C"}
1
+ {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../src/components/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG7D,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,WAAW,EAAE,iBAAiB,CAAC,SAAS,CAAC,CAAC;SAC1C;KACD;CACD;AAED,OAAO,QAAQ,OAAO,CAAC;IACtB,UAAU,aAAa;QACtB,wBAAwB,CAAC,EAAE,MAAM,CAAC;QAClC,2BAA2B,CAAC,EAAE,MAAM,CAAC;QACrC,sBAAsB,CAAC,EAAE,MAAM,CAAC;KAChC;CACD;AAED,eAAO,MAAM,OAAO,4DAIlB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
@@ -1,20 +1,18 @@
1
- import type { HTMLAttributes } from 'react';
2
- import type { FieldProps as WCFieldProps } from '@loadsmart/miranda-wc';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
3
3
  import { Field as WCField } from '@loadsmart/miranda-wc';
4
- import { FieldLabel } from './FieldLabel';
5
4
  import { FieldHint } from './FieldHint';
6
- export type FieldProps = HTMLAttributes<WCField> & WCFieldProps;
7
5
  declare global {
8
6
  namespace JSX {
9
7
  interface IntrinsicElements {
10
- 'm-field': FieldProps;
8
+ 'm-field': WebComponentProps<WCField>;
11
9
  }
12
10
  }
13
11
  }
14
- declare function Field({ children, ...props }: FieldProps): JSX.Element;
15
- declare namespace Field {
16
- var Label: typeof FieldLabel;
17
- var Hint: typeof FieldHint;
18
- }
12
+ declare const Field: import("@lit-labs/react").ReactWebComponent<WCField, {}> & {
13
+ Label: import("@lit-labs/react").ReactWebComponent<import("@loadsmart/miranda-wc").FieldLabel, {}>;
14
+ Hint: typeof FieldHint;
15
+ };
16
+ export type FieldProps = ComponentProps<typeof Field>;
19
17
  export default Field;
20
18
  //# sourceMappingURL=Field.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../../src/components/Field/Field.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACxE,OAAO,EAAE,KAAK,IAAI,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAIzD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,OAAO,CAAC,GAAG,YAAY,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,SAAS,EAAE,UAAU,CAAC;SACtB;KACD;CACD;AAID,iBAAS,KAAK,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,eAEhD;kBAFQ,KAAK;;;;AAOd,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../../src/components/Field/Field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,KAAK,IAAI,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAIzD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,SAAS,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC;SACtC;KACD;CACD;AAED,QAAA,MAAM,KAAK;;;CAQT,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;AAEtD,eAAe,KAAK,CAAC"}
@@ -1,14 +1,17 @@
1
- import type { HTMLAttributes } from 'react';
2
- import type { FieldHint as WCFieldHint } from '@loadsmart/miranda-wc';
3
- export interface FieldHintProps extends HTMLAttributes<HTMLElement> {
4
- leading?: string;
5
- }
1
+ import type { ComponentProps, ReactNode } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
3
+ import { FieldHint as WCFieldHint } from '@loadsmart/miranda-wc';
6
4
  declare global {
7
5
  namespace JSX {
8
6
  interface IntrinsicElements {
9
- 'm-field-hint': HTMLAttributes<WCFieldHint>;
7
+ 'm-field-hint': WebComponentProps<WCFieldHint>;
10
8
  }
11
9
  }
12
10
  }
11
+ declare const WiredFieldHint: import("@lit-labs/react").ReactWebComponent<WCFieldHint, {}>;
12
+ export interface FieldHintProps extends Omit<ComponentProps<typeof WiredFieldHint>, 'slot'> {
13
+ leading?: ReactNode;
14
+ }
13
15
  export declare function FieldHint({ children, leading, ...props }: FieldHintProps): JSX.Element;
16
+ export {};
14
17
  //# sourceMappingURL=FieldHint.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldHint.d.ts","sourceRoot":"","sources":["../../../src/components/Field/FieldHint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEtE,MAAM,WAAW,cAAe,SAAQ,cAAc,CAAC,WAAW,CAAC;IAClE,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,cAAc,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;SAC5C;KACD;CACD;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,eAOxE"}
1
+ {"version":3,"file":"FieldHint.d.ts","sourceRoot":"","sources":["../../../src/components/Field/FieldHint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIjE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,cAAc,EAAE,iBAAiB,CAAC,WAAW,CAAC,CAAC;SAC/C;KACD;CACD;AAED,QAAA,MAAM,cAAc,8DAIlB,CAAC;AAEH,MAAM,WAAW,cAChB,SAAQ,IAAI,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,EAAE,MAAM,CAAC;IAC3D,OAAO,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,eAOxE"}
@@ -1,12 +1,13 @@
1
- import type { HTMLAttributes } from 'react';
2
- import type { FieldLabel as WCFieldLabel } from '@loadsmart/miranda-wc';
3
- export type FieldLabelProps = HTMLAttributes<HTMLElement>;
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
3
+ import { FieldLabel as WCFieldLabel } from '@loadsmart/miranda-wc';
4
4
  declare global {
5
5
  namespace JSX {
6
6
  interface IntrinsicElements {
7
- 'm-field-label': HTMLAttributes<WCFieldLabel>;
7
+ 'm-field-label': WebComponentProps<WCFieldLabel>;
8
8
  }
9
9
  }
10
10
  }
11
- export declare function FieldLabel({ children, ...props }: FieldLabelProps): JSX.Element;
11
+ export declare const FieldLabel: import("@lit-labs/react").ReactWebComponent<WCFieldLabel, {}>;
12
+ export type FieldLabelProps = ComponentProps<typeof FieldLabel>;
12
13
  //# sourceMappingURL=FieldLabel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldLabel.d.ts","sourceRoot":"","sources":["../../../src/components/Field/FieldLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAExE,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAE1D,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,eAAe,EAAE,cAAc,CAAC,YAAY,CAAC,CAAC;SAC9C;KACD;CACD;AAED,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,eAMjE"}
1
+ {"version":3,"file":"FieldLabel.d.ts","sourceRoot":"","sources":["../../../src/components/Field/FieldLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAInE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,eAAe,EAAE,iBAAiB,CAAC,YAAY,CAAC,CAAC;SACjD;KACD;CACD;AAED,eAAO,MAAM,UAAU,+DAGrB,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -1,26 +1,19 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { Header as WCHeader } from '@loadsmart/miranda-wc';
3
- import { HeaderActions } from './HeaderActions';
4
- import { HeaderContent } from './HeaderContent';
5
- import { HeaderTitle } from './HeaderTitle';
6
- import { HeaderBackButton } from './HeaderBackButton';
7
- export interface HeaderProps extends HTMLAttributes<WCHeader> {
8
- children?: ReactNode;
9
- }
10
4
  declare global {
11
5
  namespace JSX {
12
6
  interface IntrinsicElements {
13
- 'm-header': HTMLAttributes<WCHeader>;
7
+ 'm-header': WebComponentProps<WCHeader>;
14
8
  }
15
9
  }
16
10
  }
17
- export declare function Header(props: HeaderProps): JSX.Element;
18
- export declare namespace Header {
19
- var displayName: string;
20
- var Actions: typeof HeaderActions;
21
- var Content: typeof HeaderContent;
22
- var Title: typeof HeaderTitle;
23
- var SubHeader: typeof import("./SubHeader").SubHeader;
24
- var BackButton: typeof HeaderBackButton;
25
- }
11
+ export declare const Header: import("@lit-labs/react").ReactWebComponent<WCHeader, {}> & {
12
+ Actions: import("@lit-labs/react").ReactWebComponent<import("@loadsmart/miranda-wc").HeaderActions, {}>;
13
+ Content: import("@lit-labs/react").ReactWebComponent<import("@loadsmart/miranda-wc").HeaderContent, {}>;
14
+ Title: import("@lit-labs/react").ReactWebComponent<import("@loadsmart/miranda-wc").HeaderTitle, {}>;
15
+ SubHeader: import("@lit-labs/react").ReactWebComponent<import("@loadsmart/miranda-wc").SubHeader, {}>;
16
+ BackButton: import("@lit-labs/react").ReactWebComponent<import("@loadsmart/miranda-wc").BackButton, {}>;
17
+ };
18
+ export type HeaderProps = ComponentProps<typeof Header>;
26
19
  //# sourceMappingURL=Header.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header/Header.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,OAAO,EAAE,MAAM,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG3D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,WAAY,SAAQ,cAAc,CAAC,QAAQ,CAAC;IAC5D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,UAAU,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC;SACrC;KACD;CACD;AAID,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,eAExC;yBAFe,MAAM"}
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,MAAM,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAS3D,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,UAAU,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAC;SACxC;KACD;CACD;AAED,eAAO,MAAM,MAAM;;;;;;CAWjB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC"}
@@ -1,17 +1,13 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { HeaderActions as WCHeaderActions } from '@loadsmart/miranda-wc';
3
- export interface HeaderActionsProps extends Omit<HTMLAttributes<HTMLElement>, 'slot'> {
4
- children?: ReactNode;
5
- }
6
4
  declare global {
7
5
  namespace JSX {
8
6
  interface IntrinsicElements {
9
- 'm-header-actions': HTMLAttributes<WCHeaderActions>;
7
+ 'm-header-actions': WebComponentProps<WCHeaderActions>;
10
8
  }
11
9
  }
12
10
  }
13
- export declare function HeaderActions({ ...props }: HeaderActionsProps): JSX.Element;
14
- export declare namespace HeaderActions {
15
- var displayName: string;
16
- }
11
+ export declare const HeaderActions: import("@lit-labs/react").ReactWebComponent<WCHeaderActions, {}>;
12
+ export type HeaderActionsProps = ComponentProps<typeof HeaderActions>;
17
13
  //# sourceMappingURL=HeaderActions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderActions.d.ts","sourceRoot":"","sources":["../../../src/components/Header/HeaderActions.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGzE,MAAM,WAAW,kBAChB,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IACjD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,kBAAkB,EAAE,cAAc,CAAC,eAAe,CAAC,CAAC;SACpD;KACD;CACD;AAQD,wBAAgB,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,eAE7D;yBAFe,aAAa"}
1
+ {"version":3,"file":"HeaderActions.d.ts","sourceRoot":"","sources":["../../../src/components/Header/HeaderActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGzE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,kBAAkB,EAAE,iBAAiB,CAAC,eAAe,CAAC,CAAC;SACvD;KACD;CACD;AAED,eAAO,MAAM,aAAa,kEAIxB,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -1,16 +1,11 @@
1
- import type { HTMLAttributes } from 'react';
1
+ import type { WebComponentProps } from '@lit-labs/react';
2
2
  import { BackButton as WCBackButton } from '@loadsmart/miranda-wc';
3
3
  declare global {
4
4
  namespace JSX {
5
5
  interface IntrinsicElements {
6
- 'm-back-button': HTMLAttributes<WCBackButton>;
6
+ 'm-back-button': WebComponentProps<WCBackButton>;
7
7
  }
8
8
  }
9
9
  }
10
- export declare function HeaderBackButton({ ...props }: {
11
- [x: string]: any;
12
- }): JSX.Element;
13
- export declare namespace HeaderBackButton {
14
- var displayName: string;
15
- }
10
+ export declare const HeaderBackButton: import("@lit-labs/react").ReactWebComponent<WCBackButton, {}>;
16
11
  //# sourceMappingURL=HeaderBackButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderBackButton.d.ts","sourceRoot":"","sources":["../../../src/components/Header/HeaderBackButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAGnE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,eAAe,EAAE,cAAc,CAAC,YAAY,CAAC,CAAC;SAC9C;KACD;CACD;AAQD,wBAAgB,gBAAgB,CAAC,EAAE,GAAG,KAAK,EAAE;;CAAA,eAE5C;yBAFe,gBAAgB"}
1
+ {"version":3,"file":"HeaderBackButton.d.ts","sourceRoot":"","sources":["../../../src/components/Header/HeaderBackButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAInE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,eAAe,EAAE,iBAAiB,CAAC,YAAY,CAAC,CAAC;SACjD;KACD;CACD;AAED,eAAO,MAAM,gBAAgB,+DAI3B,CAAC"}
@@ -1,17 +1,13 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { HeaderContent as WCHeaderContent } from '@loadsmart/miranda-wc';
3
- export interface HeaderContentProps extends Omit<HTMLAttributes<HTMLElement>, 'slot'> {
4
- children?: ReactNode;
5
- }
6
4
  declare global {
7
5
  namespace JSX {
8
6
  interface IntrinsicElements {
9
- 'm-header-content': HTMLAttributes<WCHeaderContent>;
7
+ 'm-header-content': WebComponentProps<WCHeaderContent>;
10
8
  }
11
9
  }
12
10
  }
13
- export declare function HeaderContent({ ...props }: HeaderContentProps): JSX.Element;
14
- export declare namespace HeaderContent {
15
- var displayName: string;
16
- }
11
+ export declare const HeaderContent: import("@lit-labs/react").ReactWebComponent<WCHeaderContent, {}>;
12
+ export type HeaderContentProps = ComponentProps<typeof HeaderContent>;
17
13
  //# sourceMappingURL=HeaderContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderContent.d.ts","sourceRoot":"","sources":["../../../src/components/Header/HeaderContent.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGzE,MAAM,WAAW,kBAChB,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IACjD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,kBAAkB,EAAE,cAAc,CAAC,eAAe,CAAC,CAAC;SACpD;KACD;CACD;AAQD,wBAAgB,aAAa,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,eAE7D;yBAFe,aAAa"}
1
+ {"version":3,"file":"HeaderContent.d.ts","sourceRoot":"","sources":["../../../src/components/Header/HeaderContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,aAAa,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGzE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,kBAAkB,EAAE,iBAAiB,CAAC,eAAe,CAAC,CAAC;SACvD;KACD;CACD;AAED,eAAO,MAAM,aAAa,kEAIxB,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -1,17 +1,13 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { HeaderTitle as WCHeaderTitle } from '@loadsmart/miranda-wc';
3
- export interface HeaderTitleProps extends Omit<HTMLAttributes<HTMLElement>, 'slot'> {
4
- children?: ReactNode;
5
- }
6
4
  declare global {
7
5
  namespace JSX {
8
6
  interface IntrinsicElements {
9
- 'm-header-title': HTMLAttributes<WCHeaderTitle>;
7
+ 'm-header-title': WebComponentProps<WCHeaderTitle>;
10
8
  }
11
9
  }
12
10
  }
13
- export declare function HeaderTitle({ ...props }: HeaderTitleProps): JSX.Element;
14
- export declare namespace HeaderTitle {
15
- var displayName: string;
16
- }
11
+ export declare const HeaderTitle: import("@lit-labs/react").ReactWebComponent<WCHeaderTitle, {}>;
12
+ export type HeaderTitleProps = ComponentProps<typeof HeaderTitle>;
17
13
  //# sourceMappingURL=HeaderTitle.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Header/HeaderTitle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGrE,MAAM,WAAW,gBAChB,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IACjD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,gBAAgB,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;SAChD;KACD;CACD;AAQD,wBAAgB,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,eAEzD;yBAFe,WAAW"}
1
+ {"version":3,"file":"HeaderTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Header/HeaderTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGrE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,gBAAgB,EAAE,iBAAiB,CAAC,aAAa,CAAC,CAAC;SACnD;KACD;CACD;AAED,eAAO,MAAM,WAAW,gEAItB,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -1,17 +1,13 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
1
+ import type { ComponentProps } from 'react';
2
+ import type { WebComponentProps } from '@lit-labs/react';
2
3
  import { SubHeader as WCSubHeader } from '@loadsmart/miranda-wc';
3
- export interface SubHeaderProps extends Omit<HTMLAttributes<HTMLElement>, 'slot'> {
4
- children?: ReactNode;
5
- }
6
4
  declare global {
7
5
  namespace JSX {
8
6
  interface IntrinsicElements {
9
- 'm-sub-header': HTMLAttributes<WCSubHeader>;
7
+ 'm-sub-header': WebComponentProps<WCSubHeader>;
10
8
  }
11
9
  }
12
10
  }
13
- export declare function SubHeader({ ...props }: SubHeaderProps): JSX.Element;
14
- export declare namespace SubHeader {
15
- var displayName: string;
16
- }
11
+ export declare const SubHeader: import("@lit-labs/react").ReactWebComponent<WCSubHeader, {}>;
12
+ export type SubHeaderProps = ComponentProps<typeof SubHeader>;
17
13
  //# sourceMappingURL=SubHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SubHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Header/SubHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGjE,MAAM,WAAW,cAChB,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IACjD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,cAAc,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;SAC5C;KACD;CACD;AAGD,wBAAgB,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,eAErD;yBAFe,SAAS"}
1
+ {"version":3,"file":"SubHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Header/SubHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGjE,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,GAAG,CAAC;QACb,UAAU,iBAAiB;YAC1B,cAAc,EAAE,iBAAiB,CAAC,WAAW,CAAC,CAAC;SAC/C;KACD;CACD;AAED,eAAO,MAAM,SAAS,8DAIpB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC"}