highsoft-ui 1.0.159 → 1.0.161

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 (42) hide show
  1. package/CLAUDE.md +19 -4
  2. package/dist/{CodeBlock-Ds79AzEX.js → CodeBlock-BkSyiiCb.js} +1 -1
  3. package/dist/{Dropdown-D3AnhPYO.js → Dropdown-8bjCO1Lx.js} +1 -1
  4. package/dist/{Footer-DDj7XStD.js → Footer-DVZIe2ax.js} +4 -4
  5. package/dist/{FooterHelp-CnoweyYC.js → FooterHelp-Dlnj0dUF.js} +1 -1
  6. package/dist/{FooterLinks-BCr9brR3.js → FooterLinks-BAdqoexV.js} +1 -1
  7. package/dist/{FrameworkIcon-D7N3PjYr.js → FrameworkIcon-B8GmMx0r.js} +13 -8
  8. package/dist/{Header-Dsji2l2m.js → Header-CkWQ4zk-.js} +1 -1
  9. package/dist/{Icon-VeXJMj8Q.js → Icon-DJTgdvsG.js} +9 -4
  10. package/dist/{NewsletterSignup-Bk0SU1NB.js → NewsletterSignup-BP3AxNHH.js} +1 -1
  11. package/dist/{Notification-D0ow_x0-.js → Notification-D4-209sL.js} +31 -29
  12. package/dist/{ProductIcon-CKtF7AWy.js → ProductIcon-C5yvnjHr.js} +13 -8
  13. package/dist/{SearchDropdown-BetSrTgQ.js → SearchDropdown-fcfDUjOp.js} +1 -1
  14. package/dist/{VideoCover-B59ykzJi.js → VideoCover-BXIkxFuT.js} +1 -1
  15. package/dist/{VideoPlayer-ChyiZ0sK.js → VideoPlayer-BB8jVMa5.js} +1 -1
  16. package/dist/{VideoPlayerModal-D6ze_Evt.js → VideoPlayerModal-fnAUwVMI.js} +1 -1
  17. package/dist/{YoutubeModal-CXwczXZa.js → YoutubeModal-C3rfaDki.js} +2 -2
  18. package/dist/components/CodeBlock/index.js +1 -1
  19. package/dist/components/Dropdown/index.js +1 -1
  20. package/dist/components/Footer/FooterHelp.js +1 -1
  21. package/dist/components/Footer/FooterLinks.js +1 -1
  22. package/dist/components/Footer/YoutubeModal.js +1 -1
  23. package/dist/components/Footer/index.js +1 -1
  24. package/dist/components/FrameworkIcon/index.js +1 -1
  25. package/dist/components/Header/index.js +1 -1
  26. package/dist/components/Icon/index.js +1 -1
  27. package/dist/components/NewsletterSignup/index.js +1 -1
  28. package/dist/components/Notification/index.js +1 -1
  29. package/dist/components/ProductIcon/index.js +1 -1
  30. package/dist/components/SearchDropdown/index.js +1 -1
  31. package/dist/components/Sidebar/NavDisclosure.js +1 -1
  32. package/dist/components/Sidebar/NavGroup.js +1 -1
  33. package/dist/components/Sidebar/Sidebar.js +1 -1
  34. package/dist/components/VideoCover/index.js +1 -1
  35. package/dist/components/VideoPlayer/VideoPlayerModal.js +1 -1
  36. package/dist/components/VideoPlayer/index.js +1 -1
  37. package/dist/highsoft-ui.css +1 -1
  38. package/dist/lib/components/FrameworkIcon/index.d.ts +1 -1
  39. package/dist/lib/components/Icon/index.d.ts +1 -1
  40. package/dist/lib/components/ProductIcon/index.d.ts +1 -1
  41. package/dist/main.js +13 -13
  42. package/package.json +1 -1
@@ -44,4 +44,4 @@ export interface FrameworkIconProps extends Omit<SVGProps<SVGSVGElement>, 'name'
44
44
  * <FrameworkIcon icon="typescript" theme="monochrome" size={24} />
45
45
  * ```
46
46
  */
47
- export declare function FrameworkIcon({ icon, theme, size, box, className, ...props }: FrameworkIconProps): import("react").JSX.Element | null;
47
+ export declare function FrameworkIcon({ icon, theme, size, box, className, style, ...props }: FrameworkIconProps): import("react").JSX.Element | null;
@@ -23,4 +23,4 @@ export interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'name'> {
23
23
  /** Additional class name */
24
24
  className?: string;
25
25
  }
26
- export declare function Icon({ name: IconComponent, size, className, strokeWidth: strokeWidthProp, ...props }: IconProps): import("react").JSX.Element;
26
+ export declare function Icon({ name: IconComponent, size, className, strokeWidth: strokeWidthProp, style, ...props }: IconProps): import("react").JSX.Element;
@@ -56,4 +56,4 @@ export interface ProductIconProps extends Omit<SVGProps<SVGSVGElement>, 'name'>
56
56
  * <ProductIcon icon="dashboards" theme="line" size={32} />
57
57
  * ```
