@synergy-design-system/react 2.4.3 → 2.6.0

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,24 @@
1
+ // ../react/src/components/file.ts
2
+ import * as React from "react";
3
+ import { createComponent } from "@lit/react";
4
+ import Component from "@synergy-design-system/components/components/file/file.component.js";
5
+ var tagName = "syn-file";
6
+ Component.define("syn-file");
7
+ var SynFile = createComponent({
8
+ displayName: "SynFile",
9
+ elementClass: Component,
10
+ events: {
11
+ onSynBlur: "syn-blur",
12
+ onSynChange: "syn-change",
13
+ onSynError: "syn-error",
14
+ onSynFocus: "syn-focus",
15
+ onSynInput: "syn-input"
16
+ },
17
+ react: React,
18
+ tagName
19
+ });
20
+
21
+ export {
22
+ SynFile
23
+ };
24
+ //# sourceMappingURL=chunk.3OAYVNPH.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/components/file.ts"],
4
+ "sourcesContent": ["// ---------------------------------------------------------------------\n// \uD83D\uDD12 AUTOGENERATED @synergy-design-system/react wrappers for @synergy-design-system/components\n// Please do not edit this file directly!\n// It will get recreated when running pnpm build.\n// ---------------------------------------------------------------------\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport Component from '@synergy-design-system/components/components/file/file.component.js';\n\nimport { type EventName } from '@lit/react';\nimport type {\n SynBlurEvent, SynChangeEvent, SynErrorEvent, SynFocusEvent, SynInputEvent,\n} from '@synergy-design-system/components';\n\nconst tagName = 'syn-file';\nComponent.define('syn-file');\n\n/**\n * @summary File controls allow selecting an arbitrary number of files for uploading.\n * @status stable\n *\n * @dependency syn-button\n * @dependency syn-icon\n *\n * @slot label - The file control's label. Alternatively, you can use the `label` attribute.\n * @slot help-text - Text that describes how to use the file control.\n * Alternatively, you can use the `help-text` attribute.\n * @slot droparea-icon - Optional droparea icon to use instead of the default.\n * Works best with `<syn-icon>`.\n * @slot trigger - Optional content to be used as trigger instead of the default content.\n * Opening the file dialog on click and as well as drag and drop will work for this content.\n * Following attributes will no longer work: *label*, *droparea*, *help-text*, *size*,\n * *hide-value*. Also if using the disabled attribute, the disabled styling will not be\n * applied and must be taken care of yourself.\n *\n * @event syn-blur - Emitted when the control loses focus.\n * @event syn-change - Emitted when an alteration to the control's value is committed by the user.\n * @event syn-error - Emitted when multiple files are selected via drag and drop, without\n * the `multiple` property being set.\n * @event syn-focus - Emitted when the control gains focus.\n * @event syn-input - Emitted when the control receives input.\n *\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-input - The input's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart button-wrapper - The wrapper around the button and text value.\n * @csspart button - The syn-button acting as a file input.\n * @csspart button__base - The syn-button's exported `base` part.\n * @csspart value - The chosen files or placeholder text for the file input.\n * @csspart droparea - The element wrapping the drop zone.\n * @csspart droparea-background - The background of the drop zone.\n * @csspart droparea-icon - The container that wraps the icon for the drop zone.\n * @csspart droparea-value - The text for the drop zone.\n * @csspart trigger - The container that wraps the trigger.\n *\n * @animation file.iconDrop - The animation to use for the file icon\n * when a file is dropped\n * @animation file.text.disappear - The disappear animation to use for the file placeholder text\n * when a file is dropped\n * @animation file.text.appear - The appear animation to use for the file placeholder text\n * when a file is dropped\n */\nexport const SynFile = createComponent({\n displayName: 'SynFile',\n elementClass: Component,\n events: {\n onSynBlur: 'syn-blur' as EventName<SynBlurEvent>,\n onSynChange: 'syn-change' as EventName<SynChangeEvent>,\n onSynError: 'syn-error' as EventName<SynErrorEvent>,\n onSynFocus: 'syn-focus' as EventName<SynFocusEvent>,\n onSynInput: 'syn-input' as EventName<SynInputEvent>,\n },\n react: React,\n tagName,\n});\n\nexport type { SynBlurEvent } from '@synergy-design-system/components';\nexport type { SynChangeEvent } from '@synergy-design-system/components';\nexport type { SynErrorEvent } from '@synergy-design-system/components';\nexport type { SynFocusEvent } from '@synergy-design-system/components';\nexport type { SynInputEvent } from '@synergy-design-system/components';\n"],
5
+ "mappings": ";AAKA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,OAAO,eAAe;AAOtB,IAAM,UAAU;AAChB,UAAU,OAAO,UAAU;AAgDpB,IAAM,UAAU,gBAAgB;AAAA,EACrC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,QAAQ;AAAA,IACN,WAAW;AAAA,IACX,aAAa;AAAA,IACb,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,YAAY;AAAA,EACd;AAAA,EACA,OAAO;AAAA,EACP;AACF,CAAC;",
6
+ "names": []
7
+ }
@@ -0,0 +1,18 @@
1
+ // ../react/src/components/range-tick.ts
2
+ import * as React from "react";
3
+ import { createComponent } from "@lit/react";
4
+ import Component from "@synergy-design-system/components/components/range-tick/range-tick.component.js";
5
+ var tagName = "syn-range-tick";
6
+ Component.define("syn-range-tick");
7
+ var SynRangeTick = createComponent({
8
+ displayName: "SynRangeTick",
9
+ elementClass: Component,
10
+ events: {},
11
+ react: React,
12
+ tagName
13
+ });
14
+
15
+ export {
16
+ SynRangeTick
17
+ };
18
+ //# sourceMappingURL=chunk.7ZGCZSWN.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/components/range-tick.ts"],
4
+ "sourcesContent": ["// ---------------------------------------------------------------------\n// \uD83D\uDD12 AUTOGENERATED @synergy-design-system/react wrappers for @synergy-design-system/components\n// Please do not edit this file directly!\n// It will get recreated when running pnpm build.\n// ---------------------------------------------------------------------\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport Component from '@synergy-design-system/components/components/range-tick/range-tick.component.js';\n\nconst tagName = 'syn-range-tick';\nComponent.define('syn-range-tick');\n\n/**\n * @summary Ticks visually improve positioning on range sliders.\n * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range--docs\n * @status stable\n *\n * @slot - The tick's label\n *\n * @csspart base - The component's base wrapper.\n * @csspart label - The component's label.\n * @csspart line - The component's tick line.\n *\n * @cssproperty --tick-height - The height of the tick marker.\n * @cssproperty --tick-label-top - The top offset of the tick label.\n */\nexport const SynRangeTick = createComponent({\n displayName: 'SynRangeTick',\n elementClass: Component,\n events: {\n\n },\n react: React,\n tagName,\n});\n"],
5
+ "mappings": ";AAKA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,OAAO,eAAe;AAEtB,IAAM,UAAU;AAChB,UAAU,OAAO,gBAAgB;AAgB1B,IAAM,eAAe,gBAAgB;AAAA,EAC1C,aAAa;AAAA,EACb,cAAc;AAAA,EACd,QAAQ,CAER;AAAA,EACA,OAAO;AAAA,EACP;AACF,CAAC;",
6
+ "names": []
7
+ }
@@ -0,0 +1,25 @@
1
+ // ../react/src/components/range.ts
2
+ import * as React from "react";
3
+ import { createComponent } from "@lit/react";
4
+ import Component from "@synergy-design-system/components/components/range/range.component.js";
5
+ var tagName = "syn-range";
6
+ Component.define("syn-range");
7
+ var SynRange = createComponent({
8
+ displayName: "SynRange",
9
+ elementClass: Component,
10
+ events: {
11
+ onSynBlur: "syn-blur",
12
+ onSynChange: "syn-change",
13
+ onSynFocus: "syn-focus",
14
+ onSynInput: "syn-input",
15
+ onSynInvalid: "syn-invalid",
16
+ onSynMove: "syn-move"
17
+ },
18
+ react: React,
19
+ tagName
20
+ });
21
+
22
+ export {
23
+ SynRange
24
+ };
25
+ //# sourceMappingURL=chunk.NDDVIALI.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/components/range.ts"],
4
+ "sourcesContent": ["// ---------------------------------------------------------------------\n// \uD83D\uDD12 AUTOGENERATED @synergy-design-system/react wrappers for @synergy-design-system/components\n// Please do not edit this file directly!\n// It will get recreated when running pnpm build.\n// ---------------------------------------------------------------------\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport Component from '@synergy-design-system/components/components/range/range.component.js';\n\nimport { type EventName } from '@lit/react';\nimport type {\n SynBlurEvent, SynChangeEvent, SynFocusEvent, SynInputEvent, SynInvalidEvent, SynMoveEvent,\n} from '@synergy-design-system/components';\n\nconst tagName = 'syn-range';\nComponent.define('syn-range');\n\n/**\n * @summary Ranges allow the user to select values within a given range using one or two thumbs.\n * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range--docs\n * @status stable\n *\n * @dependency syn-tooltip\n *\n * @slot label - The range's label. Alternatively, you can use the `label` attribute.\n * @slot prefix - Used to prepend a presentational icon or similar element to the range.\n * @slot suffix - Used to append a presentational icon or similar element to the range.\n * @slot help-text - Text that describes how to use the range.\n * Alternatively, you can use the `help-text` attribute.\n * @slot ticks - Used to display tick marks at specific intervals along the range.\n *\n * @event syn-blur - Emitted when the control loses focus.\n * @event syn-change - Emitted when an alteration to the control's value is committed by the user.\n * @event syn-focus - Emitted when the control gains focus.\n * @event syn-input - Emitted when the control receives input.\n * @event syn-invalid - Emitted when the form control has been checked for validity\n * and its constraints aren't satisfied.\n * @event syn-move - Emitted when the user moves a thumb, either via touch or keyboard.\n * Use `Event.preventDefault()` to prevent movement.\n *\n * @csspart form-control - The form control that wraps the label, input, and help text.\n * @csspart form-control-label - The label's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart base - The component's base wrapper.\n * @csspart input-wrapper - The container that wraps the input track and ticks.\n * @csspart track-wrapper - The wrapper for the track.\n * @csspart track - The inactive track.\n * @csspart active-track - The active track.\n * @csspart prefix - The container that wraps the prefix.\n * @csspart suffix - The container that wraps the suffix.\n * @csspart ticks - The container that wraps the tick marks.\n * @csspart thumb - The thumb(s) that the user can drag to change the range.\n *\n * @cssproperty --thumb-size - The size of a thumb.\n * @cssproperty --thumb-hit-area-size - The clickable area around the thumb.\n * Per default this is set to 140% of the thumb size. Must be a scale css value (defaults to 1.4).\n * @cssproperty --track-hit-area-size - The clickable area around the track (top and left).\n * @cssproperty --track-color-active - Color of the track representing the current value.\n * @cssproperty --track-color-inactive - Color of the track that represents the remaining value.\n * @cssproperty --track-height - The height of the track.\n * @cssproperty --track-active-offset - The point of origin of the active track,\n * starting at the left side of the range.\n */\nexport const SynRange = createComponent({\n displayName: 'SynRange',\n elementClass: Component,\n events: {\n onSynBlur: 'syn-blur' as EventName<SynBlurEvent>,\n onSynChange: 'syn-change' as EventName<SynChangeEvent>,\n onSynFocus: 'syn-focus' as EventName<SynFocusEvent>,\n onSynInput: 'syn-input' as EventName<SynInputEvent>,\n onSynInvalid: 'syn-invalid' as EventName<SynInvalidEvent>,\n onSynMove: 'syn-move' as EventName<SynMoveEvent>,\n },\n react: React,\n tagName,\n});\n\nexport type { SynBlurEvent } from '@synergy-design-system/components';\nexport type { SynChangeEvent } from '@synergy-design-system/components';\nexport type { SynFocusEvent } from '@synergy-design-system/components';\nexport type { SynInputEvent } from '@synergy-design-system/components';\nexport type { SynInvalidEvent } from '@synergy-design-system/components';\nexport type { SynMoveEvent } from '@synergy-design-system/components';\n"],
5
+ "mappings": ";AAKA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,OAAO,eAAe;AAOtB,IAAM,UAAU;AAChB,UAAU,OAAO,WAAW;AAgDrB,IAAM,WAAW,gBAAgB;AAAA,EACtC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,QAAQ;AAAA,IACN,WAAW;AAAA,IACX,aAAa;AAAA,IACb,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,cAAc;AAAA,IACd,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,EACP;AACF,CAAC;",
6
+ "names": []
7
+ }
@@ -0,0 +1,61 @@
1
+ import Component from '@synergy-design-system/components/components/file/file.component.js';
2
+ import { type EventName } from '@lit/react';
3
+ import type { SynBlurEvent, SynChangeEvent, SynErrorEvent, SynFocusEvent, SynInputEvent } from '@synergy-design-system/components';
4
+ /**
5
+ * @summary File controls allow selecting an arbitrary number of files for uploading.
6
+ * @status stable
7
+ *
8
+ * @dependency syn-button
9
+ * @dependency syn-icon
10
+ *
11
+ * @slot label - The file control's label. Alternatively, you can use the `label` attribute.
12
+ * @slot help-text - Text that describes how to use the file control.
13
+ * Alternatively, you can use the `help-text` attribute.
14
+ * @slot droparea-icon - Optional droparea icon to use instead of the default.
15
+ * Works best with `<syn-icon>`.
16
+ * @slot trigger - Optional content to be used as trigger instead of the default content.
17
+ * Opening the file dialog on click and as well as drag and drop will work for this content.
18
+ * Following attributes will no longer work: *label*, *droparea*, *help-text*, *size*,
19
+ * *hide-value*. Also if using the disabled attribute, the disabled styling will not be
20
+ * applied and must be taken care of yourself.
21
+ *
22
+ * @event syn-blur - Emitted when the control loses focus.
23
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
24
+ * @event syn-error - Emitted when multiple files are selected via drag and drop, without
25
+ * the `multiple` property being set.
26
+ * @event syn-focus - Emitted when the control gains focus.
27
+ * @event syn-input - Emitted when the control receives input.
28
+ *
29
+ * @csspart form-control - The form control that wraps the label, input, and help text.
30
+ * @csspart form-control-label - The label's wrapper.
31
+ * @csspart form-control-input - The input's wrapper.
32
+ * @csspart form-control-help-text - The help text's wrapper.
33
+ * @csspart button-wrapper - The wrapper around the button and text value.
34
+ * @csspart button - The syn-button acting as a file input.
35
+ * @csspart button__base - The syn-button's exported `base` part.
36
+ * @csspart value - The chosen files or placeholder text for the file input.
37
+ * @csspart droparea - The element wrapping the drop zone.
38
+ * @csspart droparea-background - The background of the drop zone.
39
+ * @csspart droparea-icon - The container that wraps the icon for the drop zone.
40
+ * @csspart droparea-value - The text for the drop zone.
41
+ * @csspart trigger - The container that wraps the trigger.
42
+ *
43
+ * @animation file.iconDrop - The animation to use for the file icon
44
+ * when a file is dropped
45
+ * @animation file.text.disappear - The disappear animation to use for the file placeholder text
46
+ * when a file is dropped
47
+ * @animation file.text.appear - The appear animation to use for the file placeholder text
48
+ * when a file is dropped
49
+ */
50
+ export declare const SynFile: import("@lit/react").ReactWebComponent<Component, {
51
+ onSynBlur: EventName<SynBlurEvent>;
52
+ onSynChange: EventName<SynChangeEvent>;
53
+ onSynError: EventName<SynErrorEvent>;
54
+ onSynFocus: EventName<SynFocusEvent>;
55
+ onSynInput: EventName<SynInputEvent>;
56
+ }>;
57
+ export type { SynBlurEvent } from '@synergy-design-system/components';
58
+ export type { SynChangeEvent } from '@synergy-design-system/components';
59
+ export type { SynErrorEvent } from '@synergy-design-system/components';
60
+ export type { SynFocusEvent } from '@synergy-design-system/components';
61
+ export type { SynInputEvent } from '@synergy-design-system/components';
@@ -0,0 +1,7 @@
1
+ import {
2
+ SynFile
3
+ } from "../chunks/chunk.3OAYVNPH.js";
4
+ export {
5
+ SynFile
6
+ };
7
+ //# sourceMappingURL=file.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,16 @@
1
+ import Component from '@synergy-design-system/components/components/range-tick/range-tick.component.js';
2
+ /**
3
+ * @summary Ticks visually improve positioning on range sliders.
4
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range--docs
5
+ * @status stable
6
+ *
7
+ * @slot - The tick's label
8
+ *
9
+ * @csspart base - The component's base wrapper.
10
+ * @csspart label - The component's label.
11
+ * @csspart line - The component's tick line.
12
+ *
13
+ * @cssproperty --tick-height - The height of the tick marker.
14
+ * @cssproperty --tick-label-top - The top offset of the tick label.
15
+ */
16
+ export declare const SynRangeTick: import("@lit/react").ReactWebComponent<Component, {}>;
@@ -0,0 +1,7 @@
1
+ import {
2
+ SynRangeTick
3
+ } from "../chunks/chunk.7ZGCZSWN.js";
4
+ export {
5
+ SynRangeTick
6
+ };
7
+ //# sourceMappingURL=range-tick.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -0,0 +1,63 @@
1
+ import Component from '@synergy-design-system/components/components/range/range.component.js';
2
+ import { type EventName } from '@lit/react';
3
+ import type { SynBlurEvent, SynChangeEvent, SynFocusEvent, SynInputEvent, SynInvalidEvent, SynMoveEvent } from '@synergy-design-system/components';
4
+ /**
5
+ * @summary Ranges allow the user to select values within a given range using one or two thumbs.
6
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range--docs
7
+ * @status stable
8
+ *
9
+ * @dependency syn-tooltip
10
+ *
11
+ * @slot label - The range's label. Alternatively, you can use the `label` attribute.
12
+ * @slot prefix - Used to prepend a presentational icon or similar element to the range.
13
+ * @slot suffix - Used to append a presentational icon or similar element to the range.
14
+ * @slot help-text - Text that describes how to use the range.
15
+ * Alternatively, you can use the `help-text` attribute.
16
+ * @slot ticks - Used to display tick marks at specific intervals along the range.
17
+ *
18
+ * @event syn-blur - Emitted when the control loses focus.
19
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
20
+ * @event syn-focus - Emitted when the control gains focus.
21
+ * @event syn-input - Emitted when the control receives input.
22
+ * @event syn-invalid - Emitted when the form control has been checked for validity
23
+ * and its constraints aren't satisfied.
24
+ * @event syn-move - Emitted when the user moves a thumb, either via touch or keyboard.
25
+ * Use `Event.preventDefault()` to prevent movement.
26
+ *
27
+ * @csspart form-control - The form control that wraps the label, input, and help text.
28
+ * @csspart form-control-label - The label's wrapper.
29
+ * @csspart form-control-help-text - The help text's wrapper.
30
+ * @csspart base - The component's base wrapper.
31
+ * @csspart input-wrapper - The container that wraps the input track and ticks.
32
+ * @csspart track-wrapper - The wrapper for the track.
33
+ * @csspart track - The inactive track.
34
+ * @csspart active-track - The active track.
35
+ * @csspart prefix - The container that wraps the prefix.
36
+ * @csspart suffix - The container that wraps the suffix.
37
+ * @csspart ticks - The container that wraps the tick marks.
38
+ * @csspart thumb - The thumb(s) that the user can drag to change the range.
39
+ *
40
+ * @cssproperty --thumb-size - The size of a thumb.
41
+ * @cssproperty --thumb-hit-area-size - The clickable area around the thumb.
42
+ * Per default this is set to 140% of the thumb size. Must be a scale css value (defaults to 1.4).
43
+ * @cssproperty --track-hit-area-size - The clickable area around the track (top and left).
44
+ * @cssproperty --track-color-active - Color of the track representing the current value.
45
+ * @cssproperty --track-color-inactive - Color of the track that represents the remaining value.
46
+ * @cssproperty --track-height - The height of the track.
47
+ * @cssproperty --track-active-offset - The point of origin of the active track,
48
+ * starting at the left side of the range.
49
+ */
50
+ export declare const SynRange: import("@lit/react").ReactWebComponent<Component, {
51
+ onSynBlur: EventName<SynBlurEvent>;
52
+ onSynChange: EventName<SynChangeEvent>;
53
+ onSynFocus: EventName<SynFocusEvent>;
54
+ onSynInput: EventName<SynInputEvent>;
55
+ onSynInvalid: EventName<SynInvalidEvent>;
56
+ onSynMove: EventName<SynMoveEvent>;
57
+ }>;
58
+ export type { SynBlurEvent } from '@synergy-design-system/components';
59
+ export type { SynChangeEvent } from '@synergy-design-system/components';
60
+ export type { SynFocusEvent } from '@synergy-design-system/components';
61
+ export type { SynInputEvent } from '@synergy-design-system/components';
62
+ export type { SynInvalidEvent } from '@synergy-design-system/components';
63
+ export type { SynMoveEvent } from '@synergy-design-system/components';
@@ -0,0 +1,7 @@
1
+ import {
2
+ SynRange
3
+ } from "../chunks/chunk.NDDVIALI.js";
4
+ export {
5
+ SynRange
6
+ };
7
+ //# sourceMappingURL=range.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
package/dist/index.d.ts CHANGED
@@ -12,6 +12,7 @@ export { SynDialog } from './components/dialog.js';
12
12
  export { SynDivider } from './components/divider.js';
