@1money/component-ui 0.0.2 → 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/es/components/Accordion/style/Accordion.css +1 -1
- package/es/components/Alert/style/Alert.css +1 -1
- package/es/components/Alert/style/css.js +1 -1
- package/es/components/Alert/style/index.js +1 -1
- package/es/components/Button/style/Button.css +1 -1
- package/es/components/Calendar/style/Calendar.css +1 -1
- package/es/components/Carousel/style/Carousel.css +1 -1
- package/es/components/Checkbox/style/Checkbox.css +1 -1
- package/es/components/CoachMark/style/CoachMark.css +1 -1
- package/es/components/CoachMark/style/css.js +3 -3
- package/es/components/CoachMark/style/index.js +3 -3
- package/es/components/Copy/style/Copy.css +1 -1
- package/es/components/Divider/style/Divider.css +1 -1
- package/es/components/Drawer/style/Drawer.css +1 -1
- package/es/components/Dropdown/style/css.js +1 -1
- package/es/components/Dropdown/style/index.js +1 -1
- package/es/components/Empty/style/Empty.css +1 -1
- package/es/components/Empty/style/css.js +1 -1
- package/es/components/Empty/style/index.js +1 -1
- package/es/components/Flex/style/Flex.css +1 -1
- package/es/components/Form/style/Form.css +1 -1
- package/es/components/Grid/style/Grid.css +1 -1
- package/es/components/Icons/Wrapper.js +2 -2
- package/es/components/Icons/style/Icons.css +1 -1
- package/es/components/Input/Amount/style/Amount.css +1 -1
- package/es/components/Input/FieldShell/FieldShell.css +1 -1
- package/es/components/Input/Input/Input.css +1 -1
- package/es/components/Input/OTP/OTP.css +1 -1
- package/es/components/Input/TextArea/TextArea.css +1 -1
- package/es/components/Input/Trade/Trade.css +1 -1
- package/es/components/Modal/constants.d.ts +1 -1
- package/es/components/Modal/constants.js +2 -2
- package/es/components/Modal/style/Modal.css +1 -1
- package/es/components/Navigation/style/Nav.css +1 -1
- package/es/components/Navigation/style/Navigation.css +1 -1
- package/es/components/Notification/NotificationStatic.js +2 -2
- package/es/components/Notification/style/Notification.css +1 -1
- package/es/components/Pagination/style/Pagination.css +1 -1
- package/es/components/Popconfirm/style/Popconfirm.css +1 -1
- package/es/components/Popconfirm/style/css.js +3 -3
- package/es/components/Popconfirm/style/index.js +3 -3
- package/es/components/ProForm/style/ProForm.css +1 -1
- package/es/components/Progress/style/Progress.css +1 -1
- package/es/components/Radio/style/Radio.css +1 -1
- package/es/components/Radio/style/css.js +1 -1
- package/es/components/Radio/style/index.js +1 -1
- package/es/components/ResizeObserver/ResizeObserver.js +2 -2
- package/es/components/Segment/style/Segment.css +1 -1
- package/es/components/Select/style/Select.css +1 -1
- package/es/components/Select/style/css.js +2 -2
- package/es/components/Select/style/index.js +2 -2
- package/es/components/Skeleton/style/Skeleton.css +1 -1
- package/es/components/Slider/style/Slider.css +1 -1
- package/es/components/Space/style/Space.css +1 -1
- package/es/components/Spinner/style/Spinner.css +1 -1
- package/es/components/Step/style/Step.css +1 -1
- package/es/components/Switch/style/Switch.css +1 -1
- package/es/components/Switch/style/css.js +1 -1
- package/es/components/Switch/style/index.js +1 -1
- package/es/components/Table/constants.d.ts +1 -1
- package/es/components/Table/constants.js +2 -2
- package/es/components/Table/core/useTableColumns.js +2 -2
- package/es/components/Table/style/Table.css +1 -1
- package/es/components/Table/style/css.js +8 -8
- package/es/components/Table/style/index.js +8 -8
- package/es/components/Tabs/style/Tabs.css +1 -1
- package/es/components/Tag/style/Tag.css +1 -1
- package/es/components/Tooltip/style/Tooltip.css +1 -1
- package/es/components/Typography/style/Typography.css +1 -1
- package/es/components/Typography/style/css.js +2 -2
- package/es/components/Typography/style/index.js +2 -2
- package/es/components/Upload/style/Upload.css +1 -1
- package/es/components/Upload/style/UploadFileBar.css +1 -1
- package/es/components/VirtualList/constants.d.ts +2 -2
- package/es/components/VirtualList/constants.js +3 -3
- package/es/components/VirtualList/style/VirtualList.css +1 -1
- package/es/index.css +1 -1
- package/es/utils/classnames.js +2 -2
- package/lib/components/Accordion/style/Accordion.css +1 -1
- package/lib/components/Alert/style/Alert.css +1 -1
- package/lib/components/Alert/style/css.js +1 -1
- package/lib/components/Alert/style/index.js +1 -1
- package/lib/components/Button/style/Button.css +1 -1
- package/lib/components/Calendar/style/Calendar.css +1 -1
- package/lib/components/Carousel/style/Carousel.css +1 -1
- package/lib/components/Checkbox/style/Checkbox.css +1 -1
- package/lib/components/CoachMark/style/CoachMark.css +1 -1
- package/lib/components/CoachMark/style/css.js +3 -3
- package/lib/components/CoachMark/style/index.js +3 -3
- package/lib/components/Copy/style/Copy.css +1 -1
- package/lib/components/Divider/style/Divider.css +1 -1
- package/lib/components/Drawer/style/Drawer.css +1 -1
- package/lib/components/Dropdown/style/css.js +1 -1
- package/lib/components/Dropdown/style/index.js +1 -1
- package/lib/components/Empty/style/Empty.css +1 -1
- package/lib/components/Empty/style/css.js +1 -1
- package/lib/components/Empty/style/index.js +1 -1
- package/lib/components/Flex/style/Flex.css +1 -1
- package/lib/components/Form/style/Form.css +1 -1
- package/lib/components/Grid/style/Grid.css +1 -1
- package/lib/components/Icons/Wrapper.js +2 -2
- package/lib/components/Icons/style/Icons.css +1 -1
- package/lib/components/Input/Amount/style/Amount.css +1 -1
- package/lib/components/Input/FieldShell/FieldShell.css +1 -1
- package/lib/components/Input/Input/Input.css +1 -1
- package/lib/components/Input/OTP/OTP.css +1 -1
- package/lib/components/Input/TextArea/TextArea.css +1 -1
- package/lib/components/Input/Trade/Trade.css +1 -1
- package/lib/components/Modal/constants.d.ts +1 -1
- package/lib/components/Modal/constants.js +2 -2
- package/lib/components/Modal/style/Modal.css +1 -1
- package/lib/components/Navigation/style/Nav.css +1 -1
- package/lib/components/Navigation/style/Navigation.css +1 -1
- package/lib/components/Notification/NotificationStatic.js +2 -2
- package/lib/components/Notification/style/Notification.css +1 -1
- package/lib/components/Pagination/style/Pagination.css +1 -1
- package/lib/components/Popconfirm/style/Popconfirm.css +1 -1
- package/lib/components/Popconfirm/style/css.js +3 -3
- package/lib/components/Popconfirm/style/index.js +3 -3
- package/lib/components/ProForm/style/ProForm.css +1 -1
- package/lib/components/Progress/style/Progress.css +1 -1
- package/lib/components/Radio/style/Radio.css +1 -1
- package/lib/components/Radio/style/css.js +1 -1
- package/lib/components/Radio/style/index.js +1 -1
- package/lib/components/ResizeObserver/ResizeObserver.js +2 -2
- package/lib/components/Segment/style/Segment.css +1 -1
- package/lib/components/Select/style/Select.css +1 -1
- package/lib/components/Select/style/css.js +2 -2
- package/lib/components/Select/style/index.js +2 -2
- package/lib/components/Skeleton/style/Skeleton.css +1 -1
- package/lib/components/Slider/style/Slider.css +1 -1
- package/lib/components/Space/style/Space.css +1 -1
- package/lib/components/Spinner/style/Spinner.css +1 -1
- package/lib/components/Step/style/Step.css +1 -1
- package/lib/components/Switch/style/Switch.css +1 -1
- package/lib/components/Switch/style/css.js +1 -1
- package/lib/components/Switch/style/index.js +1 -1
- package/lib/components/Table/constants.d.ts +1 -1
- package/lib/components/Table/constants.js +2 -2
- package/lib/components/Table/core/useTableColumns.js +2 -2
- package/lib/components/Table/style/Table.css +1 -1
- package/lib/components/Table/style/css.js +8 -8
- package/lib/components/Table/style/index.js +8 -8
- package/lib/components/Tabs/style/Tabs.css +1 -1
- package/lib/components/Tag/style/Tag.css +1 -1
- package/lib/components/Tooltip/style/Tooltip.css +1 -1
- package/lib/components/Typography/style/Typography.css +1 -1
- package/lib/components/Typography/style/css.js +2 -2
- package/lib/components/Typography/style/index.js +2 -2
- package/lib/components/Upload/style/Upload.css +1 -1
- package/lib/components/Upload/style/UploadFileBar.css +1 -1
- package/lib/components/VirtualList/constants.d.ts +2 -2
- package/lib/components/VirtualList/constants.js +3 -3
- package/lib/components/VirtualList/style/VirtualList.css +1 -1
- package/lib/index.css +1 -1
- package/lib/utils/classnames.js +2 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.om-react-ui-typography{margin:0;color:inherit;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.om-react-ui-typography-display-xl{font-size:var(--om-display-xl-font-size);font-family:var(--om-display-xl-font-family);line-height:var(--om-display-xl-line-height);letter-spacing:var(--om-display-xl-letter-spacing);font-weight:var(--om-display-xl-font-weight)}.om-react-ui-typography-display-lg{font-size:var(--om-display-lg-font-size);font-family:var(--om-display-lg-font-family);line-height:var(--om-display-lg-line-height);letter-spacing:var(--om-display-lg-letter-spacing);font-weight:var(--om-display-lg-font-weight)}.om-react-ui-typography-display-md{font-size:var(--om-display-md-font-size);font-family:var(--om-display-md-font-family);line-height:var(--om-display-md-line-height);letter-spacing:var(--om-display-md-letter-spacing);font-weight:var(--om-display-md-font-weight)}.om-react-ui-typography-display-sm{font-size:var(--om-display-sm-font-size);font-family:var(--om-display-sm-font-family);line-height:var(--om-display-sm-line-height);letter-spacing:var(--om-display-sm-letter-spacing);font-weight:var(--om-display-sm-font-weight)}.om-react-ui-typography-display-xs{font-size:var(--om-display-xs-font-size);font-family:var(--om-display-xs-font-family);line-height:var(--om-display-xs-line-height);letter-spacing:var(--om-display-xs-letter-spacing);font-weight:var(--om-display-xs-font-weight)}.om-react-ui-typography-headline-lg{font-size:var(--om-headline-lg-font-size);font-family:var(--om-headline-lg-font-family);line-height:var(--om-headline-lg-line-height);letter-spacing:var(--om-headline-lg-letter-spacing);font-weight:var(--om-headline-lg-font-weight)}.om-react-ui-typography-headline-md{font-size:var(--om-headline-md-font-size);font-family:var(--om-headline-md-font-family);line-height:var(--om-headline-md-line-height);letter-spacing:var(--om-headline-md-letter-spacing);font-weight:var(--om-headline-md-font-weight)}.om-react-ui-typography-headline-sm{font-size:var(--om-headline-sm-font-size);font-family:var(--om-headline-sm-font-family);line-height:var(--om-headline-sm-line-height);letter-spacing:var(--om-headline-sm-letter-spacing);font-weight:var(--om-headline-sm-font-weight)}.om-react-ui-typography-headline-xs{font-size:var(--om-headline-xs-font-size);font-family:var(--om-headline-xs-font-family);line-height:var(--om-headline-xs-line-height);letter-spacing:var(--om-headline-xs-letter-spacing);font-weight:var(--om-headline-xs-font-weight)}.om-react-ui-typography-title-lg{font-size:var(--om-title-lg-font-size);font-family:var(--om-title-lg-font-family);line-height:var(--om-title-lg-line-height);letter-spacing:var(--om-title-lg-letter-spacing);font-weight:var(--om-title-lg-font-weight)}.om-react-ui-typography-title-md{font-size:var(--om-title-md-font-size);font-family:var(--om-title-md-font-family);line-height:var(--om-title-md-line-height);letter-spacing:var(--om-title-md-letter-spacing);font-weight:var(--om-title-md-font-weight)}.om-react-ui-typography-title-sm{font-size:var(--om-title-sm-font-size);font-family:var(--om-title-sm-font-family);line-height:var(--om-title-sm-line-height);letter-spacing:var(--om-title-sm-letter-spacing);font-weight:var(--om-title-sm-font-weight)}.om-react-ui-typography-body-lg{font-size:var(--om-body-lg-font-size);font-family:var(--om-body-lg-font-family);line-height:var(--om-body-lg-line-height);letter-spacing:var(--om-body-lg-letter-spacing);font-weight:var(--om-body-lg-font-weight)}.om-react-ui-typography-body-md{font-size:var(--om-body-md-font-size);font-family:var(--om-body-md-font-family);line-height:var(--om-body-md-line-height);letter-spacing:var(--om-body-md-letter-spacing);font-weight:var(--om-body-md-font-weight)}.om-react-ui-typography-body-sm{font-size:var(--om-body-sm-font-size);font-family:var(--om-body-sm-font-family);line-height:var(--om-body-sm-line-height);letter-spacing:var(--om-body-sm-letter-spacing);font-weight:var(--om-body-sm-font-weight)}.om-react-ui-typography-label-xl{font-size:var(--om-label-xl-font-size);font-family:var(--om-label-xl-font-family);line-height:var(--om-label-xl-line-height);letter-spacing:var(--om-label-xl-letter-spacing);font-weight:var(--om-label-xl-font-weight)}.om-react-ui-typography-label-lg{font-size:var(--om-label-lg-font-size);font-family:var(--om-label-lg-font-family);line-height:var(--om-label-lg-line-height);letter-spacing:var(--om-label-lg-letter-spacing);font-weight:var(--om-label-lg-font-weight)}.om-react-ui-typography-label-md{font-size:var(--om-label-md-font-size);font-family:var(--om-label-md-font-family);line-height:var(--om-label-md-line-height);letter-spacing:var(--om-label-md-letter-spacing);font-weight:var(--om-label-md-font-weight)}.om-react-ui-typography-label-sm{font-size:var(--om-label-sm-font-size);font-family:var(--om-label-sm-font-family);line-height:var(--om-label-sm-line-height);letter-spacing:var(--om-label-sm-letter-spacing);font-weight:var(--om-label-sm-font-weight)}.om-react-ui-typography-label-xs{font-size:var(--om-label-xs-font-size);font-family:var(--om-label-xs-font-family);line-height:var(--om-label-xs-line-height);letter-spacing:var(--om-label-xs-letter-spacing);font-weight:var(--om-label-xs-font-weight)}.om-react-ui-typography-link-md{font-size:var(--om-link-md-font-size);font-family:var(--om-link-md-font-family);line-height:var(--om-link-md-line-height);letter-spacing:var(--om-link-md-letter-spacing);font-weight:var(--om-link-md-font-weight);-webkit-text-decoration:var(--om-link-md-text-decoration);text-decoration:var(--om-link-md-text-decoration);-webkit-text-decoration-skip-ink:var(--om-link-md-text-decoration-skip-ink);text-decoration-skip-ink:var(--om-link-md-text-decoration-skip-ink);color:var(--om-text-brand,#073387)}.om-react-ui-typography-link-sm{font-size:var(--om-link-sm-font-size);font-family:var(--om-link-sm-font-family);line-height:var(--om-link-sm-line-height);letter-spacing:var(--om-link-sm-letter-spacing);font-weight:var(--om-link-sm-font-weight);-webkit-text-decoration:var(--om-link-sm-text-decoration);text-decoration:var(--om-link-sm-text-decoration);-webkit-text-decoration-skip-ink:var(--om-link-sm-text-decoration-skip-ink);text-decoration-skip-ink:var(--om-link-sm-text-decoration-skip-ink);color:var(--om-text-brand,#073387)}.om-react-ui-typography-title-lg.om-react-ui-typography-strong{font-size:var(--om-title-lg-font-size);font-family:var(--om-title-lg-font-family);line-height:var(--om-title-lg-line-height);letter-spacing:var(--om-title-lg-letter-spacing);font-weight:var(--om-title-lg-strong-font-weight)}.om-react-ui-typography-title-md.om-react-ui-typography-strong{font-size:var(--om-title-md-font-size);font-family:var(--om-title-md-font-family);line-height:var(--om-title-md-line-height);letter-spacing:var(--om-title-md-letter-spacing);font-weight:var(--om-title-md-strong-font-weight)}.om-react-ui-typography-title-sm.om-react-ui-typography-strong{font-size:var(--om-title-sm-font-size);font-family:var(--om-title-sm-font-family);line-height:var(--om-title-sm-line-height);letter-spacing:var(--om-title-sm-letter-spacing);font-weight:var(--om-title-sm-strong-font-weight)}.om-react-ui-typography-body-lg.om-react-ui-typography-strong{font-size:var(--om-body-lg-font-size);font-family:var(--om-body-lg-font-family);line-height:var(--om-body-lg-line-height);letter-spacing:var(--om-body-lg-letter-spacing);font-weight:var(--om-body-lg-strong-font-weight)}.om-react-ui-typography-body-md.om-react-ui-typography-strong{font-size:var(--om-body-md-font-size);font-family:var(--om-body-md-font-family);line-height:var(--om-body-md-line-height);letter-spacing:var(--om-body-md-letter-spacing);font-weight:var(--om-body-md-strong-font-weight)}.om-react-ui-typography-body-sm.om-react-ui-typography-strong{font-size:var(--om-body-sm-font-size);font-family:var(--om-body-sm-font-family);line-height:var(--om-body-sm-line-height);letter-spacing:var(--om-body-sm-letter-spacing);font-weight:var(--om-body-sm-strong-font-weight)}.om-react-ui-typography-label-xl.om-react-ui-typography-strong{font-size:var(--om-label-xl-font-size);font-family:var(--om-label-xl-font-family);line-height:var(--om-label-xl-line-height);letter-spacing:var(--om-label-xl-letter-spacing);font-weight:var(--om-label-xl-strong-font-weight)}.om-react-ui-typography-label-lg.om-react-ui-typography-strong{font-size:var(--om-label-lg-font-size);font-family:var(--om-label-lg-font-family);line-height:var(--om-label-lg-line-height);letter-spacing:var(--om-label-lg-letter-spacing);font-weight:var(--om-label-lg-strong-font-weight)}.om-react-ui-typography-label-md.om-react-ui-typography-strong{font-size:var(--om-label-md-font-size);font-family:var(--om-label-md-font-family);line-height:var(--om-label-md-line-height);letter-spacing:var(--om-label-md-letter-spacing);font-weight:var(--om-label-md-strong-font-weight)}.om-react-ui-typography-label-sm.om-react-ui-typography-strong{font-size:var(--om-label-sm-font-size);font-family:var(--om-label-sm-font-family);line-height:var(--om-label-sm-line-height);letter-spacing:var(--om-label-sm-letter-spacing);font-weight:var(--om-label-sm-strong-font-weight)}.om-react-ui-typography-label-xs.om-react-ui-typography-strong{font-size:var(--om-label-xs-font-size);font-family:var(--om-label-xs-font-family);line-height:var(--om-label-xs-line-height);letter-spacing:var(--om-label-xs-letter-spacing);font-weight:var(--om-label-xs-strong-font-weight)}.om-react-ui-typography-italic{font-style:italic}.om-react-ui-typography-underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.om-react-ui-typography-delete{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.om-react-ui-typography-underline-delete{-webkit-text-decoration-line:underline line-through;text-decoration-line:underline line-through}.om-react-ui-typography-ellipsis{position:relative;display:block;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap}.om-react-ui-typography-ellipsis-measure{position:absolute;top:0;right:0;left:0;overflow:hidden;white-space:nowrap;visibility:hidden;pointer-events:none}.om-react-ui-typography-copyable-wrapper{display:inline-flex;gap:var(--om-spacing-100,4px);align-items:center;min-width:0;max-width:100%}.om-react-ui-typography-copyable-wrapper-inline{display:inline-flex;vertical-align:bottom}.om-react-ui-typography-copyable-wrapper-block{display:flex;align-items:flex-start;width:100%}.om-react-ui-typography-copyable-content{flex:1 1 auto;min-width:0}.om-react-ui-typography-color-default{color:var(--om-text-default,#131313)}.om-react-ui-typography-color-default-secondary{color:var(--om-text-default-secondary,#404042)}.om-react-ui-typography-color-default-tertiary{color:var(--om-text-default-tertiary,#646465)}.om-react-ui-typography-color-disabled{color:var(--om-text-disabled,#bbbdc1)}.om-react-ui-typography-color-disabled-black{color:var(--om-text-disabled-black,#bbbdc1)}.om-react-ui-typography-color-disabled-white{color:var(--om-text-disabled-white,#f8f8f8)}.om-react-ui-typography-color-brand{color:var(--om-text-brand,#073387)}.om-react-ui-typography-color-brand-secondary{color:var(--om-text-brand-secondary,#a4bbe1)}.om-react-ui-typography-color-brand-tertiary{color:var(--om-text-brand-tertiary,#c1d0eb)}.om-react-ui-typography-color-on-brand{color:var(--om-text-on-brand,#dde6f4)}.om-react-ui-typography-color-on-brand-secondary{color:var(--om-text-on-brand-secondary,#052561)}.om-react-ui-typography-color-on-brand-tertiary{color:var(--om-text-on-brand-tertiary,#03163a)}.om-react-ui-typography-color-neutral{color:var(--om-text-neutral,#404042)}.om-react-ui-typography-color-neutral-secondary{color:var(--om-text-neutral-secondary,#9fa3a3)}.om-react-ui-typography-color-neutral-tertiary{color:var(--om-text-neutral-tertiary,#bbbdc1)}.om-react-ui-typography-color-on-neutral{color:var(--om-text-on-neutral,#fff)}.om-react-ui-typography-color-on-neutral-secondary{color:var(--om-text-on-neutral-secondary,#d1d2d2)}.om-react-ui-typography-color-on-neutral-tertiary{color:var(--om-text-on-neutral-tertiary,#e3e4e4)}.om-react-ui-typography-color-positive{color:var(--om-text-positive,#1f5800)}.om-react-ui-typography-color-positive-secondary{color:var(--om-text-positive-secondary,rgba(31,88,0,.2))}.om-react-ui-typography-color-positive-tertiary{color:var(--om-text-positive-tertiary,rgba(31,88,0,.1))}.om-react-ui-typography-color-on-positive{color:var(--om-text-on-positive,rgba(31,88,0,.05))}.om-react-ui-typography-color-on-positive-secondary{color:var(--om-text-on-positive-secondary,#1b4404)}.om-react-ui-typography-color-on-positive-tertiary{color:var(--om-text-on-positive-tertiary,#003104)}.om-react-ui-typography-color-warning{color:var(--om-text-warning,#db8600)}.om-react-ui-typography-color-warning-secondary{color:var(--om-text-warning-secondary,rgba(244,198,0,.2))}.om-react-ui-typography-color-warning-tertiary{color:var(--om-text-warning-tertiary,rgba(244,198,0,.1))}.om-react-ui-typography-color-on-warning{color:var(--om-text-on-warning,rgba(244,198,0,.05))}.om-react-ui-typography-color-on-warning-secondary{color:var(--om-text-on-warning-secondary,#ffa000)}.om-react-ui-typography-color-on-warning-tertiary{color:var(--om-text-on-warning-tertiary,#db8600)}.om-react-ui-typography-color-danger{color:var(--om-text-danger,#ae0000)}.om-react-ui-typography-color-danger-secondary{color:var(--om-text-danger-secondary,rgba(174,0,0,.2))}.om-react-ui-typography-color-danger-tertiary{color:var(--om-text-danger-tertiary,rgba(174,0,0,.1))}.om-react-ui-typography-color-on-danger{color:var(--om-text-on-danger,rgba(174,0,0,.05))}.om-react-ui-typography-color-on-danger-secondary{color:var(--om-text-on-danger-secondary,#920000)}.om-react-ui-typography-color-on-danger-tertiary{color:var(--om-text-on-danger-tertiary,#780000)}.om-react-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);cursor:not-allowed}.om-react-ui-typography-link-md:hover{color:var(--om-text-brand,#073387)}.om-react-ui-typography-link-md.om-react-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);pointer-events:none}.om-react-ui-typography-link-sm:hover{color:var(--om-text-brand,#073387)}.om-react-ui-typography-link-sm.om-react-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);pointer-events:none}
|
|
1
|
+
.om-component-ui-typography{margin:0;color:inherit;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor}.om-component-ui-typography-display-xl{font-size:var(--om-display-xl-font-size);font-family:var(--om-display-xl-font-family);line-height:var(--om-display-xl-line-height);letter-spacing:var(--om-display-xl-letter-spacing);font-weight:var(--om-display-xl-font-weight)}.om-component-ui-typography-display-lg{font-size:var(--om-display-lg-font-size);font-family:var(--om-display-lg-font-family);line-height:var(--om-display-lg-line-height);letter-spacing:var(--om-display-lg-letter-spacing);font-weight:var(--om-display-lg-font-weight)}.om-component-ui-typography-display-md{font-size:var(--om-display-md-font-size);font-family:var(--om-display-md-font-family);line-height:var(--om-display-md-line-height);letter-spacing:var(--om-display-md-letter-spacing);font-weight:var(--om-display-md-font-weight)}.om-component-ui-typography-display-sm{font-size:var(--om-display-sm-font-size);font-family:var(--om-display-sm-font-family);line-height:var(--om-display-sm-line-height);letter-spacing:var(--om-display-sm-letter-spacing);font-weight:var(--om-display-sm-font-weight)}.om-component-ui-typography-display-xs{font-size:var(--om-display-xs-font-size);font-family:var(--om-display-xs-font-family);line-height:var(--om-display-xs-line-height);letter-spacing:var(--om-display-xs-letter-spacing);font-weight:var(--om-display-xs-font-weight)}.om-component-ui-typography-headline-lg{font-size:var(--om-headline-lg-font-size);font-family:var(--om-headline-lg-font-family);line-height:var(--om-headline-lg-line-height);letter-spacing:var(--om-headline-lg-letter-spacing);font-weight:var(--om-headline-lg-font-weight)}.om-component-ui-typography-headline-md{font-size:var(--om-headline-md-font-size);font-family:var(--om-headline-md-font-family);line-height:var(--om-headline-md-line-height);letter-spacing:var(--om-headline-md-letter-spacing);font-weight:var(--om-headline-md-font-weight)}.om-component-ui-typography-headline-sm{font-size:var(--om-headline-sm-font-size);font-family:var(--om-headline-sm-font-family);line-height:var(--om-headline-sm-line-height);letter-spacing:var(--om-headline-sm-letter-spacing);font-weight:var(--om-headline-sm-font-weight)}.om-component-ui-typography-headline-xs{font-size:var(--om-headline-xs-font-size);font-family:var(--om-headline-xs-font-family);line-height:var(--om-headline-xs-line-height);letter-spacing:var(--om-headline-xs-letter-spacing);font-weight:var(--om-headline-xs-font-weight)}.om-component-ui-typography-title-lg{font-size:var(--om-title-lg-font-size);font-family:var(--om-title-lg-font-family);line-height:var(--om-title-lg-line-height);letter-spacing:var(--om-title-lg-letter-spacing);font-weight:var(--om-title-lg-font-weight)}.om-component-ui-typography-title-md{font-size:var(--om-title-md-font-size);font-family:var(--om-title-md-font-family);line-height:var(--om-title-md-line-height);letter-spacing:var(--om-title-md-letter-spacing);font-weight:var(--om-title-md-font-weight)}.om-component-ui-typography-title-sm{font-size:var(--om-title-sm-font-size);font-family:var(--om-title-sm-font-family);line-height:var(--om-title-sm-line-height);letter-spacing:var(--om-title-sm-letter-spacing);font-weight:var(--om-title-sm-font-weight)}.om-component-ui-typography-body-lg{font-size:var(--om-body-lg-font-size);font-family:var(--om-body-lg-font-family);line-height:var(--om-body-lg-line-height);letter-spacing:var(--om-body-lg-letter-spacing);font-weight:var(--om-body-lg-font-weight)}.om-component-ui-typography-body-md{font-size:var(--om-body-md-font-size);font-family:var(--om-body-md-font-family);line-height:var(--om-body-md-line-height);letter-spacing:var(--om-body-md-letter-spacing);font-weight:var(--om-body-md-font-weight)}.om-component-ui-typography-body-sm{font-size:var(--om-body-sm-font-size);font-family:var(--om-body-sm-font-family);line-height:var(--om-body-sm-line-height);letter-spacing:var(--om-body-sm-letter-spacing);font-weight:var(--om-body-sm-font-weight)}.om-component-ui-typography-label-xl{font-size:var(--om-label-xl-font-size);font-family:var(--om-label-xl-font-family);line-height:var(--om-label-xl-line-height);letter-spacing:var(--om-label-xl-letter-spacing);font-weight:var(--om-label-xl-font-weight)}.om-component-ui-typography-label-lg{font-size:var(--om-label-lg-font-size);font-family:var(--om-label-lg-font-family);line-height:var(--om-label-lg-line-height);letter-spacing:var(--om-label-lg-letter-spacing);font-weight:var(--om-label-lg-font-weight)}.om-component-ui-typography-label-md{font-size:var(--om-label-md-font-size);font-family:var(--om-label-md-font-family);line-height:var(--om-label-md-line-height);letter-spacing:var(--om-label-md-letter-spacing);font-weight:var(--om-label-md-font-weight)}.om-component-ui-typography-label-sm{font-size:var(--om-label-sm-font-size);font-family:var(--om-label-sm-font-family);line-height:var(--om-label-sm-line-height);letter-spacing:var(--om-label-sm-letter-spacing);font-weight:var(--om-label-sm-font-weight)}.om-component-ui-typography-label-xs{font-size:var(--om-label-xs-font-size);font-family:var(--om-label-xs-font-family);line-height:var(--om-label-xs-line-height);letter-spacing:var(--om-label-xs-letter-spacing);font-weight:var(--om-label-xs-font-weight)}.om-component-ui-typography-link-md{font-size:var(--om-link-md-font-size);font-family:var(--om-link-md-font-family);line-height:var(--om-link-md-line-height);letter-spacing:var(--om-link-md-letter-spacing);font-weight:var(--om-link-md-font-weight);-webkit-text-decoration:var(--om-link-md-text-decoration);text-decoration:var(--om-link-md-text-decoration);-webkit-text-decoration-skip-ink:var(--om-link-md-text-decoration-skip-ink);text-decoration-skip-ink:var(--om-link-md-text-decoration-skip-ink);color:var(--om-text-brand,#073387)}.om-component-ui-typography-link-sm{font-size:var(--om-link-sm-font-size);font-family:var(--om-link-sm-font-family);line-height:var(--om-link-sm-line-height);letter-spacing:var(--om-link-sm-letter-spacing);font-weight:var(--om-link-sm-font-weight);-webkit-text-decoration:var(--om-link-sm-text-decoration);text-decoration:var(--om-link-sm-text-decoration);-webkit-text-decoration-skip-ink:var(--om-link-sm-text-decoration-skip-ink);text-decoration-skip-ink:var(--om-link-sm-text-decoration-skip-ink);color:var(--om-text-brand,#073387)}.om-component-ui-typography-title-lg.om-component-ui-typography-strong{font-size:var(--om-title-lg-font-size);font-family:var(--om-title-lg-font-family);line-height:var(--om-title-lg-line-height);letter-spacing:var(--om-title-lg-letter-spacing);font-weight:var(--om-title-lg-strong-font-weight)}.om-component-ui-typography-title-md.om-component-ui-typography-strong{font-size:var(--om-title-md-font-size);font-family:var(--om-title-md-font-family);line-height:var(--om-title-md-line-height);letter-spacing:var(--om-title-md-letter-spacing);font-weight:var(--om-title-md-strong-font-weight)}.om-component-ui-typography-title-sm.om-component-ui-typography-strong{font-size:var(--om-title-sm-font-size);font-family:var(--om-title-sm-font-family);line-height:var(--om-title-sm-line-height);letter-spacing:var(--om-title-sm-letter-spacing);font-weight:var(--om-title-sm-strong-font-weight)}.om-component-ui-typography-body-lg.om-component-ui-typography-strong{font-size:var(--om-body-lg-font-size);font-family:var(--om-body-lg-font-family);line-height:var(--om-body-lg-line-height);letter-spacing:var(--om-body-lg-letter-spacing);font-weight:var(--om-body-lg-strong-font-weight)}.om-component-ui-typography-body-md.om-component-ui-typography-strong{font-size:var(--om-body-md-font-size);font-family:var(--om-body-md-font-family);line-height:var(--om-body-md-line-height);letter-spacing:var(--om-body-md-letter-spacing);font-weight:var(--om-body-md-strong-font-weight)}.om-component-ui-typography-body-sm.om-component-ui-typography-strong{font-size:var(--om-body-sm-font-size);font-family:var(--om-body-sm-font-family);line-height:var(--om-body-sm-line-height);letter-spacing:var(--om-body-sm-letter-spacing);font-weight:var(--om-body-sm-strong-font-weight)}.om-component-ui-typography-label-xl.om-component-ui-typography-strong{font-size:var(--om-label-xl-font-size);font-family:var(--om-label-xl-font-family);line-height:var(--om-label-xl-line-height);letter-spacing:var(--om-label-xl-letter-spacing);font-weight:var(--om-label-xl-strong-font-weight)}.om-component-ui-typography-label-lg.om-component-ui-typography-strong{font-size:var(--om-label-lg-font-size);font-family:var(--om-label-lg-font-family);line-height:var(--om-label-lg-line-height);letter-spacing:var(--om-label-lg-letter-spacing);font-weight:var(--om-label-lg-strong-font-weight)}.om-component-ui-typography-label-md.om-component-ui-typography-strong{font-size:var(--om-label-md-font-size);font-family:var(--om-label-md-font-family);line-height:var(--om-label-md-line-height);letter-spacing:var(--om-label-md-letter-spacing);font-weight:var(--om-label-md-strong-font-weight)}.om-component-ui-typography-label-sm.om-component-ui-typography-strong{font-size:var(--om-label-sm-font-size);font-family:var(--om-label-sm-font-family);line-height:var(--om-label-sm-line-height);letter-spacing:var(--om-label-sm-letter-spacing);font-weight:var(--om-label-sm-strong-font-weight)}.om-component-ui-typography-label-xs.om-component-ui-typography-strong{font-size:var(--om-label-xs-font-size);font-family:var(--om-label-xs-font-family);line-height:var(--om-label-xs-line-height);letter-spacing:var(--om-label-xs-letter-spacing);font-weight:var(--om-label-xs-strong-font-weight)}.om-component-ui-typography-italic{font-style:italic}.om-component-ui-typography-underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.om-component-ui-typography-delete{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.om-component-ui-typography-underline-delete{-webkit-text-decoration-line:underline line-through;text-decoration-line:underline line-through}.om-component-ui-typography-ellipsis{position:relative;display:block;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap}.om-component-ui-typography-ellipsis-measure{position:absolute;top:0;right:0;left:0;overflow:hidden;white-space:nowrap;visibility:hidden;pointer-events:none}.om-component-ui-typography-copyable-wrapper{display:inline-flex;gap:var(--om-spacing-100,4px);align-items:center;min-width:0;max-width:100%}.om-component-ui-typography-copyable-wrapper-inline{display:inline-flex;vertical-align:bottom}.om-component-ui-typography-copyable-wrapper-block{display:flex;align-items:flex-start;width:100%}.om-component-ui-typography-copyable-content{flex:1 1 auto;min-width:0}.om-component-ui-typography-color-default{color:var(--om-text-default,#131313)}.om-component-ui-typography-color-default-secondary{color:var(--om-text-default-secondary,#404042)}.om-component-ui-typography-color-default-tertiary{color:var(--om-text-default-tertiary,#646465)}.om-component-ui-typography-color-disabled{color:var(--om-text-disabled,#bbbdc1)}.om-component-ui-typography-color-disabled-black{color:var(--om-text-disabled-black,#bbbdc1)}.om-component-ui-typography-color-disabled-white{color:var(--om-text-disabled-white,#f8f8f8)}.om-component-ui-typography-color-brand{color:var(--om-text-brand,#073387)}.om-component-ui-typography-color-brand-secondary{color:var(--om-text-brand-secondary,#a4bbe1)}.om-component-ui-typography-color-brand-tertiary{color:var(--om-text-brand-tertiary,#c1d0eb)}.om-component-ui-typography-color-on-brand{color:var(--om-text-on-brand,#dde6f4)}.om-component-ui-typography-color-on-brand-secondary{color:var(--om-text-on-brand-secondary,#052561)}.om-component-ui-typography-color-on-brand-tertiary{color:var(--om-text-on-brand-tertiary,#03163a)}.om-component-ui-typography-color-neutral{color:var(--om-text-neutral,#404042)}.om-component-ui-typography-color-neutral-secondary{color:var(--om-text-neutral-secondary,#9fa3a3)}.om-component-ui-typography-color-neutral-tertiary{color:var(--om-text-neutral-tertiary,#bbbdc1)}.om-component-ui-typography-color-on-neutral{color:var(--om-text-on-neutral,#fff)}.om-component-ui-typography-color-on-neutral-secondary{color:var(--om-text-on-neutral-secondary,#d1d2d2)}.om-component-ui-typography-color-on-neutral-tertiary{color:var(--om-text-on-neutral-tertiary,#e3e4e4)}.om-component-ui-typography-color-positive{color:var(--om-text-positive,#1f5800)}.om-component-ui-typography-color-positive-secondary{color:var(--om-text-positive-secondary,rgba(31,88,0,.2))}.om-component-ui-typography-color-positive-tertiary{color:var(--om-text-positive-tertiary,rgba(31,88,0,.1))}.om-component-ui-typography-color-on-positive{color:var(--om-text-on-positive,rgba(31,88,0,.05))}.om-component-ui-typography-color-on-positive-secondary{color:var(--om-text-on-positive-secondary,#1b4404)}.om-component-ui-typography-color-on-positive-tertiary{color:var(--om-text-on-positive-tertiary,#003104)}.om-component-ui-typography-color-warning{color:var(--om-text-warning,#db8600)}.om-component-ui-typography-color-warning-secondary{color:var(--om-text-warning-secondary,rgba(244,198,0,.2))}.om-component-ui-typography-color-warning-tertiary{color:var(--om-text-warning-tertiary,rgba(244,198,0,.1))}.om-component-ui-typography-color-on-warning{color:var(--om-text-on-warning,rgba(244,198,0,.05))}.om-component-ui-typography-color-on-warning-secondary{color:var(--om-text-on-warning-secondary,#ffa000)}.om-component-ui-typography-color-on-warning-tertiary{color:var(--om-text-on-warning-tertiary,#db8600)}.om-component-ui-typography-color-danger{color:var(--om-text-danger,#ae0000)}.om-component-ui-typography-color-danger-secondary{color:var(--om-text-danger-secondary,rgba(174,0,0,.2))}.om-component-ui-typography-color-danger-tertiary{color:var(--om-text-danger-tertiary,rgba(174,0,0,.1))}.om-component-ui-typography-color-on-danger{color:var(--om-text-on-danger,rgba(174,0,0,.05))}.om-component-ui-typography-color-on-danger-secondary{color:var(--om-text-on-danger-secondary,#920000)}.om-component-ui-typography-color-on-danger-tertiary{color:var(--om-text-on-danger-tertiary,#780000)}.om-component-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);cursor:not-allowed}.om-component-ui-typography-link-md:hover{color:var(--om-text-brand,#073387)}.om-component-ui-typography-link-md.om-component-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);pointer-events:none}.om-component-ui-typography-link-sm:hover{color:var(--om-text-brand,#073387)}.om-component-ui-typography-link-sm.om-component-ui-typography-disabled{color:var(--om-text-disabled,#bbbdc1);pointer-events:none}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
require("
|
|
4
|
-
require("
|
|
3
|
+
require("../../Copy/style/css");
|
|
4
|
+
require("../../Icons/style/css");
|
|
5
5
|
require("./Typography.css");
|
|
6
6
|
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvVHlwb2dyYXBoeS9zcmMvY29tcG9uZW50cy9UeXBvZ3JhcGh5L3N0eWxlL2luZGV4LnRzIl0sIm5hbWVzIjpbInJlcXVpcmUiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQUE7QUFDQUEsT0FBQTtBQUNBQSxPQUFBIiwiZmlsZSI6ImNvbXBvbmVudHMvVHlwb2dyYXBoeS9zdHlsZS9jc3MuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
require("
|
|
4
|
-
require("
|
|
3
|
+
require("../../Copy/style");
|
|
4
|
+
require("../../Icons/style");
|
|
5
5
|
require("./Typography.css");
|
|
6
6
|
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvVHlwb2dyYXBoeS9zcmMvY29tcG9uZW50cy9UeXBvZ3JhcGh5L3N0eWxlL2luZGV4LnRzIl0sIm5hbWVzIjpbInJlcXVpcmUiXSwibWFwcGluZ3MiOiI7O0FBQUFBLE9BQUE7QUFDQUEsT0FBQTtBQUNBQSxPQUFBIiwiZmlsZSI6ImNvbXBvbmVudHMvVHlwb2dyYXBoeS9zdHlsZS9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.om-
|
|
1
|
+
.om-component-ui-upload{display:flex;flex-direction:column;gap:var(--om-spacing-200,8px);align-items:flex-start}.om-component-ui-upload-input{display:none}.om-component-ui-upload-label{color:var(--om-text-default,#131313)}.om-component-ui-upload-description{color:var(--om-text-default-tertiary,#646465)}.om-component-ui-upload-slot{display:flex;flex-direction:column;gap:0;width:100%}.om-component-ui-upload-error-msg{display:flex;gap:var(--om-spacing-100,4px);align-items:flex-start;color:var(--om-text-danger,#ae0000)}.om-component-ui-upload-error-msg-text{color:inherit!important}.om-component-ui-upload-disabled{cursor:not-allowed}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.om-
|
|
1
|
+
.om-component-ui-upload-file-bar{display:flex;gap:var(--om-spacing-300,12px);align-items:center;width:100%}.om-component-ui-upload-file-bar-inner{position:relative;display:inline-flex;flex-grow:1;gap:var(--om-spacing-200,8px);align-items:center;justify-content:space-between;min-width:120px;height:var(--om-component-height-lg,44px);padding:var(--om-spacing-300,12px) var(--om-spacing-400,16px);overflow:hidden;color:var(--om-text-brand,#073387);background-color:var(--om-bg-default-secondary,#f8f8f8);border:1px solid var(--om-border-default,#d1d2d2);border-radius:var(--om-radius-300,12px)}.om-component-ui-upload-file-bar-name{flex:1;min-width:0;overflow:hidden;color:inherit!important;white-space:nowrap;text-overflow:ellipsis}.om-component-ui-upload-file-bar-success .om-component-ui-upload-file-bar-inner{color:var(--om-text-brand,#073387)}.om-component-ui-upload-file-bar-success .om-component-ui-upload-file-bar-icon-file{color:var(--om-icon-brand,#073387)!important}.om-component-ui-upload-file-bar-failure .om-component-ui-upload-file-bar-inner{color:var(--om-text-danger,#ae0000)}.om-component-ui-upload-file-bar-failure .om-component-ui-upload-file-bar-icon-file{color:var(--om-icon-danger,#ae0000)!important}.om-component-ui-upload-file-bar:hover .om-component-ui-upload-file-bar-inner{border-color:var(--om-border-default-tertiary,#404042)}.om-component-ui-upload-file-bar-failure:hover .om-component-ui-upload-file-bar-inner{border-color:var(--om-text-default,#131313)}.om-component-ui-upload-file-bar-icon-status{margin-left:auto}.om-component-ui-upload-file-bar-icon-remove{flex-shrink:0;color:var(--om-icon-default,#131313);cursor:pointer}.om-component-ui-upload-file-bar-message{position:absolute;bottom:-18px;left:0;display:inline-flex;gap:var(--om-spacing-100,4px);align-items:center;color:var(--om-text-danger,#ae0000)}.om-component-ui-upload-file-bar-message>*{color:inherit!important}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const VIRTUAL_LIST_COMPONENT_NAME = "VirtualList";
|
|
2
|
-
export declare const VIRTUAL_LIST_PREFIXCLS = "om-
|
|
3
|
-
export declare const VIRTUAL_LIST_SCROLLBAR_CSS_VAR = "--om-
|
|
2
|
+
export declare const VIRTUAL_LIST_PREFIXCLS = "om-component-ui-virtual-list";
|
|
3
|
+
export declare const VIRTUAL_LIST_SCROLLBAR_CSS_VAR = "--om-component-ui-virtual-list-scrollbar-bg";
|
|
4
4
|
export declare const VIRTUAL_LIST_SCROLLBAR_DEFAULT_BG = "rgba(0, 0, 0, 0.5)";
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.VIRTUAL_LIST_SCROLLBAR_DEFAULT_BG = exports.VIRTUAL_LIST_SCROLLBAR_CSS_VAR = exports.VIRTUAL_LIST_PREFIXCLS = exports.VIRTUAL_LIST_COMPONENT_NAME = void 0;
|
|
7
7
|
var VIRTUAL_LIST_COMPONENT_NAME = exports.VIRTUAL_LIST_COMPONENT_NAME = 'VirtualList';
|
|
8
|
-
var VIRTUAL_LIST_PREFIXCLS = exports.VIRTUAL_LIST_PREFIXCLS = 'om-
|
|
9
|
-
var VIRTUAL_LIST_SCROLLBAR_CSS_VAR = exports.VIRTUAL_LIST_SCROLLBAR_CSS_VAR = '--om-
|
|
8
|
+
var VIRTUAL_LIST_PREFIXCLS = exports.VIRTUAL_LIST_PREFIXCLS = 'om-component-ui-virtual-list';
|
|
9
|
+
var VIRTUAL_LIST_SCROLLBAR_CSS_VAR = exports.VIRTUAL_LIST_SCROLLBAR_CSS_VAR = '--om-component-ui-virtual-list-scrollbar-bg';
|
|
10
10
|
var VIRTUAL_LIST_SCROLLBAR_DEFAULT_BG = exports.VIRTUAL_LIST_SCROLLBAR_DEFAULT_BG = 'rgba(0, 0, 0, 0.5)';
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,
|
|
11
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvVmlydHVhbExpc3QvY29uc3RhbnRzLnRzIl0sIm5hbWVzIjpbIlZJUlRVQUxfTElTVF9DT01QT05FTlRfTkFNRSIsImV4cG9ydHMiLCJWSVJUVUFMX0xJU1RfUFJFRklYQ0xTIiwiVklSVFVBTF9MSVNUX1NDUk9MTEJBUl9DU1NfVkFSIiwiVklSVFVBTF9MSVNUX1NDUk9MTEJBUl9ERUZBVUxUX0JHIl0sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBTyxJQUFNQSwyQkFBMkIsR0FBQUMsT0FBQSxDQUFBRCwyQkFBQSxHQUFHLGFBQWE7QUFFakQsSUFBTUUsc0JBQXNCLEdBQUFELE9BQUEsQ0FBQUMsc0JBQUEsR0FBRyw4QkFBOEI7QUFFN0QsSUFBTUMsOEJBQThCLEdBQUFGLE9BQUEsQ0FBQUUsOEJBQUEsR0FBRyw2Q0FBNkM7QUFFcEYsSUFBTUMsaUNBQWlDLEdBQUFILE9BQUEsQ0FBQUcsaUNBQUEsR0FBRyxvQkFBb0IiLCJmaWxlIjoiY29tcG9uZW50cy9WaXJ0dWFsTGlzdC9jb25zdGFudHMuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.om-
|
|
1
|
+
.om-component-ui-virtual-list{--om-component-ui-virtual-list-scrollbar-bg:rgb(0 0 0/50%)}
|