@equisoft/design-elements-react 4.1.1-snapshot.20221102220804 → 5.0.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.
Files changed (2) hide show
  1. package/dist/bundle.js +4 -0
  2. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -588,6 +588,10 @@
588
588
  padding: var(--spacing-3x) var(--spacing-2x);
589
589
  }
590
590
 
591
+ .react-datepicker-wrapper {
592
+ width: auto;
593
+ }
594
+
591
595
  .react-datepicker__day {
592
596
  border: 1px solid transparent;
593
597
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "4.1.1-snapshot.20221102220804",
3
+ "version": "5.0.0",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",