@antscorp/antsomi-ui 1.3.5-beta.327 → 1.3.5-beta.329
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.
|
@@ -21,7 +21,7 @@ export const SelectedIcon = styled.div `
|
|
|
21
21
|
`;
|
|
22
22
|
export const StepsWrapper = styled(Steps) `
|
|
23
23
|
&.save-highest-step {
|
|
24
|
-
|
|
24
|
+
// * Steps Default
|
|
25
25
|
&.antsomi-steps:not(.antsomi-steps-dot) {
|
|
26
26
|
&.antsomi-steps-small
|
|
27
27
|
.antsomi-steps-item
|
|
@@ -115,7 +115,7 @@ export const StepsWrapper = styled(Steps) `
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
// * Steps dot
|
|
119
119
|
&.antsomi-steps.antsomi-steps-dot {
|
|
120
120
|
&.antsomi-steps-horizontal .antsomi-steps-item .antsomi-steps-item-container {
|
|
121
121
|
& > .antsomi-steps-item-tail::after {
|
|
@@ -155,8 +155,11 @@ export const StepsWrapper = styled(Steps) `
|
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
|
|
158
|
+
// * Common
|
|
159
159
|
&.antsomi-steps {
|
|
160
|
+
.antsomi-steps-item-title {
|
|
161
|
+
font-size: 14px;
|
|
162
|
+
}
|
|
160
163
|
.antsomi-steps-item-wait {
|
|
161
164
|
color: ${(_l = THEME.token) === null || _l === void 0 ? void 0 : _l.bw7};
|
|
162
165
|
|
|
@@ -16,7 +16,7 @@ export const checkingRoleScope = (args) => {
|
|
|
16
16
|
MENU_CODE.DASHBOARD_OVERVIEW,
|
|
17
17
|
MENU_CODE.MEDIA_TEMPLATE,
|
|
18
18
|
MENU_CODE.EMAIL_TEMPLATE,
|
|
19
|
-
MENU_CODE.SEGMENT,
|
|
19
|
+
// MENU_CODE.SEGMENT,
|
|
20
20
|
MENU_CODE.DESTINATIONS_HUB,
|
|
21
21
|
MENU_CODE.BUSINESS_OBJECT,
|
|
22
22
|
MENU_CODE.DATA_OBJECT,
|