uiplex 1.4.0 → 1.4.1
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.
- package/dist/index.css +2 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2091,6 +2091,7 @@
|
|
|
2091
2091
|
|
|
2092
2092
|
|
|
2093
2093
|
.ui-tooltip-wrapper {
|
|
2094
|
+
width: fit-content;
|
|
2094
2095
|
position: relative;
|
|
2095
2096
|
display: inline-block;
|
|
2096
2097
|
}
|
|
@@ -2449,6 +2450,7 @@
|
|
|
2449
2450
|
|
|
2450
2451
|
|
|
2451
2452
|
.ui-popover-wrapper {
|
|
2453
|
+
width: fit-content;
|
|
2452
2454
|
position: relative;
|
|
2453
2455
|
display: inline-block;
|
|
2454
2456
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uiplex",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "A modern React component library with TypeScript support, featuring Button, Loader, Radio components and a comprehensive theme system",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|