@semcore/feature-highlight 16.4.0 → 16.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.
Files changed (68) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/lib/cjs/components/badge/Badge.js +4 -18
  3. package/lib/cjs/components/badge/Badge.js.map +1 -1
  4. package/lib/cjs/components/badge/badge.shadow.css +0 -6
  5. package/lib/cjs/components/button/Button.js +9 -9
  6. package/lib/cjs/components/button/Button.js.map +1 -1
  7. package/lib/cjs/components/checkbox/Checkbox.js +3 -3
  8. package/lib/cjs/components/checkbox/Checkbox.js.map +1 -1
  9. package/lib/cjs/components/checkbox/Checkbox.type.js.map +1 -1
  10. package/lib/cjs/components/input/Input.js +8 -8
  11. package/lib/cjs/components/notice/Notice.js +32 -18
  12. package/lib/cjs/components/notice/Notice.js.map +1 -1
  13. package/lib/cjs/components/notice/Notice.type.js.map +1 -1
  14. package/lib/cjs/components/pills/Pills.js +7 -7
  15. package/lib/cjs/components/pills/Pills.js.map +1 -1
  16. package/lib/cjs/components/radio/Radio.js +3 -3
  17. package/lib/cjs/components/radio/Radio.js.map +1 -1
  18. package/lib/cjs/components/radio/Radio.type.js.map +1 -1
  19. package/lib/cjs/components/select/Select.js.map +1 -1
  20. package/lib/cjs/components/switch/Switch.js +4 -4
  21. package/lib/cjs/components/tab-line/TabLine.js +4 -4
  22. package/lib/cjs/components/tab-line/TabLine.js.map +1 -1
  23. package/lib/cjs/inner-components/button-trigger/ButtonTrigger.js +8 -8
  24. package/lib/cjs/inner-components/sparkle/Sparkle.js +13 -13
  25. package/lib/cjs/inner-components/sparkle/Sparkle.js.map +1 -1
  26. package/lib/es6/components/badge/Badge.js +4 -18
  27. package/lib/es6/components/badge/Badge.js.map +1 -1
  28. package/lib/es6/components/badge/badge.shadow.css +0 -6
  29. package/lib/es6/components/button/Button.js +9 -9
  30. package/lib/es6/components/button/Button.js.map +1 -1
  31. package/lib/es6/components/checkbox/Checkbox.js +3 -3
  32. package/lib/es6/components/checkbox/Checkbox.js.map +1 -1
  33. package/lib/es6/components/checkbox/Checkbox.type.js.map +1 -1
  34. package/lib/es6/components/input/Input.js +8 -8
  35. package/lib/es6/components/notice/Notice.js +32 -18
  36. package/lib/es6/components/notice/Notice.js.map +1 -1
  37. package/lib/es6/components/notice/Notice.type.js.map +1 -1
  38. package/lib/es6/components/pills/Pills.js +7 -7
  39. package/lib/es6/components/pills/Pills.js.map +1 -1
  40. package/lib/es6/components/radio/Radio.js +3 -3
  41. package/lib/es6/components/radio/Radio.js.map +1 -1
  42. package/lib/es6/components/radio/Radio.type.js.map +1 -1
  43. package/lib/es6/components/select/Select.js.map +1 -1
  44. package/lib/es6/components/switch/Switch.js +4 -4
  45. package/lib/es6/components/tab-line/TabLine.js +4 -4
  46. package/lib/es6/components/tab-line/TabLine.js.map +1 -1
  47. package/lib/es6/inner-components/button-trigger/ButtonTrigger.js +8 -8
  48. package/lib/es6/inner-components/sparkle/Sparkle.js +13 -13
  49. package/lib/es6/inner-components/sparkle/Sparkle.js.map +1 -1
  50. package/lib/esm/components/badge/Badge.mjs +6 -17
  51. package/lib/esm/components/badge/badge.shadow.css +0 -6
  52. package/lib/esm/components/button/Button.mjs +11 -11
  53. package/lib/esm/components/checkbox/Checkbox.mjs +5 -5
  54. package/lib/esm/components/input/Input.mjs +10 -10
  55. package/lib/esm/components/notice/Notice.mjs +23 -12
  56. package/lib/esm/components/pills/Pills.mjs +9 -9
  57. package/lib/esm/components/radio/Radio.mjs +5 -5
  58. package/lib/esm/components/select/Select.mjs +1 -1
  59. package/lib/esm/components/switch/Switch.mjs +6 -6
  60. package/lib/esm/components/tab-line/TabLine.mjs +6 -6
  61. package/lib/esm/inner-components/button-trigger/ButtonTrigger.mjs +10 -10
  62. package/lib/esm/inner-components/sparkle/Sparkle.mjs +15 -15
  63. package/lib/types/components/badge/Badge.d.ts +3 -11
  64. package/lib/types/components/checkbox/Checkbox.type.d.ts +4 -4
  65. package/lib/types/components/notice/Notice.type.d.ts +2 -10
  66. package/lib/types/components/radio/Radio.type.d.ts +3 -3
  67. package/lib/types/inner-components/sparkle/Sparkle.d.ts +2 -1
  68. package/package.json +1 -1
@@ -4,24 +4,20 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, createComponent } from "@semcore/core";
7
+ import { createComponent, sstyled, assignProps, Component } from "@semcore/core";
8
8
  import Badge from "@semcore/badge";
9
- import resolveColorEnhance from "@semcore/core/lib/utils/enhances/resolveColorEnhance";
10
9
  import React from "react";
11
10
  /*!__reshadow-styles__:"./badge.shadow.css"*/
12
11
  var style = (
13
12
  /*__reshadow_css_start__*/
14
13
  (sstyled.insert(
15
14
  /*__inner_css_start__*/
16
- ".___SHighlightedBadge_f6f6o_gg_{color:var(--intergalactic-text-primary-invert, rgba(254, 255, 255, 0.949))}.___SHighlightedBadge_f6f6o_gg_._use_accent_f6f6o_gg_{background-image:var(--intergalactic-control-primary-feature-highlight, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245)))}.___SHighlightedBadge_f6f6o_gg_.__bg_f6f6o_gg_{background-color:var(--bg_f6f6o)}",
15
+ ".___SHighlightedBadge_11b15_gg_{color:var(--intergalactic-text-primary-invert, rgba(254, 255, 255, 0.949));background-image:var(--intergalactic-control-primary-feature-highlight, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245)))}",
17
16
  /*__inner_css_end__*/
18
- "f6f6o_gg_"
17
+ "11b15_gg_"
19
18
  ), /*__reshadow_css_end__*/
20
19
  {
21
- "__SHighlightedBadge": "___SHighlightedBadge_f6f6o_gg_",
22
- "_use_accent": "_use_accent_f6f6o_gg_",
23
- "_bg": "__bg_f6f6o_gg_",
24
- "--bg": "--bg_f6f6o"
20
+ "__SHighlightedBadge": "___SHighlightedBadge_11b15_gg_"
25
21
  })
26
22
  );
27
23
  var BadgeFHRoot = /* @__PURE__ */ (function(_Component) {
@@ -35,20 +31,13 @@ var BadgeFHRoot = /* @__PURE__ */ (function(_Component) {
35
31
  value: function render() {
36
32
  var _ref = this.asProps, _ref2;
37
33
  var SHighlightedBadge = Badge;
38
- var _this$asProps = this.asProps, styles = _this$asProps.styles, use = _this$asProps.use, resolveColor = _this$asProps.resolveColor;
39
- var bg = use === "neutral" ? resolveColor("--violet-400") : void 0;
40
- return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(SHighlightedBadge, _ref2.cn("SHighlightedBadge", _objectSpread({}, assignProps({
41
- "use:bg": bg
42
- }, _ref))));
34
+ var styles = this.asProps.styles;
35
+ return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(SHighlightedBadge, _ref2.cn("SHighlightedBadge", _objectSpread({}, assignProps({}, _ref))));
43
36
  }
44
37
  }]);
45
38
  })(Component);
