@ambuj.bhaskar/react-component-library 0.12.2-alpha → 0.12.3-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/index.cjs +2 -2
- package/dist/index.js +10 -10
- package/dist/index.umd.js +2 -2
- 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 = "#2929291a",
|
|
1517
|
+
textColor: u = "#292929",
|
|
1518
|
+
borderColor: C = "#292929",
|
|
1519
|
+
disabledColor: f = "#DEDEDE",
|
|
1520
1520
|
iconPosition: d = "after",
|
|
1521
1521
|
iconColor: v = "#292929",
|
|
1522
1522
|
disabled: g = !1,
|
|
@@ -27435,12 +27435,12 @@ const yT = ({
|
|
|
27435
27435
|
presetRanges: l = MT,
|
|
27436
27436
|
width: c = "24rem",
|
|
27437
27437
|
height: u = "m",
|
|
27438
|
-
triggerBackgroundColor: C
|
|
27439
|
-
triggerBorderColor: f
|
|
27440
|
-
pickerHighlightColor: d
|
|
27441
|
-
pickerRangeColor: v
|
|
27442
|
-
pickerBackgroundColor: g
|
|
27443
|
-
pickerBorderColor: p
|
|
27438
|
+
triggerBackgroundColor: C,
|
|
27439
|
+
triggerBorderColor: f,
|
|
27440
|
+
pickerHighlightColor: d,
|
|
27441
|
+
pickerRangeColor: v,
|
|
27442
|
+
pickerBackgroundColor: g,
|
|
27443
|
+
pickerBorderColor: p,
|
|
27444
27444
|
disabledDate: b = (E) => !1,
|
|
27445
27445
|
disableFutureDates: H = !1,
|
|
27446
27446
|
...h
|