sevatech-library 1.0.3 → 1.0.5

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 (176) hide show
  1. package/README.md +25 -25
  2. package/dist/types/components/avatar/avatar-group.component.d.ts +20 -0
  3. package/dist/types/components/avatar/avatar-group.component.d.ts.map +1 -0
  4. package/dist/types/components/avatar/avatar-label-group.component.d.ts +11 -0
  5. package/dist/types/components/avatar/avatar-label-group.component.d.ts.map +1 -0
  6. package/dist/types/components/avatar/avatar-profile.component.d.ts +5 -0
  7. package/dist/types/components/avatar/avatar-profile.component.d.ts.map +1 -0
  8. package/dist/types/components/avatar/avatar-user.component.d.ts +14 -0
  9. package/dist/types/components/avatar/avatar-user.component.d.ts.map +1 -0
  10. package/dist/types/components/avatar/avatar.component.d.ts +20 -0
  11. package/dist/types/components/avatar/avatar.component.d.ts.map +1 -0
  12. package/dist/types/components/avatar/avatar.constant.d.ts +35 -0
  13. package/dist/types/components/avatar/avatar.constant.d.ts.map +1 -0
  14. package/dist/types/components/avatar/avatar.interface.d.ts +28 -0
  15. package/dist/types/components/avatar/avatar.interface.d.ts.map +1 -0
  16. package/dist/types/components/avatar/index.d.ts +8 -0
  17. package/dist/types/components/avatar/index.d.ts.map +1 -0
  18. package/dist/types/components/bread-crumbs/bread-crumbs.component.d.ts +21 -0
  19. package/dist/types/components/bread-crumbs/bread-crumbs.component.d.ts.map +1 -0
  20. package/dist/types/components/bread-crumbs/index.d.ts +3 -0
  21. package/dist/types/components/bread-crumbs/index.d.ts.map +1 -0
  22. package/dist/types/components/button/button.component.d.ts +37 -0
  23. package/dist/types/components/button/button.component.d.ts.map +1 -0
  24. package/dist/types/components/button/button.constants.d.ts +33 -0
  25. package/dist/types/components/button/button.constants.d.ts.map +1 -0
  26. package/dist/types/components/button/index.d.ts +3 -0
  27. package/dist/types/components/button/index.d.ts.map +1 -0
  28. package/dist/types/components/button-bar/button-bar.component.d.ts +15 -0
  29. package/dist/types/components/button-bar/button-bar.component.d.ts.map +1 -0
  30. package/dist/types/components/button-bar/index.d.ts +2 -0
  31. package/dist/types/components/button-bar/index.d.ts.map +1 -0
  32. package/dist/types/components/checkbox/checkbox-content.component.d.ts +19 -0
  33. package/dist/types/components/checkbox/checkbox-content.component.d.ts.map +1 -0
  34. package/dist/types/components/checkbox/checkbox.component.d.ts +23 -0
  35. package/dist/types/components/checkbox/checkbox.component.d.ts.map +1 -0
  36. package/dist/types/components/checkbox/checkbox.constant.d.ts +26 -0
  37. package/dist/types/components/checkbox/checkbox.constant.d.ts.map +1 -0
  38. package/dist/types/components/checkbox/index.d.ts +4 -0
  39. package/dist/types/components/checkbox/index.d.ts.map +1 -0
  40. package/dist/types/components/chip/chip.component.d.ts +16 -0
  41. package/dist/types/components/chip/chip.component.d.ts.map +1 -0
  42. package/dist/types/components/chip/chip.constant.d.ts +16 -0
  43. package/dist/types/components/chip/chip.constant.d.ts.map +1 -0
  44. package/dist/types/components/chip/index.d.ts +3 -0
  45. package/dist/types/components/chip/index.d.ts.map +1 -0
  46. package/dist/types/components/date-field/date-field.component.d.ts +23 -0
  47. package/dist/types/components/date-field/date-field.component.d.ts.map +1 -0
  48. package/dist/types/components/date-field/index.d.ts +2 -0
  49. package/dist/types/components/date-field/index.d.ts.map +1 -0
  50. package/dist/types/components/date-range-picker/date-range-picker.component.d.ts +25 -0
  51. package/dist/types/components/date-range-picker/date-range-picker.component.d.ts.map +1 -0
  52. package/dist/types/components/date-range-picker/index.d.ts +2 -0
  53. package/dist/types/components/date-range-picker/index.d.ts.map +1 -0
  54. package/dist/types/components/dropdown-field/dropdown-field.component.d.ts +28 -0
  55. package/dist/types/components/dropdown-field/dropdown-field.component.d.ts.map +1 -0
  56. package/dist/types/components/dropdown-field/index.d.ts +2 -0
  57. package/dist/types/components/dropdown-field/index.d.ts.map +1 -0
  58. package/dist/types/components/grid/grid.component.d.ts +11 -0
  59. package/dist/types/components/grid/grid.component.d.ts.map +1 -0
  60. package/dist/types/components/grid/index.d.ts +2 -0
  61. package/dist/types/components/grid/index.d.ts.map +1 -0
  62. package/dist/types/components/icon/icon.element.d.ts +12 -0
  63. package/dist/types/components/icon/icon.element.d.ts.map +1 -0
  64. package/dist/types/components/icon/index.d.ts +2 -0
  65. package/dist/types/components/icon/index.d.ts.map +1 -0
  66. package/dist/types/components/image/image.element.d.ts +13 -0
  67. package/dist/types/components/image/image.element.d.ts.map +1 -0
  68. package/dist/types/components/image/image.enum.d.ts +6 -0
  69. package/dist/types/components/image/image.enum.d.ts.map +1 -0
  70. package/dist/types/components/image/index.d.ts +3 -0
  71. package/dist/types/components/image/index.d.ts.map +1 -0
  72. package/dist/types/components/index.d.ts +28 -0
  73. package/dist/types/components/index.d.ts.map +1 -0
  74. package/dist/types/components/input-stepper/index.d.ts +4 -0
  75. package/dist/types/components/input-stepper/index.d.ts.map +1 -0
  76. package/dist/types/components/input-stepper/input-stepper-skeleton.d.ts +9 -0
  77. package/dist/types/components/input-stepper/input-stepper-skeleton.d.ts.map +1 -0
  78. package/dist/types/components/input-stepper/input-stepper.component.d.ts +38 -0
  79. package/dist/types/components/input-stepper/input-stepper.component.d.ts.map +1 -0
  80. package/dist/types/components/input-stepper/input-stepper.constant.d.ts +32 -0
  81. package/dist/types/components/input-stepper/input-stepper.constant.d.ts.map +1 -0
  82. package/dist/types/components/link/index.d.ts +3 -0
  83. package/dist/types/components/link/index.d.ts.map +1 -0
  84. package/dist/types/components/link/link-internal.element.d.ts +9 -0
  85. package/dist/types/components/link/link-internal.element.d.ts.map +1 -0
  86. package/dist/types/components/link/link.element.d.ts +8 -0
  87. package/dist/types/components/link/link.element.d.ts.map +1 -0
  88. package/dist/types/components/link-field/index.d.ts +2 -0
  89. package/dist/types/components/link-field/index.d.ts.map +1 -0
  90. package/dist/types/components/link-field/link-field.component.d.ts +23 -0
  91. package/dist/types/components/link-field/link-field.component.d.ts.map +1 -0
  92. package/dist/types/components/modal/index.d.ts +5 -0
  93. package/dist/types/components/modal/index.d.ts.map +1 -0
  94. package/dist/types/components/modal/modal-card.component.d.ts +15 -0
  95. package/dist/types/components/modal/modal-card.component.d.ts.map +1 -0
  96. package/dist/types/components/modal/modal-content.component.d.ts +16 -0
  97. package/dist/types/components/modal/modal-content.component.d.ts.map +1 -0
  98. package/dist/types/components/modal/modal.component.d.ts +11 -0
  99. package/dist/types/components/modal/modal.component.d.ts.map +1 -0
  100. package/dist/types/components/modal/modal.interface.d.ts +20 -0
  101. package/dist/types/components/modal/modal.interface.d.ts.map +1 -0
  102. package/dist/types/components/money-field/index.d.ts +2 -0
  103. package/dist/types/components/money-field/index.d.ts.map +1 -0
  104. package/dist/types/components/money-field/money-field.component.d.ts +24 -0
  105. package/dist/types/components/money-field/money-field.component.d.ts.map +1 -0
  106. package/dist/types/components/phone-number-field/index.d.ts +2 -0
  107. package/dist/types/components/phone-number-field/index.d.ts.map +1 -0
  108. package/dist/types/components/phone-number-field/phone-number-field.component.d.ts +28 -0
  109. package/dist/types/components/phone-number-field/phone-number-field.component.d.ts.map +1 -0
  110. package/dist/types/components/pin/index.d.ts +3 -0
  111. package/dist/types/components/pin/index.d.ts.map +1 -0
  112. package/dist/types/components/pin/pin.component.d.ts +23 -0
  113. package/dist/types/components/pin/pin.component.d.ts.map +1 -0
  114. package/dist/types/components/pin/pin.constant.d.ts +25 -0
  115. package/dist/types/components/pin/pin.constant.d.ts.map +1 -0
  116. package/dist/types/components/search-dropdown/index.d.ts +2 -0
  117. package/dist/types/components/search-dropdown/index.d.ts.map +1 -0
  118. package/dist/types/components/search-dropdown/search-dropdown.component.d.ts +30 -0
  119. package/dist/types/components/search-dropdown/search-dropdown.component.d.ts.map +1 -0
  120. package/dist/types/components/search-field/index.d.ts +2 -0
  121. package/dist/types/components/search-field/index.d.ts.map +1 -0
  122. package/dist/types/components/search-field/search-field.component.d.ts +14 -0
  123. package/dist/types/components/search-field/search-field.component.d.ts.map +1 -0
  124. package/dist/types/components/switch/index.d.ts +3 -0
  125. package/dist/types/components/switch/index.d.ts.map +1 -0
  126. package/dist/types/components/switch/switch-content.component.d.ts +14 -0
  127. package/dist/types/components/switch/switch-content.component.d.ts.map +1 -0
  128. package/dist/types/components/switch/switch.component.d.ts +12 -0
  129. package/dist/types/components/switch/switch.component.d.ts.map +1 -0
  130. package/dist/types/components/tab/index.d.ts +3 -0
  131. package/dist/types/components/tab/index.d.ts.map +1 -0
  132. package/dist/types/components/tab/tab.component.d.ts +23 -0
  133. package/dist/types/components/tab/tab.component.d.ts.map +1 -0
  134. package/dist/types/components/tab/tab.constant.d.ts +15 -0
  135. package/dist/types/components/tab/tab.constant.d.ts.map +1 -0
  136. package/dist/types/components/text-area/index.d.ts +2 -0
  137. package/dist/types/components/text-area/index.d.ts.map +1 -0
  138. package/dist/types/components/text-area/text-area.component.d.ts +22 -0
  139. package/dist/types/components/text-area/text-area.component.d.ts.map +1 -0
  140. package/dist/types/components/text-field/index.d.ts +2 -0
  141. package/dist/types/components/text-field/index.d.ts.map +1 -0
  142. package/dist/types/components/text-field/text-field.component.d.ts +21 -0
  143. package/dist/types/components/text-field/text-field.component.d.ts.map +1 -0
  144. package/dist/types/components/typography/index.d.ts +2 -0
  145. package/dist/types/components/typography/index.d.ts.map +1 -0
  146. package/dist/types/components/typography/typography-limit-one-line.component.d.ts +9 -0
  147. package/dist/types/components/typography/typography-limit-one-line.component.d.ts.map +1 -0
  148. package/dist/types/components/uploader/index.d.ts +3 -0
  149. package/dist/types/components/uploader/index.d.ts.map +1 -0
  150. package/dist/types/components/uploader/uploader-item.component.d.ts +18 -0
  151. package/dist/types/components/uploader/uploader-item.component.d.ts.map +1 -0
  152. package/dist/types/components/uploader/uploader-item.styles.d.ts +53 -0
  153. package/dist/types/components/uploader/uploader-item.styles.d.ts.map +1 -0
  154. package/dist/types/components/uploader/uploader.component.d.ts +48 -0
  155. package/dist/types/components/uploader/uploader.component.d.ts.map +1 -0
  156. package/dist/types/constants/apps.data.d.ts +7 -0
  157. package/dist/types/constants/apps.data.d.ts.map +1 -0
  158. package/dist/types/constants/color.constant.d.ts +105 -0
  159. package/dist/types/constants/color.constant.d.ts.map +1 -0
  160. package/dist/types/constants/index.d.ts +5 -0
  161. package/dist/types/constants/index.d.ts.map +1 -0
  162. package/dist/types/constants/style.constant.d.ts +58 -0
  163. package/dist/types/constants/style.constant.d.ts.map +1 -0
  164. package/dist/types/constants/typography.constant.d.ts +710 -0
  165. package/dist/types/constants/typography.constant.d.ts.map +1 -0
  166. package/dist/types/index.d.ts +5 -0
  167. package/dist/types/index.d.ts.map +1 -0
  168. package/dist/types/styles/index.d.ts +2 -0
  169. package/dist/types/styles/index.d.ts.map +1 -0
  170. package/dist/types/styles/stack.style.d.ts +54 -0
  171. package/dist/types/styles/stack.style.d.ts.map +1 -0
  172. package/dist/types/types/index.d.ts +1 -0
  173. package/dist/types/types/index.d.ts.map +1 -0
  174. package/dist/types/utils/index.d.ts +2 -0
  175. package/dist/types/utils/index.d.ts.map +1 -0
  176. package/package.json +6 -3
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC"}
@@ -0,0 +1,54 @@
1
+ export declare const StackRow: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
4
+ export declare const StackWrap: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
6
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
7
+ export declare const StackRowAlignCenter: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
10
+ export declare const StackRowAlignEnd: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
11
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
12
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
13
+ export declare const StackRowJustCenter: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
14
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
15
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
16
+ export declare const StackRowJustAround: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
17
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
18
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
19
+ export declare const StackRowAlignJustCenter: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
20
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
21
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
22
+ export declare const StackRowAlignCenterJustEnd: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
23
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
24
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
25
+ export declare const StackRowJustEnd: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
26
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
27
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
28
+ export declare const StackRowJustBetween: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
29
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
30
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
31
+ export declare const StackRowAlignCenterJustBetween: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
32
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
33
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
34
+ export declare const StackRowAlignStartJustBetween: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
35
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
36
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
37
+ export declare const StackBgDefaultBorRadLayCol: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
38
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
39
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
40
+ export declare const StackBgPaperBorRadLayCol: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
41
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
42
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
43
+ export declare const StackLabel: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
44
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
45
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
46
+ export declare const SmallIcon: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
47
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
48
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
49
+ export declare const StackTabs: import("@emotion/styled").StyledComponent<import("@mui/material").StackOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
50
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
51
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | keyof import("@mui/material").StackOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
52
+ export declare const StyledTableCell: import("@emotion/styled").StyledComponent<import("@mui/material").TableCellProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
53
+ export declare const BorderLinearProgress: import("@emotion/styled").StyledComponent<import("@mui/material").LinearProgressProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
54
+ //# sourceMappingURL=stack.style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stack.style.d.ts","sourceRoot":"","sources":["../../../src/styles/stack.style.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;qMAElB,CAAC;AAEJ,eAAO,MAAM,SAAS;;qMAGnB,CAAC;AAEJ,eAAO,MAAM,mBAAmB;;qMAG7B,CAAC;AAEJ,eAAO,MAAM,gBAAgB;;qMAG1B,CAAC;AAEJ,eAAO,MAAM,kBAAkB;;qMAG5B,CAAC;AAEJ,eAAO,MAAM,kBAAkB;;qMAG5B,CAAC;AAEJ,eAAO,MAAM,uBAAuB;;qMAIjC,CAAC;AAEJ,eAAO,MAAM,0BAA0B;;qMAIpC,CAAC;AAEJ,eAAO,MAAM,eAAe;;qMAGzB,CAAC;AAEJ,eAAO,MAAM,mBAAmB;;qMAG7B,CAAC;AAEJ,eAAO,MAAM,8BAA8B;;qMAIxC,CAAC;AAEJ,eAAO,MAAM,6BAA6B;;qMAIvC,CAAC;AAEJ,eAAO,MAAM,0BAA0B;;qMAIpC,CAAC;AAEJ,eAAO,MAAM,wBAAwB;;qMAIlC,CAAC;AAEJ,eAAO,MAAM,UAAU;;qMAKpB,CAAC;AAEJ,eAAO,MAAM,SAAS;;qMASnB,CAAC;AAEJ,eAAO,MAAM,SAAS;;qMAOnB,CAAC;AAEJ,eAAO,MAAM,eAAe,uKAezB,CAAC;AAEJ,eAAO,MAAM,oBAAoB,4KAa9B,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,16 +1,19 @@
1
1
  {
2
2
  "name": "sevatech-library",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "description": "A React component library by SevaTech",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
8
8
  "types": "dist/types/index.d.ts",
9
9
  "files": [
10
- "dist"
10
+ "dist",
11
+ "README.md",
12
+ "LICENSE",
13
+ "CHANGELOG.md"
11
14
  ],
12
15
  "scripts": {
13
- "build": "rollup -c",
16
+ "build": "rollup -c && tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
14
17
  "dev": "rollup -c -w",
15
18
  "test": "echo \"Error: no test specified\" && exit 1",
16
19
  "prepublishOnly": "npm run build"