@trackunit/react-components 0.1.166 → 0.1.168
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -19070,7 +19070,7 @@ const TooltipContainer = ({ label, placement = "bottom", mode = "dark", contentT
|
|
|
19070
19070
|
|
|
19071
19071
|
const cvaIndicator = cssClassVarianceUtilities.cvaMerge(["flex", "items-center"]);
|
|
19072
19072
|
const cvaIndicatorIcon = cssClassVarianceUtilities.cvaMerge(["mr-2"]);
|
|
19073
|
-
const cvaIndicatorLabel = cssClassVarianceUtilities.cvaMerge(["pl-2", "pr-2", "font-medium", "capitalize", "text-sm"
|
|
19073
|
+
const cvaIndicatorLabel = cssClassVarianceUtilities.cvaMerge(["pl-2", "pr-2", "font-medium", "capitalize", "text-sm"]);
|
|
19074
19074
|
const cvaIndicatorPing = cssClassVarianceUtilities.cvaMerge(["animate-ping-sm", "absolute", "inline-flex", "h-full", "w-full", "rounded-full", "opacity-75", "bg-neutral-600"], {
|
|
19075
19075
|
variants: {
|
|
19076
19076
|
color: {
|
package/index.esm.js
CHANGED
|
@@ -19041,7 +19041,7 @@ const TooltipContainer = ({ label, placement = "bottom", mode = "dark", contentT
|
|
|
19041
19041
|
|
|
19042
19042
|
const cvaIndicator = cvaMerge(["flex", "items-center"]);
|
|
19043
19043
|
const cvaIndicatorIcon = cvaMerge(["mr-2"]);
|
|
19044
|
-
const cvaIndicatorLabel = cvaMerge(["pl-2", "pr-2", "font-medium", "capitalize", "text-sm"
|
|
19044
|
+
const cvaIndicatorLabel = cvaMerge(["pl-2", "pr-2", "font-medium", "capitalize", "text-sm"]);
|
|
19045
19045
|
const cvaIndicatorPing = cvaMerge(["animate-ping-sm", "absolute", "inline-flex", "h-full", "w-full", "rounded-full", "opacity-75", "bg-neutral-600"], {
|
|
19046
19046
|
variants: {
|
|
19047
19047
|
color: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.168",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@floating-ui/react": "0.25.4",
|
|
11
11
|
"@trackunit/css-class-variance-utilities": "0.0.14",
|
|
12
12
|
"@trackunit/css-core": "0.0.95",
|
|
13
|
-
"@trackunit/shared-utils": "0.0.
|
|
13
|
+
"@trackunit/shared-utils": "0.0.10",
|
|
14
14
|
"@trackunit/ui-design-tokens": "0.0.77",
|
|
15
15
|
"@trackunit/ui-icons": "0.0.77",
|
|
16
16
|
"date-fns": "2.29.3",
|