highsoft-ui 1.0.154 → 1.0.155

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.
@@ -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;
package/dist/main.js CHANGED
@@ -6,7 +6,7 @@ import { t as c } from "./FrameworkIcon-D7N3PjYr.js";
6
6
  import { t as l } from "./CodeBlock-7BTXXf30.js";
7
7
  import { t as u } from "./Icon-VeXJMj8Q.js";
8
8
  import { t as d } from "./Link-CYR92_U0.js";
9
- import { t as f } from "./ProductIcon-DFLAYWbu.js";
9
+ import { t as f } from "./ProductIcon-CKtF7AWy.js";
10
10
  import { t as p } from "./ButtonGroup-DNTpDU-E.js";
11
11
  import { t as m } from "./InputSolo-DUdKtZjX.js";
12
12
  import { t as h } from "./SearchDropdown-B5CFwNib.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "highsoft-ui",
3
- "version": "1.0.154",
3
+ "version": "1.0.155",
4
4
  "description": "Highsoft UI",
5
5
  "type": "module",
6
6
  "repository": {