@antscorp/antsomi-ui 1.3.5-beta.339 → 1.3.5-beta.340
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/constants/theme.js
CHANGED
|
@@ -92,6 +92,7 @@ THEME.components = {
|
|
|
92
92
|
borderColorDisabled: (_d = THEME.token) === null || _d === void 0 ? void 0 : _d.bw6,
|
|
93
93
|
colorTextDisabled: (_e = THEME.token) === null || _e === void 0 ? void 0 : _e.bw0,
|
|
94
94
|
textHoverBg: '#F2F9FF',
|
|
95
|
+
marginXS: 0,
|
|
95
96
|
/* Text type */
|
|
96
97
|
colorBgTextHover: (_f = THEME.token) === null || _f === void 0 ? void 0 : _f.blue,
|
|
97
98
|
colorBgTextActive: (_g = THEME.token) === null || _g === void 0 ? void 0 : _g.blue1_1,
|
|
@@ -91,7 +91,7 @@ export const GlobalStyle = () => {
|
|
|
91
91
|
display: inline-flex !important;
|
|
92
92
|
align-items: center !important;
|
|
93
93
|
justify-content: center !important;
|
|
94
|
-
gap:
|
|
94
|
+
gap: 8px;
|
|
95
95
|
|
|
96
96
|
i {
|
|
97
97
|
font-size: 20px;
|
|
@@ -919,7 +919,7 @@ export const GlobalStyle = () => {
|
|
|
919
919
|
.antsomi-typography {
|
|
920
920
|
&.antsomi-typography-danger,
|
|
921
921
|
&.antsomi-typography-warning {
|
|
922
|
-
|
|
922
|
+
font-size: 11px;
|
|
923
923
|
}
|
|
924
924
|
}
|
|
925
925
|
` }));
|
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.340",
|
|
4
4
|
"description": "An enterprise-class UI design language and React UI library.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"dist/*",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"not op_mini all"
|
|
61
61
|
],
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@antscorp/icons": "
|
|
63
|
+
"@antscorp/icons": "0.27.27",
|
|
64
64
|
"@antscorp/image-editor": "1.0.2",
|
|
65
65
|
"@antscorp/processing-notification": "^1.0.3",
|
|
66
66
|
"@dnd-kit/core": "^6.1.0",
|