13
13
  export { SynDrawer } from './components/drawer.js';
14
14
  export { SynDropdown } from './components/dropdown.js';
15
+ export { SynFile } from './components/file.js';
15
16
  export { SynHeader } from './components/header.js';
16
17
  export { SynIcon } from './components/icon.js';
17
18
  export { SynIconButton } from './components/icon-button.js';
@@ -29,6 +30,8 @@ export { SynProgressRing } from './components/progress-ring.js';
29
30
  export { SynRadio } from './components/radio.js';
30
31
  export { SynRadioButton } from './components/radio-button.js';
31
32
  export { SynRadioGroup } from './components/radio-group.js';
33
+ export { SynRange } from './components/range.js';
34
+ export { SynRangeTick } from './components/range-tick.js';
32
35
  export { SynSelect } from './components/select.js';
33
36
  export { SynSideNav } from './components/side-nav.js';
34
37
  export { SynSpinner } from './components/spinner.js';
package/dist/index.js CHANGED
@@ -1,9 +1,27 @@
1
+ import {
2
+ SynTabPanel
3
+ } from "./chunks/chunk.CKKXGN4F.js";
4
+ import {
5
+ SynTab
6
+ } from "./chunks/chunk.XNCRUJQI.js";
7
+ import {
8
+ SynTag
9
+ } from "./chunks/chunk.7T7PO2AE.js";
1
10
  import {
2
11
  SynTextarea
3
12
  } from "./chunks/chunk.4YY6TGIA.js";
