@community-release/nx-ui 0.0.26 → 0.0.28

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "ui",
3
3
  "configKey": "ui",
4
- "version": "0.0.26"
4
+ "version": "0.0.28"
5
5
  }
@@ -229,7 +229,6 @@ export default {
229
229
  height: 100%;
230
230
  font-weight: 600;
231
231
  font-family: @com-font-header;
232
- letter-spacing: -0.015em;
233
232
 
234
233
  .slot-default {
235
234
  padding: 0 @com-space-mini;
@@ -138,14 +138,7 @@
138
138
 
139
139
  > input {
140
140
  position: absolute;
141
- top: 0;
142
- left: 0;
143
- margin: 0;
144
- padding: 0;
145
- width: 100%;
146
- height: 100%;
147
141
  opacity: 0;
148
- cursor: pointer;
149
142
  }
150
143
 
151
144
  > i {
@@ -188,7 +181,6 @@
188
181
  }
189
182
 
190
183
  > a {
191
- pointer-events: none;
192
184
  position: relative;
193
185
  }
194
186
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@community-release/nx-ui",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "nx-ui - Nuxt UI library",
5
5
  "repository": {
6
6
  "type": "git",