@antscorp/antsomi-ui 1.3.5-beta.413 → 1.3.5-beta.414
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.
|
@@ -300,9 +300,9 @@ export const GlobalStyle = () => {
|
|
|
300
300
|
padding: 8px 0 !important;
|
|
301
301
|
z-index: 3002 !important;
|
|
302
302
|
|
|
303
|
-
.antsomi-select-item:not(:last-child) {
|
|
303
|
+
/* .antsomi-select-item:not(:last-child) {
|
|
304
304
|
margin-bottom: 6px;
|
|
305
|
-
}
|
|
305
|
+
} */
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
.antsomi-select-selection-overflow {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antscorp/antsomi-ui",
|
|
3
|
-
"version": "1.3.5-beta.
|
|
3
|
+
"version": "1.3.5-beta.414",
|
|
4
4
|
"description": "An enterprise-class UI design language and React UI library.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"dist/*",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"react-frame-component": "^5.2.6",
|
|
114
114
|
"react-konva": "^18.2.10",
|
|
115
115
|
"react-intersection-observer": "^9.10.3",
|
|
116
|
+
"react-konva": "^18.2.10",
|
|
116
117
|
"react-markdown": "^8.0.7",
|
|
117
118
|
"react-resizable": "^3.0.5",
|
|
118
119
|
"react-syntax-highlighter": "^15.5.0",
|
|
@@ -124,10 +125,10 @@
|
|
|
124
125
|
"swiper": "^11.0.7",
|
|
125
126
|
"ts-dedent": "^2.2.0",
|
|
126
127
|
"tui-image-editor": "^3.15.3",
|
|
127
|
-
"use-image": "^1.1.1",
|
|
128
|
-
"use-immer": "^0.9.0",
|
|
129
128
|
"uniqid": "^5.4.0",
|
|
130
129
|
"use-context-selector": "^1.4.4",
|
|
130
|
+
"use-image": "^1.1.1",
|
|
131
|
+
"use-immer": "^0.9.0",
|
|
131
132
|
"zustand": "^4.5.2"
|
|
132
133
|
},
|
|
133
134
|
"devDependencies": {
|