4
13
  import {
5
14
  SynTooltip
6
15
  } from "./chunks/chunk.BU4SKSAF.js";
16
+ import {
17
+ SynRadio
18
+ } from "./chunks/chunk.AFCMSVBY.js";
19
+ import {
20
+ SynRangeTick
21
+ } from "./chunks/chunk.7ZGCZSWN.js";
22
+ import {
23
+ SynRange
24
+ } from "./chunks/chunk.NDDVIALI.js";
7
25
  import {
8
26
  SynSelect
9
27
  } from "./chunks/chunk.FB24BPQZ.js";
@@ -20,14 +38,8 @@ import {
20
38
  SynTabGroup
21
39
  } from "./chunks/chunk.VLHZNU3B.js";
22
40
  import {
23
- SynTabPanel
24
- } from "./chunks/chunk.CKKXGN4F.js";
25
- import {
26
- SynTab
27
- } from "./chunks/chunk.XNCRUJQI.js";
28
- import {
29
- SynTag
30
- } from "./chunks/chunk.7T7PO2AE.js";
41
+ SynOptgroup
42
+ } from "./chunks/chunk.DLAIDGSD.js";
31
43
  import {
32
44
  SynOption
33
45
  } from "./chunks/chunk.CJKK63W2.js";
@@ -50,8 +62,8 @@ import {
50
62
  SynRadioGroup
51
63
  } from "./chunks/chunk.PCXGVEBP.js";
