@udixio/ui-react 0.0.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 (153) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/LICENSE +202 -0
  3. package/README.md +7 -0
  4. package/index.d.ts +2 -0
  5. package/index.d.ts.map +1 -0
  6. package/index.js +10841 -0
  7. package/lib/components/Button.d.ts +7 -0
  8. package/lib/components/Button.d.ts.map +1 -0
  9. package/lib/components/Card.d.ts +4 -0
  10. package/lib/components/Card.d.ts.map +1 -0
  11. package/lib/components/Carousel.d.ts +4 -0
  12. package/lib/components/Carousel.d.ts.map +1 -0
  13. package/lib/components/CarouselItem.d.ts +5 -0
  14. package/lib/components/CarouselItem.d.ts.map +1 -0
  15. package/lib/components/Divided.d.ts +4 -0
  16. package/lib/components/Divided.d.ts.map +1 -0
  17. package/lib/components/Fab.d.ts +4 -0
  18. package/lib/components/Fab.d.ts.map +1 -0
  19. package/lib/components/IconButton.d.ts +5 -0
  20. package/lib/components/IconButton.d.ts.map +1 -0
  21. package/lib/components/NavigationRail.d.ts +4 -0
  22. package/lib/components/NavigationRail.d.ts.map +1 -0
  23. package/lib/components/NavigationRailItem.d.ts +7 -0
  24. package/lib/components/NavigationRailItem.d.ts.map +1 -0
  25. package/lib/components/ProgressIndicator.d.ts +4 -0
  26. package/lib/components/ProgressIndicator.d.ts.map +1 -0
  27. package/lib/components/Slider.d.ts +4 -0
  28. package/lib/components/Slider.d.ts.map +1 -0
  29. package/lib/components/Snackbar.d.ts +4 -0
  30. package/lib/components/Snackbar.d.ts.map +1 -0
  31. package/lib/components/Switch.d.ts +4 -0
  32. package/lib/components/Switch.d.ts.map +1 -0
  33. package/lib/components/Tab.d.ts +4 -0
  34. package/lib/components/Tab.d.ts.map +1 -0
  35. package/lib/components/Tabs.d.ts +4 -0
  36. package/lib/components/Tabs.d.ts.map +1 -0
  37. package/lib/components/TextField.d.ts +4 -0
  38. package/lib/components/TextField.d.ts.map +1 -0
  39. package/lib/components/ToolTip.d.ts +4 -0
  40. package/lib/components/ToolTip.d.ts.map +1 -0
  41. package/lib/components/index.d.ts +20 -0
  42. package/lib/components/index.d.ts.map +1 -0
  43. package/lib/effects/SyncedFixedWrapper.d.ts +8 -0
  44. package/lib/effects/SyncedFixedWrapper.d.ts.map +1 -0
  45. package/lib/effects/custom-scroll/custom-scroll.effect.d.ts +4 -0
  46. package/lib/effects/custom-scroll/custom-scroll.effect.d.ts.map +1 -0
  47. package/lib/effects/custom-scroll/custom-scroll.interface.d.ts +25 -0
  48. package/lib/effects/custom-scroll/custom-scroll.interface.d.ts.map +1 -0
  49. package/lib/effects/custom-scroll/custom-scroll.style.d.ts +26 -0
  50. package/lib/effects/custom-scroll/custom-scroll.style.d.ts.map +1 -0
  51. package/lib/effects/custom-scroll/index.d.ts +4 -0
  52. package/lib/effects/custom-scroll/index.d.ts.map +1 -0
  53. package/lib/effects/index.d.ts +5 -0
  54. package/lib/effects/index.d.ts.map +1 -0
  55. package/lib/effects/ripple/RippleEffect.d.ts +8 -0
  56. package/lib/effects/ripple/RippleEffect.d.ts.map +1 -0
  57. package/lib/effects/ripple/index.d.ts +2 -0
  58. package/lib/effects/ripple/index.d.ts.map +1 -0
  59. package/lib/effects/smooth-scroll.effect.d.ts +8 -0
  60. package/lib/effects/smooth-scroll.effect.d.ts.map +1 -0
  61. package/lib/icon/icon.d.ts +10 -0
  62. package/lib/icon/icon.d.ts.map +1 -0
  63. package/lib/icon/index.d.ts +2 -0
  64. package/lib/icon/index.d.ts.map +1 -0
  65. package/lib/index.d.ts +7 -0
  66. package/lib/index.d.ts.map +1 -0
  67. package/lib/interfaces/button.interface.d.ts +36 -0
  68. package/lib/interfaces/button.interface.d.ts.map +1 -0
  69. package/lib/interfaces/card.interface.d.ts +9 -0
  70. package/lib/interfaces/card.interface.d.ts.map +1 -0
  71. package/lib/interfaces/carousel-item.interface.d.ts +11 -0
  72. package/lib/interfaces/carousel-item.interface.d.ts.map +1 -0
  73. package/lib/interfaces/carousel.interface.d.ts +16 -0
  74. package/lib/interfaces/carousel.interface.d.ts.map +1 -0
  75. package/lib/interfaces/divider.interface.d.ts +8 -0
  76. package/lib/interfaces/divider.interface.d.ts.map +1 -0
  77. package/lib/interfaces/fab.interface.d.ts +18 -0
  78. package/lib/interfaces/fab.interface.d.ts.map +1 -0
  79. package/lib/interfaces/icon-button.interface.d.ts +31 -0
  80. package/lib/interfaces/icon-button.interface.d.ts.map +1 -0
  81. package/lib/interfaces/index.d.ts +17 -0
  82. package/lib/interfaces/index.d.ts.map +1 -0
  83. package/lib/interfaces/navigation-rail-item.interface.d.ts +37 -0
  84. package/lib/interfaces/navigation-rail-item.interface.d.ts.map +1 -0
  85. package/lib/interfaces/navigation-rail.interface.d.ts +37 -0
  86. package/lib/interfaces/navigation-rail.interface.d.ts.map +1 -0
  87. package/lib/interfaces/progress-indicator.interface.d.ts +30 -0
  88. package/lib/interfaces/progress-indicator.interface.d.ts.map +1 -0
  89. package/lib/interfaces/slider.interface.d.ts +28 -0
  90. package/lib/interfaces/slider.interface.d.ts.map +1 -0
  91. package/lib/interfaces/snackbar.interface.d.ts +15 -0
  92. package/lib/interfaces/snackbar.interface.d.ts.map +1 -0
  93. package/lib/interfaces/switch.interface.d.ts +16 -0
  94. package/lib/interfaces/switch.interface.d.ts.map +1 -0
  95. package/lib/interfaces/tab.interface.d.ts +29 -0
  96. package/lib/interfaces/tab.interface.d.ts.map +1 -0
  97. package/lib/interfaces/tabs.interface.d.ts +21 -0
  98. package/lib/interfaces/tabs.interface.d.ts.map +1 -0
  99. package/lib/interfaces/text-field.interface.d.ts +46 -0
  100. package/lib/interfaces/text-field.interface.d.ts.map +1 -0
  101. package/lib/interfaces/tooltip.interface.d.ts +24 -0
  102. package/lib/interfaces/tooltip.interface.d.ts.map +1 -0
  103. package/lib/styles/button.style.d.ts +55 -0
  104. package/lib/styles/button.style.d.ts.map +1 -0
  105. package/lib/styles/card.style.d.ts +11 -0
  106. package/lib/styles/card.style.d.ts.map +1 -0
  107. package/lib/styles/carousel-item.style.d.ts +13 -0
  108. package/lib/styles/carousel-item.style.d.ts.map +1 -0
  109. package/lib/styles/carousel.style.d.ts +23 -0
  110. package/lib/styles/carousel.style.d.ts.map +1 -0
  111. package/lib/styles/divider.style.d.ts +9 -0
  112. package/lib/styles/divider.style.d.ts.map +1 -0
  113. package/lib/styles/fab.style.d.ts +39 -0
  114. package/lib/styles/fab.style.d.ts.map +1 -0
  115. package/lib/styles/icon-button.style.d.ts +63 -0
  116. package/lib/styles/icon-button.style.d.ts.map +1 -0
  117. package/lib/styles/index.d.ts +16 -0
  118. package/lib/styles/index.d.ts.map +1 -0
  119. package/lib/styles/navigation-rail-item.style.d.ts +39 -0
  120. package/lib/styles/navigation-rail-item.style.d.ts.map +1 -0
  121. package/lib/styles/navigation-rail.style.d.ts +42 -0
  122. package/lib/styles/navigation-rail.style.d.ts.map +1 -0
  123. package/lib/styles/progress-indicator.style.d.ts +17 -0
  124. package/lib/styles/progress-indicator.style.d.ts.map +1 -0
  125. package/lib/styles/slider.style.d.ts +28 -0
  126. package/lib/styles/slider.style.d.ts.map +1 -0
  127. package/lib/styles/snackbar.style.d.ts +17 -0
  128. package/lib/styles/snackbar.style.d.ts.map +1 -0
  129. package/lib/styles/switch.style.d.ts +19 -0
  130. package/lib/styles/switch.style.d.ts.map +1 -0
  131. package/lib/styles/tab.style.d.ts +35 -0
  132. package/lib/styles/tab.style.d.ts.map +1 -0
  133. package/lib/styles/tabs.style.d.ts +23 -0
  134. package/lib/styles/tabs.style.d.ts.map +1 -0
  135. package/lib/styles/text-field.style.d.ts +40 -0
  136. package/lib/styles/text-field.style.d.ts.map +1 -0
  137. package/lib/styles/tooltip.style.d.ts +36 -0
  138. package/lib/styles/tooltip.style.d.ts.map +1 -0
  139. package/lib/utils/component-helper.d.ts +125 -0
  140. package/lib/utils/component-helper.d.ts.map +1 -0
  141. package/lib/utils/component.d.ts +28 -0
  142. package/lib/utils/component.d.ts.map +1 -0
  143. package/lib/utils/index.d.ts +8 -0
  144. package/lib/utils/index.d.ts.map +1 -0
  145. package/lib/utils/string.d.ts +2 -0
  146. package/lib/utils/string.d.ts.map +1 -0
  147. package/lib/utils/styles/classnames.d.ts +4 -0
  148. package/lib/utils/styles/classnames.d.ts.map +1 -0
  149. package/lib/utils/styles/get-classname.d.ts +18 -0
  150. package/lib/utils/styles/get-classname.d.ts.map +1 -0
  151. package/lib/utils/styles/index.d.ts +4 -0
  152. package/lib/utils/styles/index.d.ts.map +1 -0
  153. package/package.json +26 -0
