@antscorp/antsomi-ui 1.3.7-beta.64 → 1.3.7-beta.65
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.
|
@@ -7,5 +7,5 @@ export declare const StyledSelect: import("styled-components").StyledComponent<(
|
|
|
7
7
|
Option: import("rc-select/lib/Option").OptionFC;
|
|
8
8
|
OptGroup: import("rc-select/lib/OptGroup").OptionGroupFC;
|
|
9
9
|
_InternalPanelDoNotUseOrYouWillBeFired: (props: import("antd/es/_util/type").AnyObject) => import("react").JSX.Element;
|
|
10
|
-
} & import("react").FC<import("
|
|
10
|
+
} & import("react").FC<import("@antscorp/antsomi-ui/es/components/molecules/Select").SelectProps>, any, {}, never>;
|
|
11
11
|
export declare const StyledSelectOption: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styled from 'styled-components';
|
|
2
|
-
import { Typography } from '
|
|
3
|
-
import { Select } from '
|
|
2
|
+
import { Typography } from '@antscorp/antsomi-ui/es/components/atoms/Typography';
|
|
3
|
+
import { Select } from '@antscorp/antsomi-ui/es/components/molecules/Select';
|
|
4
4
|
export const StyledSelect = styled(Select) `
|
|
5
5
|
.img-lang {
|
|
6
6
|
width: 21px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antscorp/antsomi-ui",
|
|
3
|
-
"version": "1.3.7-beta.
|
|
3
|
+
"version": "1.3.7-beta.65",
|
|
4
4
|
"description": "An enterprise-class UI design language and React UI library.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"dist/*",
|
|
@@ -81,7 +81,6 @@
|
|
|
81
81
|
"@tanstack/react-query-devtools": "4.20.4",
|
|
82
82
|
"@tanstack/react-table": "^8.20.5",
|
|
83
83
|
"@tinymce/tinymce-react": "^3.7.0",
|
|
84
|
-
"@types/styled-components": "^5.1.26",
|
|
85
84
|
"@tiptap/core": "3.10.2",
|
|
86
85
|
"@tiptap/extension-link": "3.10.2",
|
|
87
86
|
"@tiptap/extension-strike": "3.10.2",
|
|
@@ -207,6 +206,7 @@
|
|
|
207
206
|
"@types/react-router-dom": "^5.3.3",
|
|
208
207
|
"@types/react-syntax-highlighter": "^15.5.11",
|
|
209
208
|
"@types/react-window": "^1.8.8",
|
|
209
|
+
"@types/styled-components": "^5.1.26",
|
|
210
210
|
"@types/tinycolor2": "^1.4.6",
|
|
211
211
|
"@types/uniqid": "^5.3.4",
|
|
212
212
|
"@types/yaireo__tagify": "^4.27.0",
|
|
@@ -276,7 +276,6 @@
|
|
|
276
276
|
"@antscorp/antsomi-locales": ">=1.0.79",
|
|
277
277
|
"react": ">=16.9.0",
|
|
278
278
|
"react-dom": ">=16.9.0",
|
|
279
|
-
"react-router-dom": ">= 5.1.0"
|
|
280
|
-
"styled-components": "^5.3.9"
|
|
279
|
+
"react-router-dom": ">= 5.1.0"
|
|
281
280
|
}
|
|
282
281
|
}
|