@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.
Files changed (157) hide show
  1. package/es/components/Accordion/style/Accordion.css +1 -1
  2. package/es/components/Alert/style/Alert.css +1 -1
  3. package/es/components/Alert/style/css.js +1 -1
  4. package/es/components/Alert/style/index.js +1 -1
  5. package/es/components/Button/style/Button.css +1 -1
  6. package/es/components/Calendar/style/Calendar.css +1 -1
  7. package/es/components/Carousel/style/Carousel.css +1 -1
  8. package/es/components/Checkbox/style/Checkbox.css +1 -1
  9. package/es/components/CoachMark/style/CoachMark.css +1 -1
  10. package/es/components/CoachMark/style/css.js +3 -3
  11. package/es/components/CoachMark/style/index.js +3 -3
  12. package/es/components/Copy/style/Copy.css +1 -1
  13. package/es/components/Divider/style/Divider.css +1 -1
  14. package/es/components/Drawer/style/Drawer.css +1 -1
  15. package/es/components/Dropdown/style/css.js +1 -1
  16. package/es/components/Dropdown/style/index.js +1 -1
  17. package/es/components/Empty/style/Empty.css +1 -1
  18. package/es/components/Empty/style/css.js +1 -1
  19. package/es/components/Empty/style/index.js +1 -1
  20. package/es/components/Flex/style/Flex.css +1 -1
  21. package/es/components/Form/style/Form.css +1 -1
  22. package/es/components/Grid/style/Grid.css +1 -1
  23. package/es/components/Icons/Wrapper.js +2 -2
  24. package/es/components/Icons/style/Icons.css +1 -1
  25. package/es/components/Input/Amount/style/Amount.css +1 -1
  26. package/es/components/Input/FieldShell/FieldShell.css +1 -1
  27. package/es/components/Input/Input/Input.css +1 -1
  28. package/es/components/Input/OTP/OTP.css +1 -1
  29. package/es/components/Input/TextArea/TextArea.css +1 -1
  30. package/es/components/Input/Trade/Trade.css +1 -1
  31. package/es/components/Modal/constants.d.ts +1 -1
  32. package/es/components/Modal/constants.js +2 -2
  33. package/es/components/Modal/style/Modal.css +1 -1
  34. package/es/components/Navigation/style/Nav.css +1 -1
  35. package/es/components/Navigation/style/Navigation.css +1 -1
  36. package/es/components/Notification/NotificationStatic.js +2 -2
  37. package/es/components/Notification/style/Notification.css +1 -1
  38. package/es/components/Pagination/style/Pagination.css +1 -1
  39. package/es/components/Popconfirm/style/Popconfirm.css +1 -1
  40. package/es/components/Popconfirm/style/css.js +3 -3
  41. package/es/components/Popconfirm/style/index.js +3 -3
  42. package/es/components/ProForm/style/ProForm.css +1 -1
  43. package/es/components/Progress/style/Progress.css +1 -1
  44. package/es/components/Radio/style/Radio.css +1 -1
  45. package/es/components/Radio/style/css.js +1 -1
  46. package/es/components/Radio/style/index.js +1 -1
  47. package/es/components/ResizeObserver/ResizeObserver.js +2 -2
  48. package/es/components/Segment/style/Segment.css +1 -1
  49. package/es/components/Select/style/Select.css +1 -1
  50. package/es/components/Select/style/css.js +2 -2
  51. package/es/components/Select/style/index.js +2 -2
  52. package/es/components/Skeleton/style/Skeleton.css +1 -1
  53. package/es/components/Slider/style/Slider.css +1 -1
  54. package/es/components/Space/style/Space.css +1 -1
  55. package/es/components/Spinner/style/Spinner.css +1 -1
  56. package/es/components/Step/style/Step.css +1 -1
  57. package/es/components/Switch/style/Switch.css +1 -1
  58. package/es/components/Switch/style/css.js +1 -1
  59. package/es/components/Switch/style/index.js +1 -1
  60. package/es/components/Table/constants.d.ts +1 -1
  61. package/es/components/Table/constants.js +2 -2
  62. package/es/components/Table/core/useTableColumns.js +2 -2
  63. package/es/components/Table/style/Table.css +1 -1
  64. package/es/components/Table/style/css.js +8 -8
  65. package/es/components/Table/style/index.js +8 -8
  66. package/es/components/Tabs/style/Tabs.css +1 -1
  67. package/es/components/Tag/style/Tag.css +1 -1
  68. package/es/components/Tooltip/style/Tooltip.css +1 -1
  69. package/es/components/Typography/style/Typography.css +1 -1
  70. package/es/components/Typography/style/css.js +2 -2
  71. package/es/components/Typography/style/index.js +2 -2
  72. package/es/components/Upload/style/Upload.css +1 -1
  73. package/es/components/Upload/style/UploadFileBar.css +1 -1
  74. package/es/components/VirtualList/constants.d.ts +2 -2
  75. package/es/components/VirtualList/constants.js +3 -3
  76. package/es/components/VirtualList/style/VirtualList.css +1 -1
  77. package/es/index.css +1 -1
  78. package/es/utils/classnames.js +2 -2
  79. package/lib/components/Accordion/style/Accordion.css +1 -1
  80. package/lib/components/Alert/style/Alert.css +1 -1
  81. package/lib/components/Alert/style/css.js +1 -1
  82. package/lib/components/Alert/style/index.js +1 -1
  83. package/lib/components/Button/style/Button.css +1 -1
  84. package/lib/components/Calendar/style/Calendar.css +1 -1
  85. package/lib/components/Carousel/style/Carousel.css +1 -1
  86. package/lib/components/Checkbox/style/Checkbox.css +1 -1
  87. package/lib/components/CoachMark/style/CoachMark.css +1 -1
  88. package/lib/components/CoachMark/style/css.js +3 -3
  89. package/lib/components/CoachMark/style/index.js +3 -3
  90. package/lib/components/Copy/style/Copy.css +1 -1
  91. package/lib/components/Divider/style/Divider.css +1 -1
  92. package/lib/components/Drawer/style/Drawer.css +1 -1
  93. package/lib/components/Dropdown/style/css.js +1 -1
  94. package/lib/components/Dropdown/style/index.js +1 -1
  95. package/lib/components/Empty/style/Empty.css +1 -1
  96. package/lib/components/Empty/style/css.js +1 -1
  97. package/lib/components/Empty/style/index.js +1 -1
  98. package/lib/components/Flex/style/Flex.css +1 -1
  99. package/lib/components/Form/style/Form.css +1 -1
  100. package/lib/components/Grid/style/Grid.css +1 -1
  101. package/lib/components/Icons/Wrapper.js +2 -2
  102. package/lib/components/Icons/style/Icons.css +1 -1
  103. package/lib/components/Input/Amount/style/Amount.css +1 -1
  104. package/lib/components/Input/FieldShell/FieldShell.css +1 -1
  105. package/lib/components/Input/Input/Input.css +1 -1
  106. package/lib/components/Input/OTP/OTP.css +1 -1
  107. package/lib/components/Input/TextArea/TextArea.css +1 -1
  108. package/lib/components/Input/Trade/Trade.css +1 -1
  109. package/lib/components/Modal/constants.d.ts +1 -1
  110. package/lib/components/Modal/constants.js +2 -2
  111. package/lib/components/Modal/style/Modal.css +1 -1
  112. package/lib/components/Navigation/style/Nav.css +1 -1
  113. package/lib/components/Navigation/style/Navigation.css +1 -1
  114. package/lib/components/Notification/NotificationStatic.js +2 -2
  115. package/lib/components/Notification/style/Notification.css +1 -1
  116. package/lib/components/Pagination/style/Pagination.css +1 -1
  117. package/lib/components/Popconfirm/style/Popconfirm.css +1 -1
  118. package/lib/components/Popconfirm/style/css.js +3 -3
  119. package/lib/components/Popconfirm/style/index.js +3 -3
  120. package/lib/components/ProForm/style/ProForm.css +1 -1
  121. package/lib/components/Progress/style/Progress.css +1 -1
  122. package/lib/components/Radio/style/Radio.css +1 -1
  123. package/lib/components/Radio/style/css.js +1 -1
  124. package/lib/components/Radio/style/index.js +1 -1
  125. package/lib/components/ResizeObserver/ResizeObserver.js +2 -2
  126. package/lib/components/Segment/style/Segment.css +1 -1
  127. package/lib/components/Select/style/Select.css +1 -1
  128. package/lib/components/Select/style/css.js +2 -2
  129. package/lib/components/Select/style/index.js +2 -2
  130. package/lib/components/Skeleton/style/Skeleton.css +1 -1
  131. package/lib/components/Slider/style/Slider.css +1 -1
  132. package/lib/components/Space/style/Space.css +1 -1
  133. package/lib/components/Spinner/style/Spinner.css +1 -1
  134. package/lib/components/Step/style/Step.css +1 -1
  135. package/lib/components/Switch/style/Switch.css +1 -1
  136. package/lib/components/Switch/style/css.js +1 -1
  137. package/lib/components/Switch/style/index.js +1 -1
  138. package/lib/components/Table/constants.d.ts +1 -1
  139. package/lib/components/Table/constants.js +2 -2
  140. package/lib/components/Table/core/useTableColumns.js +2 -2
  141. package/lib/components/Table/style/Table.css +1 -1
  142. package/lib/components/Table/style/css.js +8 -8
  143. package/lib/components/Table/style/index.js +8 -8
  144. package/lib/components/Tabs/style/Tabs.css +1 -1
  145. package/lib/components/Tag/style/Tag.css +1 -1
  146. package/lib/components/Tooltip/style/Tooltip.css +1 -1
  147. package/lib/components/Typography/style/Typography.css +1 -1
  148. package/lib/components/Typography/style/css.js +2 -2
  149. package/lib/components/Typography/style/index.js +2 -2
  150. package/lib/components/Upload/style/Upload.css +1 -1
  151. package/lib/components/Upload/style/UploadFileBar.css +1 -1
  152. package/lib/components/VirtualList/constants.d.ts +2 -2
  153. package/lib/components/VirtualList/constants.js +3 -3
  154. package/lib/components/VirtualList/style/VirtualList.css +1 -1
  155. package/lib/index.css +1 -1
  156. package/lib/utils/classnames.js +2 -2
  157. 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("@/components/Copy/style/css");
