@embeddable.com/remarkable-ui 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 (166) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/ChartCard-LJ6ahXjM.js +16970 -0
  4. package/dist/ChartCard-LJ6ahXjM.js.map +1 -0
  5. package/dist/DonutChartPro.js +93 -0
  6. package/dist/DonutChartPro.js.map +1 -0
  7. package/dist/DonutLabelChartPro.js +122 -0
  8. package/dist/DonutLabelChartPro.js.map +1 -0
  9. package/dist/EditorCard-ESCNXU4p.js +62 -0
  10. package/dist/EditorCard-ESCNXU4p.js.map +1 -0
  11. package/dist/MultiSelectFieldPro.js +259 -0
  12. package/dist/MultiSelectFieldPro.js.map +1 -0
  13. package/dist/PieChartPro.js +93 -0
  14. package/dist/PieChartPro.js.map +1 -0
  15. package/dist/SingleSelectFieldPro.js +197 -0
  16. package/dist/SingleSelectFieldPro.js.map +1 -0
  17. package/dist/component.constants-DeKHmTqm.js +15141 -0
  18. package/dist/component.constants-DeKHmTqm.js.map +1 -0
  19. package/dist/embeddable-components.json +11 -0
  20. package/dist/embeddable-lifecycle.js +28 -0
  21. package/dist/embeddable-theme-294e9.js +18632 -0
  22. package/dist/embeddable-types-d41d8.js +2 -0
  23. package/dist/embeddable-types.js.map +1 -0
  24. package/dist/globalHooks.json +6 -0
  25. package/dist/index.d.ts +5 -0
  26. package/dist/index.d.ts.map +1 -0
  27. package/dist/remarkable-pro/components/charts/charts.utils.d.ts +5 -0
  28. package/dist/remarkable-pro/components/charts/charts.utils.d.ts.map +1 -0
  29. package/dist/remarkable-pro/components/charts/pies/DonutChartPro/index.d.ts +5 -0
  30. package/dist/remarkable-pro/components/charts/pies/DonutChartPro/index.d.ts.map +1 -0
  31. package/dist/remarkable-pro/components/charts/pies/DonutLabelChartPro/index.d.ts +10 -0
  32. package/dist/remarkable-pro/components/charts/pies/DonutLabelChartPro/index.d.ts.map +1 -0
  33. package/dist/remarkable-pro/components/charts/pies/PieChartPro/index.d.ts +5 -0
  34. package/dist/remarkable-pro/components/charts/pies/PieChartPro/index.d.ts.map +1 -0
  35. package/dist/remarkable-pro/components/charts/pies/pies.types.d.ts +16 -0
  36. package/dist/remarkable-pro/components/charts/pies/pies.types.d.ts.map +1 -0
  37. package/dist/remarkable-pro/components/charts/pies/pies.utils.d.ts +17 -0
  38. package/dist/remarkable-pro/components/charts/pies/pies.utils.d.ts.map +1 -0
  39. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCard.d.ts +15 -0
  40. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCard.d.ts.map +1 -0
  41. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCard.stories.d.ts +19 -0
  42. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCard.stories.d.ts.map +1 -0
  43. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardLoading/ChartCardLoading.d.ts +2 -0
  44. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardLoading/ChartCardLoading.d.ts.map +1 -0
  45. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardMenu/ChartCardMenu.d.ts +6 -0
  46. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardMenu/ChartCardMenu.d.ts.map +1 -0
  47. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardMenu/ChartCardMenu.stories.d.ts +15 -0
  48. package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardMenu/ChartCardMenu.stories.d.ts.map +1 -0
  49. package/dist/remarkable-pro/components/component.constants.d.ts +97 -0
  50. package/dist/remarkable-pro/components/component.constants.d.ts.map +1 -0
  51. package/dist/remarkable-pro/components/component.utils.d.ts +2 -0
  52. package/dist/remarkable-pro/components/component.utils.d.ts.map +1 -0
  53. package/dist/remarkable-pro/components/editors/MultiSelectFieldPro/index.d.ts +17 -0
  54. package/dist/remarkable-pro/components/editors/MultiSelectFieldPro/index.d.ts.map +1 -0
  55. package/dist/remarkable-pro/components/editors/SingleSelectFieldPro/index.d.ts +17 -0
  56. package/dist/remarkable-pro/components/editors/SingleSelectFieldPro/index.d.ts.map +1 -0
  57. package/dist/remarkable-pro/components/editors/shared/EditorCard/EditorCard.d.ts +10 -0
  58. package/dist/remarkable-pro/components/editors/shared/EditorCard/EditorCard.d.ts.map +1 -0
  59. package/dist/remarkable-pro/components/editors/shared/EditorCard/EditorCard.stories.d.ts +12 -0
  60. package/dist/remarkable-pro/components/editors/shared/EditorCard/EditorCard.stories.d.ts.map +1 -0
  61. package/dist/remarkable-pro/theme/formatter/formatter.constants.d.ts +3 -0
  62. package/dist/remarkable-pro/theme/formatter/formatter.constants.d.ts.map +1 -0
  63. package/dist/remarkable-pro/theme/formatter/formatter.types.d.ts +19 -0
  64. package/dist/remarkable-pro/theme/formatter/formatter.types.d.ts.map +1 -0
  65. package/dist/remarkable-pro/theme/formatter/formatter.utils.d.ts +9 -0
  66. package/dist/remarkable-pro/theme/formatter/formatter.utils.d.ts.map +1 -0
  67. package/dist/remarkable-pro/theme/i18n/i18n.d.ts +5 -0
  68. package/dist/remarkable-pro/theme/i18n/i18n.d.ts.map +1 -0
  69. package/dist/remarkable-pro/theme/i18n/translations/de.d.ts +3 -0
  70. package/dist/remarkable-pro/theme/i18n/translations/de.d.ts.map +1 -0
  71. package/dist/remarkable-pro/theme/i18n/translations/en.d.ts +3 -0
  72. package/dist/remarkable-pro/theme/i18n/translations/en.d.ts.map +1 -0
  73. package/dist/remarkable-pro/theme/styles/styles.constants.d.ts +2 -0
  74. package/dist/remarkable-pro/theme/styles/styles.constants.d.ts.map +1 -0
  75. package/dist/remarkable-pro/theme/styles/styles.types.d.ts +3 -0
  76. package/dist/remarkable-pro/theme/styles/styles.types.d.ts.map +1 -0
  77. package/dist/remarkable-pro/theme/styles/styles.utils.d.ts +3 -0
  78. package/dist/remarkable-pro/theme/styles/styles.utils.d.ts.map +1 -0
  79. package/dist/remarkable-pro/theme/theme.constants.d.ts +17 -0
  80. package/dist/remarkable-pro/theme/theme.constants.d.ts.map +1 -0
  81. package/dist/remarkable-pro/theme/theme.types.d.ts +36 -0
  82. package/dist/remarkable-pro/theme/theme.types.d.ts.map +1 -0
  83. package/dist/remarkable-pro/theme/utils/export.utils.d.ts +5 -0
  84. package/dist/remarkable-pro/theme/utils/export.utils.d.ts.map +1 -0
  85. package/dist/remarkable-pro/utils.ts/cache.utils.d.ts +6 -0
  86. package/dist/remarkable-pro/utils.ts/cache.utils.d.ts.map +1 -0
  87. package/dist/remarkable-pro/utils.ts/data.utils.d.ts +2 -0
  88. package/dist/remarkable-pro/utils.ts/data.utils.d.ts.map +1 -0
  89. package/dist/remarkable-ui/charts/charts.constants.d.ts +2 -0
  90. package/dist/remarkable-ui/charts/charts.constants.d.ts.map +1 -0
  91. package/dist/remarkable-ui/charts/pies/DonutChart.d.ts +8 -0
  92. package/dist/remarkable-ui/charts/pies/DonutChart.d.ts.map +1 -0
  93. package/dist/remarkable-ui/charts/pies/DonutChart.stories.d.ts +8 -0
  94. package/dist/remarkable-ui/charts/pies/DonutChart.stories.d.ts.map +1 -0
  95. package/dist/remarkable-ui/charts/pies/PieChart.d.ts +5 -0
  96. package/dist/remarkable-ui/charts/pies/PieChart.d.ts.map +1 -0
  97. package/dist/remarkable-ui/charts/pies/PieChart.stories.d.ts +8 -0
  98. package/dist/remarkable-ui/charts/pies/PieChart.stories.d.ts.map +1 -0
  99. package/dist/remarkable-ui/charts/pies/pies.constants.d.ts +6 -0
  100. package/dist/remarkable-ui/charts/pies/pies.constants.d.ts.map +1 -0
  101. package/dist/remarkable-ui/charts/pies/pies.mock.d.ts +7 -0
  102. package/dist/remarkable-ui/charts/pies/pies.mock.d.ts.map +1 -0
  103. package/dist/remarkable-ui/charts/pies/pies.types.d.ts +8 -0
  104. package/dist/remarkable-ui/charts/pies/pies.types.d.ts.map +1 -0
  105. package/dist/remarkable-ui/charts/pies/pies.utils.d.ts +5 -0
  106. package/dist/remarkable-ui/charts/pies/pies.utils.d.ts.map +1 -0
  107. package/dist/remarkable-ui/editors/TextField/TextField.d.ts +9 -0
  108. package/dist/remarkable-ui/editors/TextField/TextField.d.ts.map +1 -0
  109. package/dist/remarkable-ui/editors/TextField/TextField.stories.d.ts +18 -0
  110. package/dist/remarkable-ui/editors/TextField/TextField.stories.d.ts.map +1 -0
  111. package/dist/remarkable-ui/editors/select/MultiSelectField/MultiSelectField.d.ts +17 -0
  112. package/dist/remarkable-ui/editors/select/MultiSelectField/MultiSelectField.d.ts.map +1 -0
  113. package/dist/remarkable-ui/editors/select/MultiSelectField/MultiSelectField.stories.d.ts +11 -0
  114. package/dist/remarkable-ui/editors/select/MultiSelectField/MultiSelectField.stories.d.ts.map +1 -0
  115. package/dist/remarkable-ui/editors/select/SingleSelectField/SingleSelectField.d.ts +16 -0
  116. package/dist/remarkable-ui/editors/select/SingleSelectField/SingleSelectField.d.ts.map +1 -0
  117. package/dist/remarkable-ui/editors/select/SingleSelectField/SingleSelectField.stories.d.ts +11 -0
  118. package/dist/remarkable-ui/editors/select/SingleSelectField/SingleSelectField.stories.d.ts.map +1 -0
  119. package/dist/remarkable-ui/editors/select/shared/SelectButton/SelectButton.d.ts +8 -0
  120. package/dist/remarkable-ui/editors/select/shared/SelectButton/SelectButton.d.ts.map +1 -0
  121. package/dist/remarkable-ui/editors/select/shared/SelectList/SelectList.d.ts +8 -0
  122. package/dist/remarkable-ui/editors/select/shared/SelectList/SelectList.d.ts.map +1 -0
  123. package/dist/remarkable-ui/editors/select/shared/SelectList/SelectListOptions/SelectListOption/SelectListOption.d.ts +10 -0
  124. package/dist/remarkable-ui/editors/select/shared/SelectList/SelectListOptions/SelectListOption/SelectListOption.d.ts.map +1 -0
  125. package/dist/remarkable-ui/editors/select/shared/SelectList/SelectListOptions/SelectListOptions.d.ts +7 -0
  126. package/dist/remarkable-ui/editors/select/shared/SelectList/SelectListOptions/SelectListOptions.d.ts.map +1 -0
  127. package/dist/remarkable-ui/editors/select/shared/useSelectSearchFocus.hook.d.ts +2 -0
  128. package/dist/remarkable-ui/editors/select/shared/useSelectSearchFocus.hook.d.ts.map +1 -0
  129. package/dist/remarkable-ui/index.d.ts +19 -0
  130. package/dist/remarkable-ui/index.d.ts.map +1 -0
  131. package/dist/remarkable-ui/shared/Button/Button.d.ts +11 -0
  132. package/dist/remarkable-ui/shared/Button/Button.d.ts.map +1 -0
  133. package/dist/remarkable-ui/shared/Button/Button.stories.d.ts +17 -0
  134. package/dist/remarkable-ui/shared/Button/Button.stories.d.ts.map +1 -0
  135. package/dist/remarkable-ui/shared/Card/Card.d.ts +16 -0
  136. package/dist/remarkable-ui/shared/Card/Card.d.ts.map +1 -0
  137. package/dist/remarkable-ui/shared/Card/Card.stories.d.ts +8 -0
  138. package/dist/remarkable-ui/shared/Card/Card.stories.d.ts.map +1 -0
  139. package/dist/remarkable-ui/shared/Card/CardContentInfo/CardContentInfo.d.ts +10 -0
  140. package/dist/remarkable-ui/shared/Card/CardContentInfo/CardContentInfo.d.ts.map +1 -0
  141. package/dist/remarkable-ui/shared/Dropdown/Dropdown.d.ts +10 -0
  142. package/dist/remarkable-ui/shared/Dropdown/Dropdown.d.ts.map +1 -0
  143. package/dist/remarkable-ui/shared/Foundations/Colors.stories.d.ts +6 -0
  144. package/dist/remarkable-ui/shared/Foundations/Colors.stories.d.ts.map +1 -0
  145. package/dist/remarkable-ui/shared/IconButton/IconButton.d.ts +7 -0
  146. package/dist/remarkable-ui/shared/IconButton/IconButton.d.ts.map +1 -0
  147. package/dist/remarkable-ui/shared/IconButton/IconButton.stories.d.ts +11 -0
  148. package/dist/remarkable-ui/shared/IconButton/IconButton.stories.d.ts.map +1 -0
  149. package/dist/remarkable-ui/shared/Skeleton/Skeleton.d.ts +2 -0
  150. package/dist/remarkable-ui/shared/Skeleton/Skeleton.d.ts.map +1 -0
  151. package/dist/remarkable-ui/shared/Skeleton/Skeleton.stories.d.ts +6 -0
  152. package/dist/remarkable-ui/shared/Skeleton/Skeleton.stories.d.ts.map +1 -0
  153. package/dist/remarkable-ui/shared/Typography/Typography.d.ts +10 -0
  154. package/dist/remarkable-ui/shared/Typography/Typography.d.ts.map +1 -0
  155. package/dist/remarkable-ui/shared/Typography/Typography.stories.d.ts +9 -0
  156. package/dist/remarkable-ui/shared/Typography/Typography.stories.d.ts.map +1 -0
  157. package/dist/remarkable-ui/shared/Typography/Typography.types.d.ts +13 -0
  158. package/dist/remarkable-ui/shared/Typography/Typography.types.d.ts.map +1 -0
  159. package/dist/remarkable-ui/styles/styles.constants.d.ts +467 -0
  160. package/dist/remarkable-ui/styles/styles.constants.d.ts.map +1 -0
  161. package/dist/remarkable-ui/styles/styles.utils.d.ts +4 -0
  162. package/dist/remarkable-ui/styles/styles.utils.d.ts.map +1 -0
  163. package/dist/remarkable-ui/utils/debounce.utils.d.ts +2 -0
  164. package/dist/remarkable-ui/utils/debounce.utils.d.ts.map +1 -0
  165. package/dist/remarkable-ui.css +1 -0
  166. package/package.json +105 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Embeddable.com
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # remarkable-ui