@equisoft/design-elements-react 5.2.0 → 5.2.1-snapshot.20230217185331

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 +2 -2
  2. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -2977,9 +2977,9 @@
2977
2977
 
2978
2978
  &[data-popper-placement*="top"] > ${p} {
2979
2979
  bottom: 0;
2980
- height: 1rem;
2980
+ height: 0;
2981
2981
  left: 0;
2982
- margin-bottom: -1rem;
2982
+ margin-bottom: 0;
2983
2983
  width: 1rem;
2984
2984
  }
2985
2985
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "5.2.0",
3
+ "version": "5.2.1-snapshot.20230217185331",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",