@weareconceptstudio/form 0.5.1 → 0.5.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.
@@ -525,7 +525,7 @@ const FormStyle = createGlobalStyle `${css `
525
525
  padding: 0 !important;
526
526
 
527
527
  .numInputWrapper {
528
- width: 7ch !important;
528
+ width: 8ch !important;
529
529
  }
530
530
  }
531
531
 
@@ -557,10 +557,10 @@ const FormStyle = createGlobalStyle `${css `
557
557
  }
558
558
  }
559
559
 
560
- .arrowUp,
560
+ /* .arrowUp,
561
561
  .arrowDown {
562
562
  display: none;
563
- }
563
+ } */
564
564
  }
565
565
 
566
566
  .flatpickr-month {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weareconceptstudio/form",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Concept Studio Form",
5
5
  "author": "Concept Studio",
6
6
  "license": "ISC",