omigar-ui 1.0.0

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.

Potentially problematic release.


This version of omigar-ui might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/shared/ui/display/Typography/typography.module.css","../src/shared/ui/display/Popover/popover.module.css","../src/shared/ui/controls/Button/button.module.css","../src/shared/ui/controls/ButtonsGroup/buttonsGroup.module.css","../src/shared/ui/controls/Checkbox/checkbox.module.css","../src/shared/ui/surfaces/Paper/paper.module.css","../src/shared/ui/surfaces/Card/card.module.css","raw-css:C:\\Users\\omi\\Documents\\projects\\omigar-ui\\src\\shared\\styles\\dark.css","raw-css:C:\\Users\\omi\\Documents\\projects\\omigar-ui\\src\\shared\\styles\\light.css"],"sourcesContent":[".h1 {\n margin: var(--text-headline1-margin);\n font-size: var(--text-headline1-size);\n font-weight: var(--text-headline1-weight);\n line-height: var(--text-headline1-height);\n letter-spacing: var(--text-headline1-letter);\n}\n\n.h2 {\n margin: var(--text-headline2-margin);\n font-size: var(--text-headline2-size);\n font-weight: var(--text-headline2-weight);\n line-height: var(--text-headline2-height);\n letter-spacing: var(--text-headline2-letter);\n}\n\n.h3 {\n margin: var(--text-headline3-margin);\n font-size: var(--text-headline3-size);\n font-weight: var(--text-headline3-weight);\n line-height: var(--text-headline3-height);\n letter-spacing: var(--text-headline3-letter);\n}\n\n.h4 {\n margin: var(--text-headline4-margin);\n font-size: var(--text-headline4-size);\n font-weight: var(--text-headline4-weight);\n line-height: var(--text-headline4-height);\n letter-spacing: var(--text-headline4-letter);\n}\n\n.h5 {\n margin: var(--text-headline5-margin);\n font-size: var(--text-headline5-size);\n font-weight: var(--text-headline5-weight);\n line-height: var(--text-headline5-height);\n letter-spacing: var(--text-headline5-letter);\n}\n\n.h6 {\n margin: var(--text-headline6-margin);\n font-size: var(--text-headline6-size);\n font-weight: var(--text-headline6-weight);\n line-height: var(--text-headline6-height);\n letter-spacing: var(--text-headline6-letter);\n}\n\n.subtitle1 {\n margin: var(--text-subtitle1-margin);\n font-size: var(--text-subtitle1-size);\n font-weight: var(--text-subtitle1-weight);\n line-height: var(--text-subtitle1-height);\n letter-spacing: var(--text-subtitle1-letter);\n}\n\n.subtitle2 {\n margin: var(--text-subtitle2-margin);\n font-size: var(--text-subtitle2-size);\n font-weight: var(--text-subtitle2-weight);\n line-height: var(--text-subtitle2-height);\n letter-spacing: var(--text-subtitle2-letter);\n}\n\n.body1 {\n margin: var(--text-body1-margin);\n font-size: var(--text-body1-size);\n font-weight: var(--text-body1-weight);\n line-height: var(--text-body1-height);\n letter-spacing: var(--text-body1-letter);\n}\n\n.body2 {\n margin: var(--text-body2-margin);\n font-size: var(--text-body2-size);\n font-weight: var(--text-body2-weight);\n line-height: var(--text-body2-height);\n letter-spacing: var(--text-body2-letter);\n}\n\n.button {\n margin: var(--text-button-margin);\n font-size: var(--text-button-size);\n font-weight: var(--text-button-weight);\n line-height: var(--text-button-height);\n text-transform: uppercase;\n letter-spacing: var(--text-button-letter);\n}\n\n.caption {\n margin: var(--text-caption-margin);\n font-size: var(--text-caption-size);\n font-weight: var(--text-caption-weight);\n line-height: var(--text-caption-height);\n letter-spacing: var(--text-caption-letter);\n}\n\n.overline {\n margin: var(--text-overline-margin);\n font-size: var(--text-overline-size);\n font-weight: var(--text-overline-weight);\n line-height: var(--text-overline-height);\n text-transform: uppercase;\n letter-spacing: var(--text-overline-letter);\n}\n\n.h1:last-child,\n.h2:last-child,\n.h3:last-child,\n.h4:last-child,\n.h5:last-child,\n.h6:last-child,\n.subtitle1:last-child,\n.subtitle2:last-child,\n.body1:last-child,\n.body2:last-child,\n.button:last-child,\n.caption:last-child,\n.overline:last-child {\n margin: 0;\n}\n",".trigger {\n display: inline-flex;\n align-items: center;\n height: 100%;\n}\n\n.content {\n z-index: 999;\n min-width: 200px;\n max-width: 380px;\n padding: 0;\n font-size: var(--text-caption-size);\n font-weight: var(--text-caption-weight);\n line-height: var(--text-caption-height);\n color: var(--theme-text-primary);\n letter-spacing: var(--text-caption-letter);\n background-color: var(--theme-surface-dropdown);\n border-radius: 4px;\n box-shadow: var(--theme-shadow-3);\n}\n",".root {\n padding: 0;\n overflow: hidden;\n font-size: var(--text-button-size);\n font-weight: var(--text-button-weight);\n line-height: 24px;\n letter-spacing: var(--text-button-letter);\n cursor: pointer;\n border: none;\n border-radius: 4px;\n outline: none;\n transition:\n color 0.2s ease,\n background-color 0.2s ease,\n outline-color 0.2s ease;\n}\n\n.state-layer {\n display: inline-flex;\n flex-direction: row;\n gap: 8px;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n background: transparent;\n transition: background 0.2s ease;\n}\n\n.root:hover > .state-layer {\n background: var(--theme-overlay-3);\n}\n\n.root:focus-visible:not(:active):not(.link) > .state-layer {\n background: var(--theme-overlay-3);\n}\n\n.root:focus > .state-layer,\n.root:active > .state-layer,\n.root.active > .state-layer {\n background: var(--theme-overlay-5);\n}\n\n.filled {\n color: var(--theme-button-text-invert);\n background: var(--theme-button-background);\n}\n\n.filled:hover,\n.filled:focus:not(:focus-visible),\n.filled:active,\n.filled.active {\n color: var(--theme-button-text-invert-active);\n}\n\n.outlined {\n color: var(--theme-button-text);\n background: transparent;\n outline: 1px solid var(--theme-button-outline);\n transition:\n color 0.2s ease,\n background-color 0.2s ease,\n outline-color 0.2s ease,\n outline-width 0.2s ease;\n}\n\n.outlined:hover {\n color: var(--theme-button-text-active);\n}\n\n.outlined:focus:not(:focus-visible),\n.outlined:active,\n.outlined.active {\n color: var(--theme-button-text-active);\n outline-color: var(--theme-button-background);\n}\n\n.text,\n.link {\n color: var(--theme-button-text);\n background: transparent;\n transition:\n color 0.2s ease,\n background-color 0.2s ease;\n}\n\n.text:hover,\n.text:focus,\n.text:active,\n.text.active,\n.link:hover,\n.link:focus,\n.link:active,\n.link.active {\n color: var(--theme-button-text-active);\n}\n\n.link:hover > .state-layer,\n.link:focus > .state-layer,\n.link:active > .state-layer,\n.link.active > .state-layer {\n background: transparent;\n}\n\n.large,\n.large > .state-layer {\n min-height: 48px;\n}\n\n.medium,\n.medium > .state-layer {\n min-height: 40px;\n}\n\n.small,\n.small > .state-layer {\n min-height: 32px;\n}\n\n.with-icon.large > .state-layer {\n padding: 12px 16px;\n}\n\n.with-icon.medium > .state-layer {\n padding: 8px 16px;\n}\n\n.with-icon.small > .state-layer {\n padding: 4px 16px;\n}\n\n.without-icon.large > .state-layer {\n padding: 12px 24px;\n}\n\n.without-icon.medium > .state-layer {\n padding: 8px 24px;\n}\n\n.without-icon.small > .state-layer {\n padding: 4px 24px;\n}\n\n.text.large > .state-layer {\n padding: 10px 12px;\n}\n\n.text.medium > .state-layer {\n padding: 8px 12px;\n}\n\n.text.small > .state-layer {\n padding: 6px 12px;\n}\n\n.only-icon.large > .state-layer {\n padding: 12px;\n}\n\n.only-icon.medium > .state-layer {\n padding: 8px;\n}\n\n.only-icon.small > .state-layer {\n padding: 4px;\n}\n\n.link.large > .state-layer,\n.link.medium > .state-layer,\n.link.small > .state-layer {\n padding: 0;\n}\n\n.root:disabled,\n.root[disabled] {\n color: var(--theme-text-inactive);\n pointer-events: none;\n -webkit-user-select: none;\n user-select: none;\n transition:\n color 0.2s ease,\n background-color 0.2s ease,\n opacity 0.2s ease;\n}\n\n.filled:disabled,\n.filled[disabled] {\n background: var(--theme-button-disabled-background);\n}\n\n.loading {\n position: relative;\n}\n\n.spinner {\n display: inline-block;\n width: 16px;\n height: 16px;\n margin-right: 8px;\n border: 2px solid transparent;\n border-top: 2px solid currentColor;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n will-change: transform;\n}\n\n@keyframes spin {\n 0% {\n transform: rotate3d(0, 0, 1, 0deg);\n }\n 100% {\n transform: rotate3d(0, 0, 1, 360deg);\n }\n}\n",".root {\n position: relative;\n display: flex;\n gap: 8px;\n align-items: center;\n}\n\n.merged {\n gap: 0;\n}\n\n.root.vertical {\n flex-direction: column;\n align-items: stretch;\n height: 100%;\n}\n\n.root.wrap {\n flex-wrap: wrap;\n}\n\n.root.overflow {\n padding: 1px;\n margin-top: -1px;\n margin-bottom: -17px !important;\n}\n\n.root.overflow > button {\n flex-shrink: 0;\n}\n\n.fill-evenly > * {\n flex: 1 1 0;\n min-width: 0;\n}\n\n.fill-evenly.vertical > * {\n flex: 1 1 auto;\n min-height: 0;\n}\n\n.merged:not(.vertical) > *:first-child {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n\n.merged:not(.vertical) > *:not(:first-child):not(:last-child) {\n border-radius: 0;\n}\n\n.merged:not(.vertical) > *:last-child {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.merged.vertical > *:first-child {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.merged.vertical > *:not(:first-child):not(:last-child) {\n border-radius: 0;\n}\n\n.merged.vertical > *:last-child {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n}\n\n.merged:not(.noGap) > * + * {\n margin-left: 1px;\n}\n\n.merged.vertical:not(.noGap) > * + * {\n margin-top: 1px;\n margin-left: 0;\n}\n",".root {\n position: relative;\n width: 100%;\n max-width: 320px;\n}\n\n.input {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 10;\n width: 100%;\n height: 100%;\n margin: 0;\n cursor: pointer;\n opacity: 0;\n}\n\n.label {\n position: relative;\n z-index: 1;\n display: flex;\n flex-direction: row;\n gap: 0;\n align-items: center;\n width: 100%;\n padding-left: 32px;\n}\n\n.root.without-label,\n.root.without-label > .input,\n.root.without-label > .label {\n width: 32px;\n}\n\n.large,\n.large > .label {\n height: 48px;\n}\n\n.medium,\n.medium > .label {\n height: 40px;\n}\n\n.small,\n.small > .label {\n height: 32px;\n}\n\n.checkbox {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 4px;\n z-index: 2;\n display: block;\n width: 24px;\n height: 24px;\n margin: auto;\n color: var(--theme-selection-border);\n opacity: 0;\n transition: opacity 0.1s linear;\n}\n\n.several {\n opacity: 1;\n}\n\n.deselected {\n opacity: 1;\n}\n\n.input:checked + .label > .deselected {\n opacity: 0;\n}\n\n.input:checked + .label > .selected {\n opacity: 1;\n}\n\n.checkbox.selected {\n color: var(--theme-selection-selected);\n}\n\n.label-text {\n display: block;\n height: 24px;\n overflow: hidden;\n line-height: 24px;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.input + .label > .checkbox::before {\n position: absolute;\n top: -8px;\n left: -8px;\n z-index: 0;\n display: block;\n width: 40px;\n height: 40px;\n content: '';\n background-color: transparent;\n border-radius: 50%;\n transition: background-color 0.2s linear;\n}\n\n.input:hover + .label > .checkbox::before {\n background-color: var(--theme-selection-hover);\n}\n\n.input:focus-visible + .label > .checkbox::before {\n background-color: var(--theme-selection-focused);\n}\n\n.input.pressed + .label > .checkbox::before {\n background-color: var(--theme-selection-pressed);\n}\n\n.input:hover + .label > .checkbox.selected::before {\n background-color: var(--theme-selection-selected-hover);\n}\n\n.input:focus-visible + .label > .checkbox.selected::before {\n background-color: var(--theme-selection-selected-focused);\n}\n\n.input:disabled {\n cursor: not-allowed;\n}\n\n.input:disabled + .label {\n color: var(--theme-text-inactive);\n}\n\n.input:disabled + .label > .checkbox {\n color: var(--theme-text-inactive);\n}\n\n.input:disabled + .label > .checkbox::before,\n.input:disabled:hover + .label > .checkbox::before,\n.input:disabled.pressed + .label > .checkbox::before,\n.input:disabled:focus-visible + .label > .checkbox::before,\n.input:disabled:hover + .label > .checkbox.selected::before,\n.input:disabled.pressed + .label > .checkbox.selected::before,\n.input:disabled:focus-visible + .label > .checkbox.selected::before {\n background-color: transparent;\n}\n\n.input.pressed + .label > .checkbox.selected::before {\n background-color: var(--theme-selection-selected-pressed);\n}\n",".root {\n border-radius: 4px;\n}\n\n.shadow-1 {\n box-shadow: var(--theme-shadow-1);\n}\n\n.shadow-2 {\n box-shadow: var(--theme-shadow-2);\n}\n\n.shadow-3 {\n box-shadow: var(--theme-shadow-3);\n}\n\n.shadow-4 {\n box-shadow: var(--theme-shadow-4);\n}\n\n.shadow-5 {\n box-shadow: var(--theme-shadow-5);\n}\n\n.overlay-1 {\n background: var(--theme-overlay-1);\n}\n\n.overlay-2 {\n background: var(--theme-overlay-2);\n}\n\n.overlay-3 {\n background: var(--theme-overlay-3);\n}\n\n.overlay-4 {\n background: var(--theme-overlay-4);\n}\n\n.overlay-5 {\n background: var(--theme-overlay-5);\n}\n",".root {\n display: flex;\n flex-direction: column;\n gap: 0;\n}\n\n.header {\n padding: 8px;\n}\n\n.media {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.body {\n padding: 16px;\n}\n\n.footer {\n padding: 8px;\n margin-top: auto;\n}\n",":root {\n --theme-surface-background: #383d4e;\n --theme-surface-dropdown: #383d4e;\n\n --theme-divider: rgba(127, 127, 127, 0.24);\n\n --theme-text-primary: rgba(243, 243, 243, 0.87);\n --theme-text-secondary: rgba(243, 243, 243, 0.64);\n --theme-text-inactive: rgba(243, 243, 243, 0.32);\n\n --theme-scroll: rgba(243, 243, 243, 0.16);\n\n --theme-shadow-1:\n 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);\n --theme-shadow-2:\n 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);\n --theme-shadow-3:\n 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n --theme-shadow-4:\n 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);\n --theme-shadow-5:\n 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);\n\n --theme-overlay-1: rgba(255, 255, 255, 0.03);\n --theme-overlay-2: rgba(255, 255, 255, 0.05);\n --theme-overlay-3: rgba(255, 255, 255, 0.08);\n --theme-overlay-4: rgba(255, 255, 255, 0.12);\n --theme-overlay-5: rgba(255, 255, 255, 0.17);\n\n --theme-button-background: rgba(222, 222, 222, 0.65);\n --theme-button-outline: rgba(127, 127, 127, 0.24);\n --theme-button-text: rgba(243, 243, 243, 0.87);\n --theme-button-text-active: rgba(243, 243, 243, 1);\n --theme-button-text-invert: #383d4e;\n --theme-button-text-invert-active: #242833;\n --theme-button-disabled-background: rgba(127, 127, 127, 0.24);\n\n --theme-selection-border: rgba(255, 255, 255, 0.6);\n --theme-selection-hover: rgba(255, 255, 255, 0.04);\n --theme-selection-focused: rgba(255, 255, 255, 0.12);\n --theme-selection-pressed: rgba(255, 255, 255, 0.1);\n --theme-selection-selected: rgba(222, 222, 222, 0.75);\n --theme-selection-selected-hover: rgba(255, 255, 255, 0.04);\n --theme-selection-selected-focused: rgba(255, 255, 255, 0.12);\n --theme-selection-selected-pressed: rgba(255, 255, 255, 0.1);\n\n --theme-code-background: #1e1e1e;\n --theme-code-text: #d4d4d4;\n}\n\ninput::placeholder,\ntextarea::placeholder {\n color: var(--theme-text-inactive);\n}\n\n.styledScroll::-webkit-scrollbar-thumb {\n background-color: var(--theme-scroll);\n}\n",":root {\n --theme-surface-background: #f3f3f3;\n --theme-surface-dropdown: #f3f3f3;\n\n --theme-divider: rgba(127, 127, 127, 0.12);\n\n --theme-text-primary: rgba(56, 61, 78, 0.87);\n --theme-text-secondary: rgba(56, 61, 78, 0.64);\n --theme-text-inactive: rgba(56, 61, 78, 0.32);\n\n --theme-scroll: rgba(56, 61, 78, 0.16);\n\n --theme-shadow-1:\n 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);\n --theme-shadow-2:\n 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);\n --theme-shadow-3:\n 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);\n --theme-shadow-4:\n 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);\n --theme-shadow-5:\n 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);\n\n --theme-overlay-1: rgba(0, 0, 0, 0.03);\n --theme-overlay-2: rgba(0, 0, 0, 0.05);\n --theme-overlay-3: rgba(0, 0, 0, 0.08);\n --theme-overlay-4: rgba(0, 0, 0, 0.12);\n --theme-overlay-5: rgba(0, 0, 0, 0.17);\n\n --theme-button-background: rgba(100, 124, 96, 0.75);\n --theme-button-outline: rgba(127, 127, 127, 0.24);\n --theme-button-text: rgba(100, 124, 96, 0.87);\n --theme-button-text-active: rgba(71, 89, 68, 1);\n --theme-button-text-invert: #f3f3f3;\n --theme-button-text-invert-active: #ffffff;\n --theme-button-disabled-background: rgba(127, 127, 127, 0.24);\n\n --theme-selection-border: rgba(0, 0, 0, 0.6);\n --theme-selection-hover: rgba(0, 0, 0, 0.04);\n --theme-selection-focused: rgba(0, 0, 0, 0.12);\n --theme-selection-pressed: rgba(0, 0, 0, 0.1);\n --theme-selection-selected: rgba(100, 124, 96, 0.75);\n --theme-selection-selected-hover: rgba(3, 169, 244, 0.04);\n --theme-selection-selected-focused: rgba(3, 169, 244, 0.12);\n --theme-selection-selected-pressed: rgba(3, 169, 244, 0.1);\n\n --theme-code-background: #f5f5f5;\n --theme-code-text: #333333;\n}\n\ninput::placeholder,\ntextarea::placeholder {\n color: var(--theme-text-inactive);\n}\n\n.styledScroll::-webkit-scrollbar-thumb {\n background-color: var(--theme-scroll);\n}\n"],"mappings":"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","names":[]}
@@ -0,0 +1,397 @@
1
+ import * as react from 'react';
2
+ import { HTMLProps, ElementType, PropsWithChildren, ReactNode, MutableRefObject, ButtonHTMLAttributes, DetailedHTMLProps, InputHTMLAttributes } from 'react';
3
+ import * as react_jsx_runtime from 'react/jsx-runtime';
4
+ import { Placement } from '@floating-ui/react';
5
+
6
+ type PropsObject = {
7
+ [key: string]: string | PropsObject;
8
+ };
9
+
10
+ type UiProps<P = unknown> = P & {
11
+ classes?: PropsObject;
12
+ };
13
+
14
+ type ShadowType = 1 | 2 | 3 | 4 | 5 | 'none';
15
+
16
+ type OverlayType = 1 | 2 | 3 | 4 | 5 | 'none';
17
+
18
+ type ComponentSize = 'small' | 'medium' | 'large';
19
+
20
+ type ComponentVariant = 'filled' | 'outlined' | 'text' | 'link';
21
+
22
+ type TypographyVariant = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2' | 'button' | 'caption' | 'overline';
23
+
24
+ interface Props$7 {
25
+ /**
26
+ * style variant for component.
27
+ */
28
+ variant?: TypographyVariant;
29
+ /**
30
+ * which tag should be used for the component.
31
+ */
32
+ component?: ElementType;
33
+ }
34
+ /**
35
+ * Typography component. Make the right design for your text.
36
+ *
37
+ * Customizable parameters:
38
+ * @param {TypographyVariant} [variant] - style variant for component. By default - `body1`.
39
+ * @param {ElementType} [component] - which tag should be used for the component. By default - `span`.
40
+ */
41
+ declare const Typography: react.ForwardRefExoticComponent<Omit<HTMLProps<HTMLParagraphElement> & Props$7, "ref"> & react.RefAttributes<HTMLParagraphElement>>;
42
+
43
+ interface Props$6 {
44
+ /**
45
+ * Content to display in the popover. If not provided, only the trigger will be rendered.
46
+ */
47
+ description?: ReactNode | string;
48
+ /**
49
+ * Whether the popover is initially open (uncontrolled mode).
50
+ */
51
+ initialOpen?: boolean;
52
+ /**
53
+ * Placement of the popover relative to the trigger element.
54
+ */
55
+ placement?: Placement;
56
+ /**
57
+ * Whether to wrap the trigger element in a container.
58
+ */
59
+ wrapTrigger?: boolean;
60
+ /**
61
+ * Offset distance between the trigger and popover content.
62
+ */
63
+ containerOffset?: number;
64
+ /**
65
+ * Root element or ref where the popover portal will be rendered.
66
+ */
67
+ root?: HTMLElement | MutableRefObject<HTMLElement | null> | null;
68
+ /**
69
+ * Whether the popover should behave as a modal (traps focus).
70
+ */
71
+ modal?: boolean;
72
+ /**
73
+ * Which element to initially focus. Can be either a number (tabbable index as specified by the order) or a ref.
74
+ */
75
+ initialFocus?: number | MutableRefObject<HTMLElement | null>;
76
+ /**
77
+ * Controlled open state of the popover.
78
+ */
79
+ open?: boolean;
80
+ /**
81
+ * Callback fired when the popover open state changes.
82
+ */
83
+ onOpenChange?: (open: boolean) => void;
84
+ /**
85
+ * Whether to show the popover on hover instead of click.
86
+ */
87
+ showOnHover?: boolean;
88
+ }
89
+ /**
90
+ * Popover component. A floating content container that appears relative to a trigger element.
91
+ *
92
+ * Customizable parameters:
93
+ * @param {ReactNode | string} [description] - content to display in the popover. If not provided, only the trigger will be rendered.
94
+ * @param {boolean} [initialOpen] - whether the popover is initially open (uncontrolled mode). By default - `false`.
95
+ * @param {Placement} [placement] - placement of the popover relative to the trigger element. By default - `'bottom'`.
96
+ * @param {boolean} [wrapTrigger] - whether to wrap the trigger element in a container. By default - `false`.
97
+ * @param {number} [containerOffset] - offset distance between the trigger and popover content. By default - `12`.
98
+ * @param {HTMLElement | MutableRefObject<HTMLElement | null> | null} [root] - root element or ref where the popover portal will be rendered.
99
+ * @param {boolean} [modal] - whether the popover should behave as a modal (traps focus). By default - `false`.
100
+ * @param {number | MutableRefObject<HTMLElement | null>} [initialFocus] - Which element to initially focus. Can be either a number (tabbable index as specified by the order) or a ref.
101
+ * @param {boolean} [open] - controlled open state of the popover.
102
+ * @param {(open: boolean) => void} [onOpenChange] - callback fired when the popover open state changes.
103
+ * @param {boolean} [showOnHover] - whether to show the popover on hover instead of click. By default - `false`.
104
+ * @param {object} [classes] - style overrides for `trigger`, `content`.
105
+ */
106
+ declare function Popover(props: PropsWithChildren<UiProps<Props$6>>): string | number | true | Iterable<ReactNode> | react_jsx_runtime.JSX.Element | null;
107
+
108
+ declare function Arrow(): react_jsx_runtime.JSX.Element;
109
+
110
+ interface Props$5 {
111
+ /**
112
+ * Visual style variant for the button.
113
+ */
114
+ variant?: ComponentVariant;
115
+ /**
116
+ * Size of the button component.
117
+ */
118
+ componentSize?: ComponentSize;
119
+ /**
120
+ * Optional icon to display in the button.
121
+ */
122
+ icon?: ReactNode;
123
+ /**
124
+ * Whether the button is in active/pressed state.
125
+ */
126
+ isActive?: boolean;
127
+ /**
128
+ * Whether the button is in loading state.
129
+ */
130
+ isLoading?: boolean;
131
+ /**
132
+ * Custom text to show during loading state.
133
+ */
134
+ loadingText?: string;
135
+ }
136
+ /**
137
+ * Button component. A versatile interactive element for user actions.
138
+ *
139
+ * Customizable parameters:
140
+ * @param {ComponentVariant} [variant] - visual style variant for the button. By default - `filled`.
141
+ * @param {ComponentSize} [componentSize] - size of the button component. By default - `medium`.
142
+ * @param {ReactNode} [icon] - optional icon to display in the button.
143
+ * @param {boolean} [isActive] - whether the button is in active/pressed state. By default - `false`.
144
+ * @param {boolean} [isLoading] - whether the button is in loading state. By default - `false`.
145
+ * @param {string} [loadingText] - custom text to show during loading state. By default - `'Loading...'`.
146
+ * @param {object} [classes] - style overrides for `root`, `stateLayer`.
147
+ */
148
+ declare const Button: react.ForwardRefExoticComponent<Omit<react.ClassAttributes<HTMLButtonElement> & ButtonHTMLAttributes<HTMLButtonElement> & Props$5 & {
149
+ classes?: PropsObject;
150
+ }, "ref"> & react.RefAttributes<HTMLButtonElement>>;
151
+
152
+ interface Props$4 {
153
+ /**
154
+ * Whether buttons should fill the available space evenly.
155
+ */
156
+ fillEvenly?: boolean;
157
+ /**
158
+ * Orientation of the button group.
159
+ */
160
+ orientation?: 'horizontal' | 'vertical';
161
+ /**
162
+ * Whether buttons should wrap to new lines on smaller screens.
163
+ */
164
+ wrap?: boolean;
165
+ /**
166
+ * Whether to enable horizontal scrolling when content overflows.
167
+ */
168
+ overflow?: boolean;
169
+ /**
170
+ * Whether to remove gaps between buttons.
171
+ */
172
+ noGap?: boolean;
173
+ /**
174
+ * Whether buttons should appear merged (seamless) as a single control.
175
+ * When enabled, adjacent button border radii are adjusted and internal gap is minimized.
176
+ * By default (false), buttons are separated with spacing and keep their own radii.
177
+ */
178
+ merged?: boolean;
179
+ /**
180
+ * ARIA label for the button group.
181
+ */
182
+ 'aria-label'?: string;
183
+ /**
184
+ * ARIA labelledby reference for the button group.
185
+ */
186
+ 'aria-labelledby'?: string;
187
+ /**
188
+ * Whether the group is disabled.
189
+ */
190
+ disabled?: boolean;
191
+ }
192
+ /**
193
+ * ButtonsGroup component. A container that groups related buttons.
194
+ *
195
+ * Customizable parameters:
196
+ * @param {boolean} [fillEvenly] - whether buttons should evenly fill available space. By default - `false`.
197
+ * @param {'horizontal'|'vertical'} [orientation] - layout orientation. By default - `horizontal`.
198
+ * @param {boolean} [wrap] - allow buttons to wrap onto multiple lines on smaller screens. By default - `false`.
199
+ * @param {boolean} [overflow] - enable horizontal scrolling when content overflows. By default - `false`.
200
+ * @param {boolean} [noGap] - remove gaps between buttons for a seamless appearance. By default - `false`.
201
+ * @param {string} [aria-label] - accessible label for the group.
202
+ * @param {string} [aria-labelledby] - id of the element that labels the group.
203
+ * @param {boolean} [disabled] - disable the entire group (propagated to children). By default - `false`.
204
+ * @param {object} [classes] - style overrides for `root`.
205
+ */
206
+ declare const ButtonsGroup: (props: PropsWithChildren<UiProps<Props$4>>) => react_jsx_runtime.JSX.Element;
207
+
208
+ interface Props$3 {
209
+ /**
210
+ * Text label displayed to the right of the checkbox.
211
+ */
212
+ label?: string;
213
+ /**
214
+ * Visual size of the checkbox and label typography.
215
+ */
216
+ componentSize?: ComponentSize;
217
+ /**
218
+ * When true, renders the indeterminate state icon.
219
+ */
220
+ several?: boolean;
221
+ }
222
+ /**
223
+ * Checkbox component. A stylized wrapper around native input type="checkbox".
224
+ *
225
+ * Customizable parameters:
226
+ * @param {string} [label] - text label shown next to the control.
227
+ * @param {ComponentSize} [componentSize] - control size. By default - `medium`.
228
+ * @param {boolean} [several] - shows an indeterminate visual state. By default - `false`.
229
+ * @param {object} [classes] - style overrides for `root`, `input`, `label`, `checkbox`, `labelText`.
230
+ */
231
+ declare function Checkbox(props: UiProps<Props$3> & DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>): react_jsx_runtime.JSX.Element;
232
+
233
+ interface Props$2 {
234
+ /**
235
+ * Depth shadow for the surface.
236
+ */
237
+ shadow?: ShadowType;
238
+ /**
239
+ * Overlay type for the surface.
240
+ */
241
+ overlay?: OverlayType;
242
+ }
243
+ /**
244
+ * Paper component. A basic surface container with optional shadow and overlay.
245
+ *
246
+ * Customizable parameters:
247
+ * @param {ShadowType} [shadow] - depth shadow for the surface. By default - `none`.
248
+ * @param {OverlayType} [overlay] - overlay type for the surface. By default - `none`.
249
+ * @param {object} [classes] - style overrides for `root`.
250
+ */
251
+ declare const Paper: (props: PropsWithChildren<UiProps<Props$2>>) => react_jsx_runtime.JSX.Element;
252
+
253
+ interface Props$1 {
254
+ /**
255
+ * Depth shadow for the card surface.
256
+ */
257
+ shadow?: ShadowType;
258
+ /**
259
+ * Overlay type for the card surface.
260
+ */
261
+ overlay?: OverlayType;
262
+ /**
263
+ * Optional content rendered in the card header area.
264
+ */
265
+ header?: ReactNode;
266
+ /**
267
+ * Optional media (image/video/etc.) block.
268
+ */
269
+ media?: ReactNode;
270
+ /**
271
+ * Position of the media block relative to the body.
272
+ */
273
+ mediaPosition?: 'top' | 'bottom';
274
+ /**
275
+ * Optional content rendered in the card footer area.
276
+ */
277
+ footer?: ReactNode;
278
+ }
279
+ /**
280
+ * Card component. A structured surface with header, media, body and footer areas.
281
+ *
282
+ * Customizable parameters:
283
+ * @param {ShadowType} [shadow] - depth shadow for the card. By default - `none`.
284
+ * @param {OverlayType} [overlay] - overlay type applied to the card. By default - `none`.
285
+ * @param {ReactNode} [header] - optional header content.
286
+ * @param {ReactNode} [media] - optional media block.
287
+ * @param {'top' | 'bottom'} [mediaPosition] - media position. By default - `top`.
288
+ * @param {ReactNode} [footer] - optional footer content.
289
+ * @param {object} [classes] - style overrides for `root`, `body`.
290
+ */
291
+ declare function Card(props: PropsWithChildren<UiProps<Props$1>>): react_jsx_runtime.JSX.Element;
292
+
293
+ interface IconProps {
294
+ componentSize?: ComponentSize;
295
+ className?: string;
296
+ }
297
+
298
+ declare const ArrowDropDownIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
299
+
300
+ declare const ArrowDropUpIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
301
+
302
+ declare const ArrowLeft: (props: IconProps) => react_jsx_runtime.JSX.Element;
303
+
304
+ declare const ArrowRight: (props: IconProps) => react_jsx_runtime.JSX.Element;
305
+
306
+ declare const CheckboxIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
307
+
308
+ declare const CheckboxSeveralIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
309
+
310
+ declare const CheckboxDeselectedIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
311
+
312
+ declare const ButtonsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
313
+
314
+ declare const DeleteIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
315
+
316
+ declare const DoneIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
317
+
318
+ declare const FilterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
319
+
320
+ declare const InfoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
321
+
322
+ declare const IconsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
323
+
324
+ declare const ListIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
325
+
326
+ declare const MenuIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
327
+
328
+ declare const PaperIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
329
+
330
+ declare const PopoverIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
331
+
332
+ declare const TypographyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
333
+
334
+ declare const CheckboxesIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
335
+
336
+ declare const SearchIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
337
+
338
+ declare const SettingsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
339
+
340
+ declare const EditIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
341
+
342
+ declare const BookmarkIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
343
+
344
+ declare const SaveIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
345
+
346
+ declare const DarkModeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
347
+
348
+ declare const LightModeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
349
+
350
+ declare const index_ArrowDropDownIcon: typeof ArrowDropDownIcon;
351
+ declare const index_ArrowDropUpIcon: typeof ArrowDropUpIcon;
352
+ declare const index_ArrowLeft: typeof ArrowLeft;
353
+ declare const index_ArrowRight: typeof ArrowRight;
354
+ declare const index_BookmarkIcon: typeof BookmarkIcon;
355
+ declare const index_ButtonsIcon: typeof ButtonsIcon;
356
+ declare const index_CheckboxDeselectedIcon: typeof CheckboxDeselectedIcon;
357
+ declare const index_CheckboxIcon: typeof CheckboxIcon;
358
+ declare const index_CheckboxSeveralIcon: typeof CheckboxSeveralIcon;
359
+ declare const index_CheckboxesIcon: typeof CheckboxesIcon;
360
+ declare const index_DarkModeIcon: typeof DarkModeIcon;
361
+ declare const index_DeleteIcon: typeof DeleteIcon;
362
+ declare const index_DoneIcon: typeof DoneIcon;
363
+ declare const index_EditIcon: typeof EditIcon;
364
+ declare const index_FilterIcon: typeof FilterIcon;
365
+ declare const index_IconsIcon: typeof IconsIcon;
366
+ declare const index_InfoIcon: typeof InfoIcon;
367
+ declare const index_LightModeIcon: typeof LightModeIcon;
368
+ declare const index_ListIcon: typeof ListIcon;
369
+ declare const index_MenuIcon: typeof MenuIcon;
370
+ declare const index_PaperIcon: typeof PaperIcon;
371
+ declare const index_PopoverIcon: typeof PopoverIcon;
372
+ declare const index_SaveIcon: typeof SaveIcon;
373
+ declare const index_SearchIcon: typeof SearchIcon;
374
+ declare const index_SettingsIcon: typeof SettingsIcon;
375
+ declare const index_TypographyIcon: typeof TypographyIcon;
376
+ declare namespace index {
377
+ export { index_ArrowDropDownIcon as ArrowDropDownIcon, index_ArrowDropUpIcon as ArrowDropUpIcon, index_ArrowLeft as ArrowLeft, index_ArrowRight as ArrowRight, index_BookmarkIcon as BookmarkIcon, index_ButtonsIcon as ButtonsIcon, index_CheckboxDeselectedIcon as CheckboxDeselectedIcon, index_CheckboxIcon as CheckboxIcon, index_CheckboxSeveralIcon as CheckboxSeveralIcon, index_CheckboxesIcon as CheckboxesIcon, index_DarkModeIcon as DarkModeIcon, index_DeleteIcon as DeleteIcon, index_DoneIcon as DoneIcon, index_EditIcon as EditIcon, index_FilterIcon as FilterIcon, index_IconsIcon as IconsIcon, index_InfoIcon as InfoIcon, index_LightModeIcon as LightModeIcon, index_ListIcon as ListIcon, index_MenuIcon as MenuIcon, index_PaperIcon as PaperIcon, index_PopoverIcon as PopoverIcon, index_SaveIcon as SaveIcon, index_SearchIcon as SearchIcon, index_SettingsIcon as SettingsIcon, index_TypographyIcon as TypographyIcon };
378
+ }
379
+
380
+ type Theme = 'light' | 'dark';
381
+
382
+ interface ThemeContextType {
383
+ theme: Theme;
384
+ toggleTheme: () => void;
385
+ setTheme: (theme: Theme) => void;
386
+ }
387
+
388
+ interface Props {
389
+ children: ReactNode;
390
+ }
391
+ declare const ThemeProvider: ({ children }: Props) => react_jsx_runtime.JSX.Element;
392
+
393
+ declare function useTheme(): ThemeContextType | null;
394
+
395
+ declare function useThemeWithFallback(): ThemeContextType;
396
+
397
+ export { Button, ButtonsGroup, Card, Checkbox, Paper, Popover, Arrow as PopoverArrow, type Theme, ThemeProvider, Typography, index as icons, useTheme, useThemeWithFallback };