highsoft-ui 1.0.154 → 1.0.156

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 (84) hide show
  1. package/CLAUDE.md +58 -0
  2. package/dist/BrowserFrame-z7X66igu.js +133 -0
  3. package/dist/{Button-DSGsV45k.js → Button-CSYKfiMM.js} +1 -1
  4. package/dist/{ButtonGroup-DNTpDU-E.js → ButtonGroup-CRCpF1mq.js} +1 -1
  5. package/dist/{Checkbox-imALf2_N.js → Checkbox-Ve_qaCW-.js} +1 -1
  6. package/dist/{CodeBlock-7BTXXf30.js → CodeBlock-D5HGMQXp.js} +4 -4
  7. package/dist/{CookiePolicyModal-DulwuSp4.js → CookiePolicyModal-Jajmg0gS.js} +2 -2
  8. package/dist/{CopyCode-PbZbRLn-.js → CopyCode-B5XYKD2s.js} +2 -2
  9. package/dist/{Dropdown-c_EhnzqC.js → Dropdown-C7cw9SiY.js} +1 -1
  10. package/dist/{Footer-C6a3PeJq.js → Footer-Bjccchkp.js} +7 -7
  11. package/dist/{FooterBottom-DADUJdzz.js → FooterBottom-B4_6jDJ2.js} +1 -1
  12. package/dist/{FooterHelp-DN7Mdy40.js → FooterHelp-BODC1jYl.js} +1 -1
  13. package/dist/{FooterLinks-rrtsCIdv.js → FooterLinks-0FQT6GGH.js} +2 -2
  14. package/dist/{Header-BokKjfF7.js → Header-BIEG3fWi.js} +24 -24
  15. package/dist/{InputGrouped-BJEodhml.js → InputGrouped-Iz23ILtZ.js} +3 -3
  16. package/dist/{Label-BhFeSC8Z.js → Label-arNNMKJi.js} +1 -1
  17. package/dist/{NewsletterSignup-mPKBEpYq.js → NewsletterSignup-BwSHFFxv.js} +4 -4
  18. package/dist/{Notification-JovL5anc.js → Notification-Coii3TQE.js} +3 -3
  19. package/dist/{PrefPanel-DxSIkYDF.js → PrefPanel-DHotymro.js} +2 -2
  20. package/dist/{ProductIcon-DFLAYWbu.js → ProductIcon-CKtF7AWy.js} +1 -0
  21. package/dist/{RoadmapDetails-ZnyXG2j7.js → RoadmapDetails-CtyefwR6.js} +5 -5
  22. package/dist/{Search-Cc9ZJgGx.js → Search-Dd2PjPua.js} +9 -9
  23. package/dist/{SearchDropdown-B5CFwNib.js → SearchDropdown-FVBycbSo.js} +1 -1
  24. package/dist/{VideoCover-BkbLsmQ_.js → VideoCover-bWmOXfeg.js} +1 -1
  25. package/dist/{VideoPlayer-CY63501h.js → VideoPlayer-cCv7zyDb.js} +3 -3
  26. package/dist/{VideoPlayerModal-DIHMoFgS.js → VideoPlayerModal-DXKK98WG.js} +2 -2
  27. package/dist/{YoutubeModal-DqBis8Cm.js → YoutubeModal-B-D2bQLx.js} +2 -2
  28. package/dist/components/BrowserFrame/index.js +2 -0
  29. package/dist/components/Button/index.js +1 -1
  30. package/dist/components/ButtonGroup/index.js +1 -1
  31. package/dist/components/Checkbox/index.js +1 -1
  32. package/dist/components/CodeBlock/index.js +1 -1
  33. package/dist/components/CopyCode/index.js +1 -1
  34. package/dist/components/Dropdown/index.js +1 -1
  35. package/dist/components/Footer/CookiePolicyModal.js +1 -1
  36. package/dist/components/Footer/FooterBottom.js +1 -1
  37. package/dist/components/Footer/FooterHelp.js +1 -1
  38. package/dist/components/Footer/FooterLinks.js +1 -1
  39. package/dist/components/Footer/YoutubeModal.js +1 -1
  40. package/dist/components/Footer/index.js +1 -1
  41. package/dist/components/Header/index.js +1 -1
  42. package/dist/components/InputGrouped/index.js +1 -1
  43. package/dist/components/Label/index.js +1 -1
  44. package/dist/components/Modal/ModalContactFooter.js +2 -2
  45. package/dist/components/Modal/index.js +2 -2
  46. package/dist/components/NewsletterSignup/index.js +1 -1
  47. package/dist/components/Notification/index.js +1 -1
  48. package/dist/components/PrefPanel/index.js +1 -1
  49. package/dist/components/ProductIcon/icons/grayscale/Orbit.js +25 -0
  50. package/dist/components/ProductIcon/icons/grayscale/index.js +12 -10
  51. package/dist/components/ProductIcon/icons/line/Orbit.js +25 -0
  52. package/dist/components/ProductIcon/icons/line/index.js +12 -10
  53. package/dist/components/ProductIcon/icons/monochrome/Orbit.js +25 -0
  54. package/dist/components/ProductIcon/icons/monochrome/index.js +12 -10
  55. package/dist/components/ProductIcon/icons/multi/Orbit.js +25 -0
  56. package/dist/components/ProductIcon/icons/multi/index.js +12 -10
  57. package/dist/components/ProductIcon/index.js +1 -1
  58. package/dist/components/RoadmapDetails/index.js +1 -1
  59. package/dist/components/Search/index.js +1 -1
  60. package/dist/components/SearchDropdown/index.js +1 -1
  61. package/dist/components/Sidebar/NavDisclosure.js +1 -1
  62. package/dist/components/Sidebar/NavGroup.js +1 -1
  63. package/dist/components/Sidebar/Sidebar.js +2 -2
  64. package/dist/components/Sidebar/SidebarLayout.js +1 -1
  65. package/dist/components/VideoCover/index.js +1 -1
  66. package/dist/components/VideoPlayer/VideoPlayerModal.js +1 -1
  67. package/dist/components/VideoPlayer/index.js +1 -1
  68. package/dist/{create-element-C3ORyDVw.js → create-element-E8WYUYfK.js} +1 -1
  69. package/dist/{esm-C4Ybr9s4.js → esm-bFdwg2E8.js} +70 -42
  70. package/dist/highsoft-ui.css +1 -1
  71. package/dist/lib/components/BrowserFrame/index.d.ts +83 -0
  72. package/dist/lib/components/ProductIcon/icons/grayscale/Orbit.d.ts +2 -0
  73. package/dist/lib/components/ProductIcon/icons/grayscale/index.d.ts +1 -0
  74. package/dist/lib/components/ProductIcon/icons/line/Orbit.d.ts +2 -0
  75. package/dist/lib/components/ProductIcon/icons/line/index.d.ts +1 -0
  76. package/dist/lib/components/ProductIcon/icons/monochrome/Orbit.d.ts +2 -0
  77. package/dist/lib/components/ProductIcon/icons/monochrome/index.d.ts +1 -0
  78. package/dist/lib/components/ProductIcon/icons/multi/Orbit.d.ts +2 -0
  79. package/dist/lib/components/ProductIcon/icons/multi/index.d.ts +1 -0
  80. package/dist/lib/components/ProductIcon/index.d.ts +2 -2
  81. package/dist/lib/main.d.ts +2 -0
  82. package/dist/main.js +43 -42
  83. package/dist/{prism-light-BLaY8zo6.js → prism-light-BTlrcsMq.js} +1 -1
  84. package/package.json +1 -1
