@agentscope-ai/design 1.0.26-beta.1769408015763 → 1.0.27

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.
@@ -10,6 +10,7 @@ import { useButtonStyle } from "./button.style";
10
10
  import { useDropdownStyle } from "./dropdown.style";
11
11
  import { useFloatButtonStyle } from "./floatButton.style";
12
12
  import { useInputNumberStyle } from "./inputNumber.style";
13
+ import { useInputSearchStyle } from "./inputSearch.style";
13
14
  import { useMessageStyle } from "./message.style";
14
15
  import { useNotificationStyle } from "./notification.style";
15
16
  import { usePopoverStyle } from "./popover.style";
@@ -34,6 +35,7 @@ export var useIndexStyle = function useIndexStyle() {
34
35
  var DropdownStyle = useDropdownStyle();
35
36
  var FloatButtonStyle = useFloatButtonStyle();
36
37
  var InputNumberStyle = useInputNumberStyle();
38
+ var InputSearchStyle = useInputSearchStyle();
37
39
  var MessageStyle = useMessageStyle();
38
40
  var NotificationStyle = useNotificationStyle();
39
41
  var PopoverStyle = usePopoverStyle();
@@ -47,7 +49,7 @@ export var useIndexStyle = function useIndexStyle() {
47
49
 
48
50
  // 返回组合组件
49
51
  return function IndexStyleComponent() {
50
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(BaseStyle), /*#__PURE__*/React.createElement(AlertStyle), /*#__PURE__*/React.createElement(BreadcrumbStyle), /*#__PURE__*/React.createElement(ButtonStyle), /*#__PURE__*/React.createElement(DropdownStyle), /*#__PURE__*/React.createElement(FloatButtonStyle), /*#__PURE__*/React.createElement(InputNumberStyle), /*#__PURE__*/React.createElement(MessageStyle), /*#__PURE__*/React.createElement(NotificationStyle), /*#__PURE__*/React.createElement(PopoverStyle), /*#__PURE__*/React.createElement(RadioStyle), /*#__PURE__*/React.createElement(SegmentStyle), /*#__PURE__*/React.createElement(SelectStyle), /*#__PURE__*/React.createElement(SliderStyle), /*#__PURE__*/React.createElement(TableStyle), /*#__PURE__*/React.createElement(TooltipStyle), /*#__PURE__*/React.createElement(TreeStyle));
52
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(BaseStyle), /*#__PURE__*/React.createElement(AlertStyle), /*#__PURE__*/React.createElement(BreadcrumbStyle), /*#__PURE__*/React.createElement(ButtonStyle), /*#__PURE__*/React.createElement(DropdownStyle), /*#__PURE__*/React.createElement(FloatButtonStyle), /*#__PURE__*/React.createElement(InputNumberStyle), /*#__PURE__*/React.createElement(InputSearchStyle), /*#__PURE__*/React.createElement(MessageStyle), /*#__PURE__*/React.createElement(NotificationStyle), /*#__PURE__*/React.createElement(PopoverStyle), /*#__PURE__*/React.createElement(RadioStyle), /*#__PURE__*/React.createElement(SegmentStyle), /*#__PURE__*/React.createElement(SelectStyle), /*#__PURE__*/React.createElement(SliderStyle), /*#__PURE__*/React.createElement(TableStyle), /*#__PURE__*/React.createElement(TooltipStyle), /*#__PURE__*/React.createElement(TreeStyle));
51
53
  };
52
54
  };
53
55
 
@@ -0,0 +1,2 @@
1
+ export declare const useInputSearchStyle: () => () => import("react/jsx-runtime").JSX.Element;
2
+ export default useInputSearchStyle;
@@ -0,0 +1,15 @@
1
+ var _templateObject;
2
+ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
3
+ import createGlobalStyle from "../../libs/createStyle";
4
+ export var useInputSearchStyle = createGlobalStyle(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n.", "-input-outlined,\n.", "-input-outlined.", "-input-disabled {\n border-color: var(--", "-color-border-secondary);\n}\n\n.", "-input-sm {\n font-size: 12px;\n height: 24px;\n}\n"])), function (p) {
5
+ return p.antPrefix;
6
+ }, function (p) {
7
+ return p.antPrefix;
8
+ }, function (p) {
9
+ return p.antPrefix;
10
+ }, function (p) {
11
+ return p.antPrefix;
12
+ }, function (p) {
13
+ return p.antPrefix;
14
+ });
15
+ export default useInputSearchStyle;
@@ -1,7 +1,13 @@
1
1
  var _templateObject;
2
2
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
3
3
  import createGlobalStyle from "../../libs/createStyle";
4
- export var useTableStyle = createGlobalStyle(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n.", "-table-cell {\n border-radius: 0;\n}\n"])), function (p) {
4
+ export var useTableStyle = createGlobalStyle(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n.", "-table-cell {\n border-radius: 0;\n}\n.", "-table-wrapper .", "-table .", "-table-header {\n border-radius: 0;\n}\n"])), function (p) {
5
+ return p.antPrefix;
6
+ }, function (p) {
7
+ return p.antPrefix;
8
+ }, function (p) {
9
+ return p.antPrefix;
10
+ }, function (p) {
5
11
  return p.antPrefix;
6
12
  });
7
13
  export default useTableStyle;