@woosmap/ui 4.112.0 → 4.113.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.112.0",
3
+ "version": "4.113.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -219,9 +219,11 @@ input
219
219
  br()
220
220
  overflow hidden
221
221
  &::-webkit-color-swatch-wrapper
222
- &::-moz-color-swatch-wrapper
223
222
  padding 0
224
223
  &::-webkit-color-swatch
224
+ border none
225
+ &::-moz-color-swatch-wrapper
226
+ padding 0
225
227
  &::-moz-color-swatch
226
228
  border none
227
229
  &--number
@@ -229,12 +231,12 @@ input
229
231
  display flex
230
232
  > :first-child
231
233
  border-radius $borderRadius 0 0 $borderRadius !important
234
+ border-right 0 !important
232
235
  > :nth-child(2)
233
236
  border-radius 0 !important
234
- border-left 0 !important
235
- border-right 0 !important
236
237
  > :nth-child(3)
237
238
  border-radius 0 $borderRadius $borderRadius 0 !important
239
+ border-left 0 !important
238
240
  input::-webkit-outer-spin-button
239
241
  input::-webkit-inner-spin-button
240
242
  -webkit-appearance none