@@ -0,0 +1,83 @@
1
+ import { HTMLAttributes, IframeHTMLAttributes, ReactNode } from 'react';
2
+ /** An external-link action button in the top bar (e.g. JSFiddle, CodePen). */
3
+ export interface BrowserFrameAction {
4
+ label: string;
5
+ href: string;
6
+ }
7
+ export interface BrowserFrameProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
8
+ /**
9
+ * Bar style. `'full'` shows the URL pill with an action button, `'mini'` a
10
+ * centered explainer line, `'plain'` just the window dots. Default `'full'`.
11
+ */
12
+ variant?: 'full' | 'mini' | 'plain';
13
+ /** URL to embed as a real `<iframe>`. Alternatively pass `children`. */
14
+ src?: string;
15
+ /** Address shown in the URL pill (`full`). Defaults to `src`. */
16
+ displayUrl?: string;
17
+ /**
18
+ * Link target for the URL text and the View button. Defaults to
19
+ * `displayUrl` / `src`.
20
+ */
21
+ href?: string;
22
+ /**
23
+ * The button in the URL pill (`full` only): `'view'` opens `href` in a new
24
+ * tab, `'fullscreen'` expands the frame via the Fullscreen API (falling back
25
+ * to opening `href` where unsupported), `'none'` hides it. Default `'view'`.
26
+ */
27
+ action?: 'view' | 'fullscreen' | 'none';
28
+ /** Label for the action button. Defaults to `View` / `Fullscreen`. */
29
+ actionLabel?: string;
30
+ /** Centered description line in the bar (`mini`). */
31
+ explainer?: ReactNode;
32
+ /** Renders the explainer as a link to this URL. */
33
+ explainerHref?: string;
34
+ /** External-link buttons on the right of the bar (designed for `mini`). */
35
+ actions?: BrowserFrameAction[];
36
+ /**
37
+ * Window-dot treatment. Defaults per variant: colored traffic lights on
38
+ * `full`, muted gray on `mini`/`plain` — override to force either.
39
+ */
40
+ dots?: 'color' | 'muted';
41
+ /**
42
+ * Aspect ratio of the embed area, e.g. `'16 / 9'`. Default `'3 / 2'`.
43
+ * `'auto'` lets children flow at their natural height instead. Ignored when
44
+ * `height` is set.
45
+ */
46
+ aspectRatio?: string;
47
+ /**
48
+ * Frame width — a number (px) or any CSS length. Defaults to filling the
49
+ * parent (`'100%'`).
50
+ */
51
+ width?: number | string;
52
+ /**
53
+ * Fixed frame height — a number (px) or any CSS length. The embed area
54
+ * takes what the bar leaves over; overrides `aspectRatio`.
55
+ */
56
+ height?: number | string;
57
+ /** Corner radius in px. Default `8`. */
58
+ radius?: number;
59
+ /**
60
+ * Accessible name for the embedded `<iframe>` — describe what it shows.
61
+ * Required with `src`.
62
+ */
63
+ title?: string;
64
+ /** Forwarded to the `<iframe>`. Default `'lazy'`. */
65
+ loading?: 'lazy' | 'eager';
66
+ /** Forwarded to the `<iframe>`. */
67
+ sandbox?: IframeHTMLAttributes<HTMLIFrameElement>['sandbox'];
68
+ /** Forwarded to the `<iframe>`. */
69
+ allow?: string;
70
+ /** Forwarded to the `<iframe>`. Default `true`. */
71
+ allowFullScreen?: boolean;
72
+ /** Forwarded to the `<iframe>`. */
73
+ referrerPolicy?: IframeHTMLAttributes<HTMLIFrameElement>['referrerPolicy'];
74
+ /** Embedded content rendered instead of an `src` iframe. */
75
+ children?: ReactNode;
76
+ }
77
+ /**
78
+ * Browser-window chrome around embedded content — a real `<iframe>` via `src`,
79
+ * or any children (a live demo, a screenshot). Three bar variants: `full`
80
+ * (URL pill + View/Fullscreen button), `mini` (explainer + external links),
81
+ * `plain` (dots only).
82
+ */
83
+ export declare const BrowserFrame: import('react').ForwardRefExoticComponent<BrowserFrameProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Orbit(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
@@ -19,6 +19,7 @@ export { default as Hca } from './Hca';
19
19
  export { default as Lab } from './Lab';
20
20
  export { default as License } from './License';
21
21
  export { default as Maps } from './Maps';
22
+ export { default as Orbit } from './Orbit';
22
23
  export { default as Python } from './Python';
23
24
  export { default as Roadmap } from './Roadmap';
24
25
  export { default as Stock } from './Stock';
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Orbit(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
@@ -19,6 +19,7 @@ export { default as Hca } from './Hca';
19
19
  export { default as Lab } from './Lab';
20
20
  export { default as License } from './License';
21
21
  export { default as Maps } from './Maps';
22
+ export { default as Orbit } from './Orbit';
22
23
  export { default as Python } from './Python';
23
24
  export { default as Roadmap } from './Roadmap';
24
25
  export { default as Stock } from './Stock';
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Orbit(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
@@ -19,6 +19,7 @@ export { default as Hca } from './Hca';
19
19
  export { default as Lab } from './Lab';
20
20
  export { default as License } from './License';
21
21
  export { default as Maps } from './Maps';
22
+ export { default as Orbit } from './Orbit';
22
23
  export { default as Python } from './Python';
23
24
  export { default as Roadmap } from './Roadmap';
24
25
  export { default as Stock } from './Stock';
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from 'react';
2
+ export default function Orbit(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
@@ -19,6 +19,7 @@ export { default as Hca } from './Hca';
19
19
  export { default as Lab } from './Lab';
20
20
  export { default as License } from './License';
21
21
  export { default as Maps } from './Maps';
22
+ export { default as Orbit } from './Orbit';
22
23
  export { default as Python } from './Python';
23
24
  export { default as Roadmap } from './Roadmap';
24
25
  export { default as Stock } from './Stock';
@@ -14,7 +14,7 @@ export type ProductIconTheme = 'monochrome' | 'multi' | 'grayscale' | 'line';
14
14
  * Available product and feature icons.
15
15
  *
16
16
  * **Products:**
17
- * - `core`, `stock`, `maps`, `gantt`, `dashboards`, `grid`
17
+ * - `core`, `stock`, `maps`, `gantt`, `dashboards`, `grid`, `orbit`
18
18
  *
19
19
  * **Documentation & Learning:**
20
20
  * - `demos`, `docs`, `API`, `changelog`, `roadmap`
@@ -29,7 +29,7 @@ export type ProductIconTheme = 'monochrome' | 'multi' | 'grayscale' | 'line';
29
29
  *
30
30
  * @see ProductIcon.stories.tsx for visual examples of all icons and themes
31
31
  */
32
- export type ProductIconName = 'core' | 'stock' | 'maps' | 'gantt' | 'dashboards' | 'grid' | 'demos' | 'docs' | 'API' | 'changelog' | 'roadmap' | 'chart chooser' | 'hca' | 'a11y' | 'edu license' | 'gpt' | 'editor' | 'export server' | 'python' | 'lab' | 'support' | 'custom projects' | 'case studies' | 'license' | 'ADV+';
32
+ export type ProductIconName = 'core' | 'stock' | 'maps' | 'gantt' | 'dashboards' | 'grid' | 'orbit' | 'demos' | 'docs' | 'API' | 'changelog' | 'roadmap' | 'chart chooser' | 'hca' | 'a11y' | 'edu license' | 'gpt' | 'editor' | 'export server' | 'python' | 'lab' | 'support' | 'custom projects' | 'case studies' | 'license' | 'ADV+';
33
33
  export interface ProductIconProps extends Omit<SVGProps<SVGSVGElement>, 'name'> {
34
34
  /** Product or feature name */
35
35
  icon: ProductIconName;
@@ -15,6 +15,8 @@ export type { InputGroupedProps, SelectGroupedProps, FormGroupProps, FormRowProp
15
15
  export type { BoxProps } from './components/Box';
16
16
  export type { HeaderProps, HeaderPosition, SubHeaderItem } from './components/Header';
17
17
  export { Box } from './components/Box';
18
+ export { BrowserFrame } from './components/BrowserFrame';
19
+ export type { BrowserFrameProps, BrowserFrameAction } from './components/BrowserFrame';
18
20
  export { CopyCode } from './components/CopyCode';
19
21
  export type { CopyCodeProps } from './components/CopyCode';
20
22
  export { CodeBlock } from './components/CodeBlock';
package/dist/main.js CHANGED
@@ -1,45 +1,46 @@
1
1
  import { c as e, d as t, r as n, s as r, u as i } from "./utils-K9S_6_Eq.js";
2
2
  import { t as a } from "./Box-BZgeSeCV.js";
3
- import { t as o } from "./Button-DSGsV45k.js";
4
- import { t as s } from "./CopyCode-PbZbRLn-.js";
5
- import { t as c } from "./FrameworkIcon-D7N3PjYr.js";
6
- import { t as l } from "./CodeBlock-7BTXXf30.js";
7
- import { t as u } from "./Icon-VeXJMj8Q.js";
8
- import { t as d } from "./Link-CYR92_U0.js";
9
- import { t as f } from "./ProductIcon-DFLAYWbu.js";
10
- import { t as p } from "./ButtonGroup-DNTpDU-E.js";
11
- import { t as m } from "./InputSolo-DUdKtZjX.js";
12
- import { t as h } from "./SearchDropdown-B5CFwNib.js";
13
- import { i as g, n as _, r as v, t as y } from "./InputGrouped-BJEodhml.js";
14
- import { t as b } from "./Container-BDssaLig.js";
15
- import { t as x } from "./DiscordInvite-CLYxexdH.js";
16
- import { t as S } from "./Heading-DNDHqYWO.js";
17
- import { t as C } from "./Typography-AvvBRu-u.js";
18
- import { t as w } from "./Logo-Bz0G2G-k.js";
19
- import { t as T } from "./NewsletterSignup-mPKBEpYq.js";
20
- import { n as E, r as D, t as O } from "./Dropdown-c_EhnzqC.js";
21
- import { t as k } from "./PrefPanel-DxSIkYDF.js";
22
- import { n as A, t as j } from "./Label-BhFeSC8Z.js";
23
- import { t as M } from "./VideoCover-BkbLsmQ_.js";
24
- import { t as N } from "./VideoPlayer-CY63501h.js";
25
- import { t as P } from "./VideoPlayerModal-DIHMoFgS.js";
26
- import { t as F } from "./Footer-C6a3PeJq.js";
27
- import { n as I } from "./GPTInput-C0YG1990.js";
28
- import { t as L } from "./Notification-JovL5anc.js";
29
- import { n as R, t as z } from "./Header-BokKjfF7.js";
30
- import { t as B } from "./Tabs-BuDaPqdN.js";
31
- import { n as V, t as H } from "./RadioBox-o1Ssyj0s.js";
32
- import { n as U, t as W } from "./Checkbox-imALf2_N.js";
33
- import { Modal as G } from "./components/Modal/index.js";
34
- import { t as K } from "./RoadmapDetails-ZnyXG2j7.js";
35
- import { ModalContactFooter as q } from "./components/Modal/ModalContactFooter.js";
36
- import { useOptionalSidebarLayout as J, useSidebarLayout as Y } from "./components/Sidebar/context.js";
37
- import { SidebarLayout as X, SidebarMain as Z } from "./components/Sidebar/SidebarLayout.js";
38
- import { SidebarResizer as Q } from "./components/Sidebar/SidebarResizer.js";
39
- import { Sidebar as $, SidebarBody as ee, SidebarHeader as te, SidebarSection as ne } from "./components/Sidebar/Sidebar.js";
40
- import { NavItem as re } from "./components/Sidebar/NavItem.js";
41
- import { NavGroup as ie } from "./components/Sidebar/NavGroup.js";
42
- import { NavDisclosure as ae } from "./components/Sidebar/NavDisclosure.js";
3
+ import { t as o } from "./Button-CSYKfiMM.js";
4
+ import { t as s } from "./BrowserFrame-z7X66igu.js";
5
+ import { t as c } from "./CopyCode-B5XYKD2s.js";
6
+ import { t as l } from "./FrameworkIcon-D7N3PjYr.js";
7
+ import { t as u } from "./CodeBlock-D5HGMQXp.js";
8
+ import { t as d } from "./Icon-VeXJMj8Q.js";
9
+ import { t as f } from "./Link-CYR92_U0.js";
10
+ import { t as p } from "./ProductIcon-CKtF7AWy.js";
11
+ import { t as m } from "./ButtonGroup-CRCpF1mq.js";
12
+ import { t as h } from "./InputSolo-DUdKtZjX.js";
13
+ import { t as g } from "./SearchDropdown-FVBycbSo.js";
14
+ import { i as _, n as v, r as y, t as b } from "./InputGrouped-Iz23ILtZ.js";
15
+ import { t as x } from "./Container-BDssaLig.js";
16
+ import { t as S } from "./DiscordInvite-CLYxexdH.js";
17
+ import { t as C } from "./Heading-DNDHqYWO.js";
18
+ import { t as w } from "./Typography-AvvBRu-u.js";
19
+ import { t as T } from "./Logo-Bz0G2G-k.js";
20
+ import { t as E } from "./NewsletterSignup-BwSHFFxv.js";
21
+ import { n as D, r as O, t as k } from "./Dropdown-C7cw9SiY.js";
22
+ import { t as A } from "./PrefPanel-DHotymro.js";
23
+ import { n as j, t as M } from "./Label-arNNMKJi.js";
24
+ import { t as N } from "./VideoCover-bWmOXfeg.js";
25
+ import { t as P } from "./VideoPlayer-cCv7zyDb.js";
26
+ import { t as F } from "./VideoPlayerModal-DXKK98WG.js";
27
+ import { t as I } from "./Footer-Bjccchkp.js";
28
+ import { n as L } from "./GPTInput-C0YG1990.js";
29
+ import { t as R } from "./Notification-Coii3TQE.js";
30
+ import { n as z, t as B } from "./Header-BIEG3fWi.js";
31
+ import { t as V } from "./Tabs-BuDaPqdN.js";
32
+ import { n as H, t as U } from "./RadioBox-o1Ssyj0s.js";
33
+ import { n as W, t as G } from "./Checkbox-Ve_qaCW-.js";
34
+ import { Modal as K } from "./components/Modal/index.js";
35
+ import { t as q } from "./RoadmapDetails-CtyefwR6.js";
36
+ import { ModalContactFooter as J } from "./components/Modal/ModalContactFooter.js";
37
+ import { useOptionalSidebarLayout as Y, useSidebarLayout as X } from "./components/Sidebar/context.js";
38
+ import { SidebarLayout as Z, SidebarMain as Q } from "./components/Sidebar/SidebarLayout.js";
39
+ import { SidebarResizer as $ } from "./components/Sidebar/SidebarResizer.js";
40
+ import { Sidebar as ee, SidebarBody as te, SidebarHeader as ne, SidebarSection as re } from "./components/Sidebar/Sidebar.js";
41
+ import { NavItem as ie } from "./components/Sidebar/NavItem.js";
42
+ import { NavGroup as ae } from "./components/Sidebar/NavGroup.js";
43
+ import { NavDisclosure as oe } from "./components/Sidebar/NavDisclosure.js";
43
44
  import "./components/Sidebar/index.js";
44
- import { ThemeLoader as oe, themeLoaderScript as se } from "./components/ThemeLoader/index.js";
45
- export { a as Box, o as Button, p as ButtonGroup, W as Checkbox, U as CheckboxGroup, l as CodeBlock, b as Container, s as CopyCode, x as DiscordInvite, O as Dropdown, E as DropdownItem, D as DropdownSeparator, F as Footer, y as FormGroup, _ as FormRow, c as FrameworkIcon, I as GPTInput, z as Header, S as Heading, u as Icon, v as InputGrouped, m as InputSolo, j as Label, d as Link, w as Logo, G as Modal, q as ModalContactFooter, ae as NavDisclosure, ie as NavGroup, re as NavItem, A as NewTag, T as NewsletterSignup, L as Notification, k as PrefPanel, f as ProductIcon, H as RadioBox, V as RadioBoxGroup, K as RoadmapDetails, h as SearchDropdown, g as SelectGrouped, $ as Sidebar, ee as SidebarBody, te as SidebarHeader, X as SidebarLayout, Z as SidebarMain, Q as SidebarResizer, ne as SidebarSection, R as SubHeader, B as Tabs, oe as ThemeLoader, i as ThemeProvider, C as Typography, M as VideoCover, N as VideoPlayer, P as VideoPlayerModal, se as themeLoaderScript, n as useClipboard, t as useNextTheme, J as useOptionalSidebarLayout, Y as useSidebarLayout, r as useSuccessFlash, e as useTheme };
45
+ import { ThemeLoader as se, themeLoaderScript as ce } from "./components/ThemeLoader/index.js";
46
+ export { a as Box, s as BrowserFrame, o as Button, m as ButtonGroup, G as Checkbox, W as CheckboxGroup, u as CodeBlock, x as Container, c as CopyCode, S as DiscordInvite, k as Dropdown, D as DropdownItem, O as DropdownSeparator, I as Footer, b as FormGroup, v as FormRow, l as FrameworkIcon, L as GPTInput, B as Header, C as Heading, d as Icon, y as InputGrouped, h as InputSolo, M as Label, f as Link, T as Logo, K as Modal, J as ModalContactFooter, oe as NavDisclosure, ae as NavGroup, ie as NavItem, j as NewTag, E as NewsletterSignup, R as Notification, A as PrefPanel, p as ProductIcon, U as RadioBox, H as RadioBoxGroup, q as RoadmapDetails, g as SearchDropdown, _ as SelectGrouped, ee as Sidebar, te as SidebarBody, ne as SidebarHeader, Z as SidebarLayout, Q as SidebarMain, $ as SidebarResizer, re as SidebarSection, z as SubHeader, V as Tabs, se as ThemeLoader, i as ThemeProvider, w as Typography, N as VideoCover, P as VideoPlayer, F as VideoPlayerModal, ce as themeLoaderScript, n as useClipboard, t as useNextTheme, Y as useOptionalSidebarLayout, X as useSidebarLayout, r as useSuccessFlash, e as useTheme };
@@ -1,5 +1,5 @@
1
1
  import { r as e } from "./chunk-jwUa06l-.js";
2
- import { r as t, t as n } from "./create-element-C3ORyDVw.js";
2
+ import { r as t, t as n } from "./create-element-E8WYUYfK.js";
3
3
  import r from "react";
4
4
  //#region node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
5
5
  function i(e, t) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "highsoft-ui",
3
- "version": "1.0.154",
3
+ "version": "1.0.156",
4
4
  "description": "Highsoft UI",
5
5
  "type": "module",
6
6
  "repository": {