@@ -0,0 +1,7 @@
1
+ import { ReactProps } from '../utils';
2
+ import { ButtonInterface } from '../interfaces';
3
+ /**
4
+ * The Button component is a versatile component that can be used to trigger actions or to navigate to different sections of the application
5
+ */
6
+ export declare const Button: ({ variant, disabled, icon, href, label, className, iconPosition, loading, shape, onClick, ref, size, allowShapeTransformation, transition, ...restProps }: ReactProps<ButtonInterface>) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAOhD;;GAEG;AACH,eAAO,MAAM,MAAM,GAAI,2JAgBpB,UAAU,CAAC,eAAe,CAAC,4CAgH7B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { CardInterface } from '../interfaces';
2
+ import { ReactProps } from '../utils';
3
+ export declare const Card: ({ variant, className, children, isInteractive, ref, ...rest }: ReactProps<CardInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Card.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,eAAO,MAAM,IAAI,GAAI,+DAOlB,UAAU,CAAC,aAAa,CAAC,4CAgB3B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { CarouselInterface } from '../interfaces';
2
+ import { ReactProps } from '../utils';
3
+ export declare const Carousel: ({ variant, className, children, ref: optionalRef, marginPourcent, inputRange, outputRange, gap, onChange, scrollSensitivity, ...restProps }: ReactProps<CarouselInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Carousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Carousel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAyB,MAAM,eAAe,CAAC;AAMzE,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGtC,eAAO,MAAM,QAAQ,GAAI,6IAYtB,UAAU,CAAC,iBAAiB,CAAC,4CAuK/B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { CarouselItemInterface } from '../interfaces';
2
+ import { MotionProps } from '../utils';
3
+ export declare const normalize: (value: number, inputRange: [number, number], outputRange?: [number, number]) => number;
4
+ export declare const CarouselItem: ({ className, children, width, index, ref: optionalRef, ...restProps }: MotionProps<CarouselItemInterface>) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=CarouselItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CarouselItem.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/CarouselItem.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,eAAO,MAAM,SAAS,GACpB,OAAO,MAAM,EACb,YAAY,CAAC,MAAM,EAAE,MAAM,CAAC,EAC5B,cAAa,CAAC,MAAM,EAAE,MAAM,CAAU,KACrC,MASF,CAAC;AACF,eAAO,MAAM,YAAY,GAAI,uEAO1B,WAAW,CAAC,qBAAqB,CAAC,4CAyBpC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { DividerInterface } from '../interfaces/divider.interface';
2
+ import { ReactProps } from '../utils';
3
+ export declare const Divider: ({ orientation, className, ...restProps }: ReactProps<DividerInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Divided.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Divided.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Divided.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,eAAO,MAAM,OAAO,GAAI,0CAIrB,UAAU,CAAC,gBAAgB,CAAC,4CAI9B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FabInterface } from '../interfaces/fab.interface';
2
+ import { ReactProps } from '../utils/component';
3
+ export declare const Fab: ({ className, label, variant, size, href, type, icon, isExtended, ref, transition, ...restProps }: ReactProps<FabInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Fab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Fab.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Fab.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAG3D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD,eAAO,MAAM,GAAG,GAAI,kGAYjB,UAAU,CAAC,YAAY,CAAC,4CAqF1B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { IconButtonInterface } from '../interfaces/icon-button.interface';
2
+ import { ReactProps } from '../utils/component';
3
+ export type IconButtonVariant = 'standard' | 'filled' | 'tonal' | 'outlined';
4
+ export declare const IconButton: ({ variant, href, disabled, type, title, arialLabel, onToggle, activated, onClick, icon, size, iconSelected, className, ref, width, shape, allowShapeTransformation, transition, ...restProps }: ReactProps<IconButtonInterface>) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=IconButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/IconButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAKhD,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,CAAC;AAE7E,eAAO,MAAM,UAAU,GAAI,gMAoBxB,UAAU,CAAC,mBAAmB,CAAC,4CA4GjC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ReactProps } from '../utils';
2
+ import { NavigationRailInterface } from '../interfaces/navigation-rail.interface';
3
+ export declare const NavigationRail: ({ variant, onItemSelected, children, className, selectedItem: externalSelectedItem, extended, alignment, menu, style, onExtendedChange, transition, setSelectedItem: externalSetSelectedItem, }: ReactProps<NavigationRailInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=NavigationRail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavigationRail.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/NavigationRail.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAOtC,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAKlF,eAAO,MAAM,cAAc,GAAI,iMAsB5B,UAAU,CAAC,uBAAuB,CAAC,4CA8IrC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ReactProps } from '../utils';
2
+ import { NavigationRailItemInterface } from '../interfaces';
3
+ export declare const NavigationRailSection: ({ label }: {
4
+ label: string;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const NavigationRailItem: ({ className, onClick, label, variant, href, icon, selectedItem, setSelectedItem, index, onItemSelected, selected, ref, transition, isExtended, iconSelected, style, extendedOnly, ...restProps }: ReactProps<NavigationRailItemInterface>) => import("react/jsx-runtime").JSX.Element | null;
7
+ //# sourceMappingURL=NavigationRailItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavigationRailItem.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/NavigationRailItem.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AAI5D,eAAO,MAAM,qBAAqB,GAAI,WAAW;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,4CAMjE,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,kMAmBhC,UAAU,CAAC,2BAA2B,CAAC,mDAkKzC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ProgressIndicatorInterface } from '../interfaces/progress-indicator.interface';
2
+ import { ReactProps } from '../utils/component';
3
+ export declare const ProgressIndicator: ({ variant, minHeight, value, transitionDuration, className, ...restProps }: ReactProps<ProgressIndicatorInterface>) => any;
4
+ //# sourceMappingURL=ProgressIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressIndicator.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/ProgressIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAIxF,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,eAAO,MAAM,iBAAiB,GAAI,4EAO/B,UAAU,CAAC,0BAA0B,CAAC,KAAG,GA8I3C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SliderInterface } from '../interfaces';
2
+ import { ReactProps } from '../utils';
3
+ export declare const Slider: ({ className, valueFormatter, step, name, value: defaultValue, min, max, marks, ref, onChange, ...restProps }: ReactProps<SliderInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Slider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,OAAO,EAAc,UAAU,EAAE,MAAM,UAAU,CAAC;AAGlD,eAAO,MAAM,MAAM,GAAI,8GAqBpB,UAAU,CAAC,eAAe,CAAC,4CA0U7B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SnackbarInterface } from '../interfaces/snackbar.interface';
2
+ import { MotionProps } from '../utils/component';
3
+ export declare const Snackbar: ({ supportingText, className, duration, closeIcon, onClose, ...restProps }: MotionProps<SnackbarInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Snackbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Snackbar.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAGrE,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGjD,eAAO,MAAM,QAAQ,GAAI,2EAOtB,WAAW,CAAC,iBAAiB,CAAC,4CAiDhC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SwitchInterface } from '../interfaces/switch.interface';
2
+ import { MotionProps } from '../utils/component';
3
+ export declare const Switch: ({ selected, className, activeIcon, disabled, inactiveIcon, onChange, onClick, onKeyDown, ref, ...restProps }: MotionProps<SwitchInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Switch.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAEjE,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,MAAM,GAAI,8GAWpB,WAAW,CAAC,eAAe,CAAC,4CA0E9B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TabInterface } from '../interfaces/tab.interface';
2
+ import { ReactProps } from '../utils/component';
3
+ export declare const Tab: ({ className, onClick, label, variant, href, icon, selectedTab, setSelectedTab, tabsId, index, onTabSelected, scrollable, selected, ref, ...restProps }: ReactProps<TabInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Tab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Tab.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,eAAO,MAAM,GAAG,GAAI,wJAgBjB,UAAU,CAAC,YAAY,CAAC,4CAoF1B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TabsInterface } from '../interfaces/tabs.interface';
2
+ import { ReactProps } from '../utils/component';
3
+ export declare const Tabs: ({ variant, onTabSelected, children, className, selectedTab: externalSelectedTab, setSelectedTab: externalSetSelectedTab, scrollable, }: ReactProps<TabsInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=Tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/Tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAG7D,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIhD,eAAO,MAAM,IAAI,GAAI,wIAQlB,UAAU,CAAC,aAAa,CAAC,4CAmE3B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ReactProps } from '../utils/component';
2
+ import { TextFieldInterface } from '../interfaces/text-field.interface';
3
+ export declare const TextField: ({ variant, disabled, errorText, placeholder, suffix, name, label, className, supportingText, trailingIcon, leadingIcon, type, textLine, autoComplete, onChange, value: defaultValue, showSupportingText: defaultShowSupportingText, ...restProps }: ReactProps<TextFieldInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=TextField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/TextField.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAExE,eAAO,MAAM,SAAS,GAAI,oPAmBvB,UAAU,CAAC,kBAAkB,CAAC,4CA6OhC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { MotionProps } from '../utils';
2
+ import { ToolTipInterface } from '../interfaces';
3
+ export declare const ToolTip: ({ variant, buttons, className, children, title, text, position, targetRef, ref, trigger, ...props }: MotionProps<ToolTipInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=ToolTip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolTip.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/ToolTip.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAMjD,eAAO,MAAM,OAAO,GAAI,qGAYrB,WAAW,CAAC,gBAAgB,CAAC,4CA4M/B,CAAC"}
@@ -0,0 +1,20 @@
1
+ export * from './Button';
2
+ export * from './Card';
3
+ export * from './Carousel';
4
+ export * from './CarouselItem';
5
+ export * from './CarouselItem';
6
+ export * from './Divided';
7
+ export * from './Fab';
8
+ export * from './IconButton';
9
+ export * from './IconButton';
10
+ export * from './ProgressIndicator';
11
+ export * from './Slider';
12
+ export * from './Snackbar';
13
+ export * from './Switch';
14
+ export * from './Tab';
15
+ export * from './Tabs';
16
+ export * from './TextField';
17
+ export * from './NavigationRailItem';
18
+ export * from './NavigationRail';
19
+ export * from './ToolTip';
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ReactNode, RefObject } from 'react';
2
+ type SyncedFixedWrapperProps = {
3
+ targetRef: RefObject<any>;
4
+ children: ReactNode;
5
+ };
6
+ export declare const SyncedFixedWrapper: ({ targetRef, children, }: SyncedFixedWrapperProps) => import('react').ReactPortal | null;
7
+ export {};
8
+ //# sourceMappingURL=SyncedFixedWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SyncedFixedWrapper.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/effects/SyncedFixedWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,SAAS,EAIf,MAAM,OAAO,CAAC;AAGf,KAAK,uBAAuB,GAAG;IAC7B,SAAS,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IAC1B,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,0BAGhC,uBAAuB,uCA8CzB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { CustomScrollInterface } from './custom-scroll.interface';
2
+ import { ReactProps } from '../../utils';
3
+ export declare const CustomScroll: ({ children, orientation, scrollSize, onScroll, className, draggable, throttleDuration, }: ReactProps<CustomScrollInterface>) => import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=custom-scroll.effect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-scroll.effect.d.ts","sourceRoot":"","sources":["../../../../../../packages/ui-react/src/lib/effects/custom-scroll/custom-scroll.effect.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,eAAO,MAAM,YAAY,GAAI,0FAQ1B,UAAU,CAAC,qBAAqB,CAAC,4CAgRnC,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { ReactNode } from 'react';
2
+ type Props = {
3
+ children: ReactNode;
4
+ orientation?: 'vertical' | 'horizontal';
5
+ scrollSize?: number;
6
+ onScroll?: (args: {
7
+ scroll: number;
8
+ scrollProgress: number;
9
+ scrollTotal: number;
10
+ scrollVisible: number;
11
+ }) => void;
12
+ draggable?: boolean;
13
+ throttleDuration?: number;
14
+ };
15
+ type CustomScrollStates = {
16
+ isDragging: boolean;
17
+ };
18
+ export interface CustomScrollInterface {
19
+ type: 'div';
20
+ props: Props;
21
+ states: CustomScrollStates;
22
+ elements: ['customScroll', 'track'];
23
+ }
24
+ export {};
25
+ //# sourceMappingURL=custom-scroll.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-scroll.interface.d.ts","sourceRoot":"","sources":["../../../../../../packages/ui-react/src/lib/effects/custom-scroll/custom-scroll.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACxC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,cAAc,EAAE,MAAM,CAAC;QACvB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;KACvB,KAAK,IAAI,CAAC;IACX,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AACF,KAAK,kBAAkB,GAAG;IACxB,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,EAAE,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;CACrC"}
@@ -0,0 +1,26 @@
1
+ import { CustomScrollInterface } from './custom-scroll.interface';
2
+ export declare const customScrollStyle: (states: {
3
+ children: any;
4
+ orientation: any;
5
+ scrollSize: any;
6
+ onScroll: any;
7
+ draggable: any;
8
+ throttleDuration: any;
9
+ } & {
10
+ children: import('react').ReactNode;
11
+ orientation?: "vertical" | "horizontal";
12
+ scrollSize?: number;
13
+ onScroll?: (args: {
14
+ scroll: number;
15
+ scrollProgress: number;
16
+ scrollTotal: number;
17
+ scrollVisible: number;
18
+ }) => void;
19
+ draggable?: boolean;
20
+ throttleDuration?: number;
21
+ } & {
22
+ isDragging: boolean;
23
+ } & {
24
+ className: string | import('../..').ClassNameComponent<CustomScrollInterface> | undefined;
25
+ }) => Record<"track" | "customScroll", string>;
26
+ //# sourceMappingURL=custom-scroll.style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-scroll.style.d.ts","sourceRoot":"","sources":["../../../../../../packages/ui-react/src/lib/effects/custom-scroll/custom-scroll.style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;8CA4B7B,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './custom-scroll.effect';
2
+ export * from './custom-scroll.style';
3
+ export * from './custom-scroll.interface';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ui-react/src/lib/effects/custom-scroll/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from './ripple';
2
+ export * from './custom-scroll';
3
+ export * from './smooth-scroll.effect';
4
+ export * from './SyncedFixedWrapper';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/effects/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ interface RippleEffectProps {
3
+ triggerRef: React.RefObject<any> | React.ForwardedRef<any>;
4
+ colorName?: string;
5
+ }
6
+ declare const RippleEffect: React.FC<RippleEffectProps>;
7
+ export default RippleEffect;
8
+ //# sourceMappingURL=RippleEffect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RippleEffect.d.ts","sourceRoot":"","sources":["../../../../../../packages/ui-react/src/lib/effects/ripple/RippleEffect.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,UAAU,iBAAiB;IACzB,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA0F7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { default as RippleEffect } from './RippleEffect';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ui-react/src/lib/effects/ripple/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+ import { CustomScrollInterface } from './custom-scroll';
3
+ import { ReactProps } from '../utils';
4
+ export declare const SmoothScroll: ({ children, transition, orientation, throttleDuration, ...restProps }: {
5
+ children: ReactNode;
6
+ transition?: string;
7
+ } & ReactProps<CustomScrollInterface>) => import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=smooth-scroll.effect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smooth-scroll.effect.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/effects/smooth-scroll.effect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAoB,MAAM,OAAO,CAAC;AAOpD,OAAO,EAAgB,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAc,UAAU,EAAE,MAAM,UAAU,CAAC;AAElD,eAAO,MAAM,YAAY,GAAI,uEAM1B;IACD,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,GAAG,UAAU,CAAC,qBAAqB,CAAC,4CAuEpC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
3
+ interface Props {
4
+ icon: IconDefinition;
5
+ colors?: string[];
6
+ className?: string;
7
+ }
8
+ export declare const Icon: React.FC<Props>;
9
+ export {};
10
+ //# sourceMappingURL=icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/icon/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGnE,UAAU,KAAK;IACb,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAoChC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './icon';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
package/lib/index.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ export * from './components';
2
+ export * from './effects';
3
+ export * from './icon';
4
+ export * from './interfaces';
5
+ export * from './styles';
6
+ export * from './utils';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/ui-react/src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
+ import { ActionOrLink } from '../utils';
3
+ import { Transition } from 'motion';
4
+ type Props = {
5
+ /**
6
+ * The label is the text that is displayed on the button.
7
+ */
8
+ label: string;
9
+ size?: 'xSmall' | 'small' | 'medium' | 'large' | 'xLarge';
10
+ /**
11
+ * The button variant determines the style of the button.
12
+ */
13
+ variant?: 'filled' | 'elevated' | 'outlined' | 'text' | 'filledTonal';
14
+ /**
15
+ * Disables the button if set to true.
16
+ */
17
+ disabled?: boolean;
18
+ /**
19
+ * An optional icon to display in the button.
20
+ */
21
+ icon?: IconDefinition;
22
+ iconPosition?: 'left' | 'right';
23
+ loading?: boolean;
24
+ /**
25
+ * The shape of the button defines whether it is squared or rounded.
26
+ */
27
+ shape?: 'squared' | 'rounded';
28
+ allowShapeTransformation?: boolean;
29
+ transition?: Transition;
30
+ };
31
+ type Elements = ['button', 'stateLayer', 'container', 'icon', 'label'];
32
+ export type ButtonInterface = ActionOrLink<Props> & {
33
+ elements: Elements;
34
+ };
35
+ export {};
36
+ //# sourceMappingURL=button.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.interface.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/interfaces/button.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,KAAK,KAAK,GAAG;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;IAE1D;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,MAAM,GAAG,aAAa,CAAC;IAEtE;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAEhC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAE9B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB,CAAC;AAEF,KAAK,QAAQ,GAAG,CAAC,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AAEvE,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG;IAClD,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export interface CardInterface {
2
+ type: 'div';
3
+ props: {
4
+ variant?: 'outlined' | 'elevated' | 'filled';
5
+ isInteractive?: boolean;
6
+ };
7
+ elements: ['card', 'stateLayer'];
8
+ }
9
+ //# sourceMappingURL=card.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.interface.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/interfaces/card.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE;QACL,OAAO,CAAC,EAAE,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;QAC7C,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,CAAC;IACF,QAAQ,EAAE,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;CAClC"}
@@ -0,0 +1,11 @@
1
+ import { ReactNode } from 'react';
2
+ export interface CarouselItemInterface {
3
+ type: 'div';
4
+ props: {
5
+ children?: ReactNode | undefined;
6
+ width?: number;
7
+ index?: number;
8
+ };
9
+ elements: ['carouselItem'];
10
+ }
11
+ //# sourceMappingURL=carousel-item.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel-item.interface.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/interfaces/carousel-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE;QACL,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;QACjC,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,QAAQ,EAAE,CAAC,cAAc,CAAC,CAAC;CAC5B"}
@@ -0,0 +1,16 @@
1
+ import { ReactNode } from 'react';
2
+ export interface CarouselInterface {
3
+ type: 'div';
4
+ props: {
5
+ children?: ReactNode;
6
+ marginPourcent?: number;
7
+ onChange?: (index: number) => void;
8
+ variant?: 'hero' | 'center-aligned hero' | 'multi-browse' | 'un-contained' | 'full-screen';
9
+ scrollSensitivity?: number;
10
+ gap?: number;
11
+ inputRange?: [number, number];
12
+ outputRange?: [number, number];
13
+ };
14
+ elements: ['carousel', 'track'];
15
+ }
16
+ //# sourceMappingURL=carousel.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.interface.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/interfaces/carousel.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE;QACL,QAAQ,CAAC,EAAE,SAAS,CAAC;QACrB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;QACnC,OAAO,CAAC,EACJ,MAAM,GACN,qBAAqB,GACrB,cAAc,GACd,cAAc,GACd,aAAa,CAAC;QAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAC9B,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAChC,CAAC;IACF,QAAQ,EAAE,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;CACjC"}
@@ -0,0 +1,8 @@
1
+ export interface DividerInterface {
2
+ type: 'hr';
3
+ props: {
4
+ orientation?: 'vertical' | 'horizontal';
5
+ };
6
+ elements: ['divider'];
7
+ }
8
+ //# sourceMappingURL=divider.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider.interface.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/interfaces/divider.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,EAAE;QACL,WAAW,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;KACzC,CAAC;IACF,QAAQ,EAAE,CAAC,SAAS,CAAC,CAAC;CACvB"}
@@ -0,0 +1,18 @@
1
+ import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
+ import { ActionOrLink } from '../utils/component';
3
+ import { Transition } from 'motion';
4
+ export type FabVariant = 'surface' | 'primary' | 'secondary' | 'tertiary';
5
+ type Props = {
6
+ variant?: FabVariant;
7
+ label: string;
8
+ icon: IconDefinition;
9
+ size?: 'small' | 'medium' | 'large';
10
+ isExtended?: boolean;
11
+ transition?: Transition;
12
+ };
13
+ export type Elements = ['fab', 'stateLayer', 'icon', 'label'];
14
+ export type FabInterface = ActionOrLink<Props> & {
15
+ elements: Elements;
16
+ };
17
+ export {};
18
+ //# sourceMappingURL=fab.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fab.interface.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/interfaces/fab.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAC1E,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,cAAc,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,CAAC,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;AAE9D,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG;IAC/C,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
+ import { IconButtonVariant } from '../components/IconButton';
3
+ import { ActionOrLink } from '../utils/component';
4
+ import { Transition } from 'motion';
5
+ type Props = {
6
+ arialLabel: string;
7
+ icon: IconDefinition;
8
+ size?: 'xSmall' | 'small' | 'medium' | 'large' | 'xLarge';
9
+ width?: 'default' | 'narrow' | 'wide';
10
+ iconSelected?: IconDefinition;
11
+ onToggle?: (isActive: boolean) => void;
12
+ variant?: IconButtonVariant;
13
+ disabled?: boolean;
14
+ activated?: boolean;
15
+ /**
16
+ * The shape of the button defines whether it is squared or rounded.
17
+ */
18
+ shape?: 'squared' | 'rounded';
19
+ allowShapeTransformation?: boolean;
20
+ transition?: Transition;
21
+ };
22
+ export type IconButtonStates = {
23
+ isActive: boolean;
24
+ };
25
+ type Elements = ['iconButton', 'stateLayer', 'container', 'icon'];
26
+ export type IconButtonInterface = ActionOrLink<Props> & {
27
+ states: IconButtonStates;
28
+ elements: Elements;
29
+ };
30
+ export {};
31
+ //# sourceMappingURL=icon-button.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-button.interface.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/interfaces/icon-button.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,cAAc,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;IAC1D,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IACtC,YAAY,CAAC,EAAE,cAAc,CAAC;IAC9B,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAE9B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AACF,KAAK,QAAQ,GAAG,CAAC,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,CAAC,CAAC;AAElE,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG;IACtD,MAAM,EAAE,gBAAgB,CAAC;IACzB,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC"}
@@ -0,0 +1,17 @@
1
+ export * from './button.interface';
2
+ export * from './card.interface';
3
+ export * from './carousel-item.interface';
4
+ export * from './carousel.interface';
5
+ export * from './divider.interface';
6
+ export * from './fab.interface';
7
+ export * from './icon-button.interface';
8
+ export * from './progress-indicator.interface';
9
+ export * from './slider.interface';
10
+ export * from './snackbar.interface';
11
+ export * from './switch.interface';
12
+ export * from './tab.interface';
13
+ export * from './tabs.interface';
14
+ export * from './text-field.interface';
15
+ export * from './navigation-rail-item.interface';
16
+ export * from './tooltip.interface';
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/ui-react/src/lib/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,qBAAqB,CAAC"}