46
39
  _defineProperty(BadgeFHRoot, "displayName", "BadgeFH");
47
40
  _defineProperty(BadgeFHRoot, "style", style);
48
- _defineProperty(BadgeFHRoot, "enhance", [resolveColorEnhance()]);
49
- _defineProperty(BadgeFHRoot, "defaultProps", {
50
- use: "accent"
51
- });
52
41
  var BadgeFH = createComponent(BadgeFHRoot);
53
42
  export {
54
43
  BadgeFH
@@ -1,11 +1,5 @@
1
1
  SHighlightedBadge {
2
2
  color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949));
3
- }
4
3
 
5
- SHighlightedBadge[use='accent'] {
6
4
  background-image: var(--intergalactic-control-primary-feature-highlight, linear-gradient(90deg in oklch, oklch(0.64 0.223 299.3), oklch(0.74 0.117 274.1)));
7
5
  }
8
-
9
- SHighlightedBadge[bg] {
10
- background-color: var(--bg);
11
- }
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, createComponent } from "@semcore/core";
7
+ import { sstyled, createComponent, assignProps, Component } from "@semcore/core";
8
8
  import Button from "@semcore/button";
9
9
  import SummaryAI from "@semcore/icon/SummaryAI/m";
10
10
  import React from "react";
@@ -14,19 +14,19 @@ var style = (
14
14
  /*__reshadow_css_start__*/
15
15
  (sstyled.insert(
16
16
  /*__inner_css_start__*/
17
- '.___SHighlightedButton_1gu02_gg_._theme_primary-highlighted_1gu02_gg_{color:var(--intergalactic-text-primary-invert, rgba(254, 255, 255, 0.949));background-image:linear-gradient(90deg,var(--intergalactic-violet-500, rgb(128, 41, 236)),var(--intergalactic-blue-500, rgb(92, 92, 196)),var(--intergalactic-violet-400, rgb(162, 97, 253)),var(--intergalactic-blue-400, rgb(102, 107, 219)));background-position-x:99%;background-size:300%;transition:background-position-x .3s cubic-bezier(.22,.61,.36,1)}@media (hover:hover){.___SHighlightedButton_1gu02_gg_._theme_primary-highlighted_1gu02_gg_:hover{color:var(--intergalactic-text-primary-invert, rgba(254, 255, 255, 0.949));background-position-x:1%}}.___SHighlightedButton_1gu02_gg_._theme_primary-highlighted_1gu02_gg_.__active_1gu02_gg_,.___SHighlightedButton_1gu02_gg_._theme_primary-highlighted_1gu02_gg_:active{color:var(--intergalactic-text-primary-invert, rgba(254, 255, 255, 0.949));background-image:var(--intergalactic-control-primary-feature-highlight-active, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(102, 107, 219)));background-size:100%}.___SHighlightedButton_1gu02_gg_._theme_primary-highlighted_1gu02_gg_:focus-visible{outline:0}.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_{color:var(--intergalactic-icon-primary-feature-highlight, rgb(144, 65, 250));background:var(--intergalactic-control-secondary-feature-highlight, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(240, 245, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box;background-origin:border-box;background-clip:padding-box,border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_{background:var(--intergalactic-control-secondary-feature-highlight, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(240, 245, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_{background:var(--intergalactic-control-secondary-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.96716 0.95079 0.99961), color(display-p3 0.94438 0.95907 0.99998))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_ .___SText_1gu02_gg_{background-color:var(--intergalactic-icon-primary-feature-highlight, rgb(144, 65, 250));background-image:var(--intergalactic-text-feature-highlight, linear-gradient(90deg in oklch, rgb(128, 41, 236), rgb(92, 92, 196)));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (hover:hover){.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:hover{background:var(--intergalactic-control-secondary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(230, 213, 255), rgb(207, 221, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box;color:var(--intergalactic-icon-primary-feature-highlight-hover-active, rgb(128, 41, 236))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:hover{background:var(--intergalactic-control-secondary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(230, 213, 255), rgb(207, 221, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:hover{background:var(--intergalactic-control-secondary-feature-highlight-hover, linear-gradient(90deg in oklch, color(display-p3 0.89136 0.83496 0.99956), color(display-p3 0.8189 0.86425 1))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:hover .___SText_1gu02_gg_{background-color:var(--intergalactic-icon-primary-feature-highlight-hover-active, rgb(128, 41, 236));background-image:var(--intergalactic-text-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(128, 41, 236), rgb(92, 92, 196)))}}.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_.__active_1gu02_gg_,.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:active{background:var(--intergalactic-control-secondary-feature-highlight-active, linear-gradient(90deg in oklch, rgb(230, 213, 255), rgb(207, 221, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box;color:var(--intergalactic-icon-primary-feature-highlight-hover-active, rgb(128, 41, 236))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_.__active_1gu02_gg_,.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:active{background:var(--intergalactic-control-secondary-feature-highlight-active, linear-gradient(90deg in oklch, rgb(230, 213, 255), rgb(207, 221, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_.__active_1gu02_gg_,.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:active{background:var(--intergalactic-control-secondary-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.89136 0.83496 0.99956), color(display-p3 0.8189 0.86425 1))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_.__active_1gu02_gg_ .___SText_1gu02_gg_,.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:active .___SText_1gu02_gg_{background-color:var(--intergalactic-icon-primary-feature-highlight-hover-active, rgb(128, 41, 236));background-image:var(--intergalactic-text-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(128, 41, 236), rgb(92, 92, 196)))}.___SHighlightedButton_1gu02_gg_._theme_secondary-highlighted_1gu02_gg_:focus-visible{outline:0}.___SHighlightedButton_1gu02_gg_{position:relative}.___SHighlightedButton_1gu02_gg_::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:-5px;padding:2px;border-radius:calc(var(--intergalactic-control-rounded, 6px) + 3px);background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.96);transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedButton_1gu02_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedButton_1gu02_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedButton_1gu02_gg_._neighborLocation_left_1gu02_gg_::before{border-top-left-radius:0;border-bottom-left-radius:0}.___SHighlightedButton_1gu02_gg_._neighborLocation_right_1gu02_gg_::before{border-top-right-radius:0;border-bottom-right-radius:0}.___SHighlightedButton_1gu02_gg_._neighborLocation_both_1gu02_gg_::before{border-radius:0}.___SHighlightedButton_1gu02_gg_:focus-visible::before{opacity:1;transform:scale(1)}@supports not (-webkit-mask-composite:xor){.___SHighlightedButton_1gu02_gg_:focus-visible{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #7078fc}.___SHighlightedButton_1gu02_gg_:focus-visible::before{display:none}}',
17
+ '.___SHighlightedButton_h9b4k_gg_._theme_primary-highlighted_h9b4k_gg_{color:var(--intergalactic-text-primary-invert, rgba(254, 255, 255, 0.949));background-image:linear-gradient(90deg,var(--intergalactic-violet-500, rgb(128, 41, 236)),var(--intergalactic-blue-500, rgb(92, 92, 196)),var(--intergalactic-violet-400, rgb(162, 97, 253)),var(--intergalactic-blue-400, rgb(102, 107, 219)));background-position-x:99%;background-size:300%;transition:background-position-x .3s cubic-bezier(.22,.61,.36,1)}@media (hover:hover){.___SHighlightedButton_h9b4k_gg_._theme_primary-highlighted_h9b4k_gg_:hover{color:var(--intergalactic-text-primary-invert, rgba(254, 255, 255, 0.949));background-position-x:1%}}.___SHighlightedButton_h9b4k_gg_._theme_primary-highlighted_h9b4k_gg_.__active_h9b4k_gg_,.___SHighlightedButton_h9b4k_gg_._theme_primary-highlighted_h9b4k_gg_:active{color:var(--intergalactic-text-primary-invert, rgba(254, 255, 255, 0.949));background-image:var(--intergalactic-control-primary-feature-highlight-active, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(102, 107, 219)));background-size:100%}.___SHighlightedButton_h9b4k_gg_._theme_primary-highlighted_h9b4k_gg_:focus-visible{outline:0}.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_{color:var(--intergalactic-icon-primary-feature-highlight, rgb(144, 65, 250));background:var(--intergalactic-control-secondary-feature-highlight, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(240, 245, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box;background-origin:border-box;background-clip:padding-box,border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_{background:var(--intergalactic-control-secondary-feature-highlight, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(240, 245, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_{background:var(--intergalactic-control-secondary-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.96716 0.95079 0.99961), color(display-p3 0.94438 0.95907 0.99998))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_ .___SText_h9b4k_gg_{background-color:var(--intergalactic-icon-primary-feature-highlight, rgb(144, 65, 250));background-image:var(--intergalactic-text-feature-highlight, linear-gradient(90deg in oklch, rgb(128, 41, 236), rgb(92, 92, 196)));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (hover:hover){.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:hover{background:var(--intergalactic-control-secondary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(230, 213, 255), rgb(207, 221, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box;color:var(--intergalactic-icon-primary-feature-highlight-hover-active, rgb(128, 41, 236))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:hover{background:var(--intergalactic-control-secondary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(230, 213, 255), rgb(207, 221, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:hover{background:var(--intergalactic-control-secondary-feature-highlight-hover, linear-gradient(90deg in oklch, color(display-p3 0.89136 0.83496 0.99956), color(display-p3 0.8189 0.86425 1))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:hover .___SText_h9b4k_gg_{background-color:var(--intergalactic-icon-primary-feature-highlight-hover-active, rgb(128, 41, 236));background-image:var(--intergalactic-text-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(128, 41, 236), rgb(92, 92, 196)))}}.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_.__active_h9b4k_gg_,.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:active{background:var(--intergalactic-control-secondary-feature-highlight-active, linear-gradient(90deg in oklch, rgb(230, 213, 255), rgb(207, 221, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box;color:var(--intergalactic-icon-primary-feature-highlight-hover-active, rgb(128, 41, 236))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_.__active_h9b4k_gg_,.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:active{background:var(--intergalactic-control-secondary-feature-highlight-active, linear-gradient(90deg in oklch, rgb(230, 213, 255), rgb(207, 221, 255))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_.__active_h9b4k_gg_,.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:active{background:var(--intergalactic-control-secondary-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.89136 0.83496 0.99956), color(display-p3 0.8189 0.86425 1))) padding-box,var(--intergalactic-border-feature-highlight-secondary, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_.__active_h9b4k_gg_ .___SText_h9b4k_gg_,.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:active .___SText_h9b4k_gg_{background-color:var(--intergalactic-icon-primary-feature-highlight-hover-active, rgb(128, 41, 236));background-image:var(--intergalactic-text-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(128, 41, 236), rgb(92, 92, 196)))}.___SHighlightedButton_h9b4k_gg_._theme_secondary-highlighted_h9b4k_gg_:focus-visible{outline:0}.___SHighlightedButton_h9b4k_gg_{position:relative}.___SHighlightedButton_h9b4k_gg_::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:-5px;padding:2px;border-radius:calc(var(--intergalactic-control-rounded, 6px) + 3px);background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.96);transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedButton_h9b4k_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedButton_h9b4k_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedButton_h9b4k_gg_._neighborLocation_left_h9b4k_gg_::before{border-top-left-radius:0;border-bottom-left-radius:0}.___SHighlightedButton_h9b4k_gg_._neighborLocation_right_h9b4k_gg_::before{border-top-right-radius:0;border-bottom-right-radius:0}.___SHighlightedButton_h9b4k_gg_._neighborLocation_both_h9b4k_gg_::before{border-radius:0}.___SHighlightedButton_h9b4k_gg_:focus-visible::before{opacity:1;transform:scale(1)}@supports not (-webkit-mask-composite:xor){.___SHighlightedButton_h9b4k_gg_:focus-visible{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #7078fc}.___SHighlightedButton_h9b4k_gg_:focus-visible::before{display:none}}',
18
18
  /*__inner_css_end__*/
19
- "1gu02_gg_"
19
+ "h9b4k_gg_"
20
20
  ), /*__reshadow_css_end__*/
21
21
  {
22
- "__SHighlightedButton": "___SHighlightedButton_1gu02_gg_",
23
- "_theme_primary-highlighted": "_theme_primary-highlighted_1gu02_gg_",
24
- "_active": "__active_1gu02_gg_",
25
- "_theme_secondary-highlighted": "_theme_secondary-highlighted_1gu02_gg_",
26
- "__SText": "___SText_1gu02_gg_",
27
- "_neighborLocation_left": "_neighborLocation_left_1gu02_gg_",
28
- "_neighborLocation_right": "_neighborLocation_right_1gu02_gg_",
29
- "_neighborLocation_both": "_neighborLocation_both_1gu02_gg_"
22
+ "__SHighlightedButton": "___SHighlightedButton_h9b4k_gg_",
23
+ "_theme_primary-highlighted": "_theme_primary-highlighted_h9b4k_gg_",
24
+ "_active": "__active_h9b4k_gg_",
25
+ "_theme_secondary-highlighted": "_theme_secondary-highlighted_h9b4k_gg_",
26
+ "__SText": "___SText_h9b4k_gg_",
27
+ "_neighborLocation_left": "_neighborLocation_left_h9b4k_gg_",
28
+ "_neighborLocation_right": "_neighborLocation_right_h9b4k_gg_",
29
+ "_neighborLocation_both": "_neighborLocation_both_h9b4k_gg_"
30
30
  })
31
31
  );
