@tcn/ui 0.0.3 → 0.0.4
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/dist/actions/button/base_button/base_button.js +8 -8
- package/dist/actions/button/base_button/base_button.js.map +1 -1
- package/dist/actions/button/button/button.js +5 -5
- package/dist/actions/button/button/button.js.map +1 -1
- package/dist/actions/button/button_group/button_group.d.ts.map +1 -1
- package/dist/actions/button/button_group/button_group.js +2 -5
- package/dist/actions/button/button_group/button_group.js.map +1 -1
- package/dist/actions/button/select_group/select_group.js +7 -7
- package/dist/actions/button/select_group/select_group.js.map +1 -1
- package/dist/actions/button/slim_button/slim_button.d.ts.map +1 -1
- package/dist/actions/button/slim_button/slim_button.js +4 -4
- package/dist/actions/button/slim_button/slim_button.js.map +1 -1
- package/dist/feedback/progress/progress_bar.js +1 -1
- package/dist/form/field/common/field_control/field_control.js +6 -6
- package/dist/form/field/common/field_control/field_control.js.map +1 -1
- package/dist/form/field/common/field_description.js +1 -1
- package/dist/form/field/common/field_error.js +3 -4
- package/dist/form/field/common/field_error.js.map +1 -1
- package/dist/form/field/common/field_header.js +8 -8
- package/dist/form/field/common/field_header.js.map +1 -1
- package/dist/form/field/common/field_label.js +1 -1
- package/dist/form/field/common/status_input/status_input.d.ts.map +1 -1
- package/dist/form/field/common/status_input/status_input.js +9 -15
- package/dist/form/field/common/status_input/status_input.js.map +1 -1
- package/dist/form/field/h_field/h_field.js +9 -9
- package/dist/form/field/h_field/h_field.js.map +1 -1
- package/dist/form/field/v_field/v_field.js +8 -8
- package/dist/form/field/v_field/v_field.js.map +1 -1
- package/dist/form/field_set/field_set.d.ts.map +1 -1
- package/dist/form/field_set/field_set.js +12 -19
- package/dist/form/field_set/field_set.js.map +1 -1
- package/dist/inputs/checkbox/checkbox.js +12 -12
- package/dist/inputs/checkbox/checkbox.js.map +1 -1
- package/dist/inputs/color_input/color_input.d.ts.map +1 -1
- package/dist/inputs/color_input/color_input.js +13 -17
- package/dist/inputs/color_input/color_input.js.map +1 -1
- package/dist/inputs/color_input/color_picker.js +6 -6
- package/dist/inputs/color_input/color_picker.js.map +1 -1
- package/dist/inputs/combo_box/combo_box.js +15 -15
- package/dist/inputs/combo_box/combo_box.js.map +1 -1
- package/dist/inputs/date_picker/date_picker.js +6 -6
- package/dist/inputs/date_picker/date_picker.js.map +1 -1
- package/dist/inputs/date_picker/date_picker_date.js +13 -13
- package/dist/inputs/date_picker/date_picker_date.js.map +1 -1
- package/dist/inputs/date_picker/date_picker_day.js +1 -1
- package/dist/inputs/date_picker/date_picker_header.js +24 -24
- package/dist/inputs/date_picker/date_picker_header.js.map +1 -1
- package/dist/inputs/date_picker/date_picker_input.js +19 -19
- package/dist/inputs/date_picker/date_picker_input.js.map +1 -1
- package/dist/inputs/date_picker/date_picker_time_selector.d.ts.map +1 -1
- package/dist/inputs/date_picker/date_picker_time_selector.js +6 -9
- package/dist/inputs/date_picker/date_picker_time_selector.js.map +1 -1
- package/dist/inputs/date_picker/date_picker_year_input.js +3 -3
- package/dist/inputs/date_picker/date_picker_year_input.js.map +1 -1
- package/dist/inputs/date_picker/date_picker_year_selector.d.ts.map +1 -1
- package/dist/inputs/date_picker/date_picker_year_selector.js +18 -24
- package/dist/inputs/date_picker/date_picker_year_selector.js.map +1 -1
- package/dist/inputs/input/input.js +4 -4
- package/dist/inputs/input/input.js.map +1 -1
- package/dist/inputs/multi_combo_box/multi_combo_box.js +1 -1
- package/dist/inputs/multi_combo_box/multi_combo_box.js.map +1 -1
- package/dist/inputs/multiselect/multiselect_values.js +8 -8
- package/dist/inputs/multiselect/multiselect_values.js.map +1 -1
- package/dist/inputs/phone_number_input/phone_number_input.d.ts.map +1 -1
- package/dist/inputs/phone_number_input/phone_number_input.js +28 -31
- package/dist/inputs/phone_number_input/phone_number_input.js.map +1 -1
- package/dist/inputs/radio/radio.js +14 -14
- package/dist/inputs/radio/radio.js.map +1 -1
- package/dist/inputs/select/select.js +16 -16
- package/dist/inputs/select/select.js.map +1 -1
- package/dist/inputs/slider/slider.js +7 -7
- package/dist/inputs/slider/slider.js.map +1 -1
- package/dist/inputs/suggestions/suggestion_item.js +3 -3
- package/dist/inputs/suggestions/suggestion_item.js.map +1 -1
- package/dist/inputs/suggestions/suggestion_list.js +8 -8
- package/dist/inputs/suggestions/suggestion_list.js.map +1 -1
- package/dist/inputs/switch/switch.js +14 -14
- package/dist/inputs/switch/switch.js.map +1 -1
- package/dist/inputs/textarea/textarea.js +6 -6
- package/dist/inputs/textarea/textarea.js.map +1 -1
- package/dist/inputs/unit_input/unit_input.js +5 -5
- package/dist/inputs/unit_input/unit_input.js.map +1 -1
- package/dist/layouts/body/h_body.js +10 -10
- package/dist/layouts/body/h_body.js.map +1 -1
- package/dist/layouts/body/v_body.js +8 -8
- package/dist/layouts/body/v_body.js.map +1 -1
- package/dist/layouts/column/column.js +16 -16
- package/dist/layouts/column/column.js.map +1 -1
- package/dist/layouts/divider/divider.js +9 -9
- package/dist/layouts/divider/divider.js.map +1 -1
- package/dist/layouts/footer/footer.js +7 -7
- package/dist/layouts/footer/footer.js.map +1 -1
- package/dist/layouts/grid/grid.d.ts.map +1 -1
- package/dist/layouts/grid/grid.js +22 -31
- package/dist/layouts/grid/grid.js.map +1 -1
- package/dist/layouts/header/header.js +11 -11
- package/dist/layouts/header/header.js.map +1 -1
- package/dist/layouts/list/item.js +6 -6
- package/dist/layouts/list/item.js.map +1 -1
- package/dist/layouts/list/list.js +6 -6
- package/dist/layouts/list/list.js.map +1 -1
- package/dist/layouts/sidebar_end/sidebar_end.js +15 -15
- package/dist/layouts/sidebar_end/sidebar_end.js.map +1 -1
- package/dist/layouts/sidebar_start/sidebar_start.js +16 -16
- package/dist/layouts/sidebar_start/sidebar_start.js.map +1 -1
- package/dist/layouts/utility_bar/utility_bar.js +14 -14
- package/dist/layouts/utility_bar/utility_bar.js.map +1 -1
- package/dist/modal.css +1 -1
- package/dist/overlay/menu/menu.js +8 -8
- package/dist/overlay/menu/menu.js.map +1 -1
- package/dist/overlay/tooltip/tooltip.js +10 -10
- package/dist/overlay/tooltip/tooltip.js.map +1 -1
- package/dist/stacks/box/bottom_resize_handle.js +9 -9
- package/dist/stacks/box/bottom_resize_handle.js.map +1 -1
- package/dist/stacks/box/box.js +42 -42
- package/dist/stacks/box/box.js.map +1 -1
- package/dist/stacks/box/end_resize_handle.js +6 -6
- package/dist/stacks/box/end_resize_handle.js.map +1 -1
- package/dist/stacks/box/left_resize_handle.js +3 -3
- package/dist/stacks/box/left_resize_handle.js.map +1 -1
- package/dist/stacks/box/right_resize_handle.js +8 -8
- package/dist/stacks/box/right_resize_handle.js.map +1 -1
- package/dist/stacks/box/start_resize_handle.js +7 -7
- package/dist/stacks/box/start_resize_handle.js.map +1 -1
- package/dist/stacks/box/top_resize_handle.js +8 -8
- package/dist/stacks/box/top_resize_handle.js.map +1 -1
- package/dist/stacks/h_collapsible_box.js +5 -5
- package/dist/stacks/h_collapsible_box.js.map +1 -1
- package/dist/stacks/h_stack.js +26 -26
- package/dist/stacks/h_stack.js.map +1 -1
- package/dist/stacks/spacer.js +5 -5
- package/dist/stacks/spacer.js.map +1 -1
- package/dist/stacks/story_components/circle.js +6 -6
- package/dist/stacks/story_components/circle.js.map +1 -1
- package/dist/stacks/story_components/picture_placeholder.js +8 -8
- package/dist/stacks/story_components/picture_placeholder.js.map +1 -1
- package/dist/stacks/story_components/rect.js +11 -11
- package/dist/stacks/story_components/rect.js.map +1 -1
- package/dist/stacks/v_collapsible_box.js +8 -8
- package/dist/stacks/v_collapsible_box.js.map +1 -1
- package/dist/stacks/v_stack.js +35 -35
- package/dist/stacks/v_stack.js.map +1 -1
- package/dist/stacks/z_stack.js +34 -34
- package/dist/stacks/z_stack.js.map +1 -1
- package/dist/surfaces/alert/alert.js +8 -8
- package/dist/surfaces/alert/alert.js.map +1 -1
- package/dist/surfaces/card/card.js +8 -8
- package/dist/surfaces/card/card.js.map +1 -1
- package/dist/surfaces/confirm/confirm.d.ts.map +1 -1
- package/dist/surfaces/confirm/confirm.js +13 -20
- package/dist/surfaces/confirm/confirm.js.map +1 -1
- package/dist/surfaces/drawers/drawer_bottom/drawer_bottom.js +5 -5
- package/dist/surfaces/drawers/drawer_bottom/drawer_bottom.js.map +1 -1
- package/dist/surfaces/drawers/drawer_end/drawer_end.js +8 -8
- package/dist/surfaces/drawers/drawer_end/drawer_end.js.map +1 -1
- package/dist/surfaces/drawers/drawer_start/drawer_start.js +4 -4
- package/dist/surfaces/drawers/drawer_start/drawer_start.js.map +1 -1
- package/dist/surfaces/drawers/drawer_top/drawer_top.js +4 -4
- package/dist/surfaces/drawers/drawer_top/drawer_top.js.map +1 -1
- package/dist/surfaces/modal/modal.d.ts +2 -4
- package/dist/surfaces/modal/modal.d.ts.map +1 -1
- package/dist/surfaces/modal/modal.js +16 -7
- package/dist/surfaces/modal/modal.js.map +1 -1
- package/dist/surfaces/page/h_page.js +6 -6
- package/dist/surfaces/page/h_page.js.map +1 -1
- package/dist/surfaces/page/v_page.js +9 -9
- package/dist/surfaces/page/v_page.js.map +1 -1
- package/dist/surfaces/panel/h_panel.d.ts.map +1 -1
- package/dist/surfaces/panel/h_panel.js +18 -24
- package/dist/surfaces/panel/h_panel.js.map +1 -1
- package/dist/surfaces/panel/v_panel.js +9 -9
- package/dist/surfaces/panel/v_panel.js.map +1 -1
- package/dist/surfaces/popover/popover.js +34 -34
- package/dist/surfaces/popover/popover.js.map +1 -1
- package/dist/surfaces/window/window.d.ts.map +1 -1
- package/dist/surfaces/window/window.js +6 -14
- package/dist/surfaces/window/window.js.map +1 -1
- package/dist/themes/index.d.ts +0 -2
- package/dist/themes/index.d.ts.map +1 -1
- package/dist/themes/index.js +5 -266
- package/dist/themes/index.js.map +1 -1
- package/dist/themes/themes/ergo/ergo_theme.css +1 -1
- package/dist/tokens/badge/badge.js +13 -13
- package/dist/tokens/badge/badge.js.map +1 -1
- package/dist/tokens/bubble/bubble.js +16 -17
- package/dist/tokens/bubble/bubble.js.map +1 -1
- package/dist/tokens/chip/chip.js +10 -11
- package/dist/tokens/chip/chip.js.map +1 -1
- package/dist/typography/body_text/body_text.js +21 -21
- package/dist/typography/body_text/body_text.js.map +1 -1
- package/dist/typography/callout/callout.js +16 -16
- package/dist/typography/callout/callout.js.map +1 -1
- package/dist/typography/caption/caption.js +13 -13
- package/dist/typography/caption/caption.js.map +1 -1
- package/dist/typography/footnote/footnote.js +14 -14
- package/dist/typography/footnote/footnote.js.map +1 -1
- package/dist/typography/headline/headline.js +12 -12
- package/dist/typography/headline/headline.js.map +1 -1
- package/dist/typography/subheadline/subheadline.js +13 -13
- package/dist/typography/subheadline/subheadline.js.map +1 -1
- package/dist/typography/title/title.js +22 -22
- package/dist/typography/title/title.js.map +1 -1
- package/package.json +21 -2
- package/src/actions/button/__stories__/button.stories.tsx +1 -1
- package/src/actions/button/__stories__/button_group.stories.tsx +1 -1
- package/src/actions/button/__stories__/select_group.stories.tsx +1 -1
- package/src/actions/button/__stories__/slim_button.stories.tsx +1 -1
- package/src/actions/button/base_button/base_button.tsx +2 -2
- package/src/actions/button/button/button.tsx +3 -3
- package/src/actions/button/button_group/button_group.tsx +4 -7
- package/src/actions/button/select_group/select_group.tsx +3 -3
- package/src/actions/button/slim_button/slim_button.tsx +3 -2
- package/src/feedback/lazy/lazy.stories.tsx +1 -1
- package/src/feedback/loading/__storybook__/loading.stories.tsx +1 -1
- package/src/feedback/progress/progress_bar.stories.tsx +1 -1
- package/src/form/field/common/field_control/field_control.tsx +2 -2
- package/src/form/field/common/field_header.tsx +2 -2
- package/src/form/field/common/status_input/status_input.tsx +3 -6
- package/src/form/field/field.stories.tsx +2 -1
- package/src/form/field/h_field/h_field.stories.tsx +10 -1
- package/src/form/field/h_field/h_field.tsx +2 -2
- package/src/form/field/v_field/v_field.stories.tsx +10 -1
- package/src/form/field/v_field/v_field.tsx +2 -2
- package/src/form/field_set/field_set.stories.tsx +9 -1
- package/src/form/field_set/field_set.tsx +4 -7
- package/src/inputs/checkbox/checkbox.stories.tsx +9 -1
- package/src/inputs/checkbox/checkbox.tsx +2 -2
- package/src/inputs/color_input/color_input.stories.tsx +9 -1
- package/src/inputs/color_input/color_input.tsx +2 -6
- package/src/inputs/color_input/color_picker.tsx +2 -2
- package/src/inputs/combo_box/combo_box.stories.tsx +14 -5
- package/src/inputs/combo_box/combo_box.tsx +2 -2
- package/src/inputs/date_picker/date_picker.stories.tsx +18 -10
- package/src/inputs/date_picker/date_picker.tsx +3 -3
- package/src/inputs/date_picker/date_picker_date.tsx +3 -3
- package/src/inputs/date_picker/date_picker_header.tsx +2 -2
- package/src/inputs/date_picker/date_picker_input.stories.tsx +15 -7
- package/src/inputs/date_picker/date_picker_input.tsx +3 -3
- package/src/inputs/date_picker/date_picker_time_selector.tsx +5 -8
- package/src/inputs/date_picker/date_picker_year_input.tsx +2 -2
- package/src/inputs/date_picker/date_picker_year_selector.tsx +3 -9
- package/src/inputs/input/input.stories.tsx +9 -1
- package/src/inputs/input/input.tsx +2 -2
- package/src/inputs/mask_input/key_capture_input.stories.tsx +9 -1
- package/src/inputs/mask_input/mask_input.stories.tsx +10 -1
- package/src/inputs/multi_combo_box/multi_combo_box.stories.tsx +10 -1
- package/src/inputs/multi_combo_box/multi_combo_box.tsx +2 -2
- package/src/inputs/multiselect/multiselect_values.tsx +2 -2
- package/src/inputs/multiselect/mutliselect.stories.tsx +10 -1
- package/src/inputs/phone_number_input/phone_number_input.stories.tsx +10 -1
- package/src/inputs/phone_number_input/phone_number_input.tsx +6 -9
- package/src/inputs/radio/radio.stories.tsx +14 -6
- package/src/inputs/radio/radio.tsx +2 -2
- package/src/inputs/select/select.stories.tsx +18 -9
- package/src/inputs/select/select.tsx +2 -2
- package/src/inputs/slider/slider.stories.tsx +9 -1
- package/src/inputs/slider/slider.tsx +2 -2
- package/src/inputs/suggestions/suggestion_item.tsx +2 -2
- package/src/inputs/suggestions/suggestion_list.stories.tsx +21 -12
- package/src/inputs/suggestions/suggestion_list.tsx +3 -3
- package/src/inputs/switch/switch.stories.tsx +9 -1
- package/src/inputs/switch/switch.tsx +4 -4
- package/src/inputs/textarea/textarea.stories.tsx +9 -1
- package/src/inputs/textarea/textarea.tsx +2 -2
- package/src/inputs/unit_input/unit_input.stories.tsx +9 -1
- package/src/inputs/unit_input/unit_input.tsx +4 -4
- package/src/layouts/body/h_body.tsx +2 -2
- package/src/layouts/body/v_body.tsx +2 -2
- package/src/layouts/column/column.tsx +3 -3
- package/src/layouts/divider/__stories__/divider.stories.tsx +59 -19
- package/src/layouts/divider/divider.tsx +3 -3
- package/src/layouts/footer/footer.tsx +2 -2
- package/src/layouts/grid/grid.stories.tsx +42 -34
- package/src/layouts/grid/grid.tsx +2 -7
- package/src/layouts/header/header.tsx +2 -2
- package/src/layouts/list/item.tsx +2 -2
- package/src/layouts/list/list.tsx +2 -2
- package/src/layouts/sidebar_end/sidebar_end.tsx +2 -2
- package/src/layouts/sidebar_start/sidebar_start.tsx +2 -2
- package/src/layouts/utility_bar/utility_bar.tsx +2 -2
- package/src/overlay/context_menu/context_menu.stories.tsx +13 -5
- package/src/overlay/menu/menu.stories.tsx +22 -14
- package/src/overlay/menu/menu.tsx +3 -3
- package/src/overlay/popper/popper.stories.tsx +43 -22
- package/src/overlay/portal/portal.stories.tsx +10 -1
- package/src/overlay/tooltip/tooltip.stories.tsx +9 -2
- package/src/overlay/tooltip/tooltip.tsx +2 -2
- package/src/stacks/box/bottom_resize_handle.tsx +2 -2
- package/src/stacks/box/box.tsx +2 -2
- package/src/stacks/box/end_resize_handle.tsx +2 -2
- package/src/stacks/box/left_resize_handle.tsx +2 -2
- package/src/stacks/box/right_resize_handle.tsx +2 -2
- package/src/stacks/box/start_resize_handle.tsx +2 -2
- package/src/stacks/box/top_resize_handle.tsx +2 -2
- package/src/stacks/collapsible_box.stories.tsx +10 -1
- package/src/stacks/h_collapsible_box.tsx +2 -2
- package/src/stacks/h_stack.stories.tsx +104 -59
- package/src/stacks/h_stack.tsx +2 -2
- package/src/stacks/spacer.tsx +2 -2
- package/src/stacks/story_components/circle.tsx +2 -2
- package/src/stacks/story_components/picture_placeholder.tsx +2 -2
- package/src/stacks/story_components/rect.tsx +2 -2
- package/src/stacks/v_collapsible_box.tsx +2 -2
- package/src/stacks/v_stack.stories.tsx +91 -10
- package/src/stacks/v_stack.tsx +2 -2
- package/src/stacks/z_stack.stories.tsx +9 -1
- package/src/stacks/z_stack.tsx +2 -2
- package/src/surfaces/alert/alert.stories.tsx +4 -4
- package/src/surfaces/alert/alert.tsx +2 -2
- package/src/surfaces/card/card.tsx +2 -2
- package/src/surfaces/confirm/confirm.stories.tsx +4 -4
- package/src/surfaces/confirm/confirm.tsx +3 -6
- package/src/surfaces/drawers/__stories__/drawers.stories.tsx +1 -1
- package/src/surfaces/drawers/drawer_bottom/drawer_bottom.tsx +2 -2
- package/src/surfaces/drawers/drawer_end/drawer_end.tsx +2 -2
- package/src/surfaces/drawers/drawer_start/drawer_start.tsx +2 -2
- package/src/surfaces/drawers/drawer_top/drawer_top.tsx +2 -2
- package/src/surfaces/modal/__stories__/modal.stories.tsx +54 -0
- package/src/surfaces/modal/modal.module.css +2 -1
- package/src/surfaces/modal/modal.tsx +9 -6
- package/src/surfaces/page/h_page.tsx +2 -2
- package/src/surfaces/page/v_page.tsx +2 -2
- package/src/surfaces/panel/h_panel.tsx +3 -9
- package/src/surfaces/panel/v_panel.tsx +3 -3
- package/src/surfaces/popover/popover.tsx +2 -2
- package/src/surfaces/window/window.stories.tsx +1 -1
- package/src/surfaces/window/window.tsx +2 -6
- package/src/themes/index.ts +0 -2
- package/src/themes/stories/themes.stories.tsx +1 -1
- package/src/themes/themes/ergo/ergo_theme.css +70 -0
- package/src/tokens/badge/badge.stories.tsx +6 -6
- package/src/tokens/badge/badge.tsx +3 -3
- package/src/tokens/bubble/bubble.stories.tsx +16 -9
- package/src/tokens/bubble/bubble.tsx +2 -2
- package/src/tokens/chip/chip.stories.tsx +1 -1
- package/src/tokens/chip/chip.tsx +2 -2
- package/src/typography/body_text/body_text.tsx +2 -2
- package/src/typography/callout/callout.tsx +2 -2
- package/src/typography/caption/caption.tsx +2 -2
- package/src/typography/footnote/footnote.tsx +2 -2
- package/src/typography/headline/headline.tsx +2 -2
- package/src/typography/subheadline/subheadline.tsx +2 -2
- package/src/typography/title/title.tsx +2 -2
- package/src/typography/typography-showcase.stories.tsx +2 -2
- package/src/utils/click_away_listener.stories.tsx +21 -11
- package/src/utils/responsive/responsive_renderer.stories.tsx +7 -7
- package/src/utils/scroll_away_listener.stories.tsx +11 -1
- package/src/surfaces/modal/modal.stories.tsx +0 -15
package/dist/themes/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { theme as
|
|
2
|
-
import { Theme as
|
|
3
|
-
import { windows98StyleSheet as s } from "./themes/windows_98/windows_98_theme.js";
|
|
1
|
+
import { theme as r } from "./theme_variables.js";
|
|
2
|
+
import { Theme as a } from "./theme.js";
|
|
4
3
|
const n = `/* https://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
|
|
5
4
|
html,
|
|
6
5
|
body,
|
|
@@ -135,271 +134,11 @@ legend {
|
|
|
135
134
|
font: inherit;
|
|
136
135
|
color: inherit;
|
|
137
136
|
}
|
|
138
|
-
|
|
139
|
-
/* ===== CSS VARIABLES ===== */
|
|
140
|
-
:root {
|
|
141
|
-
--scalar: 1;
|
|
142
|
-
--gap-small: 4px;
|
|
143
|
-
--gap-medium: 8px;
|
|
144
|
-
--gap-large: 16px;
|
|
145
|
-
|
|
146
|
-
--padding-small: 4px;
|
|
147
|
-
--padding-medium: 8px;
|
|
148
|
-
--padding-large: 16px;
|
|
149
|
-
|
|
150
|
-
--status-color-disabled: #7f7f7f;
|
|
151
|
-
--status-color-info: #008cff;
|
|
152
|
-
--status-color-warning: #ff0000;
|
|
153
|
-
--status-color-error: #ff0000;
|
|
154
|
-
|
|
155
|
-
--async-color-initial: #c0c0c0;
|
|
156
|
-
--async-color-pending: #008cff;
|
|
157
|
-
--async-color-success: #00ff00;
|
|
158
|
-
--async-color-failed: #ff0000;
|
|
159
|
-
|
|
160
|
-
--primary-color-faint: #c0c0c0;
|
|
161
|
-
--primary-color: #008cff;
|
|
162
|
-
--primary-color-strong: #008cff;
|
|
163
|
-
|
|
164
|
-
--secondary-color-faint: #c0c0c0;
|
|
165
|
-
--secondary-color: #008cff;
|
|
166
|
-
--secondary-color-strong: #008cff;
|
|
167
|
-
|
|
168
|
-
--tertiary-color-faint: #c0c0c0;
|
|
169
|
-
--tertiary-color: #008cff;
|
|
170
|
-
--tertiary-color-strong: #008cff;
|
|
171
|
-
|
|
172
|
-
--quaternary-color-faint: #c0c0c0;
|
|
173
|
-
--quaternary-color: #008cff;
|
|
174
|
-
--quaternary-color-strong: #008cff;
|
|
175
|
-
|
|
176
|
-
--font-color: #395578;
|
|
177
|
-
--font-family: "Lato", sans-serif;
|
|
178
|
-
--font-size: 12px;
|
|
179
|
-
|
|
180
|
-
--background-color-primary: #ffffff;
|
|
181
|
-
--background-color-secondary: #ffffff;
|
|
182
|
-
--background-color-tertiary: #ffffff;
|
|
183
|
-
--background-color-quaternary: #ffffff;
|
|
184
|
-
|
|
185
|
-
--foreground-color-primary: #aaa;
|
|
186
|
-
--foreground-color-secondary: #222222;
|
|
187
|
-
--foreground-color-tertiary: #222222;
|
|
188
|
-
--foreground-color-quaternary: #222222;
|
|
189
|
-
|
|
190
|
-
--accent-color: #008cff;
|
|
191
|
-
|
|
192
|
-
--shape-radius-small: 2px;
|
|
193
|
-
--shape-radius-medium: 4px;
|
|
194
|
-
--shape-radius-large: 8px;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
* {
|
|
198
|
-
position: relative;
|
|
199
|
-
box-sizing: border-box;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
/* ===== SURFACES ===== */
|
|
203
|
-
|
|
204
|
-
/* PANEL */
|
|
205
|
-
.tcn-panel {
|
|
206
|
-
--v-inset: var(--padding-large);
|
|
207
|
-
background-color: var(--background-color-primary);
|
|
208
|
-
border-radius: var(--shape-radius-medium);
|
|
209
|
-
|
|
210
|
-
:where(.tcn-header) {
|
|
211
|
-
min-height: 40px;
|
|
212
|
-
border-bottom: 1px solid var(--foreground-color-primary);
|
|
213
|
-
padding: 0 var(--v-inset);
|
|
214
|
-
gap: var(--gap-medium);
|
|
215
|
-
|
|
216
|
-
:where(.tcn-title) {
|
|
217
|
-
font-weight: 700;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
:where(.tcn-button) {
|
|
221
|
-
padding: 0;
|
|
222
|
-
min-width: 18px;
|
|
223
|
-
min-height: 18px;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
:where(.tcn-divider) {
|
|
227
|
-
padding: 4px 0;
|
|
228
|
-
:where(.tcn-divider-line) {
|
|
229
|
-
width: 1.5px;
|
|
230
|
-
min-height: 18px;
|
|
231
|
-
height: auto;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
:where(.tcn-utility-bar) {
|
|
237
|
-
min-height: 32px;
|
|
238
|
-
border-bottom: 1px solid var(--foreground-color-primary);
|
|
239
|
-
padding: 0 var(--v-inset);
|
|
240
|
-
|
|
241
|
-
:where(.tcn-button) {
|
|
242
|
-
padding: 0;
|
|
243
|
-
min-width: 18px;
|
|
244
|
-
min-height: 18px;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
:where(.tcn-body) {
|
|
249
|
-
padding: 0 var(--v-inset);
|
|
250
|
-
gap: var(--gap-medium);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
:where(.tcn-footer) {
|
|
254
|
-
gap: var(--gap-medium);
|
|
255
|
-
min-height: 40px;
|
|
256
|
-
border-top: 1px solid var(--foreground-color-primary);
|
|
257
|
-
padding: 0 var(--v-inset);
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
137
|
`, e = new CSSStyleSheet();
|
|
261
138
|
e.replaceSync(n);
|
|
262
|
-
const r = `/* https://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
|
|
263
|
-
html,
|
|
264
|
-
body,
|
|
265
|
-
div,
|
|
266
|
-
span,
|
|
267
|
-
applet,
|
|
268
|
-
object,
|
|
269
|
-
iframe,
|
|
270
|
-
h1,
|
|
271
|
-
h2,
|
|
272
|
-
h3,
|
|
273
|
-
h4,
|
|
274
|
-
h5,
|
|
275
|
-
h6,
|
|
276
|
-
p,
|
|
277
|
-
blockquote,
|
|
278
|
-
pre,
|
|
279
|
-
a,
|
|
280
|
-
abbr,
|
|
281
|
-
acronym,
|
|
282
|
-
address,
|
|
283
|
-
big,
|
|
284
|
-
cite,
|
|
285
|
-
code,
|
|
286
|
-
del,
|
|
287
|
-
dfn,
|
|
288
|
-
em,
|
|
289
|
-
img,
|
|
290
|
-
ins,
|
|
291
|
-
kbd,
|
|
292
|
-
q,
|
|
293
|
-
s,
|
|
294
|
-
samp,
|
|
295
|
-
small,
|
|
296
|
-
strike,
|
|
297
|
-
strong,
|
|
298
|
-
sub,
|
|
299
|
-
sup,
|
|
300
|
-
tt,
|
|
301
|
-
var,
|
|
302
|
-
b,
|
|
303
|
-
u,
|
|
304
|
-
i,
|
|
305
|
-
center,
|
|
306
|
-
dl,
|
|
307
|
-
dt,
|
|
308
|
-
dd,
|
|
309
|
-
ol,
|
|
310
|
-
ul,
|
|
311
|
-
li,
|
|
312
|
-
fieldset,
|
|
313
|
-
form,
|
|
314
|
-
label,
|
|
315
|
-
legend,
|
|
316
|
-
table,
|
|
317
|
-
caption,
|
|
318
|
-
tbody,
|
|
319
|
-
tfoot,
|
|
320
|
-
thead,
|
|
321
|
-
tr,
|
|
322
|
-
th,
|
|
323
|
-
td,
|
|
324
|
-
article,
|
|
325
|
-
aside,
|
|
326
|
-
canvas,
|
|
327
|
-
details,
|
|
328
|
-
embed,
|
|
329
|
-
figure,
|
|
330
|
-
figcaption,
|
|
331
|
-
footer,
|
|
332
|
-
header,
|
|
333
|
-
hgroup,
|
|
334
|
-
menu,
|
|
335
|
-
nav,
|
|
336
|
-
output,
|
|
337
|
-
ruby,
|
|
338
|
-
section,
|
|
339
|
-
summary,
|
|
340
|
-
time,
|
|
341
|
-
mark,
|
|
342
|
-
audio,
|
|
343
|
-
video {
|
|
344
|
-
margin: 0;
|
|
345
|
-
padding: 0;
|
|
346
|
-
border: 0;
|
|
347
|
-
font-size: 100%;
|
|
348
|
-
font: inherit;
|
|
349
|
-
vertical-align: baseline;
|
|
350
|
-
}
|
|
351
|
-
/* HTML5 display-role reset for older browsers */
|
|
352
|
-
article,
|
|
353
|
-
aside,
|
|
354
|
-
details,
|
|
355
|
-
figcaption,
|
|
356
|
-
figure,
|
|
357
|
-
footer,
|
|
358
|
-
header,
|
|
359
|
-
hgroup,
|
|
360
|
-
menu,
|
|
361
|
-
nav,
|
|
362
|
-
section {
|
|
363
|
-
display: block;
|
|
364
|
-
}
|
|
365
|
-
body {
|
|
366
|
-
line-height: 1;
|
|
367
|
-
}
|
|
368
|
-
ol,
|
|
369
|
-
ul {
|
|
370
|
-
list-style: none;
|
|
371
|
-
}
|
|
372
|
-
blockquote,
|
|
373
|
-
q {
|
|
374
|
-
quotes: none;
|
|
375
|
-
}
|
|
376
|
-
blockquote:before,
|
|
377
|
-
blockquote:after,
|
|
378
|
-
q:before,
|
|
379
|
-
q:after {
|
|
380
|
-
content: "";
|
|
381
|
-
content: none;
|
|
382
|
-
}
|
|
383
|
-
table {
|
|
384
|
-
border-collapse: collapse;
|
|
385
|
-
border-spacing: 0;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
legend {
|
|
389
|
-
all: unset;
|
|
390
|
-
display: block;
|
|
391
|
-
margin: 0;
|
|
392
|
-
padding: 0;
|
|
393
|
-
font: inherit;
|
|
394
|
-
color: inherit;
|
|
395
|
-
}
|
|
396
|
-
`, o = new CSSStyleSheet();
|
|
397
|
-
o.replaceSync(r);
|
|
398
139
|
export {
|
|
399
|
-
|
|
400
|
-
e as
|
|
401
|
-
|
|
402
|
-
i as theme,
|
|
403
|
-
s as windows98StyleSheet
|
|
140
|
+
a as Theme,
|
|
141
|
+
e as reset,
|
|
142
|
+
r as theme
|
|
404
143
|
};
|
|
405
144
|
//# sourceMappingURL=index.js.map
|
package/dist/themes/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/themes/
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/themes/stylesheets/reset.css?raw","../../src/themes/stylesheets/reset.ts"],"sourcesContent":["export default \"/* https://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */\\nhtml,\\nbody,\\ndiv,\\nspan,\\napplet,\\nobject,\\niframe,\\nh1,\\nh2,\\nh3,\\nh4,\\nh5,\\nh6,\\np,\\nblockquote,\\npre,\\na,\\nabbr,\\nacronym,\\naddress,\\nbig,\\ncite,\\ncode,\\ndel,\\ndfn,\\nem,\\nimg,\\nins,\\nkbd,\\nq,\\ns,\\nsamp,\\nsmall,\\nstrike,\\nstrong,\\nsub,\\nsup,\\ntt,\\nvar,\\nb,\\nu,\\ni,\\ncenter,\\ndl,\\ndt,\\ndd,\\nol,\\nul,\\nli,\\nfieldset,\\nform,\\nlabel,\\nlegend,\\ntable,\\ncaption,\\ntbody,\\ntfoot,\\nthead,\\ntr,\\nth,\\ntd,\\narticle,\\naside,\\ncanvas,\\ndetails,\\nembed,\\nfigure,\\nfigcaption,\\nfooter,\\nheader,\\nhgroup,\\nmenu,\\nnav,\\noutput,\\nruby,\\nsection,\\nsummary,\\ntime,\\nmark,\\naudio,\\nvideo {\\n margin: 0;\\n padding: 0;\\n border: 0;\\n font-size: 100%;\\n font: inherit;\\n vertical-align: baseline;\\n}\\n/* HTML5 display-role reset for older browsers */\\narticle,\\naside,\\ndetails,\\nfigcaption,\\nfigure,\\nfooter,\\nheader,\\nhgroup,\\nmenu,\\nnav,\\nsection {\\n display: block;\\n}\\nbody {\\n line-height: 1;\\n}\\nol,\\nul {\\n list-style: none;\\n}\\nblockquote,\\nq {\\n quotes: none;\\n}\\nblockquote:before,\\nblockquote:after,\\nq:before,\\nq:after {\\n content: \\\"\\\";\\n content: none;\\n}\\ntable {\\n border-collapse: collapse;\\n border-spacing: 0;\\n}\\n\\nlegend {\\n all: unset;\\n display: block;\\n margin: 0;\\n padding: 0;\\n font: inherit;\\n color: inherit;\\n}\\n\"","import css from './reset.css?raw';\n\nexport const reset = new CSSStyleSheet();\nreset.replaceSync(css);\n"],"names":["css","reset"],"mappings":";;AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCEFC,IAAQ,IAAI,cAAA;AACzBA,EAAM,YAAYD,CAAG;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}legend{all:unset;display:block;margin:0;padding:0;font:inherit;color:inherit}:root{--scalar: 1;--gap-small: 4px;--gap-medium: 8px;--gap-large: 16px;--padding-small: 4px;--padding-medium: 8px;--padding-large: 16px;--status-color-disabled: #7f7f7f;--status-color-info: #008cff;--status-color-warning: #ff0000;--status-color-error: #ff0000;--async-color-initial: #c0c0c0;--async-color-pending: #008cff;--async-color-success: #00ff00;--async-color-failed: #ff0000;--primary-color-faint: #c0c0c0;--primary-color: #008cff;--primary-color-strong: #008cff;--secondary-color-faint: #c0c0c0;--secondary-color: #008cff;--secondary-color-strong: #008cff;--tertiary-color-faint: #c0c0c0;--tertiary-color: #008cff;--tertiary-color-strong: #008cff;--quaternary-color-faint: #c0c0c0;--quaternary-color: #008cff;--quaternary-color-strong: #008cff;--font-color: #395578;--font-family: "Lato", sans-serif;--font-size: 12px;--background-color-primary: #ffffff;--background-color-secondary: #ffffff;--background-color-tertiary: #ffffff;--background-color-quaternary: #ffffff;--foreground-color-primary: #aaa;--foreground-color-secondary: #222222;--foreground-color-tertiary: #222222;--foreground-color-quaternary: #222222;--accent-color: #008cff;--shape-radius-small: 2px;--shape-radius-medium: 4px;--shape-radius-large: 8px}*{position:relative;box-sizing:border-box}.tcn-panel{--v-inset: var(--padding-large);background-color:var(--background-color-primary);border-radius:var(--shape-radius-medium)}.tcn-panel :where(.tcn-header){min-height:40px;border-bottom:1px solid var(--foreground-color-primary);padding:0 var(--v-inset);gap:var(--gap-medium)}.tcn-panel :where(.tcn-header) :where(.tcn-title){font-weight:700}.tcn-panel :where(.tcn-header) :where(.tcn-button){padding:0;min-width:18px;min-height:18px}.tcn-panel :where(.tcn-header) :where(.tcn-divider){padding:4px 0}.tcn-panel :where(.tcn-header) :where(.tcn-divider) :where(.tcn-divider-line){width:1.5px;min-height:18px;height:auto}.tcn-panel :where(.tcn-utility-bar){min-height:32px;border-bottom:1px solid var(--foreground-color-primary);padding:0 var(--v-inset)}.tcn-panel :where(.tcn-utility-bar) :where(.tcn-button){padding:0;min-width:18px;min-height:18px}.tcn-panel :where(.tcn-body){padding:0 var(--v-inset);gap:var(--gap-medium)}.tcn-panel :where(.tcn-footer){gap:var(--gap-medium);min-height:40px;border-top:1px solid var(--foreground-color-primary);padding:0 var(--v-inset)}
|
|
1
|
+
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}legend{all:unset;display:block;margin:0;padding:0;font:inherit;color:inherit}:root{--scalar: 1;--gap-small: 4px;--gap-medium: 8px;--gap-large: 16px;--padding-small: 4px;--padding-medium: 8px;--padding-large: 16px;--status-color-disabled: #7f7f7f;--status-color-info: #008cff;--status-color-warning: #ff0000;--status-color-error: #ff0000;--async-color-initial: #c0c0c0;--async-color-pending: #008cff;--async-color-success: #00ff00;--async-color-failed: #ff0000;--primary-color-faint: #c0c0c0;--primary-color: #008cff;--primary-color-strong: #008cff;--secondary-color-faint: #c0c0c0;--secondary-color: #008cff;--secondary-color-strong: #008cff;--tertiary-color-faint: #c0c0c0;--tertiary-color: #008cff;--tertiary-color-strong: #008cff;--quaternary-color-faint: #c0c0c0;--quaternary-color: #008cff;--quaternary-color-strong: #008cff;--font-color: #395578;--font-family: "Lato", sans-serif;--font-size: 12px;--background-color-primary: #ffffff;--background-color-secondary: #ffffff;--background-color-tertiary: #ffffff;--background-color-quaternary: #ffffff;--foreground-color-primary: #aaa;--foreground-color-secondary: #222222;--foreground-color-tertiary: #222222;--foreground-color-quaternary: #222222;--accent-color: #008cff;--shape-radius-small: 2px;--shape-radius-medium: 4px;--shape-radius-large: 8px}*{position:relative;box-sizing:border-box}.tcn-veil{background-color:#00000080}.tcn-modal{--v-inset: var(--padding-large);background-color:var(--background-color-primary);border-radius:var(--shape-radius-medium);border:1px solid rgba(170,170,170,1);overflow:hidden}.tcn-modal :where(.tcn-header){min-height:40px;background-color:#497485;color:#fff;padding:0 var(--v-inset);gap:var(--gap-medium)}.tcn-modal :where(.tcn-header) :where(.tcn-title){color:#fff}.tcn-modal :where(.tcn-header) :where(.tcn-button){padding:0;min-width:18px;min-height:18px;color:#fff}.tcn-modal :where(.tcn-header) :where(.tcn-button)[data-hierarchy=tertiary]{color:#fff}.tcn-modal :where(.tcn-header) :where(.tcn-divider){padding:4px 0}.tcn-modal :where(.tcn-header) :where(.tcn-divider) :where(.tcn-divider-line){width:1.5px;min-height:18px;height:auto}.tcn-modal :where(.tcn-utility-bar){min-height:32px;border-bottom:1px solid var(--foreground-color-primary);padding:0 var(--v-inset)}.tcn-modal :where(.tcn-utility-bar) :where(.tcn-button){padding:0;min-width:18px;min-height:18px}.tcn-modal :where(.tcn-body){padding:0 var(--v-inset);gap:var(--gap-medium)}.tcn-modal :where(.tcn-footer){gap:var(--gap-medium);min-height:40px;border-top:1px solid var(--foreground-color-primary);padding:0 var(--v-inset)}.tcn-panel{--v-inset: var(--padding-large);background-color:var(--background-color-primary);border-radius:var(--shape-radius-medium)}.tcn-panel :where(.tcn-header){min-height:40px;border-bottom:1px solid var(--foreground-color-primary);padding:0 var(--v-inset);gap:var(--gap-medium)}.tcn-panel :where(.tcn-header) :where(.tcn-title){font-weight:700}.tcn-panel :where(.tcn-header) :where(.tcn-button){padding:0;min-width:18px;min-height:18px}.tcn-panel :where(.tcn-header) :where(.tcn-divider){padding:4px 0}.tcn-panel :where(.tcn-header) :where(.tcn-divider) :where(.tcn-divider-line){width:1.5px;min-height:18px;height:auto}.tcn-panel :where(.tcn-utility-bar){min-height:32px;border-bottom:1px solid var(--foreground-color-primary);padding:0 var(--v-inset)}.tcn-panel :where(.tcn-utility-bar) :where(.tcn-button){padding:0;min-width:18px;min-height:18px}.tcn-panel :where(.tcn-body){padding:0 var(--v-inset);gap:var(--gap-medium)}.tcn-panel :where(.tcn-footer){gap:var(--gap-medium);min-height:40px;border-top:1px solid var(--foreground-color-primary);padding:0 var(--v-inset)}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
|
-
import o from "
|
|
4
|
-
import { Spacer as
|
|
5
|
-
import { VStack as
|
|
3
|
+
import { clsx as o } from "clsx";
|
|
4
|
+
import { Spacer as u } from "../../stacks/spacer.js";
|
|
5
|
+
import { VStack as c } from "../../stacks/v_stack.js";
|
|
6
6
|
import { ZStack as r } from "../../stacks/z_stack.js";
|
|
7
|
-
import { Bubble as
|
|
8
|
-
import '../../badge.css';const
|
|
7
|
+
import { Bubble as g } from "../bubble/bubble.js";
|
|
8
|
+
import '../../badge.css';const s = "_badge-bubble_7fe9ed5", f = { "badge-bubble": s }, j = h.forwardRef(
|
|
9
9
|
({
|
|
10
|
-
value:
|
|
11
|
-
children:
|
|
10
|
+
value: i,
|
|
11
|
+
children: a,
|
|
12
12
|
backgroundColor: b,
|
|
13
13
|
textColor: d,
|
|
14
14
|
className: l,
|
|
@@ -26,25 +26,25 @@ import '../../badge.css';const g = "_badge-bubble_7fe9ed5", f = { "badge-bubble"
|
|
|
26
26
|
className: o("badge", l),
|
|
27
27
|
...n,
|
|
28
28
|
children: [
|
|
29
|
-
/* @__PURE__ */ e(r, { zIndex: 0, inline: !0, width: "auto", height: "auto", children:
|
|
30
|
-
/* @__PURE__ */ t(
|
|
29
|
+
/* @__PURE__ */ e(r, { zIndex: 0, inline: !0, width: "auto", height: "auto", children: a }),
|
|
30
|
+
/* @__PURE__ */ t(c, { zIndex: 1, height: "100%", width: "auto", children: [
|
|
31
31
|
/* @__PURE__ */ e(
|
|
32
|
-
|
|
32
|
+
g,
|
|
33
33
|
{
|
|
34
34
|
className: o(f["badge-bubble"], "badge-bubble"),
|
|
35
35
|
backgroundColor: b,
|
|
36
36
|
textColor: d,
|
|
37
37
|
elevate: !0,
|
|
38
|
-
children:
|
|
38
|
+
children: i
|
|
39
39
|
}
|
|
40
40
|
),
|
|
41
|
-
/* @__PURE__ */ e(
|
|
41
|
+
/* @__PURE__ */ e(u, { height: "100%" })
|
|
42
42
|
] })
|
|
43
43
|
]
|
|
44
44
|
}
|
|
45
45
|
)
|
|
46
46
|
);
|
|
47
47
|
export {
|
|
48
|
-
|
|
48
|
+
j as Badge
|
|
49
49
|
};
|
|
50
50
|
//# sourceMappingURL=badge.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.js","sources":["../../../src/tokens/badge/badge.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\nimport
|
|
1
|
+
{"version":3,"file":"badge.js","sources":["../../../src/tokens/badge/badge.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\nimport { clsx } from 'clsx';\nimport { Spacer } from '../../stacks/spacer.js';\nimport { VStack } from '../../stacks/v_stack.js';\nimport { ZStack } from '../../stacks/z_stack.js';\nimport { Bubble } from '../bubble/bubble.js';\nimport styles from './badge.module.css';\n\nexport interface BadgeProps extends HTMLAttributes<HTMLDivElement> {\n value: React.ReactNode;\n backgroundColor?: string;\n textColor?: string;\n}\n\nexport const Badge = React.forwardRef(\n (\n {\n value,\n children,\n backgroundColor,\n textColor: color,\n className,\n ...props\n }: BadgeProps,\n ref: React.Ref<HTMLDivElement>\n ) => {\n return (\n <ZStack\n inline\n width=\"auto\"\n height=\"auto\"\n ref={ref}\n vAlign=\"end\"\n hAlign=\"end\"\n zIndex={0}\n className={clsx('badge', className)}\n {...props}\n >\n <ZStack zIndex={0} inline width=\"auto\" height=\"auto\">\n {children}\n </ZStack>\n <VStack zIndex={1} height=\"100%\" width=\"auto\">\n <Bubble\n className={clsx(styles['badge-bubble'], 'badge-bubble')}\n backgroundColor={backgroundColor}\n textColor={color}\n elevate\n >\n {value}\n </Bubble>\n <Spacer height=\"100%\" />\n </VStack>\n </ZStack>\n );\n }\n);\n"],"names":["Badge","React","value","children","backgroundColor","color","className","props","ref","jsxs","ZStack","clsx","jsx","VStack","Bubble","styles","Spacer"],"mappings":";;;;;;;8DAcaA,IAAQC,EAAM;AAAA,EACzB,CACE;AAAA,IACE,OAAAC;AAAA,IACA,UAAAC;AAAA,IACA,iBAAAC;AAAA,IACA,WAAWC;AAAA,IACX,WAAAC;AAAA,IACA,GAAGC;AAAA,EAAA,GAELC,MAGE,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,QAAM;AAAA,MACN,OAAM;AAAA,MACN,QAAO;AAAA,MACP,KAAAF;AAAA,MACA,QAAO;AAAA,MACP,QAAO;AAAA,MACP,QAAQ;AAAA,MACR,WAAWG,EAAK,SAASL,CAAS;AAAA,MACjC,GAAGC;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAK,EAACF,GAAA,EAAO,QAAQ,GAAG,QAAM,IAAC,OAAM,QAAO,QAAO,QAC3C,UAAAP,EAAA,CACH;AAAA,0BACCU,GAAA,EAAO,QAAQ,GAAG,QAAO,QAAO,OAAM,QACrC,UAAA;AAAA,UAAA,gBAAAD;AAAA,YAACE;AAAA,YAAA;AAAA,cACC,WAAWH,EAAKI,EAAO,cAAc,GAAG,cAAc;AAAA,cACtD,iBAAAX;AAAA,cACA,WAAWC;AAAA,cACX,SAAO;AAAA,cAEN,UAAAH;AAAA,YAAA;AAAA,UAAA;AAAA,UAEH,gBAAAU,EAACI,GAAA,EAAO,QAAO,OAAA,CAAO;AAAA,QAAA,EAAA,CACxB;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAIR;"}
|
|
@@ -1,44 +1,43 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { clsx as m } from "clsx";
|
|
3
3
|
import u from "react";
|
|
4
4
|
import { theme as f } from "../../themes/theme_variables.js";
|
|
5
|
-
import "../../
|
|
6
|
-
import {
|
|
7
|
-
import '../../bubble.css';const d = "_bubble_d3b757e", h = { bubble: d }, N = u.forwardRef(function({
|
|
5
|
+
import { HStack as d } from "../../stacks/h_stack.js";
|
|
6
|
+
import '../../bubble.css';const p = "_bubble_d3b757e", h = { bubble: p }, B = u.forwardRef(function({
|
|
8
7
|
children: e,
|
|
9
8
|
className: t,
|
|
10
9
|
style: o,
|
|
11
10
|
backgroundColor: b = f.accentColor,
|
|
12
|
-
textColor:
|
|
13
|
-
size:
|
|
11
|
+
textColor: l = "#fff",
|
|
12
|
+
size: r = "md",
|
|
14
13
|
elevate: a = !1,
|
|
15
|
-
...
|
|
16
|
-
},
|
|
14
|
+
...c
|
|
15
|
+
}, n) {
|
|
17
16
|
const i = {
|
|
18
|
-
"--bubble-text-color":
|
|
17
|
+
"--bubble-text-color": l,
|
|
19
18
|
"--bubble-color": b,
|
|
20
19
|
...o
|
|
21
20
|
};
|
|
22
|
-
return /* @__PURE__ */
|
|
23
|
-
|
|
21
|
+
return /* @__PURE__ */ s(
|
|
22
|
+
d,
|
|
24
23
|
{
|
|
25
24
|
inline: !0,
|
|
26
|
-
className:
|
|
25
|
+
className: m(h.bubble, "bubble", t),
|
|
27
26
|
width: "auto",
|
|
28
27
|
height: "auto",
|
|
29
|
-
ref:
|
|
28
|
+
ref: n,
|
|
30
29
|
style: i,
|
|
31
30
|
hAlign: "center",
|
|
32
31
|
vAlign: "center",
|
|
33
|
-
"data-size":
|
|
32
|
+
"data-size": r,
|
|
34
33
|
"data-elevate": a,
|
|
35
34
|
padding: "4px",
|
|
36
|
-
...
|
|
35
|
+
...c,
|
|
37
36
|
children: e
|
|
38
37
|
}
|
|
39
38
|
);
|
|
40
39
|
});
|
|
41
40
|
export {
|
|
42
|
-
|
|
41
|
+
B as Bubble
|
|
43
42
|
};
|
|
44
43
|
//# sourceMappingURL=bubble.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bubble.js","sources":["../../../src/tokens/bubble/bubble.tsx"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"bubble.js","sources":["../../../src/tokens/bubble/bubble.tsx"],"sourcesContent":["import { clsx } from 'clsx';\nimport React, { HTMLAttributes } from 'react';\nimport styles from './bubble.module.css';\nimport { theme } from '../../themes/index.js';\nimport { HStack } from '../../stacks/h_stack.js';\nimport { Size } from '../../utils/index.js';\n\nexport interface BubbleProps extends HTMLAttributes<HTMLDivElement> {\n children?: React.ReactNode;\n backgroundColor?: string;\n textColor?: string;\n elevate?: boolean;\n size?: Size;\n}\n\nexport const Bubble = React.forwardRef(function Bubble(\n {\n children,\n className,\n style: defaultStyle,\n backgroundColor = theme.accentColor,\n textColor = '#fff',\n size = 'md',\n elevate = false,\n ...props\n }: BubbleProps,\n ref: React.Ref<HTMLDivElement>\n) {\n const style = {\n '--bubble-text-color': textColor,\n '--bubble-color': backgroundColor,\n ...defaultStyle,\n } as React.CSSProperties;\n\n return (\n <HStack\n inline\n className={clsx(styles.bubble, 'bubble', className)}\n width=\"auto\"\n height=\"auto\"\n ref={ref}\n style={style}\n hAlign=\"center\"\n vAlign=\"center\"\n data-size={size}\n data-elevate={elevate}\n padding=\"4px\"\n {...props}\n >\n {children}\n </HStack>\n );\n});\n"],"names":["Bubble","React","children","className","defaultStyle","backgroundColor","theme","textColor","size","elevate","props","ref","style","jsx","HStack","clsx","styles"],"mappings":";;;;;gDAeaA,IAASC,EAAM,WAAW,SACrC;AAAA,EACE,UAAAC;AAAA,EACA,WAAAC;AAAA,EACA,OAAOC;AAAA,EACP,iBAAAC,IAAkBC,EAAM;AAAA,EACxB,WAAAC,IAAY;AAAA,EACZ,MAAAC,IAAO;AAAA,EACP,SAAAC,IAAU;AAAA,EACV,GAAGC;AACL,GACAC,GACA;AACA,QAAMC,IAAQ;AAAA,IACZ,uBAAuBL;AAAA,IACvB,kBAAkBF;AAAA,IAClB,GAAGD;AAAA,EAAA;AAGL,SACE,gBAAAS;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,QAAM;AAAA,MACN,WAAWC,EAAKC,EAAO,QAAQ,UAAUb,CAAS;AAAA,MAClD,OAAM;AAAA,MACN,QAAO;AAAA,MACP,KAAAQ;AAAA,MACA,OAAAC;AAAA,MACA,QAAO;AAAA,MACP,QAAO;AAAA,MACP,aAAWJ;AAAA,MACX,gBAAcC;AAAA,MACd,SAAQ;AAAA,MACP,GAAGC;AAAA,MAEH,UAAAR;AAAA,IAAA;AAAA,EAAA;AAGP,CAAC;"}
|
package/dist/tokens/chip/chip.js
CHANGED
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { HStack as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { theme as
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
const m = {
|
|
2
|
+
import { HStack as m } from "../../stacks/h_stack.js";
|
|
3
|
+
import { clsx as f } from "clsx";
|
|
4
|
+
import h from "react";
|
|
5
|
+
import { theme as s } from "../../themes/theme_variables.js";
|
|
6
|
+
import '../../chip.css';const l = "_chip_35f6f0b", a = { chip: l }, w = h.forwardRef(function({ children: t, style: o, className: i, color: r = s.accentColor, ...c }, e) {
|
|
7
|
+
const n = {
|
|
9
8
|
"--chip-color": r,
|
|
10
9
|
...o
|
|
11
10
|
};
|
|
12
11
|
return /* @__PURE__ */ p(
|
|
13
|
-
|
|
12
|
+
m,
|
|
14
13
|
{
|
|
15
14
|
ref: e,
|
|
16
15
|
inline: !0,
|
|
17
16
|
width: "auto",
|
|
18
17
|
height: "auto",
|
|
19
18
|
vAlign: "center",
|
|
20
|
-
className:
|
|
21
|
-
style:
|
|
19
|
+
className: f(a.chip, "chip", i),
|
|
20
|
+
style: n,
|
|
22
21
|
...c,
|
|
23
22
|
children: t
|
|
24
23
|
}
|
|
25
24
|
);
|
|
26
25
|
});
|
|
27
26
|
export {
|
|
28
|
-
|
|
27
|
+
w as Chip
|
|
29
28
|
};
|
|
30
29
|
//# sourceMappingURL=chip.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip.js","sources":["../../../src/tokens/chip/chip.tsx"],"sourcesContent":["import { HStack, HStackProps } from '../../stacks/h_stack.js';\nimport
|
|
1
|
+
{"version":3,"file":"chip.js","sources":["../../../src/tokens/chip/chip.tsx"],"sourcesContent":["import { HStack, HStackProps } from '../../stacks/h_stack.js';\nimport { clsx } from 'clsx';\nimport React from 'react';\nimport styles from './chip.module.css';\nimport { theme } from '../../themes/index.js';\n\nexport interface ChipProps extends HStackProps {\n children?: React.ReactNode;\n color?: string;\n disabled?: boolean;\n}\n\nexport const Chip = React.forwardRef(function Chip(\n { children, style, className, color = theme.accentColor, ...props }: ChipProps,\n ref: React.Ref<HTMLDivElement>\n) {\n const finalStyle = {\n '--chip-color': color,\n ...style,\n };\n\n return (\n <HStack\n ref={ref}\n inline\n width=\"auto\"\n height=\"auto\"\n vAlign=\"center\"\n className={clsx(styles.chip, 'chip', className)}\n style={finalStyle}\n {...props}\n >\n {children}\n </HStack>\n );\n});\n"],"names":["Chip","React","children","style","className","color","theme","props","ref","finalStyle","jsx","HStack","clsx","styles"],"mappings":";;;;;4CAYaA,IAAOC,EAAM,WAAW,SACnC,EAAE,UAAAC,GAAU,OAAAC,GAAO,WAAAC,GAAW,OAAAC,IAAQC,EAAM,aAAa,GAAGC,EAAA,GAC5DC,GACA;AACA,QAAMC,IAAa;AAAA,IACjB,gBAAgBJ;AAAA,IAChB,GAAGF;AAAA,EAAA;AAGL,SACE,gBAAAO;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,KAAAH;AAAA,MACA,QAAM;AAAA,MACN,OAAM;AAAA,MACN,QAAO;AAAA,MACP,QAAO;AAAA,MACP,WAAWI,EAAKC,EAAO,MAAM,QAAQT,CAAS;AAAA,MAC9C,OAAOK;AAAA,MACN,GAAGF;AAAA,MAEH,UAAAL;AAAA,IAAA;AAAA,EAAA;AAGP,CAAC;"}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import b from "
|
|
1
|
+
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
+
import { clsx as b } from "clsx";
|
|
3
3
|
import { s as h } from "../../body_text.module-h4XQE2pC.js";
|
|
4
|
-
function
|
|
5
|
-
size:
|
|
6
|
-
emphasis:
|
|
7
|
-
hierarchy:
|
|
8
|
-
color:
|
|
4
|
+
function j({
|
|
5
|
+
size: e = "md",
|
|
6
|
+
emphasis: f = "normal",
|
|
7
|
+
hierarchy: m = "primary",
|
|
8
|
+
color: a,
|
|
9
9
|
children: s,
|
|
10
10
|
className: p,
|
|
11
|
-
style:
|
|
11
|
+
style: i = {},
|
|
12
12
|
padStart: r,
|
|
13
13
|
padEnd: d,
|
|
14
|
-
padBottom:
|
|
15
|
-
padTop:
|
|
16
|
-
pad:
|
|
17
|
-
selectable:
|
|
18
|
-
breakWords:
|
|
14
|
+
padBottom: n,
|
|
15
|
+
padTop: o,
|
|
16
|
+
pad: t,
|
|
17
|
+
selectable: x = !0,
|
|
18
|
+
breakWords: c = !1
|
|
19
19
|
}) {
|
|
20
|
-
return
|
|
20
|
+
return t && (i.padding = t), r && (i.paddingInlineStart = r), d && (i.paddingInlineEnd = d), o && (i.paddingTop = o), n && (i.paddingBottom = n), a && (i.color = a), /* @__PURE__ */ g(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
|
-
"data-hierarchy":
|
|
24
|
-
"data-emphasis":
|
|
25
|
-
"data-selectable":
|
|
23
|
+
"data-hierarchy": m,
|
|
24
|
+
"data-emphasis": f,
|
|
25
|
+
"data-selectable": x,
|
|
26
26
|
className: b(h["body-text"], "body-text", p),
|
|
27
|
-
style:
|
|
28
|
-
"data-size":
|
|
29
|
-
"data-word-break":
|
|
27
|
+
style: i,
|
|
28
|
+
"data-size": e,
|
|
29
|
+
"data-word-break": c,
|
|
30
30
|
children: s
|
|
31
31
|
}
|
|
32
32
|
);
|
|
33
33
|
}
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
j as BodyText
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=body_text.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"body_text.js","sources":["../../../src/typography/body_text/body_text.tsx"],"sourcesContent":["import React from 'react';\nimport { Emphasis, Hierarchy, Size } from '../../utils/index.js';\nimport type { WithDetailedHTMLProps } from '../../stacks/types/as.js';\nimport
|
|
1
|
+
{"version":3,"file":"body_text.js","sources":["../../../src/typography/body_text/body_text.tsx"],"sourcesContent":["import React from 'react';\nimport { Emphasis, Hierarchy, Size } from '../../utils/index.js';\nimport type { WithDetailedHTMLProps } from '../../stacks/types/as.js';\nimport { clsx } from 'clsx';\nimport styles from './body_text.module.css';\n\nexport interface BodyTextOwnProps {\n size?: Size;\n emphasis?: Emphasis;\n hierarchy?: Hierarchy;\n color?: string;\n pad?: string;\n padStart?: string;\n padEnd?: string;\n padTop?: string;\n padBottom?: string;\n selectable?: boolean;\n breakWords?: boolean;\n}\n\nexport type BodyTextProps = WithDetailedHTMLProps<BodyTextOwnProps, 'div'>;\n\nexport function BodyText({\n size = 'md',\n emphasis = 'normal',\n hierarchy = 'primary',\n color,\n children,\n className,\n style = {},\n padStart,\n padEnd,\n padBottom,\n padTop,\n pad,\n selectable = true,\n breakWords = false,\n}: BodyTextProps) {\n if (pad) {\n style.padding = pad;\n }\n\n if (padStart) {\n style.paddingInlineStart = padStart;\n }\n\n if (padEnd) {\n style.paddingInlineEnd = padEnd;\n }\n\n if (padTop) {\n style.paddingTop = padTop;\n }\n\n if (padBottom) {\n style.paddingBottom = padBottom;\n }\n\n if (color) {\n style.color = color;\n }\n\n return (\n <div\n data-hierarchy={hierarchy}\n data-emphasis={emphasis}\n data-selectable={selectable}\n className={clsx(styles['body-text'], 'body-text', className)}\n style={style}\n data-size={size}\n data-word-break={breakWords}\n >\n {children}\n </div>\n );\n}\n"],"names":["BodyText","size","emphasis","hierarchy","color","children","className","style","padStart","padEnd","padBottom","padTop","pad","selectable","breakWords","jsx","clsx","styles"],"mappings":";;;AAsBO,SAASA,EAAS;AAAA,EACvB,MAAAC,IAAO;AAAA,EACP,UAAAC,IAAW;AAAA,EACX,WAAAC,IAAY;AAAA,EACZ,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC;AAAA,EACA,OAAAC,IAAQ,CAAA;AAAA,EACR,UAAAC;AAAA,EACA,QAAAC;AAAA,EACA,WAAAC;AAAA,EACA,QAAAC;AAAA,EACA,KAAAC;AAAA,EACA,YAAAC,IAAa;AAAA,EACb,YAAAC,IAAa;AACf,GAAkB;AAChB,SAAIF,MACFL,EAAM,UAAUK,IAGdJ,MACFD,EAAM,qBAAqBC,IAGzBC,MACFF,EAAM,mBAAmBE,IAGvBE,MACFJ,EAAM,aAAaI,IAGjBD,MACFH,EAAM,gBAAgBG,IAGpBN,MACFG,EAAM,QAAQH,IAId,gBAAAW;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,kBAAgBZ;AAAA,MAChB,iBAAeD;AAAA,MACf,mBAAiBW;AAAA,MACjB,WAAWG,EAAKC,EAAO,WAAW,GAAG,aAAaX,CAAS;AAAA,MAC3D,OAAAC;AAAA,MACA,aAAWN;AAAA,MACX,mBAAiBa;AAAA,MAEhB,UAAAT;AAAA,IAAA;AAAA,EAAA;AAGP;"}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import u from "
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { clsx as u } from "clsx";
|
|
3
3
|
import { s as g } from "../../callout.module-D8ECmxpO.js";
|
|
4
|
-
function
|
|
4
|
+
function b({
|
|
5
5
|
size: f = "md",
|
|
6
6
|
emphasis: t = "normal",
|
|
7
|
-
hierarchy:
|
|
7
|
+
hierarchy: l = "primary",
|
|
8
8
|
color: a,
|
|
9
|
-
children:
|
|
10
|
-
className:
|
|
9
|
+
children: c,
|
|
10
|
+
className: e,
|
|
11
11
|
style: i = {},
|
|
12
12
|
padStart: r,
|
|
13
13
|
padEnd: n,
|
|
14
|
-
padBottom:
|
|
15
|
-
padTop:
|
|
16
|
-
pad:
|
|
17
|
-
selectable:
|
|
14
|
+
padBottom: o,
|
|
15
|
+
padTop: d,
|
|
16
|
+
pad: m,
|
|
17
|
+
selectable: p = !0
|
|
18
18
|
}) {
|
|
19
|
-
return
|
|
19
|
+
return m && (i.padding = m), r && (i.paddingInlineStart = r), n && (i.paddingInlineEnd = n), d && (i.paddingTop = d), o && (i.paddingBottom = o), a && (i.color = a), /* @__PURE__ */ s(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
|
-
"data-hierarchy":
|
|
22
|
+
"data-hierarchy": l,
|
|
23
23
|
"data-emphasis": t,
|
|
24
|
-
"data-selectable":
|
|
25
|
-
className: u(g.callout, "callout",
|
|
24
|
+
"data-selectable": p,
|
|
25
|
+
className: u(g.callout, "callout", e),
|
|
26
26
|
style: i,
|
|
27
27
|
"data-size": f,
|
|
28
|
-
children:
|
|
28
|
+
children: c
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
}
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
b as Callout
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=callout.js.map
|