@gyramais/gyra-design 0.1.83 → 0.1.85

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.
Files changed (2) hide show
  1. package/dist/index.css +3 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -5099,6 +5099,9 @@ h6 {
5099
5099
  --tw-shadow-colored: 0 5px 5px 0 var(--tw-shadow-color), 0 8px 10px 0 var(--tw-shadow-color);
5100
5100
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
5101
5101
  }
5102
+ .gyramais-input-controller .react-datepicker-popper{
5103
+ min-width: 217px;
5104
+ }
5102
5105
 
5103
5106
  .gyramais-input-controller .react-datepicker__input-container{
5104
5107
  position: static;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gyramais/gyra-design",
3
- "version": "0.1.83",
3
+ "version": "0.1.85",
4
4
  "description": "Gyramais Design System",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",