32
32
  var ButtonFHRoot = /* @__PURE__ */ (function(_Component) {
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, createComponent } from "@semcore/core";
7
+ import { createComponent, sstyled, assignProps, Component } from "@semcore/core";
8
8
  import Checkbox from "@semcore/checkbox";
9
9
  import React from "react";
10
10
  import { AnimatedSparkles } from "../../inner-components/sparkle/AnimatedSparkles.mjs";
@@ -13,13 +13,13 @@ var style = (
13
13
  /*__reshadow_css_start__*/
14
14
  (sstyled.insert(
15
15
  /*__inner_css_start__*/
16
- '.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) [data-ui-name="Value.CheckMark"]{position:relative;transform:translate(0);border:1px solid transparent;border-radius:var(--intergalactic-addon-rounded, 4px);background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box;background-origin:border-box;background-clip:padding-box,border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) [data-ui-name="Value.CheckMark"]{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) [data-ui-name="Value.CheckMark"]{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) input[data-ui-name="CheckboxFH.Value"]:checked+[data-ui-name="Value.CheckMark"]{border-color:transparent;background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) input[data-ui-name="CheckboxFH.Value"]:checked+[data-ui-name="Value.CheckMark"]{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) input[data-ui-name="CheckboxFH.Value"]:checked+[data-ui-name="Value.CheckMark"]{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) [data-ui-name="Value.CheckMark"]::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:-5px;padding:1px;border-width:2px;border-radius:calc(var(--intergalactic-addon-rounded, 4px) + 3px);border-color:transparent;pointer-events:none;background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box;-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.9);transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) [data-ui-name="Value.CheckMark"]::before{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) [data-ui-name="Value.CheckMark"]::before{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) input[data-ui-name="CheckboxFH.Value"]:checked:not(:focus-visible)+[data-ui-name="Value.CheckMark"]::before{opacity:0;transform:scale(.9)}.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) input[data-ui-name="CheckboxFH.Value"]:focus-visible+[data-ui-name="Value.CheckMark"]::before{opacity:1;transform:scale(1)}.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) input[data-ui-name="CheckboxFH.Value"]:checked:focus-visible+[data-ui-name="Value.CheckMark"]::before{border-color:transparent;background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) input[data-ui-name="CheckboxFH.Value"]:checked:focus-visible+[data-ui-name="Value.CheckMark"]::before{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedCheckbox_9am6e_gg_:not(._state_invalid_9am6e_gg_) input[data-ui-name="CheckboxFH.Value"]:checked:focus-visible+[data-ui-name="Value.CheckMark"]::before{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}',
16
+ '.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) [data-ui-name="Value.CheckMark"]{position:relative;transform:translate(0);border:1px solid transparent;border-radius:var(--intergalactic-addon-rounded, 4px);background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box;background-origin:border-box;background-clip:padding-box,border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) [data-ui-name="Value.CheckMark"]{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) [data-ui-name="Value.CheckMark"]{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) input[data-ui-name="CheckboxFH.Value"]:checked+[data-ui-name="Value.CheckMark"]{border-color:transparent;background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) input[data-ui-name="CheckboxFH.Value"]:checked+[data-ui-name="Value.CheckMark"]{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) input[data-ui-name="CheckboxFH.Value"]:checked+[data-ui-name="Value.CheckMark"]{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) [data-ui-name="Value.CheckMark"]::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:-5px;padding:1px;border-width:2px;border-radius:calc(var(--intergalactic-addon-rounded, 4px) + 3px);border-color:transparent;pointer-events:none;background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box;-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.9);transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) [data-ui-name="Value.CheckMark"]::before{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) [data-ui-name="Value.CheckMark"]::before{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) input[data-ui-name="CheckboxFH.Value"]:checked:not(:focus-visible)+[data-ui-name="Value.CheckMark"]::before{opacity:0;transform:scale(.9)}.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) input[data-ui-name="CheckboxFH.Value"]:focus-visible+[data-ui-name="Value.CheckMark"]::before{opacity:1;transform:scale(1)}.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) input[data-ui-name="CheckboxFH.Value"]:checked:focus-visible+[data-ui-name="Value.CheckMark"]::before{border-color:transparent;background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) input[data-ui-name="CheckboxFH.Value"]:checked:focus-visible+[data-ui-name="Value.CheckMark"]::before{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedCheckbox_1ih0t_gg_:not(._state_invalid_1ih0t_gg_) input[data-ui-name="CheckboxFH.Value"]:checked:focus-visible+[data-ui-name="Value.CheckMark"]::before{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) border-box}}}',
17
17
  /*__inner_css_end__*/
18
- "9am6e_gg_"
18
+ "1ih0t_gg_"
19
19
  ), /*__reshadow_css_end__*/
20
20
  {
21
- "__SHighlightedCheckbox": "___SHighlightedCheckbox_9am6e_gg_",
22
- "_state_invalid": "_state_invalid_9am6e_gg_"
21
+ "__SHighlightedCheckbox": "___SHighlightedCheckbox_1ih0t_gg_",
22
+ "_state_invalid": "_state_invalid_1ih0t_gg_"
23
23
  })
24
24
  );
25
25
  var CheckboxFHRoot = /* @__PURE__ */ (function(_Component) {
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, createComponent } from "@semcore/core";
7
+ import { createComponent, sstyled, assignProps, Component } from "@semcore/core";
8
8
  import SummaryAI from "@semcore/icon/SummaryAI/m";
9
9
  import Input from "@semcore/input";
10
10
  import React from "react";
@@ -13,18 +13,18 @@ var style = (
13
13
  /*__reshadow_css_start__*/
14
14
  (sstyled.insert(
15
15
  /*__inner_css_start__*/
16
- '.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_ .___SOutline_kbn9s_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box;background-origin:border-box;background-clip:padding-box,border-box;border-color:transparent}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_ .___SOutline_kbn9s_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_ .___SOutline_kbn9s_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_ .___SOutline_kbn9s_gg_::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:-3px;padding:3px;border-radius:calc(var(--intergalactic-control-rounded, 6px) + 3px);background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_ .___SOutline_kbn9s_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_ .___SOutline_kbn9s_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_:has(.___SValue_kbn9s_gg_:focus-visible) .___SOutline_kbn9s_gg_{outline:0}.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_:has(.___SValue_kbn9s_gg_:focus-visible) .___SOutline_kbn9s_gg_::before{opacity:1}.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_._neighborLocation_left_kbn9s_gg_ .___SOutline_kbn9s_gg_::before{border-top-left-radius:0;border-bottom-left-radius:0}.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_._neighborLocation_right_kbn9s_gg_ .___SOutline_kbn9s_gg_::before{border-top-right-radius:0;border-bottom-right-radius:0}.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_._neighborLocation_both_kbn9s_gg_ .___SOutline_kbn9s_gg_::before{border-radius:0}@supports not (-webkit-mask-composite:xor){.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_:has(.___SValue_kbn9s_gg_:focus-visible) .___SOutline_kbn9s_gg_{outline:0;border-color:#7078fc;box-shadow:0 0 0 0#fff,0 0 0 2px #7078fc}.___SHighlightedInput_kbn9s_gg_._state_normal_kbn9s_gg_:has(.___SValue_kbn9s_gg_:focus-visible) .___SOutline_kbn9s_gg_::before{display:none}}',
16
+ '.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_ .___SOutline_1k2xm_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box;background-origin:border-box;background-clip:padding-box,border-box;border-color:transparent}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_ .___SOutline_1k2xm_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_ .___SOutline_1k2xm_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_ .___SOutline_1k2xm_gg_::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:-3px;padding:3px;border-radius:calc(var(--intergalactic-control-rounded, 6px) + 3px);background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_ .___SOutline_1k2xm_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_ .___SOutline_1k2xm_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_:has(.___SValue_1k2xm_gg_:focus-visible) .___SOutline_1k2xm_gg_{outline:0}.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_:has(.___SValue_1k2xm_gg_:focus-visible) .___SOutline_1k2xm_gg_::before{opacity:1}.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_._neighborLocation_left_1k2xm_gg_ .___SOutline_1k2xm_gg_::before{border-top-left-radius:0;border-bottom-left-radius:0}.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_._neighborLocation_right_1k2xm_gg_ .___SOutline_1k2xm_gg_::before{border-top-right-radius:0;border-bottom-right-radius:0}.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_._neighborLocation_both_1k2xm_gg_ .___SOutline_1k2xm_gg_::before{border-radius:0}@supports not (-webkit-mask-composite:xor){.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_:has(.___SValue_1k2xm_gg_:focus-visible) .___SOutline_1k2xm_gg_{outline:0;border-color:#7078fc;box-shadow:0 0 0 0#fff,0 0 0 2px #7078fc}.___SHighlightedInput_1k2xm_gg_._state_normal_1k2xm_gg_:has(.___SValue_1k2xm_gg_:focus-visible) .___SOutline_1k2xm_gg_::before{display:none}}',
17
17
  /*__inner_css_end__*/
18
- "kbn9s_gg_"
18
+ "1k2xm_gg_"
19
19
  ), /*__reshadow_css_end__*/
20
20
  {
21
- "__SHighlightedInput": "___SHighlightedInput_kbn9s_gg_",
22
- "_state_normal": "_state_normal_kbn9s_gg_",
23
- "__SValue": "___SValue_kbn9s_gg_",
24
- "__SOutline": "___SOutline_kbn9s_gg_",
25
- "_neighborLocation_left": "_neighborLocation_left_kbn9s_gg_",
26
- "_neighborLocation_right": "_neighborLocation_right_kbn9s_gg_",
27
- "_neighborLocation_both": "_neighborLocation_both_kbn9s_gg_"
21
+ "__SHighlightedInput": "___SHighlightedInput_1k2xm_gg_",
22
+ "_state_normal": "_state_normal_1k2xm_gg_",
23
+ "__SValue": "___SValue_1k2xm_gg_",
24
+ "__SOutline": "___SOutline_1k2xm_gg_",
25
+ "_neighborLocation_left": "_neighborLocation_left_1k2xm_gg_",
26
+ "_neighborLocation_right": "_neighborLocation_right_1k2xm_gg_",
27
+ "_neighborLocation_both": "_neighborLocation_both_1k2xm_gg_"
28
28
  })
29
29
  );
30
30
  var InputFHRoot = /* @__PURE__ */ (function(_Component) {
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, createComponent } from "@semcore/core";
7
+ import { createComponent, sstyled, assignProps, Component } from "@semcore/core";
8
8
  import { isAdvanceMode } from "@semcore/core/lib/utils/findComponent";
9
9
  import isNode from "@semcore/core/lib/utils/isNode";
10
10
  import Notice from "@semcore/notice";
@@ -14,16 +14,16 @@ var style = (
14
14
  /*__reshadow_css_start__*/
15
15
  (sstyled.insert(
16
16
  /*__inner_css_start__*/
17
- '.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_{background-image:var(--intergalactic-bg-secondary-feature-highlight, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255)));border-color:transparent;background-clip:padding-box;position:relative}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_{background-image:var(--intergalactic-bg-secondary-feature-highlight, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255)))}@media (color-gamut:p3){.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_{background-image:var(--intergalactic-bg-secondary-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.96716 0.95079 0.99961), color(display-p3 0.87344 0.9059 0.99962)))}}}.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-1px;border-radius:inherit;visibility:var(--beforeVisibility_1l0xz);background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254)) ) border-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) padding-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_:before{background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254)) ) border-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) padding-box}@media (color-gamut:p3){.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_:before{background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254)) ) border-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) padding-box}}}.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_ .___SLabel_1l0xz_gg_{color:var(--intergalactic-icon-primary-feature-highlight, rgb(144, 65, 250))}.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_ .___SCloseIcon_1l0xz_gg_{color:var(--intergalactic-icon-primary-neutral, rgba(0, 4, 1, 0.526))}@media (hover:hover){.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_ .___SCloseIcon_1l0xz_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, rgba(0, 3, 0, 0.583))}@supports (color:color(display-p3 0 0 0%)){.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_ .___SCloseIcon_1l0xz_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SHighlightedNotice_1l0xz_gg_.__beforeVisibility_1l0xz_gg_ .___SCloseIcon_1l0xz_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}}',
17
+ '.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_{background-image:var(--intergalactic-bg-secondary-feature-highlight, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255)));border-color:transparent;background-clip:padding-box;position:relative}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_{background-image:var(--intergalactic-bg-secondary-feature-highlight, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255)))}@media (color-gamut:p3){.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_{background-image:var(--intergalactic-bg-secondary-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.96716 0.95079 0.99961), color(display-p3 0.87344 0.9059 0.99962)))}}}.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-1px;border-radius:inherit;visibility:var(--beforeVisibility_ip5g1);background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254)) ) border-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) padding-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_:before{background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254)) ) border-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245))) padding-box}@media (color-gamut:p3){.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_:before{background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254)) ) border-box,var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245))) padding-box}}}.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_ .___SLabel_ip5g1_gg_{color:var(--intergalactic-icon-primary-feature-highlight, rgb(144, 65, 250))}.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_ .___SCloseIcon_ip5g1_gg_{color:var(--intergalactic-icon-primary-neutral, rgba(0, 4, 1, 0.526))}@media (hover:hover){.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_ .___SCloseIcon_ip5g1_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, rgba(0, 3, 0, 0.583))}@supports (color:color(display-p3 0 0 0%)){.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_ .___SCloseIcon_ip5g1_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, rgba(0, 3, 0, 0.583))}@media (color-gamut:p3){.___SHighlightedNotice_ip5g1_gg_.__beforeVisibility_ip5g1_gg_ .___SCloseIcon_ip5g1_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, color(display-p3 0.00228 0.01289 0.00252 / 0.583))}}}}',
18
18
  /*__inner_css_end__*/
19
- "1l0xz_gg_"
19
+ "ip5g1_gg_"
20
20
  ), /*__reshadow_css_end__*/
21
21
  {
22
- "__SHighlightedNotice": "___SHighlightedNotice_1l0xz_gg_",
23
- "_beforeVisibility": "__beforeVisibility_1l0xz_gg_",
24
- "--beforeVisibility": "--beforeVisibility_1l0xz",
25
- "__SLabel": "___SLabel_1l0xz_gg_",
26
- "__SCloseIcon": "___SCloseIcon_1l0xz_gg_"
22
+ "__SHighlightedNotice": "___SHighlightedNotice_ip5g1_gg_",
23
+ "_beforeVisibility": "__beforeVisibility_ip5g1_gg_",
24
+ "--beforeVisibility": "--beforeVisibility_ip5g1",
25
+ "__SLabel": "___SLabel_ip5g1_gg_",
26
+ "__SCloseIcon": "___SCloseIcon_ip5g1_gg_"
27
27
  })
28
28
  );
29
29
  var NoticeFHRoot = /* @__PURE__ */ (function(_Component) {
@@ -33,10 +33,20 @@ var NoticeFHRoot = /* @__PURE__ */ (function(_Component) {
33
33
  }
34
34
  _inherits(NoticeFHRoot2, _Component);
35
35
  return _createClass(NoticeFHRoot2, [{
36
+ key: "renderContent",
37
+ value: function renderContent() {
38
+ var _this$asProps = this.asProps, Children = _this$asProps.Children, label = _this$asProps.label, title = _this$asProps.title, closable = _this$asProps.closable;
39
+ var textContent = /* @__PURE__ */ React.createElement(Children, null);
40
+ if (typeof Children.origin === "string") {
41
+ textContent = isNode(title) || isNode(label) || closable ? /* @__PURE__ */ React.createElement(Notice.Text, null, /* @__PURE__ */ React.createElement(Children, null)) : /* @__PURE__ */ React.createElement(Children, null);
42
+ }
43
+ return textContent;
44
+ }
45
+ }, {
36
46
  key: "renderSmartMode",
37
47
  value: function renderSmartMode() {
38
- var _this$asProps = this.asProps, label = _this$asProps.label, title = _this$asProps.title, text = _this$asProps.text, actions = _this$asProps.actions, closable = _this$asProps.closable, onClose = _this$asProps.onClose;
39
- return /* @__PURE__ */ React.createElement(React.Fragment, null, isNode(label) && /* @__PURE__ */ React.createElement(Notice.Label, null, label), /* @__PURE__ */ React.createElement(Notice.Content, null, isNode(title) && /* @__PURE__ */ React.createElement(Notice.Title, null, title), isNode(text) && /* @__PURE__ */ React.createElement(Notice.Text, null, text), isNode(actions) && /* @__PURE__ */ React.createElement(Notice.Actions, null, actions)), closable && /* @__PURE__ */ React.createElement(Notice.Close, {
48
+ var _this$asProps2 = this.asProps, label = _this$asProps2.label, title = _this$asProps2.title, actions = _this$asProps2.actions, closable = _this$asProps2.closable, onClose = _this$asProps2.onClose;
49
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, isNode(label) && /* @__PURE__ */ React.createElement(Notice.Label, null, label), /* @__PURE__ */ React.createElement(Notice.Content, null, isNode(title) && /* @__PURE__ */ React.createElement(Notice.Title, null, title), this.renderContent(), isNode(actions) && /* @__PURE__ */ React.createElement(Notice.Actions, null, actions)), closable && /* @__PURE__ */ React.createElement(Notice.Close, {
40
50
  onClick: onClose
41
51
  }));
42
52
  }
@@ -51,7 +61,7 @@ var NoticeFHRoot = /* @__PURE__ */ (function(_Component) {
51
61
  value: function render() {
52
62
  var _ref = this.asProps, _ref2;
53
63
  var SHighlightedNotice = Notice;
54
- var _this$asProps2 = this.asProps, styles = _this$asProps2.styles, Children = _this$asProps2.Children, visible = _this$asProps2.visible;
64
+ var _this$asProps3 = this.asProps, styles = _this$asProps3.styles, Children = _this$asProps3.Children, visible = _this$asProps3.visible;
55
65
  var advancedMode = isAdvanceMode(Children, [NoticeFH.Label.displayName, NoticeFH.Actions.displayName, NoticeFH.Content.displayName, NoticeFH.Title.displayName, NoticeFH.Text.displayName, NoticeFH.Close.displayName]);
56
66
  var beforeVisibility = visible === void 0 || visible ? "visible" : "hidden";
57
67
  return _ref2 = sstyled(styles), /* @__PURE__ */ React.createElement(SHighlightedNotice, _ref2.cn("SHighlightedNotice", _objectSpread({}, assignProps({
@@ -70,7 +80,8 @@ var NoticeFH = createComponent(NoticeFHRoot, {
70
80
  Content: Notice.Content,
71
81
  Title: Notice.Title,
72
82
  Text: Notice.Text,
73
- Close: Notice.Close
83
+ Close: Notice.Close,
84
+ CloseIcon: Notice.CloseIcon
74
85
  });
75
86
  export {
76
87
  NoticeFH
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, createComponent } from "@semcore/core";
7
+ import { createComponent, assignProps, Component, sstyled } from "@semcore/core";
8
8
  import SummaryAI from "@semcore/icon/SummaryAI/m";
9
9
  import Pills from "@semcore/pills";
10
10
  import React from "react";
@@ -14,17 +14,17 @@ var style = (
14
14
  /*__reshadow_css_start__*/
15
15
  (sstyled.insert(
16
16
  /*__inner_css_start__*/
17
- '.___SHighlightedPill_16tbd_gg_{border:1px solid transparent;background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box;background-origin:border-box;background-clip:padding-box,border-box;z-index:1;position:relative}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedPill_16tbd_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedPill_16tbd_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}.___SHighlightedPill_16tbd_gg_::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:-5px;padding:2px;border-radius:calc(var(--intergalactic-control-rounded, 6px) + 3px);background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.96);will-change:opacity,transform;transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedPill_16tbd_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedPill_16tbd_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedPill_16tbd_gg_._neighborLocation_left_16tbd_gg_::before{border-top-left-radius:0;border-bottom-left-radius:0}.___SHighlightedPill_16tbd_gg_._neighborLocation_right_16tbd_gg_::before{border-top-right-radius:0;border-bottom-right-radius:0}.___SHighlightedPill_16tbd_gg_._neighborLocation_both_16tbd_gg_::before{border-radius:0}@media (hover:hover){.___SHighlightedPill_16tbd_gg_:hover{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255))) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedPill_16tbd_gg_:hover{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255))) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedPill_16tbd_gg_:hover{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, color(display-p3 0.96716 0.95079 0.99961), color(display-p3 0.87344 0.9059 0.99962))) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}}.___SHighlightedPill_16tbd_gg_.__selected_16tbd_gg_{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255))) padding-box,var(--intergalactic-control-primary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245))) border-box;background-origin:border-box;background-clip:padding-box,border-box;border-color:transparent}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedPill_16tbd_gg_.__selected_16tbd_gg_{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255))) padding-box,var(--intergalactic-control-primary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedPill_16tbd_gg_.__selected_16tbd_gg_{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, color(display-p3 0.96716 0.95079 0.99961), color(display-p3 0.87344 0.9059 0.99962))) padding-box,var(--intergalactic-control-primary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245))) border-box}}}.___SPills_16tbd_gg_ .___SHighlightedPill_16tbd_gg_:focus-visible{outline:0}.___SPills_16tbd_gg_ .___SHighlightedPill_16tbd_gg_:focus-visible::before{opacity:1;transform:scale(1)}@supports not (-webkit-mask-composite:xor){.___SHighlightedPill_16tbd_gg_:focus-visible{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #7078fc}.___SHighlightedPill_16tbd_gg_:focus-visible::before{display:none}}',
17
+ '.___SHighlightedPill_5oryn_gg_{border:1px solid transparent;background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box;background-origin:border-box;background-clip:padding-box,border-box;z-index:1;position:relative}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedPill_5oryn_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedPill_5oryn_gg_{background:linear-gradient(white,white) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}.___SHighlightedPill_5oryn_gg_::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:-5px;padding:2px;border-radius:calc(var(--intergalactic-control-rounded, 6px) + 3px);background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.96);will-change:opacity,transform;transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedPill_5oryn_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedPill_5oryn_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedPill_5oryn_gg_._neighborLocation_left_5oryn_gg_::before{border-top-left-radius:0;border-bottom-left-radius:0}.___SHighlightedPill_5oryn_gg_._neighborLocation_right_5oryn_gg_::before{border-top-right-radius:0;border-bottom-right-radius:0}.___SHighlightedPill_5oryn_gg_._neighborLocation_both_5oryn_gg_::before{border-radius:0}@media (hover:hover){.___SHighlightedPill_5oryn_gg_:hover{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255))) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedPill_5oryn_gg_:hover{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255))) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254))) border-box}@media (color-gamut:p3){.___SHighlightedPill_5oryn_gg_:hover{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, color(display-p3 0.96716 0.95079 0.99961), color(display-p3 0.87344 0.9059 0.99962))) padding-box,var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254))) border-box}}}}.___SHighlightedPill_5oryn_gg_.__selected_5oryn_gg_{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255))) padding-box,var(--intergalactic-control-primary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245))) border-box;background-origin:border-box;background-clip:padding-box,border-box;border-color:transparent}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedPill_5oryn_gg_.__selected_5oryn_gg_{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, rgb(247, 243, 255), rgb(222, 231, 255))) padding-box,var(--intergalactic-control-primary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245))) border-box}@media (color-gamut:p3){.___SHighlightedPill_5oryn_gg_.__selected_5oryn_gg_{background:var(--intergalactic-bg-primary-feature-highlight-hover-active, linear-gradient(90deg in oklch, color(display-p3 0.96716 0.95079 0.99961), color(display-p3 0.87344 0.9059 0.99962))) padding-box,var(--intergalactic-control-primary-feature-highlight-hover, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245))) border-box}}}.___SPills_5oryn_gg_ .___SHighlightedPill_5oryn_gg_:focus-visible{outline:0}.___SPills_5oryn_gg_ .___SHighlightedPill_5oryn_gg_:focus-visible::before{opacity:1;transform:scale(1)}@supports not (-webkit-mask-composite:xor){.___SHighlightedPill_5oryn_gg_:focus-visible{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #7078fc}.___SHighlightedPill_5oryn_gg_:focus-visible::before{display:none}}',
18
18
  /*__inner_css_end__*/
19
- "16tbd_gg_"
19
+ "5oryn_gg_"
20
20
  ), /*__reshadow_css_end__*/
21
21
  {
22
- "__SHighlightedPill": "___SHighlightedPill_16tbd_gg_",
23
- "_neighborLocation_left": "_neighborLocation_left_16tbd_gg_",
24
- "_neighborLocation_right": "_neighborLocation_right_16tbd_gg_",
25
- "_neighborLocation_both": "_neighborLocation_both_16tbd_gg_",
26
- "_selected": "__selected_16tbd_gg_",
27
- "__SPills": "___SPills_16tbd_gg_"
22
+ "__SHighlightedPill": "___SHighlightedPill_5oryn_gg_",
23
+ "_neighborLocation_left": "_neighborLocation_left_5oryn_gg_",
24
+ "_neighborLocation_right": "_neighborLocation_right_5oryn_gg_",
25
+ "_neighborLocation_both": "_neighborLocation_both_5oryn_gg_",
26
+ "_selected": "__selected_5oryn_gg_",
27
+ "__SPills": "___SPills_5oryn_gg_"
28
28
  })
29
29
  );
30
30
  var PillsFHRoot = /* @__PURE__ */ (function(_Component) {
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, CONTEXT_COMPONENT, createComponent } from "@semcore/core";
7
+ import { createComponent, sstyled, assignProps, Component, CONTEXT_COMPONENT } from "@semcore/core";
8
8
  import Radio, { RadioGroup } from "@semcore/radio";
9
9
  import React from "react";
10
10
  import { AnimatedSparkles } from "../../inner-components/sparkle/AnimatedSparkles.mjs";
@@ -13,13 +13,13 @@ var style = (
13
13
  /*__reshadow_css_start__*/
14
14
  (sstyled.insert(
15
15
  /*__inner_css_start__*/
16
- '.___SHighlightedRadio_1yx63_gg_{position:relative}.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) [data-ui-name="Value.RadioMark"]{border-radius:50%;background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254)))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) [data-ui-name="Value.RadioMark"]{background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254)))}@media (color-gamut:p3){.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) [data-ui-name="Value.RadioMark"]{background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254)))}}}.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) [data-ui-name="Value.RadioMark"]::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:0;padding:2px;border-radius:50%;border-width:0;pointer-events:none;background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.9);transition:margin calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) [data-ui-name="Value.RadioMark"]::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) [data-ui-name="Value.RadioMark"]::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) [data-ui-name="Value.RadioMark"]::after{content:"";position:absolute;right:0;bottom:0;border-radius:50%;background:var(--intergalactic-bg-primary-neutral, rgb(255, 255, 255));top:50%;left:50%;width:calc(100% - 2px);height:calc(100% - 2px);transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,height calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) input[data-ui-name="RadioFH.Value"]:focus-visible+[data-ui-name="Value.RadioMark"]::before{margin:-4px;opacity:1;transform:scale(1);transition:inherit}@supports not (-webkit-mask-composite:xor){.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) input[data-ui-name="RadioFH.Value"]:focus-visible+[data-ui-name="Value.RadioMark"]{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #7078fc}.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) input[data-ui-name="RadioFH.Value"]:focus-visible+[data-ui-name="Value.RadioMark"]::before{display:none}.___SHighlightedRadio_1yx63_gg_:not(._state_invalid_1yx63_gg_) input[data-ui-name="RadioFH.Value"]:checked:focus-visible+[data-ui-name="Value.RadioMark"]::before{display:none}}',
16
+ '.___SHighlightedRadio_webxj_gg_{position:relative}.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) [data-ui-name="Value.RadioMark"]{border-radius:50%;background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254)))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) [data-ui-name="Value.RadioMark"]{background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, rgb(210, 179, 255), rgb(176, 193, 254)))}@media (color-gamut:p3){.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) [data-ui-name="Value.RadioMark"]{background:var(--intergalactic-border-feature-highlight, linear-gradient(90deg in oklch, color(display-p3 0.80738 0.70018 0.99486), rgb(176, 193, 254)))}}}.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) [data-ui-name="Value.RadioMark"]::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:0;padding:2px;border-radius:50%;border-width:0;pointer-events:none;background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.9);transition:margin calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) [data-ui-name="Value.RadioMark"]::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) [data-ui-name="Value.RadioMark"]::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) [data-ui-name="Value.RadioMark"]::after{content:"";position:absolute;right:0;bottom:0;border-radius:50%;background:var(--intergalactic-bg-primary-neutral, rgb(255, 255, 255));top:50%;left:50%;width:calc(100% - 2px);height:calc(100% - 2px);transition:width calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,height calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) input[data-ui-name="RadioFH.Value"]:focus-visible+[data-ui-name="Value.RadioMark"]::before{margin:-4px;opacity:1;transform:scale(1);transition:inherit}@supports not (-webkit-mask-composite:xor){.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) input[data-ui-name="RadioFH.Value"]:focus-visible+[data-ui-name="Value.RadioMark"]{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #7078fc}.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) input[data-ui-name="RadioFH.Value"]:focus-visible+[data-ui-name="Value.RadioMark"]::before{display:none}.___SHighlightedRadio_webxj_gg_:not(._state_invalid_webxj_gg_) input[data-ui-name="RadioFH.Value"]:checked:focus-visible+[data-ui-name="Value.RadioMark"]::before{display:none}}',
17
17
  /*__inner_css_end__*/
18
- "1yx63_gg_"
18
+ "webxj_gg_"
19
19
  ), /*__reshadow_css_end__*/
20
20
  {
21
- "__SHighlightedRadio": "___SHighlightedRadio_1yx63_gg_",
22
- "_state_invalid": "_state_invalid_1yx63_gg_"
21
+ "__SHighlightedRadio": "___SHighlightedRadio_webxj_gg_",
22
+ "_state_invalid": "_state_invalid_webxj_gg_"
23
23
  })
24
24
  );
25
25
  var RadioFHRoot = /* @__PURE__ */ (function(_Component) {
@@ -3,7 +3,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
3
3
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
4
4
  import _inherits from "@babel/runtime/helpers/esm/inherits";
5
5
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
6
- import { assignProps, Component, createComponent } from "@semcore/core";
6
+ import { createComponent, assignProps, Component } from "@semcore/core";
7
7
  import Select from "@semcore/select";
8
8
  import React from "react";
9
9
  import { ButtonTriggerFH } from "../../inner-components/button-trigger/ButtonTrigger.mjs";
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, createComponent } from "@semcore/core";
7
+ import { createComponent, sstyled, assignProps, Component } from "@semcore/core";
8
8
  import Switch from "@semcore/switch";
9
9
  import React from "react";
10
10
  import { AnimatedSparkles } from "../../inner-components/sparkle/AnimatedSparkles.mjs";
@@ -13,14 +13,14 @@ var style = (
13
13
  /*__reshadow_css_start__*/
14
14
  (sstyled.insert(
15
15
  /*__inner_css_start__*/
16
- '.___SToggle_1q8gx_gg_{position:relative;transform:translate(0)}.___SToggle_1q8gx_gg_::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:0;padding:2px;border-radius:inherit;background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.96);pointer-events:none;transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SToggle_1q8gx_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SToggle_1q8gx_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SToggle_1q8gx_gg_.__checked_1q8gx_gg_{color:var(--intergalactic-control-primary-info, rgb(26, 30, 26));background-image:var(--intergalactic-control-primary-feature-highlight, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245)))}.___SToggle_1q8gx_gg_:has(.___SInput_1q8gx_gg_:focus-visible){box-shadow:none;outline:0}.___SToggle_1q8gx_gg_:has(.___SInput_1q8gx_gg_:focus-visible)::before{margin:-4px;opacity:1;transform:scale(1)}@supports not (-webkit-mask-composite:xor){.___SToggle_1q8gx_gg_:has(.___SInput_1q8gx_gg_:focus-visible){outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #7078fc}.___SToggle_1q8gx_gg_:has(.___SInput_1q8gx_gg_:focus-visible)::before{display:none}}',
16
+ '.___SToggle_1s0v4_gg_{position:relative;transform:translate(0)}.___SToggle_1s0v4_gg_::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;margin:0;padding:2px;border-radius:inherit;background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.96);pointer-events:none;transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SToggle_1s0v4_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SToggle_1s0v4_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SToggle_1s0v4_gg_.__checked_1s0v4_gg_{color:var(--intergalactic-control-primary-info, rgb(26, 30, 26));background-image:var(--intergalactic-control-primary-feature-highlight, linear-gradient(90deg in oklch, rgb(162, 97, 253), rgb(148, 165, 245)))}.___SToggle_1s0v4_gg_:has(.___SInput_1s0v4_gg_:focus-visible){box-shadow:none;outline:0}.___SToggle_1s0v4_gg_:has(.___SInput_1s0v4_gg_:focus-visible)::before{margin:-4px;opacity:1;transform:scale(1)}@supports not (-webkit-mask-composite:xor){.___SToggle_1s0v4_gg_:has(.___SInput_1s0v4_gg_:focus-visible){outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #7078fc}.___SToggle_1s0v4_gg_:has(.___SInput_1s0v4_gg_:focus-visible)::before{display:none}}',
17
17
  /*__inner_css_end__*/
18
- "1q8gx_gg_"
18
+ "1s0v4_gg_"
19
19
  ), /*__reshadow_css_end__*/
20
20
  {
21
- "__SToggle": "___SToggle_1q8gx_gg_",
22
- "_checked": "__checked_1q8gx_gg_",
23
- "__SInput": "___SInput_1q8gx_gg_"
21
+ "__SToggle": "___SToggle_1s0v4_gg_",
22
+ "_checked": "__checked_1s0v4_gg_",
23
+ "__SInput": "___SInput_1s0v4_gg_"
24
24
  })
25
25
  );
26
26
  var SwitchFHRoot = /* @__PURE__ */ (function(_Component) {
@@ -4,7 +4,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
4
  import _callSuper from "@babel/runtime/helpers/esm/callSuper";
5
5
  import _inherits from "@babel/runtime/helpers/esm/inherits";
6
6
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
7
- import { sstyled, assignProps, Component, createComponent } from "@semcore/core";
7
+ import { createComponent, assignProps, Component, sstyled } from "@semcore/core";
8
8
  import SummaryAI from "@semcore/icon/SummaryAI/m";
9
9
  import TabLine from "@semcore/tab-line";
10
10
  import React from "react";
@@ -14,14 +14,14 @@ var style = (
14
14
  /*__reshadow_css_start__*/
15
15
  (sstyled.insert(
16
16
  /*__inner_css_start__*/
17
- '.___SHighlightedItem_1i9sf_gg_:focus-visible{outline:0}.___SHighlightedItem_1i9sf_gg_:focus-visible::before{opacity:1;transform:scale(1)}.___SHighlightedItem_1i9sf_gg_::after{opacity:0;transition:opacity calc(var(--intergalactic-duration-control, 200)*1ms) ease-in-out}.___SHighlightedItem_1i9sf_gg_.__selected_1i9sf_gg_::after{opacity:1;background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedItem_1i9sf_gg_.__selected_1i9sf_gg_::after{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@media (color-gamut:p3){.___SHighlightedItem_1i9sf_gg_.__selected_1i9sf_gg_::after{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245)))}}}@media (hover:hover){.___SHighlightedItem_1i9sf_gg_:hover:not(:focus-visible)::after{opacity:1;background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedItem_1i9sf_gg_:hover:not(:focus-visible)::after{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@media (color-gamut:p3){.___SHighlightedItem_1i9sf_gg_:hover:not(:focus-visible)::after{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245)))}}}}.___SHighlightedItem_1i9sf_gg_::before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;height:auto;width:calc(100% + 4px);margin:-4px;padding:2px;box-sizing:content-box;background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.96);transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedItem_1i9sf_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedItem_1i9sf_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedCaret_1i9sf_gg_{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCaret_1i9sf_gg_{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@media (color-gamut:p3){.___SHighlightedCaret_1i9sf_gg_{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245)))}}}',
17
+ '.___SHighlightedItem_2e2cr_gg_:focus-visible{outline:0}.___SHighlightedItem_2e2cr_gg_:focus-visible::before{opacity:1;transform:scale(1)}.___SHighlightedItem_2e2cr_gg_::after{opacity:0;transition:opacity calc(var(--intergalactic-duration-control, 200)*1ms) ease-in-out}.___SHighlightedItem_2e2cr_gg_.__selected_2e2cr_gg_::after{opacity:1;background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedItem_2e2cr_gg_.__selected_2e2cr_gg_::after{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@media (color-gamut:p3){.___SHighlightedItem_2e2cr_gg_.__selected_2e2cr_gg_::after{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245)))}}}@media (hover:hover){.___SHighlightedItem_2e2cr_gg_:hover:not(:focus-visible)::after{opacity:1;background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedItem_2e2cr_gg_:hover:not(:focus-visible)::after{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@media (color-gamut:p3){.___SHighlightedItem_2e2cr_gg_:hover:not(:focus-visible)::after{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245)))}}}}.___SHighlightedItem_2e2cr_gg_::before{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;height:auto;width:calc(100% + 4px);margin:-4px;padding:2px;box-sizing:content-box;background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)));-webkit-mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);mask:linear-gradient(0deg,#fff,#fff) content-box,linear-gradient(0deg,#fff,#fff);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transform:scale(.96);transition:opacity calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out,transform calc(var(--intergalactic-duration-extra-fast, 100)*1ms) ease-in-out}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedItem_2e2cr_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(102, 107, 219)))}@media (color-gamut:p3){.___SHighlightedItem_2e2cr_gg_::before{background-image:var(--intergalactic-keyboard-focus-feature-highlight-outline, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(102, 107, 219)))}}}.___SHighlightedCaret_2e2cr_gg_{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@supports (background:linear-gradient(in oklch,red 0%,red 0% 1%,red 2%)) and (color:color(display-p3 0 0 0%)){.___SHighlightedCaret_2e2cr_gg_{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, rgb(192, 142, 255), rgb(148, 165, 245)))}@media (color-gamut:p3){.___SHighlightedCaret_2e2cr_gg_{background:var(--intergalactic-border-feature-highlight-active, linear-gradient(90deg in oklch, color(display-p3 0.72564 0.56096 0.98326), rgb(148, 165, 245)))}}}',
18
18
  /*__inner_css_end__*/
19
- "1i9sf_gg_"
19
+ "2e2cr_gg_"
20
20
  ), /*__reshadow_css_end__*/
21
21
  {
22
- "__SHighlightedCaret": "___SHighlightedCaret_1i9sf_gg_",
23
- "__SHighlightedItem": "___SHighlightedItem_1i9sf_gg_",
24
- "_selected": "__selected_1i9sf_gg_"
22
+ "__SHighlightedCaret": "___SHighlightedCaret_2e2cr_gg_",
23
+ "__SHighlightedItem": "___SHighlightedItem_2e2cr_gg_",
24
+ "_selected": "__selected_2e2cr_gg_"
25
25
  })
26
26
  );
27
27
  var TabLineFHRoot = /* @__PURE__ */ (function(_Component) {