@ambuj.bhaskar/react-component-library 0.27.0-alpha → 0.28.0-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 +14 -2
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -50329,6 +50329,18 @@ const Sde = (e, t) => {
|
|
|
50329
50329
|
border: "rgb(234, 235, 238)"
|
|
50330
50330
|
}
|
|
50331
50331
|
},
|
|
50332
|
+
datepicker: {
|
|
50333
|
+
trigger: {
|
|
50334
|
+
background: "#29292929",
|
|
50335
|
+
border: "#29292955"
|
|
50336
|
+
},
|
|
50337
|
+
picker: {
|
|
50338
|
+
highlight: "#fc0",
|
|
50339
|
+
hover: "#ffcc0055",
|
|
50340
|
+
background: "#fff",
|
|
50341
|
+
border: "rgb(234, 235, 238)"
|
|
50342
|
+
}
|
|
50343
|
+
},
|
|
50332
50344
|
table: {
|
|
50333
50345
|
header: {
|
|
50334
50346
|
background: "#fff"
|
|
@@ -85014,7 +85026,7 @@ const ePe = {
|
|
|
85014
85026
|
children: o
|
|
85015
85027
|
}
|
|
85016
85028
|
), UPe = ({
|
|
85017
|
-
size: e = "
|
|
85029
|
+
size: e = "m",
|
|
85018
85030
|
width: t = "12rem",
|
|
85019
85031
|
onChange: n,
|
|
85020
85032
|
value: r,
|
|
@@ -85478,7 +85490,7 @@ const CPe = /* @__PURE__ */ Ur(hPe);
|
|
|
85478
85490
|
$1.extend(CPe);
|
|
85479
85491
|
$1.extend(JL);
|
|
85480
85492
|
const qPe = ({
|
|
85481
|
-
size: e = "
|
|
85493
|
+
size: e = "m",
|
|
85482
85494
|
width: t = "12rem",
|
|
85483
85495
|
onChange: n,
|
|
85484
85496
|
value: r,
|