58
58
  */
59
- export declare function ProductIcon({ icon, theme, size, box, className, ...props }: ProductIconProps): import("react").JSX.Element | null;
59
+ export declare function ProductIcon({ icon, theme, size, box, className, style, ...props }: ProductIconProps): import("react").JSX.Element | null;
package/dist/main.js CHANGED
@@ -3,33 +3,33 @@ import { t as a } from "./Box-BZgeSeCV.js";
3
3
  import { t as o } from "./Button-CjxX21gW.js";
4
4
  import { t as s } from "./BrowserFrame-BUneieY7.js";
5
5
  import { t as c } from "./CopyCode-90z6BfV0.js";
6
- import { t as l } from "./FrameworkIcon-D7N3PjYr.js";
7
- import { t as u } from "./CodeBlock-Ds79AzEX.js";
6
+ import { t as l } from "./FrameworkIcon-B8GmMx0r.js";
7
+ import { t as u } from "./CodeBlock-BkSyiiCb.js";
8
8
  import { n as d, t as f } from "./ClientLogo-Dj7K48YL.js";
9
9
  import { t as p } from "./LogoCarousel-DEvwvCfr.js";
10
- import { t as m } from "./Icon-VeXJMj8Q.js";
10
+ import { t as m } from "./Icon-DJTgdvsG.js";
11
11
  import { t as h } from "./Link-CYR92_U0.js";
12
- import { t as g } from "./ProductIcon-CKtF7AWy.js";
12
+ import { t as g } from "./ProductIcon-C5yvnjHr.js";
13
13
  import { t as _ } from "./ButtonGroup-DanFXfXA.js";
14
14
  import { t as v } from "./InputSolo-DUdKtZjX.js";
15
- import { t as y } from "./SearchDropdown-BetSrTgQ.js";
15
+ import { t as y } from "./SearchDropdown-fcfDUjOp.js";
16
16
  import { i as b, n as x, r as S, t as C } from "./InputGrouped-BUJKBG0D.js";
17
17
  import { t as w } from "./Container-BDssaLig.js";
18
18
  import { t as T } from "./DiscordInvite-CLYxexdH.js";
19
19
  import { t as E } from "./Heading-DNDHqYWO.js";
20
20
  import { t as D } from "./Typography-AvvBRu-u.js";
21
21
  import { t as O } from "./Logo-Bz0G2G-k.js";
22
- import { t as k } from "./NewsletterSignup-Bk0SU1NB.js";
23
- import { n as A, r as j, t as M } from "./Dropdown-D3AnhPYO.js";
22
+ import { t as k } from "./NewsletterSignup-BP3AxNHH.js";
23
+ import { n as A, r as j, t as M } from "./Dropdown-8bjCO1Lx.js";
24
24
  import { t as N } from "./PrefPanel-B4MyeLGu.js";
25
25
  import { n as P, t as F } from "./Label-DgPVoDMR.js";
26
- import { t as I } from "./VideoCover-B59ykzJi.js";
27
- import { t as L } from "./VideoPlayer-ChyiZ0sK.js";
28
- import { t as R } from "./VideoPlayerModal-D6ze_Evt.js";
29
- import { t as z } from "./Footer-DDj7XStD.js";
26
+ import { t as I } from "./VideoCover-BXIkxFuT.js";
27
+ import { t as L } from "./VideoPlayer-BB8jVMa5.js";
28
+ import { t as R } from "./VideoPlayerModal-fnAUwVMI.js";
29
+ import { t as z } from "./Footer-DVZIe2ax.js";
30
30
  import { n as B } from "./GPTInput-C0YG1990.js";
31
- import { t as V } from "./Notification-D0ow_x0-.js";
32
- import { n as H, t as U } from "./Header-Dsji2l2m.js";
31
+ import { t as V } from "./Notification-D4-209sL.js";
32
+ import { n as H, t as U } from "./Header-CkWQ4zk-.js";
33
33
  import { t as W } from "./Tabs-BuDaPqdN.js";
34
34
  import { n as G, t as K } from "./RadioBox-o1Ssyj0s.js";
35
35
  import { n as q, t as J } from "./Checkbox-BkxibNey.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "highsoft-ui",
3
- "version": "1.0.159",
3
+ "version": "1.0.161",
4
4
  "description": "Highsoft UI",
5
5
  "type": "module",
6
6
  "repository": {