@antscorp/antsomi-ui 1.3.5-beta.301 → 1.3.5-beta.303

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.
@@ -98,28 +98,28 @@ export const StyledSelect = styled(AntdSelect) `
98
98
  }
99
99
  `;
100
100
  export const StyledTag = styled(Tag) `
101
- position: relative;
102
- display: flex;
103
- align-items: center;
104
- width: fit-content;
105
- height: 24px;
106
- margin-right: 5px;
107
- padding: 5px 10px;
108
- border-radius: 15px;
109
- border: none;
110
- background-color: ${(_q = THEME.token) === null || _q === void 0 ? void 0 : _q.blue2};
111
- cursor: pointer;
101
+ position: relative !important;
102
+ display: flex !important;
103
+ align-items: center !important;
104
+ width: fit-content !important;
105
+ height: 24px !important;
106
+ margin-right: 5px !important;
107
+ padding: 5px 10px !important;
108
+ border-radius: 15px !important;
109
+ border: none !important;
110
+ background-color: ${(_q = THEME.token) === null || _q === void 0 ? void 0 : _q.blue2} !important;
111
+ cursor: pointer !important;
112
112
 
113
113
  .antsomi-tag-close-icon {
114
- opacity: 0;
115
- position: absolute;
116
- right: 2px;
117
- transition: all 0.3s;
114
+ opacity: 0 !important;
115
+ position: absolute !important;
116
+ right: 2px !important;
117
+ transition: all 0.3s !important;
118
118
  }
119
119
 
120
120
  &:hover {
121
121
  .antsomi-tag-close-icon {
122
- opacity: 1;
122
+ opacity: 1 !important;
123
123
  }
124
124
  }
125
125
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.301",
3
+ "version": "1.3.5-beta.303",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",