52
64
  import {
53
- SynRadio
54
- } from "./chunks/chunk.AFCMSVBY.js";
65
+ SynHeader
66
+ } from "./chunks/chunk.RY2WG25R.js";
55
67
  import {
56
68
  SynIconButton
57
69
  } from "./chunks/chunk.W4YO4ERO.js";
@@ -73,9 +85,6 @@ import {
73
85
  import {
74
86
  SynNavItem
75
87
  } from "./chunks/chunk.Y2KBRBDX.js";
76
- import {
77
- SynOptgroup
78
- } from "./chunks/chunk.DLAIDGSD.js";
79
88
  import {
80
89
  SynCard
81
90
  } from "./chunks/chunk.JTJSVPDC.js";
@@ -98,8 +107,8 @@ import {
98
107
  SynDropdown
99
108
  } from "./chunks/chunk.E3427YBK.js";
100
109
  import {
101
- SynHeader
102
- } from "./chunks/chunk.RY2WG25R.js";
110
+ SynFile
111
+ } from "./chunks/chunk.3OAYVNPH.js";
103
112
  import {
104
113
  SynAccordion
105
114
  } from "./chunks/chunk.W6NG3JOO.js";
@@ -136,6 +145,7 @@ export {
136
145
  SynDivider,
137
146
  SynDrawer,
138
147
  SynDropdown,
148
+ SynFile,
139
149
  SynHeader,
140
150
  SynIcon,
141
151
  SynIconButton,
@@ -153,6 +163,8 @@ export {
153
163
  SynRadio,
154
164
  SynRadioButton,
155
165
  SynRadioGroup,
166
+ SynRange,
167
+ SynRangeTick,
156
168
  SynSelect,
157
169
  SynSideNav,
158
170
  SynSpinner,
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@lit/react": "^1.0.4",
8
- "@synergy-design-system/components": "^2.4.3"
8
+ "@synergy-design-system/components": "^2.6.0"
9
9
  },
10
10
  "description": "React wrappers for the Synergy Design System",
11
11
  "exports": {
@@ -40,12 +40,12 @@
40
40
  "directory": "packages/react"
41
41
  },
42
42
  "type": "module",
43
- "version": "2.4.3",
43
+ "version": "2.6.0",
44
44
  "devDependencies": {
45
45
  "@types/react": "^18.2.79",
46
46
  "react": "^18.2.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@synergy-design-system/tokens": "^2.5.0"
49
+ "@synergy-design-system/tokens": "^2.7.0"
50
50
  }
51
51
  }