4
- require("@/components/Icons/style/css");
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("@/components/Copy/style");
4
- require("@/components/Icons/style");
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-react-ui-upload{display:flex;flex-direction:column;gap:var(--om-spacing-200,8px);align-items:flex-start}.om-react-ui-upload-input{display:none}.om-react-ui-upload-label{color:var(--om-text-default,#131313)}.om-react-ui-upload-description{color:var(--om-text-default-tertiary,#646465)}.om-react-ui-upload-slot{display:flex;flex-direction:column;gap:0;width:100%}.om-react-ui-upload-error-msg{display:flex;gap:var(--om-spacing-100,4px);align-items:flex-start;color:var(--om-text-danger,#ae0000)}.om-react-ui-upload-error-msg-text{color:inherit!important}.om-react-ui-upload-disabled{cursor:not-allowed}
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-react-ui-upload-file-bar{display:flex;gap:var(--om-spacing-300,12px);align-items:center;width:100%}.om-react-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-react-ui-upload-file-bar-name{flex:1;min-width:0;overflow:hidden;color:inherit!important;white-space:nowrap;text-overflow:ellipsis}.om-react-ui-upload-file-bar-success .om-react-ui-upload-file-bar-inner{color:var(--om-text-brand,#073387)}.om-react-ui-upload-file-bar-success .om-react-ui-upload-file-bar-icon-file{color:var(--om-icon-brand,#073387)!important}.om-react-ui-upload-file-bar-failure .om-react-ui-upload-file-bar-inner{color:var(--om-text-danger,#ae0000)}.om-react-ui-upload-file-bar-failure .om-react-ui-upload-file-bar-icon-file{color:var(--om-icon-danger,#ae0000)!important}.om-react-ui-upload-file-bar:hover .om-react-ui-upload-file-bar-inner{border-color:var(--om-border-default-tertiary,#404042)}.om-react-ui-upload-file-bar-failure:hover .om-react-ui-upload-file-bar-inner{border-color:var(--om-text-default,#131313)}.om-react-ui-upload-file-bar-icon-status{margin-left:auto}.om-react-ui-upload-file-bar-icon-remove{flex-shrink:0;color:var(--om-icon-default,#131313);cursor:pointer}.om-react-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-react-ui-upload-file-bar-message>*{color:inherit!important}
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-react-ui-virtual-list";
3
- export declare const VIRTUAL_LIST_SCROLLBAR_CSS_VAR = "--om-react-ui-virtual-list-scrollbar-bg";
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-react-ui-virtual-list';
9
- var VIRTUAL_LIST_SCROLLBAR_CSS_VAR = exports.VIRTUAL_LIST_SCROLLBAR_CSS_VAR = '--om-react-ui-virtual-list-scrollbar-bg';
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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvVmlydHVhbExpc3QvY29uc3RhbnRzLnRzIl0sIm5hbWVzIjpbIlZJUlRVQUxfTElTVF9DT01QT05FTlRfTkFNRSIsImV4cG9ydHMiLCJWSVJUVUFMX0xJU1RfUFJFRklYQ0xTIiwiVklSVFVBTF9MSVNUX1NDUk9MTEJBUl9DU1NfVkFSIiwiVklSVFVBTF9MSVNUX1NDUk9MTEJBUl9ERUZBVUxUX0JHIl0sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBTyxJQUFNQSwyQkFBMkIsR0FBQUMsT0FBQSxDQUFBRCwyQkFBQSxHQUFHLGFBQWE7QUFFakQsSUFBTUUsc0JBQXNCLEdBQUFELE9BQUEsQ0FBQUMsc0JBQUEsR0FBRywwQkFBMEI7QUFFekQsSUFBTUMsOEJBQThCLEdBQUFGLE9BQUEsQ0FBQUUsOEJBQUEsR0FBRyx5Q0FBeUM7QUFFaEYsSUFBTUMsaUNBQWlDLEdBQUFILE9BQUEsQ0FBQUcsaUNBQUEsR0FBRyxvQkFBb0IiLCJmaWxlIjoiY29tcG9uZW50cy9WaXJ0dWFsTGlzdC9jb25zdGFudHMuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
11
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvVmlydHVhbExpc3QvY29uc3RhbnRzLnRzIl0sIm5hbWVzIjpbIlZJUlRVQUxfTElTVF9DT01QT05FTlRfTkFNRSIsImV4cG9ydHMiLCJWSVJUVUFMX0xJU1RfUFJFRklYQ0xTIiwiVklSVFVBTF9MSVNUX1NDUk9MTEJBUl9DU1NfVkFSIiwiVklSVFVBTF9MSVNUX1NDUk9MTEJBUl9ERUZBVUxUX0JHIl0sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBTyxJQUFNQSwyQkFBMkIsR0FBQUMsT0FBQSxDQUFBRCwyQkFBQSxHQUFHLGFBQWE7QUFFakQsSUFBTUUsc0JBQXNCLEdBQUFELE9BQUEsQ0FBQUMsc0JBQUEsR0FBRyw4QkFBOEI7QUFFN0QsSUFBTUMsOEJBQThCLEdBQUFGLE9BQUEsQ0FBQUUsOEJBQUEsR0FBRyw2Q0FBNkM7QUFFcEYsSUFBTUMsaUNBQWlDLEdBQUFILE9BQUEsQ0FBQUcsaUNBQUEsR0FBRyxvQkFBb0IiLCJmaWxlIjoiY29tcG9uZW50cy9WaXJ0dWFsTGlzdC9jb25zdGFudHMuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
@@ -1 +1 @@
1
- .om-react-ui-virtual-list{--om-react-ui-virtual-list-scrollbar-bg:rgb(0 0 0/50%)}
1
+ .om-component-ui-virtual-list{--om-component-ui-virtual-list-scrollbar-bg:rgb(0 0 0/50%)}