@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
package/lib/utils/classnames.js
CHANGED
|
@@ -21,5 +21,5 @@ var joinCls = exports.joinCls = function joinCls() {
|
|
|
21
21
|
}
|
|
22
22
|
return classes.filter(Boolean).join(' ');
|
|
23
23
|
};
|
|
24
|
-
var _default = exports["default"] = classnames('om-
|
|
25
|
-
//# sourceMappingURL=data:application/json;charset=utf8;base64,
|
|
24
|
+
var _default = exports["default"] = classnames('om-component-ui');
|
|
25
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy91dGlscy9jbGFzc25hbWVzLnRzIl0sIm5hbWVzIjpbIl9jbGFzc25hbWVzIiwiX2ludGVyb3BSZXF1aXJlRGVmYXVsdCIsInJlcXVpcmUiLCJjbGFzc25hbWVzIiwiZXhwb3J0cyIsIm5hbWVzcGFjZSIsImJsb2NrIiwibW9kaWZpZXIiLCJjbGFzc05hbWUiLCJiYXNlIiwiY29uY2F0IiwiY2xhc3NOYW1lcyIsIl9kZWZpbmVQcm9wZXJ0eTIiLCJqb2luQ2xzIiwiX2xlbiIsImFyZ3VtZW50cyIsImxlbmd0aCIsImNsYXNzZXMiLCJBcnJheSIsIl9rZXkiLCJmaWx0ZXIiLCJCb29sZWFuIiwiam9pbiIsIl9kZWZhdWx0Il0sIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUFBLElBQUFBLFdBQUEsR0FBQUMsc0JBQUEsQ0FBQUMsT0FBQTtBQUVPLElBQU1DLFVBQVUsR0FBQUMsT0FBQSxDQUFBRCxVQUFBLEdBQUcsU0FBYkEsVUFBVUEsQ0FBSUUsU0FBaUI7RUFBQSxPQUFLLFVBQUNDLEtBQWM7SUFBQSxPQUFLLFVBQ25FQyxRQUFpQixFQUNqQkMsU0FBa0IsRUFDaEI7TUFDRixJQUFNQyxJQUFJLEdBQUdILEtBQUssTUFBQUksTUFBQSxDQUFNTCxTQUFTLE9BQUFLLE1BQUEsQ0FBSUosS0FBSyxJQUFLRCxTQUFTO01BQ3hELE9BQU8sSUFBQU0sc0JBQVUsTUFBQUMsZ0JBQUEsaUJBQUFBLGdCQUFBLGlCQUVaSCxJQUFJLEVBQUcsQ0FBQyxDQUFDQSxJQUFJLElBQUksQ0FBQ0YsUUFBUSxNQUFBRyxNQUFBLENBQ3ZCRCxJQUFJLE9BQUFDLE1BQUEsQ0FBSUgsUUFBUSxHQUFLLENBQUMsQ0FBQ0UsSUFBSSxJQUFJLENBQUMsQ0FBQ0YsUUFBUSxHQUUvQ0MsU0FBUyxDQUNWO0lBQ0gsQ0FBQztFQUFBO0FBQUE7QUFJTSxJQUFNSyxPQUFPLEdBQUFULE9BQUEsQ0FBQVMsT0FBQSxHQUFHLFNBQVZBLE9BQU9BLENBQUE7RUFBQSxTQUFBQyxJQUFBLEdBQUFDLFNBQUEsQ0FBQUMsTUFBQSxFQUFPQyxPQUF5RCxPQUFBQyxLQUFBLENBQUFKLElBQUEsR0FBQUssSUFBQSxNQUFBQSxJQUFBLEdBQUFMLElBQUEsRUFBQUssSUFBQTtJQUF6REYsT0FBeUQsQ0FBQUUsSUFBQSxJQUFBSixTQUFBLENBQUFJLElBQUE7RUFBQTtFQUFBLE9BQUtGLE9BQU8sQ0FBQ0csTUFBTSxDQUFDQyxPQUFPLENBQUMsQ0FBQ0MsSUFBSSxDQUFDLEdBQUcsQ0FBQztBQUFBO0FBQUMsSUFBQUMsUUFBQSxHQUFBbkIsT0FBQSxjQUU1R0QsVUFBVSxDQUFDLGlCQUFpQixDQUFDIiwiZmlsZSI6InV0aWxzL2NsYXNzbmFtZXMuanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|