@eclass/ui-kit 1.4.0 → 1.4.1

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.
@@ -7566,6 +7566,9 @@ var baseStyleContainer$1 = (props) => {
7566
7566
  orientation
7567
7567
  } = props;
7568
7568
  return _extends$e({
7569
+ display: "inline-block",
7570
+ position: "relative",
7571
+ cursor: "pointer",
7569
7572
  _disabled: {
7570
7573
  opacity: 0.6,
7571
7574
  cursor: "default",
@@ -7583,6 +7586,7 @@ var baseStyleContainer$1 = (props) => {
7583
7586
  };
7584
7587
  var baseStyleTrack$1 = (props) => {
7585
7588
  return {
7589
+ overflow: "hidden",
7586
7590
  borderRadius: "sm",
7587
7591
  bg: mode("gray.200", "whiteAlpha.200")(props),
7588
7592
  _disabled: {
@@ -7592,6 +7596,11 @@ var baseStyleTrack$1 = (props) => {
7592
7596
  };
7593
7597
  var baseStyleThumb$1 = (props) => {
7594
7598
  return _extends$e({
7599
+ display: "flex",
7600
+ alignItems: "center",
7601
+ justifyContent: "center",
7602
+ position: "absolute",
7603
+ outline: 0,
7595
7604
  zIndex: 1,
7596
7605
  borderRadius: "full",
7597
7606
  bg: "white",
@@ -7613,6 +7622,8 @@ var baseStyleFilledTrack = (props) => {
7613
7622
  colorScheme: c2
7614
7623
  } = props;
7615
7624
  return {
7625
+ width: "inherit",
7626
+ height: "inherit",
7616
7627
  bg: mode(c2 + ".500", c2 + ".200")(props)
7617
7628
  };
7618
7629
  };
@@ -9889,10 +9900,46 @@ chakra("div", {
9889
9900
  transform: "translate(-50%, -50%)"
9890
9901
  }
9891
9902
  });
9903
+ const main = {
9904
+ blueGrey: "#60798E",
9905
+ deepSkyBlue: "#0189FF",
9906
+ ziggurat: "#B0CFE0",
9907
+ veryLightBlue: "#E0EEFA"
9908
+ };
9909
+ const colors = {
9910
+ main,
9911
+ alert: {
9912
+ deepSkyBlue: main.deepSkyBlue,
9913
+ veryLightBlue: main.veryLightBlue,
9914
+ jadeGreen: "#28A745",
9915
+ ice: "#E9F6EC",
9916
+ red: "#CC0000",
9917
+ veryLightPinkThree: "#F9DFDF",
9918
+ orangeyYelow: "#F5A623",
9919
+ pale: "#FDEED6"
9920
+ },
9921
+ icon: {
9922
+ cetaceanBlue: "#08044F",
9923
+ deepSkyBlue: main.deepSkyBlue,
9924
+ lightSeaGreen: "#1EBDAF",
9925
+ orangeRed: "#FF554D",
9926
+ ripeMango: "#FFBC27"
9927
+ },
9928
+ neutral: {
9929
+ darkCharcoal: "#2F2F2F",
9930
+ davysGrey: "#5C5C5C",
9931
+ gray: "#808080",
9932
+ spanishGrey: "#999999",
9933
+ silverSand: "#C6C6C6",
9934
+ platinum: "#E8E8E8",
9935
+ cultured: "#F4F4F4",
9936
+ cultured2: "#F8F8F8"
9937
+ }
9938
+ };
9892
9939
  function Label({
9893
9940
  children,
9894
- bg = "icon.ripeMango",
9895
- color: color2 = "neutral.darkCharcoal",
9941
+ bg = "var(--chakra-colors-icon-ripeMango)",
9942
+ color: color2 = colors.icon.lightSeaGreen,
9896
9943
  size: size2 = "md",
9897
9944
  m: m2 = "0"
9898
9945
  }) {
@@ -10498,42 +10545,6 @@ var _500 = "";
10498
10545
  var _400$1 = "";
10499
10546
  var _300 = "";
10500
10547
  var _400 = "";
10501
- const main = {
10502
- blueGrey: "#60798E",
10503
- deepSkyBlue: "#0189FF",
10504
- ziggurat: "#B0CFE0",
10505
- veryLightBlue: "#E0EEFA"
10506
- };
10507
- const colors = {
10508
- main,
10509
- alert: {
10510
- deepSkyBlue: main.deepSkyBlue,
10511
- veryLightBlue: main.veryLightBlue,
10512
- jadeGreen: "#28A745",
10513
- ice: "#E9F6EC",
10514
- red: "#CC0000",
10515
- veryLightPinkThree: "#F9DFDF",
10516
- orangeyYelow: "#F5A623",
10517
- pale: "#FDEED6"
10518
- },
10519
- icon: {
10520
- cetaceanBlue: "#08044F",
10521
- deepSkyBlue: main.deepSkyBlue,
10522
- lightSeaGreen: "#1EBDAF",
10523
- orangeRed: "#FF554D",
10524
- ripeMango: "#FFBC27"
10525
- },
10526
- neutral: {
10527
- darkCharcoal: "#2F2F2F",
10528
- davysGrey: "#5C5C5C",
10529
- gray: "#808080",
10530
- spanishGrey: "#999999",
10531
- silverSand: "#C6C6C6",
10532
- platinum: "#E8E8E8",
10533
- cultured: "#F4F4F4",
10534
- cultured2: "#F8F8F8"
10535
- }
10536
- };
10537
10548
  const styles = {
10538
10549
  global: (props) => ({
10539
10550
  ".react-ripples": {