@delightui/components 0.1.166 → 0.1.167
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/cjs/library.css +4 -4
- package/dist/esm/library.css +4 -4
- package/package.json +2 -2
package/dist/cjs/library.css
CHANGED
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
transform: translateX(-50%);
|
|
804
804
|
}
|
|
805
805
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Top] .Tooltip-module_tailOutline__7l774 {
|
|
806
|
-
--svg-stroke-width: calc(var(--tooltip-content-border-bottom-width, 2px) -
|
|
806
|
+
--svg-stroke-width: calc(var(--tooltip-content-border-bottom-width, 2px) - 1px);
|
|
807
807
|
}
|
|
808
808
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Top][data-align=Start] .Tooltip-module_tooltipArrow__4y3Pi {
|
|
809
809
|
left: 14px;
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
transform: translateX(-50%) rotate(180deg);
|
|
821
821
|
}
|
|
822
822
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Bottom] .Tooltip-module_tailOutline__7l774 {
|
|
823
|
-
--svg-stroke-width: calc(var(--tooltip-content-border-top-width, 2px) -
|
|
823
|
+
--svg-stroke-width: calc(var(--tooltip-content-border-top-width, 2px) - 1px);
|
|
824
824
|
opacity: clamp(0, 2px / 1px, 1);
|
|
825
825
|
opacity: clamp(0, var(--tooltip-content-border-top-width, 2px) / 1px, 1);
|
|
826
826
|
}
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
transform: translateY(-50%) rotate(-90deg);
|
|
842
842
|
}
|
|
843
843
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Left] .Tooltip-module_tailOutline__7l774 {
|
|
844
|
-
--svg-stroke-width: calc(var(--tooltip-content-border-right-width, 2px) -
|
|
844
|
+
--svg-stroke-width: calc(var(--tooltip-content-border-right-width, 2px) - 1px);
|
|
845
845
|
opacity: clamp(0, 2px / 1px, 1);
|
|
846
846
|
opacity: clamp(0, var(--tooltip-content-border-right-width, 2px) / 1px, 1);
|
|
847
847
|
}
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
transform: translateY(-50%) rotate(90deg);
|
|
864
864
|
}
|
|
865
865
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Right] .Tooltip-module_tailOutline__7l774 {
|
|
866
|
-
--svg-stroke-width: calc(var(--tooltip-content-border-left-width, 2px) -
|
|
866
|
+
--svg-stroke-width: calc(var(--tooltip-content-border-left-width, 2px) - 1px);
|
|
867
867
|
opacity: clamp(0, 2px / 1px, 1);
|
|
868
868
|
opacity: clamp(0, var(--tooltip-content-border-left-width, 2px) / 1px, 1);
|
|
869
869
|
}
|
package/dist/esm/library.css
CHANGED
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
transform: translateX(-50%);
|
|
804
804
|
}
|
|
805
805
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Top] .Tooltip-module_tailOutline__7l774 {
|
|
806
|
-
--svg-stroke-width: calc(var(--tooltip-content-border-bottom-width, 2px) -
|
|
806
|
+
--svg-stroke-width: calc(var(--tooltip-content-border-bottom-width, 2px) - 1px);
|
|
807
807
|
}
|
|
808
808
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Top][data-align=Start] .Tooltip-module_tooltipArrow__4y3Pi {
|
|
809
809
|
left: 14px;
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
transform: translateX(-50%) rotate(180deg);
|
|
821
821
|
}
|
|
822
822
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Bottom] .Tooltip-module_tailOutline__7l774 {
|
|
823
|
-
--svg-stroke-width: calc(var(--tooltip-content-border-top-width, 2px) -
|
|
823
|
+
--svg-stroke-width: calc(var(--tooltip-content-border-top-width, 2px) - 1px);
|
|
824
824
|
opacity: clamp(0, 2px / 1px, 1);
|
|
825
825
|
opacity: clamp(0, var(--tooltip-content-border-top-width, 2px) / 1px, 1);
|
|
826
826
|
}
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
transform: translateY(-50%) rotate(-90deg);
|
|
842
842
|
}
|
|
843
843
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Left] .Tooltip-module_tailOutline__7l774 {
|
|
844
|
-
--svg-stroke-width: calc(var(--tooltip-content-border-right-width, 2px) -
|
|
844
|
+
--svg-stroke-width: calc(var(--tooltip-content-border-right-width, 2px) - 1px);
|
|
845
845
|
opacity: clamp(0, 2px / 1px, 1);
|
|
846
846
|
opacity: clamp(0, var(--tooltip-content-border-right-width, 2px) / 1px, 1);
|
|
847
847
|
}
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
transform: translateY(-50%) rotate(90deg);
|
|
864
864
|
}
|
|
865
865
|
.Tooltip-module_tooltipContent__iio4V[data-direction=Right] .Tooltip-module_tailOutline__7l774 {
|
|
866
|
-
--svg-stroke-width: calc(var(--tooltip-content-border-left-width, 2px) -
|
|
866
|
+
--svg-stroke-width: calc(var(--tooltip-content-border-left-width, 2px) - 1px);
|
|
867
867
|
opacity: clamp(0, 2px / 1px, 1);
|
|
868
868
|
opacity: clamp(0, var(--tooltip-content-border-left-width, 2px) / 1px, 1);
|
|
869
869
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delightui/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.167",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vite",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"react": "^18.3.1",
|
|
89
89
|
"react-dom": "^18.3.1",
|
|
90
90
|
"react-overlays": "^5.2.1",
|
|
91
|
-
"react-router-dom": "^6.23.1"
|
|
91
|
+
"react-router-dom": "^6.23.1 || ^7.0.0"
|
|
92
92
|
},
|
|
93
93
|
"main": "dist/cjs/library.js",
|
|
94
94
|
"module": "dist/esm/library.js",
|