@pushengineering/umg-web-components 3.1.1 → 3.1.2

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.
@@ -292,14 +292,14 @@ NumberField.styles = mergeStyles([
292
292
  .spinner:hover {
293
293
  background-color: rgb(0,0,0,0.1);
294
294
  }
295
- .spinner.increase {
295
+
296
+ /** Arrows input buttons */
297
+ .field--arrows .spinner.increase {
296
298
  top: 0.0625rem;
297
299
  }
298
- .spinner.decrease {
300
+ .field--arrows .spinner.decrease {
299
301
  bottom: 0.0625rem;
300
302
  }
301
-
302
- /** Arrows input buttons */
303
303
  .field--arrows input {
304
304
  border-radius: var(--umg-border-input-corner-radius, 0) 0 0 var(--umg-border-input-corner-radius, 0);
305
305
  border: solid var(--umg-border-input-width, 0.0625rem) var(--umg-color-input-border, var(--umg-color-base-text, rgb(0,0,0,0.2)));
@@ -321,7 +321,7 @@ NumberField.styles = mergeStyles([
321
321
  order: 2;
322
322
  text-align: center;
323
323
  height: 1.75rem;
324
- width: 2.5rem;
324
+ width: 2rem;
325
325
  }
326
326
  .field--symbols .spinner {
327
327
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushengineering/umg-web-components",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "type": "module",
5
5
  "module": "dist/components/index.js",
6
6
  "types": "dist/components/index.d.ts",