@ambuj.bhaskar/react-component-library 0.12.0-alpha → 0.12.2-alpha
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/assets/index.css +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +6 -5
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1513,10 +1513,10 @@ const VT = ({
|
|
|
1513
1513
|
width: r = "24rem",
|
|
1514
1514
|
placement: a = "flex-start",
|
|
1515
1515
|
icon: l,
|
|
1516
|
-
backgroundColor: c
|
|
1517
|
-
textColor: u
|
|
1518
|
-
borderColor: C
|
|
1519
|
-
disabledColor: f
|
|
1516
|
+
backgroundColor: c,
|
|
1517
|
+
textColor: u,
|
|
1518
|
+
borderColor: C,
|
|
1519
|
+
disabledColor: f,
|
|
1520
1520
|
iconPosition: d = "after",
|
|
1521
1521
|
iconColor: v = "#292929",
|
|
1522
1522
|
disabled: g = !1,
|
|
@@ -27466,7 +27466,8 @@ const yT = ({
|
|
|
27466
27466
|
style: {
|
|
27467
27467
|
width: c,
|
|
27468
27468
|
"--c_trigger_background": C,
|
|
27469
|
-
"--c_trigger_border": f
|
|
27469
|
+
"--c_trigger_border": f,
|
|
27470
|
+
"--c_highlight": d
|
|
27470
27471
|
},
|
|
27471
27472
|
popupStyle: {
|
|
27472
27473
|
"--c_highlight": d,
|