odaptos_design_system 1.4.195 → 1.4.197

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.
@@ -12450,6 +12450,9 @@ const TabsUnderline = ({
12450
12450
  setValue(index);
12451
12451
  onChange(index, tabs[index].value);
12452
12452
  };
12453
+ React.useEffect(() => {
12454
+ setValue(defaultValue);
12455
+ }, [defaultValue]);
12453
12456
  return /*#__PURE__*/React__default.createElement("div", {
12454
12457
  className: `${styles$K.tabbar} ${className && className}`
12455
12458
  }, /*#__PURE__*/React__default.createElement(Tabs$1, {
@@ -12526,7 +12529,7 @@ const TabsUnderline = ({
12526
12529
  })));
12527
12530
  };
12528
12531
 
12529
- var css_248z$L = ".Tag-modules_tag__H7-4Y{align-items:center;border-radius:.25rem;display:flex;gap:.25rem;padding:0 .375rem;width:-moz-fit-content;width:fit-content}.Tag-modules_tag__H7-4Y p{max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.Tag-modules_tag_idle__Fq6m8{background:var(--color-neutral-dark-shades-600,#717376)}.Tag-modules_tag_idle__Fq6m8 svg{stroke:#fff!important;fill:#fff!important}.Tag-modules_tag_info__aMPRZ{background:var(--color-primary-100,#e5f1ff)}.Tag-modules_tag_info__aMPRZ svg{stroke:#004799!important;fill:#004799!important}.Tag-modules_tag_violet__fcKoT{background:var(--Color-Extended-Purple-100,#e9d3fd)}.Tag-modules_tag_violet__fcKoT svg{stroke:#5c1994!important;fill:#5c1994!important}.Tag-modules_tag_light__OskUB{background:var(--Color-Neutral-Clear-Shades-150,#eee)}.Tag-modules_tag_light__OskUB svg{stroke:#32353a!important;fill:#32353a!important}.Tag-modules_tag_success__2LvMD{background:var(--color-extended-green-100,#e8f5ea)}.Tag-modules_tag_success__2LvMD svg{stroke:#3c743d!important;fill:#3c743d!important}.Tag-modules_tag_warning__AIt1v{background:var(--color-extended-yellow-100,#fff3d6)}.Tag-modules_tag_warning__AIt1v svg{stroke:#6e4f00!important;fill:#6e4f00!important}.Tag-modules_tag_critical__LQoYS{background:var(--color-extended-red-100,#fddbdb)}.Tag-modules_tag_critical__LQoYS svg{stroke:#98312e!important;fill:#98312e!important}.Tag-modules_tag_sm__6woOo{height:1.25rem}.Tag-modules_tag_sm__6woOo svg{height:.75rem;width:.75rem}.Tag-modules_tag_base__NFJol{height:1.75rem}.Tag-modules_tag_base__NFJol svg{height:1rem;width:1rem}";
12532
+ var css_248z$L = ".Tag-modules_tag__H7-4Y{align-items:center;border-radius:.25rem;display:flex;gap:.25rem;padding:0 .375rem;width:-moz-fit-content;width:fit-content}.Tag-modules_tag__H7-4Y p{max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important;width:100%}.Tag-modules_tag_idle__Fq6m8{background:var(--color-neutral-dark-shades-600,#717376)}.Tag-modules_tag_idle__Fq6m8 svg{stroke:#fff!important;fill:#fff!important}.Tag-modules_tag_info__aMPRZ{background:var(--color-primary-100,#e5f1ff)}.Tag-modules_tag_info__aMPRZ svg{stroke:#004799!important;fill:#004799!important}.Tag-modules_tag_violet__fcKoT{background:var(--Color-Extended-Purple-100,#e9d3fd)}.Tag-modules_tag_violet__fcKoT svg{stroke:#5c1994!important;fill:#5c1994!important}.Tag-modules_tag_light__OskUB{background:var(--Color-Neutral-Clear-Shades-150,#eee)}.Tag-modules_tag_light__OskUB svg{stroke:#32353a!important;fill:#32353a!important}.Tag-modules_tag_success__2LvMD{background:var(--color-extended-green-100,#e8f5ea)}.Tag-modules_tag_success__2LvMD svg{stroke:#3c743d!important;fill:#3c743d!important}.Tag-modules_tag_warning__AIt1v{background:var(--color-extended-yellow-100,#fff3d6)}.Tag-modules_tag_warning__AIt1v svg{stroke:#6e4f00!important;fill:#6e4f00!important}.Tag-modules_tag_critical__LQoYS{background:var(--color-extended-red-100,#fddbdb)}.Tag-modules_tag_critical__LQoYS svg{stroke:#98312e!important;fill:#98312e!important}.Tag-modules_tag_sm__6woOo{height:1.25rem}.Tag-modules_tag_sm__6woOo svg{height:.75rem;width:.75rem}.Tag-modules_tag_base__NFJol{height:1.75rem}.Tag-modules_tag_base__NFJol svg{height:1rem;width:1rem}";
12530
12533
  var styles$L = {"tag":"Tag-modules_tag__H7-4Y","tag_idle":"Tag-modules_tag_idle__Fq6m8","tag_info":"Tag-modules_tag_info__aMPRZ","tag_violet":"Tag-modules_tag_violet__fcKoT","tag_light":"Tag-modules_tag_light__OskUB","tag_success":"Tag-modules_tag_success__2LvMD","tag_warning":"Tag-modules_tag_warning__AIt1v","tag_critical":"Tag-modules_tag_critical__LQoYS","tag_sm":"Tag-modules_tag_sm__6woOo","tag_base":"Tag-modules_tag_base__NFJol"};
12531
12534
  styleInject(css_248z$L);
12532
12535