@eclass/ui-kit 1.54.19 → 1.54.21
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/eclass-ui-kit.es.js +10 -4
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +4 -4
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Events/TypeBox/LargeBox.d.ts.map +1 -1
- package/dist/organisms/Events/TypeBox/SmallBox.d.ts.map +1 -1
- package/dist/organisms/Resources/Resources.d.ts.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/eclass-ui-kit.es.js
CHANGED
|
@@ -4580,7 +4580,9 @@ const LargeBox = ({
|
|
|
4580
4580
|
borderRadius: vars("radii-big"),
|
|
4581
4581
|
_active: cssActive,
|
|
4582
4582
|
_hover: cssActive,
|
|
4583
|
-
|
|
4583
|
+
_focusVisible: {
|
|
4584
|
+
boxShadow: `0 0 0 3px ${vars("colors-alert-deepSkyBlue")}`
|
|
4585
|
+
},
|
|
4584
4586
|
children: /* @__PURE__ */ jsx(Ripples, {
|
|
4585
4587
|
children: /* @__PURE__ */ jsxs(Flex, {
|
|
4586
4588
|
cursor: "pointer",
|
|
@@ -4677,7 +4679,9 @@ const SmallBox = ({
|
|
|
4677
4679
|
transition: "box-shadow .3s",
|
|
4678
4680
|
_active: cssActive,
|
|
4679
4681
|
_hover: cssActive,
|
|
4680
|
-
|
|
4682
|
+
_focusVisible: {
|
|
4683
|
+
boxShadow: `0 0 0 3px ${vars("colors-alert-deepSkyBlue")}`
|
|
4684
|
+
},
|
|
4681
4685
|
width: "286px",
|
|
4682
4686
|
height: "247px",
|
|
4683
4687
|
borderRadius: vars("radii-big"),
|
|
@@ -5858,7 +5862,9 @@ const Resources = ({
|
|
|
5858
5862
|
transition: "box-shadow 0.3s",
|
|
5859
5863
|
_active: cssActive,
|
|
5860
5864
|
_hover: cssActive,
|
|
5861
|
-
|
|
5865
|
+
_focusVisible: {
|
|
5866
|
+
boxShadow: `0 0 0 3px ${vars("colors-alert-deepSkyBlue")}`
|
|
5867
|
+
},
|
|
5862
5868
|
cursor: "pointer",
|
|
5863
5869
|
borderRadius: vars("radii-big"),
|
|
5864
5870
|
border: vars("borders-light"),
|
|
@@ -6668,7 +6674,7 @@ const CalendarDropdownContainer = ({
|
|
|
6668
6674
|
height: "8px",
|
|
6669
6675
|
width: "8px",
|
|
6670
6676
|
position: "absolute",
|
|
6671
|
-
|
|
6677
|
+
left: "22px",
|
|
6672
6678
|
top: "0",
|
|
6673
6679
|
zIndex: "1"
|
|
6674
6680
|
},
|