@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.
- package/LICENSE +21 -0
- package/README.md +1 -0
- package/dist/ChartCard-LJ6ahXjM.js +16970 -0
- package/dist/ChartCard-LJ6ahXjM.js.map +1 -0
- package/dist/DonutChartPro.js +93 -0
- package/dist/DonutChartPro.js.map +1 -0
- package/dist/DonutLabelChartPro.js +122 -0
- package/dist/DonutLabelChartPro.js.map +1 -0
- package/dist/EditorCard-ESCNXU4p.js +62 -0
- package/dist/EditorCard-ESCNXU4p.js.map +1 -0
- package/dist/MultiSelectFieldPro.js +259 -0
- package/dist/MultiSelectFieldPro.js.map +1 -0
- package/dist/PieChartPro.js +93 -0
- package/dist/PieChartPro.js.map +1 -0
- package/dist/SingleSelectFieldPro.js +197 -0
- package/dist/SingleSelectFieldPro.js.map +1 -0
- package/dist/component.constants-DeKHmTqm.js +15141 -0
- package/dist/component.constants-DeKHmTqm.js.map +1 -0
- package/dist/embeddable-components.json +11 -0
- package/dist/embeddable-lifecycle.js +28 -0
- package/dist/embeddable-theme-294e9.js +18632 -0
- package/dist/embeddable-types-d41d8.js +2 -0
- package/dist/embeddable-types.js.map +1 -0
- package/dist/globalHooks.json +6 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/charts.utils.d.ts +5 -0
- package/dist/remarkable-pro/components/charts/charts.utils.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/pies/DonutChartPro/index.d.ts +5 -0
- package/dist/remarkable-pro/components/charts/pies/DonutChartPro/index.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/pies/DonutLabelChartPro/index.d.ts +10 -0
- package/dist/remarkable-pro/components/charts/pies/DonutLabelChartPro/index.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/pies/PieChartPro/index.d.ts +5 -0
- package/dist/remarkable-pro/components/charts/pies/PieChartPro/index.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/pies/pies.types.d.ts +16 -0
- package/dist/remarkable-pro/components/charts/pies/pies.types.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/pies/pies.utils.d.ts +17 -0
- package/dist/remarkable-pro/components/charts/pies/pies.utils.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCard.d.ts +15 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCard.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCard.stories.d.ts +19 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCard.stories.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardLoading/ChartCardLoading.d.ts +2 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardLoading/ChartCardLoading.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardMenu/ChartCardMenu.d.ts +6 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardMenu/ChartCardMenu.d.ts.map +1 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardMenu/ChartCardMenu.stories.d.ts +15 -0
- package/dist/remarkable-pro/components/charts/shared/ChartCard/ChartCardMenu/ChartCardMenu.stories.d.ts.map +1 -0
- package/dist/remarkable-pro/components/component.constants.d.ts +97 -0
- package/dist/remarkable-pro/components/component.constants.d.ts.map +1 -0
- package/dist/remarkable-pro/components/component.utils.d.ts +2 -0
- package/dist/remarkable-pro/components/component.utils.d.ts.map +1 -0
- package/dist/remarkable-pro/components/editors/MultiSelectFieldPro/index.d.ts +17 -0
- package/dist/remarkable-pro/components/editors/MultiSelectFieldPro/index.d.ts.map +1 -0
- package/dist/remarkable-pro/components/editors/SingleSelectFieldPro/index.d.ts +17 -0
- package/dist/remarkable-pro/components/editors/SingleSelectFieldPro/index.d.ts.map +1 -0
- package/dist/remarkable-pro/components/editors/shared/EditorCard/EditorCard.d.ts +10 -0
- package/dist/remarkable-pro/components/editors/shared/EditorCard/EditorCard.d.ts.map +1 -0
- package/dist/remarkable-pro/components/editors/shared/EditorCard/EditorCard.stories.d.ts +12 -0
- package/dist/remarkable-pro/components/editors/shared/EditorCard/EditorCard.stories.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/formatter/formatter.constants.d.ts +3 -0
- package/dist/remarkable-pro/theme/formatter/formatter.constants.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/formatter/formatter.types.d.ts +19 -0
- package/dist/remarkable-pro/theme/formatter/formatter.types.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/formatter/formatter.utils.d.ts +9 -0
- package/dist/remarkable-pro/theme/formatter/formatter.utils.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/i18n/i18n.d.ts +5 -0
- package/dist/remarkable-pro/theme/i18n/i18n.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/i18n/translations/de.d.ts +3 -0
- package/dist/remarkable-pro/theme/i18n/translations/de.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/i18n/translations/en.d.ts +3 -0
- package/dist/remarkable-pro/theme/i18n/translations/en.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/styles/styles.constants.d.ts +2 -0
- package/dist/remarkable-pro/theme/styles/styles.constants.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/styles/styles.types.d.ts +3 -0
- package/dist/remarkable-pro/theme/styles/styles.types.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/styles/styles.utils.d.ts +3 -0
- package/dist/remarkable-pro/theme/styles/styles.utils.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/theme.constants.d.ts +17 -0
- package/dist/remarkable-pro/theme/theme.constants.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/theme.types.d.ts +36 -0
- package/dist/remarkable-pro/theme/theme.types.d.ts.map +1 -0
- package/dist/remarkable-pro/theme/utils/export.utils.d.ts +5 -0
- package/dist/remarkable-pro/theme/utils/export.utils.d.ts.map +1 -0
- package/dist/remarkable-pro/utils.ts/cache.utils.d.ts +6 -0
- package/dist/remarkable-pro/utils.ts/cache.utils.d.ts.map +1 -0
- package/dist/remarkable-pro/utils.ts/data.utils.d.ts +2 -0
- package/dist/remarkable-pro/utils.ts/data.utils.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/charts.constants.d.ts +2 -0
- package/dist/remarkable-ui/charts/charts.constants.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/pies/DonutChart.d.ts +8 -0
- package/dist/remarkable-ui/charts/pies/DonutChart.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/pies/DonutChart.stories.d.ts +8 -0
- package/dist/remarkable-ui/charts/pies/DonutChart.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/pies/PieChart.d.ts +5 -0
- package/dist/remarkable-ui/charts/pies/PieChart.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/pies/PieChart.stories.d.ts +8 -0
- package/dist/remarkable-ui/charts/pies/PieChart.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/pies/pies.constants.d.ts +6 -0
- package/dist/remarkable-ui/charts/pies/pies.constants.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/pies/pies.mock.d.ts +7 -0
- package/dist/remarkable-ui/charts/pies/pies.mock.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/pies/pies.types.d.ts +8 -0
- package/dist/remarkable-ui/charts/pies/pies.types.d.ts.map +1 -0
- package/dist/remarkable-ui/charts/pies/pies.utils.d.ts +5 -0
- package/dist/remarkable-ui/charts/pies/pies.utils.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/TextField/TextField.d.ts +9 -0
- package/dist/remarkable-ui/editors/TextField/TextField.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/TextField/TextField.stories.d.ts +18 -0
- package/dist/remarkable-ui/editors/TextField/TextField.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/MultiSelectField/MultiSelectField.d.ts +17 -0
- package/dist/remarkable-ui/editors/select/MultiSelectField/MultiSelectField.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/MultiSelectField/MultiSelectField.stories.d.ts +11 -0
- package/dist/remarkable-ui/editors/select/MultiSelectField/MultiSelectField.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/SingleSelectField/SingleSelectField.d.ts +16 -0
- package/dist/remarkable-ui/editors/select/SingleSelectField/SingleSelectField.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/SingleSelectField/SingleSelectField.stories.d.ts +11 -0
- package/dist/remarkable-ui/editors/select/SingleSelectField/SingleSelectField.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/shared/SelectButton/SelectButton.d.ts +8 -0
- package/dist/remarkable-ui/editors/select/shared/SelectButton/SelectButton.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/shared/SelectList/SelectList.d.ts +8 -0
- package/dist/remarkable-ui/editors/select/shared/SelectList/SelectList.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/shared/SelectList/SelectListOptions/SelectListOption/SelectListOption.d.ts +10 -0
- package/dist/remarkable-ui/editors/select/shared/SelectList/SelectListOptions/SelectListOption/SelectListOption.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/shared/SelectList/SelectListOptions/SelectListOptions.d.ts +7 -0
- package/dist/remarkable-ui/editors/select/shared/SelectList/SelectListOptions/SelectListOptions.d.ts.map +1 -0
- package/dist/remarkable-ui/editors/select/shared/useSelectSearchFocus.hook.d.ts +2 -0
- package/dist/remarkable-ui/editors/select/shared/useSelectSearchFocus.hook.d.ts.map +1 -0
- package/dist/remarkable-ui/index.d.ts +19 -0
- package/dist/remarkable-ui/index.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Button/Button.d.ts +11 -0
- package/dist/remarkable-ui/shared/Button/Button.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Button/Button.stories.d.ts +17 -0
- package/dist/remarkable-ui/shared/Button/Button.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Card/Card.d.ts +16 -0
- package/dist/remarkable-ui/shared/Card/Card.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Card/Card.stories.d.ts +8 -0
- package/dist/remarkable-ui/shared/Card/Card.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Card/CardContentInfo/CardContentInfo.d.ts +10 -0
- package/dist/remarkable-ui/shared/Card/CardContentInfo/CardContentInfo.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Dropdown/Dropdown.d.ts +10 -0
- package/dist/remarkable-ui/shared/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Foundations/Colors.stories.d.ts +6 -0
- package/dist/remarkable-ui/shared/Foundations/Colors.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/IconButton/IconButton.d.ts +7 -0
- package/dist/remarkable-ui/shared/IconButton/IconButton.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/IconButton/IconButton.stories.d.ts +11 -0
- package/dist/remarkable-ui/shared/IconButton/IconButton.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Skeleton/Skeleton.d.ts +2 -0
- package/dist/remarkable-ui/shared/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Skeleton/Skeleton.stories.d.ts +6 -0
- package/dist/remarkable-ui/shared/Skeleton/Skeleton.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Typography/Typography.d.ts +10 -0
- package/dist/remarkable-ui/shared/Typography/Typography.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Typography/Typography.stories.d.ts +9 -0
- package/dist/remarkable-ui/shared/Typography/Typography.stories.d.ts.map +1 -0
- package/dist/remarkable-ui/shared/Typography/Typography.types.d.ts +13 -0
- package/dist/remarkable-ui/shared/Typography/Typography.types.d.ts.map +1 -0
- package/dist/remarkable-ui/styles/styles.constants.d.ts +467 -0
- package/dist/remarkable-ui/styles/styles.constants.d.ts.map +1 -0
- package/dist/remarkable-ui/styles/styles.utils.d.ts +4 -0
- package/dist/remarkable-ui/styles/styles.utils.d.ts.map +1 -0
- package/dist/remarkable-ui/utils/debounce.utils.d.ts +2 -0
- package/dist/remarkable-ui/utils/debounce.utils.d.ts.map +1 -0
- package/dist/remarkable-ui.css +1 -0
- 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
|