@synergy-design-system/react 1.4.0 → 1.5.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.
- package/dist/chunks/chunk.CJKK63W2.js +18 -0
- package/dist/chunks/chunk.CJKK63W2.js.map +7 -0
- package/dist/chunks/chunk.DLAIDGSD.js +18 -0
- package/dist/chunks/chunk.DLAIDGSD.js.map +7 -0
- package/dist/chunks/chunk.FB24BPQZ.js +29 -0
- package/dist/chunks/chunk.FB24BPQZ.js.map +7 -0
- package/dist/components/optgroup.d.ts +24 -0
- package/dist/components/optgroup.js +7 -0
- package/dist/components/optgroup.js.map +7 -0
- package/dist/components/option.d.ts +20 -0
- package/dist/components/option.js +7 -0
- package/dist/components/option.js.map +7 -0
- package/dist/components/select.d.ts +70 -0
- package/dist/components/select.js +7 -0
- package/dist/components/select.js.map +7 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +15 -3
- package/package.json +4 -4
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// ../react/src/components/option.ts
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import Component from "@synergy-design-system/components/components/option/option.component.js";
|
|
5
|
+
var tagName = "syn-option";
|
|
6
|
+
Component.define("syn-option");
|
|
7
|
+
var SynOption = createComponent({
|
|
8
|
+
displayName: "SynOption",
|
|
9
|
+
elementClass: Component,
|
|
10
|
+
events: {},
|
|
11
|
+
react: React,
|
|
12
|
+
tagName
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
export {
|
|
16
|
+
SynOption
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=chunk.CJKK63W2.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/components/option.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/option/option.component.js';\n\nconst tagName = 'syn-option';\nComponent.define('syn-option');\n\n/**\n * @summary Options define the selectable items within various form controls such as [select](/components/select).\n * @documentation https://synergy.style/components/option\n * @status stable\n * @since 2.0\n *\n * @dependency syn-icon\n *\n * @slot - The option's label.\n * @slot prefix - Used to prepend an icon or similar element to the menu item.\n * @slot suffix - Used to append an icon or similar element to the menu item.\n *\n * @csspart checked-icon - The checked icon, an `<syn-icon>` element.\n * @csspart base - The component's base wrapper.\n * @csspart label - The option's label.\n * @csspart prefix - The container that wraps the prefix.\n * @csspart suffix - The container that wraps the suffix.\n */\nexport const SynOption = createComponent({\n displayName: 'SynOption',\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,YAAY;AAoBtB,IAAM,YAAY,gBAAgB;AAAA,EACvC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,QAAQ,CAER;AAAA,EACA,OAAO;AAAA,EACP;AACF,CAAC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// ../react/src/components/optgroup.ts
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import Component from "@synergy-design-system/components/components/optgroup/optgroup.component.js";
|
|
5
|
+
var tagName = "syn-optgroup";
|
|
6
|
+
Component.define("syn-optgroup");
|
|
7
|
+
var SynOptgroup = createComponent({
|
|
8
|
+
displayName: "SynOptgroup",
|
|
9
|
+
elementClass: Component,
|
|
10
|
+
events: {},
|
|
11
|
+
react: React,
|
|
12
|
+
tagName
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
export {
|
|
16
|
+
SynOptgroup
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=chunk.DLAIDGSD.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/components/optgroup.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/optgroup/optgroup.component.js';\n\nconst tagName = 'syn-optgroup';\nComponent.define('syn-optgroup');\n\n/**\n * @summary The <syn-optgroup> element creates a grouping for <syn-option>s within a <syn-select>.\n * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-optgroup--docs\n * @status stable\n * @since 1.3.0\n *\n * @dependency syn-divider\n *\n * @slot - The given options. Must be `<syn-option>` elements.\n * @slot prefix - A presentational prefix icon or similar element.\n * @slot label - The label for the optgroup\n * @slot suffix - A presentational suffix icon or similar element.\n *\n * @csspart base - The component's base wrapper.\n * @csspart label-container - The container that wraps prefix, label and base\n * @csspart divider - The divider that is displayed above the content\n * @csspart prefix - The container that wraps the prefix.\n * @csspart suffix - The container that wraps the suffix.\n * @csspart options - The container that wraps the <syn-option> elements.\n *\n * @cssproperty --display-divider - Display property of the divider. Defaults to \"block\"\n */\nexport const SynOptgroup = createComponent({\n displayName: 'SynOptgroup',\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,cAAc;AAwBxB,IAAM,cAAc,gBAAgB;AAAA,EACzC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,QAAQ,CAER;AAAA,EACA,OAAO;AAAA,EACP;AACF,CAAC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// ../react/src/components/select.ts
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import Component from "@synergy-design-system/components/components/select/select.component.js";
|
|
5
|
+
var tagName = "syn-select";
|
|
6
|
+
Component.define("syn-select");
|
|
7
|
+
var SynSelect = createComponent({
|
|
8
|
+
displayName: "SynSelect",
|
|
9
|
+
elementClass: Component,
|
|
10
|
+
events: {
|
|
11
|
+
onSynChange: "syn-change",
|
|
12
|
+
onSynClear: "syn-clear",
|
|
13
|
+
onSynInput: "syn-input",
|
|
14
|
+
onSynFocus: "syn-focus",
|
|
15
|
+
onSynBlur: "syn-blur",
|
|
16
|
+
onSynShow: "syn-show",
|
|
17
|
+
onSynAfterShow: "syn-after-show",
|
|
18
|
+
onSynHide: "syn-hide",
|
|
19
|
+
onSynAfterHide: "syn-after-hide",
|
|
20
|
+
onSynInvalid: "syn-invalid"
|
|
21
|
+
},
|
|
22
|
+
react: React,
|
|
23
|
+
tagName
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
export {
|
|
27
|
+
SynSelect
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=chunk.FB24BPQZ.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/components/select.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/select/select.component.js';\n\nimport { type EventName } from '@lit/react';\nimport type {\n SynAfterHideEvent, SynAfterShowEvent, SynBlurEvent, SynChangeEvent, SynClearEvent, SynFocusEvent, SynHideEvent, SynInputEvent, SynInvalidEvent, SynShowEvent,\n} from '@synergy-design-system/components';\n\nconst tagName = 'syn-select';\nComponent.define('syn-select');\n\n/**\n * @summary Selects allow you to choose items from a menu of predefined options.\n * @documentation https://synergy.style/components/select\n * @status stable\n * @since 2.0\n *\n * @dependency syn-icon\n * @dependency syn-popup\n * @dependency syn-tag\n *\n * @slot - The listbox options. Must be `<syn-option>` elements. You can use `<syn-divider>` to group items visually.\n * @slot label - The input's label. Alternatively, you can use the `label` attribute.\n * @slot prefix - Used to prepend a presentational icon or similar element to the combobox.\n * @slot clear-icon - An icon to use in lieu of the default clear icon.\n * @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close.\n * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n *\n * @event syn-change - Emitted when the control's value changes.\n * @event syn-clear - Emitted when the control's value is cleared.\n * @event syn-input - Emitted when the control receives input.\n * @event syn-focus - Emitted when the control gains focus.\n * @event syn-blur - Emitted when the control loses focus.\n * @event syn-show - Emitted when the select's menu opens.\n * @event syn-after-show - Emitted after the select's menu opens and all animations are complete.\n * @event syn-hide - Emitted when the select's menu closes.\n * @event syn-after-hide - Emitted after the select's menu closes and all animations are complete.\n * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\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 select's wrapper.\n * @csspart form-control-help-text - The help text's wrapper.\n * @csspart combobox - The container the wraps the prefix, combobox, clear icon, and expand button.\n * @csspart prefix - The container that wraps the prefix slot.\n * @csspart display-input - The element that displays the selected option's label, an `<input>` element.\n * @csspart listbox - The listbox container where options are slotted.\n * @csspart tags - The container that houses option tags when `multiselect` is used.\n * @csspart tag - The individual tags that represent each multiselect option.\n * @csspart tag__base - The tag's base part.\n * @csspart tag__content - The tag's content part.\n * @csspart tag__remove-button - The tag's remove button.\n * @csspart tag__remove-button__base - The tag's remove button base part.\n * @csspart clear-button - The clear button.\n * @csspart expand-icon - The container that wraps the expand icon.\n */\nexport const SynSelect = createComponent({\n displayName: 'SynSelect',\n elementClass: Component,\n events: {\n onSynChange: 'syn-change' as EventName<SynChangeEvent>,\n onSynClear: 'syn-clear' as EventName<SynClearEvent>,\n onSynInput: 'syn-input' as EventName<SynInputEvent>,\n onSynFocus: 'syn-focus' as EventName<SynFocusEvent>,\n onSynBlur: 'syn-blur' as EventName<SynBlurEvent>,\n onSynShow: 'syn-show' as EventName<SynShowEvent>,\n onSynAfterShow: 'syn-after-show' as EventName<SynAfterShowEvent>,\n onSynHide: 'syn-hide' as EventName<SynHideEvent>,\n onSynAfterHide: 'syn-after-hide' as EventName<SynAfterHideEvent>,\n onSynInvalid: 'syn-invalid' as EventName<SynInvalidEvent>,\n },\n react: React,\n tagName,\n});\n\nexport type { SynChangeEvent } from '@synergy-design-system/components';\nexport type { SynClearEvent } from '@synergy-design-system/components';\nexport type { SynInputEvent } from '@synergy-design-system/components';\nexport type { SynFocusEvent } from '@synergy-design-system/components';\nexport type { SynBlurEvent } from '@synergy-design-system/components';\nexport type { SynShowEvent } from '@synergy-design-system/components';\nexport type { SynAfterShowEvent } from '@synergy-design-system/components';\nexport type { SynHideEvent } from '@synergy-design-system/components';\nexport type { SynAfterHideEvent } from '@synergy-design-system/components';\nexport type { SynInvalidEvent } from '@synergy-design-system/components';\n"],
|
|
5
|
+
"mappings": ";AAKA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,OAAO,eAAe;AAOtB,IAAM,UAAU;AAChB,UAAU,OAAO,YAAY;AA+CtB,IAAM,YAAY,gBAAgB;AAAA,EACvC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,QAAQ;AAAA,IACN,aAAa;AAAA,IACb,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,WAAW;AAAA,IACX,WAAW;AAAA,IACX,gBAAgB;AAAA,IAChB,WAAW;AAAA,IACX,gBAAgB;AAAA,IAChB,cAAc;AAAA,EAChB;AAAA,EACA,OAAO;AAAA,EACP;AACF,CAAC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import Component from '@synergy-design-system/components/components/optgroup/optgroup.component.js';
|
|
2
|
+
/**
|
|
3
|
+
* @summary The <syn-optgroup> element creates a grouping for <syn-option>s within a <syn-select>.
|
|
4
|
+
* @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-optgroup--docs
|
|
5
|
+
* @status stable
|
|
6
|
+
* @since 1.3.0
|
|
7
|
+
*
|
|
8
|
+
* @dependency syn-divider
|
|
9
|
+
*
|
|
10
|
+
* @slot - The given options. Must be `<syn-option>` elements.
|
|
11
|
+
* @slot prefix - A presentational prefix icon or similar element.
|
|
12
|
+
* @slot label - The label for the optgroup
|
|
13
|
+
* @slot suffix - A presentational suffix icon or similar element.
|
|
14
|
+
*
|
|
15
|
+
* @csspart base - The component's base wrapper.
|
|
16
|
+
* @csspart label-container - The container that wraps prefix, label and base
|
|
17
|
+
* @csspart divider - The divider that is displayed above the content
|
|
18
|
+
* @csspart prefix - The container that wraps the prefix.
|
|
19
|
+
* @csspart suffix - The container that wraps the suffix.
|
|
20
|
+
* @csspart options - The container that wraps the <syn-option> elements.
|
|
21
|
+
*
|
|
22
|
+
* @cssproperty --display-divider - Display property of the divider. Defaults to "block"
|
|
23
|
+
*/
|
|
24
|
+
export declare const SynOptgroup: import("@lit/react").ReactWebComponent<Component, {}>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import Component from '@synergy-design-system/components/components/option/option.component.js';
|
|
2
|
+
/**
|
|
3
|
+
* @summary Options define the selectable items within various form controls such as [select](/components/select).
|
|
4
|
+
* @documentation https://synergy.style/components/option
|
|
5
|
+
* @status stable
|
|
6
|
+
* @since 2.0
|
|
7
|
+
*
|
|
8
|
+
* @dependency syn-icon
|
|
9
|
+
*
|
|
10
|
+
* @slot - The option's label.
|
|
11
|
+
* @slot prefix - Used to prepend an icon or similar element to the menu item.
|
|
12
|
+
* @slot suffix - Used to append an icon or similar element to the menu item.
|
|
13
|
+
*
|
|
14
|
+
* @csspart checked-icon - The checked icon, an `<syn-icon>` element.
|
|
15
|
+
* @csspart base - The component's base wrapper.
|
|
16
|
+
* @csspart label - The option's label.
|
|
17
|
+
* @csspart prefix - The container that wraps the prefix.
|
|
18
|
+
* @csspart suffix - The container that wraps the suffix.
|
|
19
|
+
*/
|
|
20
|
+
export declare const SynOption: import("@lit/react").ReactWebComponent<Component, {}>;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import Component from '@synergy-design-system/components/components/select/select.component.js';
|
|
2
|
+
import { type EventName } from '@lit/react';
|
|
3
|
+
import type { SynAfterHideEvent, SynAfterShowEvent, SynBlurEvent, SynChangeEvent, SynClearEvent, SynFocusEvent, SynHideEvent, SynInputEvent, SynInvalidEvent, SynShowEvent } from '@synergy-design-system/components';
|
|
4
|
+
/**
|
|
5
|
+
* @summary Selects allow you to choose items from a menu of predefined options.
|
|
6
|
+
* @documentation https://synergy.style/components/select
|
|
7
|
+
* @status stable
|
|
8
|
+
* @since 2.0
|
|
9
|
+
*
|
|
10
|
+
* @dependency syn-icon
|
|
11
|
+
* @dependency syn-popup
|
|
12
|
+
* @dependency syn-tag
|
|
13
|
+
*
|
|
14
|
+
* @slot - The listbox options. Must be `<syn-option>` elements. You can use `<syn-divider>` to group items visually.
|
|
15
|
+
* @slot label - The input's label. Alternatively, you can use the `label` attribute.
|
|
16
|
+
* @slot prefix - Used to prepend a presentational icon or similar element to the combobox.
|
|
17
|
+
* @slot clear-icon - An icon to use in lieu of the default clear icon.
|
|
18
|
+
* @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close.
|
|
19
|
+
* @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.
|
|
20
|
+
*
|
|
21
|
+
* @event syn-change - Emitted when the control's value changes.
|
|
22
|
+
* @event syn-clear - Emitted when the control's value is cleared.
|
|
23
|
+
* @event syn-input - Emitted when the control receives input.
|
|
24
|
+
* @event syn-focus - Emitted when the control gains focus.
|
|
25
|
+
* @event syn-blur - Emitted when the control loses focus.
|
|
26
|
+
* @event syn-show - Emitted when the select's menu opens.
|
|
27
|
+
* @event syn-after-show - Emitted after the select's menu opens and all animations are complete.
|
|
28
|
+
* @event syn-hide - Emitted when the select's menu closes.
|
|
29
|
+
* @event syn-after-hide - Emitted after the select's menu closes and all animations are complete.
|
|
30
|
+
* @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
|
|
31
|
+
*
|
|
32
|
+
* @csspart form-control - The form control that wraps the label, input, and help text.
|
|
33
|
+
* @csspart form-control-label - The label's wrapper.
|
|
34
|
+
* @csspart form-control-input - The select's wrapper.
|
|
35
|
+
* @csspart form-control-help-text - The help text's wrapper.
|
|
36
|
+
* @csspart combobox - The container the wraps the prefix, combobox, clear icon, and expand button.
|
|
37
|
+
* @csspart prefix - The container that wraps the prefix slot.
|
|
38
|
+
* @csspart display-input - The element that displays the selected option's label, an `<input>` element.
|
|
39
|
+
* @csspart listbox - The listbox container where options are slotted.
|
|
40
|
+
* @csspart tags - The container that houses option tags when `multiselect` is used.
|
|
41
|
+
* @csspart tag - The individual tags that represent each multiselect option.
|
|
42
|
+
* @csspart tag__base - The tag's base part.
|
|
43
|
+
* @csspart tag__content - The tag's content part.
|
|
44
|
+
* @csspart tag__remove-button - The tag's remove button.
|
|
45
|
+
* @csspart tag__remove-button__base - The tag's remove button base part.
|
|
46
|
+
* @csspart clear-button - The clear button.
|
|
47
|
+
* @csspart expand-icon - The container that wraps the expand icon.
|
|
48
|
+
*/
|
|
49
|
+
export declare const SynSelect: import("@lit/react").ReactWebComponent<Component, {
|
|
50
|
+
onSynChange: EventName<SynChangeEvent>;
|
|
51
|
+
onSynClear: EventName<SynClearEvent>;
|
|
52
|
+
onSynInput: EventName<SynInputEvent>;
|
|
53
|
+
onSynFocus: EventName<SynFocusEvent>;
|
|
54
|
+
onSynBlur: EventName<SynBlurEvent>;
|
|
55
|
+
onSynShow: EventName<SynShowEvent>;
|
|
56
|
+
onSynAfterShow: EventName<SynAfterShowEvent>;
|
|
57
|
+
onSynHide: EventName<SynHideEvent>;
|
|
58
|
+
onSynAfterHide: EventName<SynAfterHideEvent>;
|
|
59
|
+
onSynInvalid: EventName<SynInvalidEvent>;
|
|
60
|
+
}>;
|
|
61
|
+
export type { SynChangeEvent } from '@synergy-design-system/components';
|
|
62
|
+
export type { SynClearEvent } from '@synergy-design-system/components';
|
|
63
|
+
export type { SynInputEvent } from '@synergy-design-system/components';
|
|
64
|
+
export type { SynFocusEvent } from '@synergy-design-system/components';
|
|
65
|
+
export type { SynBlurEvent } from '@synergy-design-system/components';
|
|
66
|
+
export type { SynShowEvent } from '@synergy-design-system/components';
|
|
67
|
+
export type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
68
|
+
export type { SynHideEvent } from '@synergy-design-system/components';
|
|
69
|
+
export type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
70
|
+
export type { SynInvalidEvent } from '@synergy-design-system/components';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,9 +5,12 @@ export { SynDivider } from './components/divider.js';
|
|
|
5
5
|
export { SynIcon } from './components/icon.js';
|
|
6
6
|
export { SynIconButton } from './components/icon-button.js';
|
|
7
7
|
export { SynInput } from './components/input.js';
|
|
8
|
+
export { SynOptgroup } from './components/optgroup.js';
|
|
9
|
+
export { SynOption } from './components/option.js';
|
|
8
10
|
export { SynRadio } from './components/radio.js';
|
|
9
11
|
export { SynRadioButton } from './components/radio-button.js';
|
|
10
12
|
export { SynRadioGroup } from './components/radio-group.js';
|
|
13
|
+
export { SynSelect } from './components/select.js';
|
|
11
14
|
export { SynSwitch } from './components/switch.js';
|
|
12
15
|
export { SynTag } from './components/tag.js';
|
|
13
16
|
export { SynTextarea } from './components/textarea.js';
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SynTextarea
|
|
3
|
+
} from "./chunks/chunk.4YY6TGIA.js";
|
|
4
|
+
import {
|
|
5
|
+
SynOptgroup
|
|
6
|
+
} from "./chunks/chunk.DLAIDGSD.js";
|
|
7
|
+
import {
|
|
8
|
+
SynOption
|
|
9
|
+
} from "./chunks/chunk.CJKK63W2.js";
|
|
1
10
|
import {
|
|
2
11
|
SynRadioButton
|
|
3
12
|
} from "./chunks/chunk.QBD4EIK5.js";
|
|
@@ -7,15 +16,15 @@ import {
|
|
|
7
16
|
import {
|
|
8
17
|
SynRadio
|
|
9
18
|
} from "./chunks/chunk.AFCMSVBY.js";
|
|
19
|
+
import {
|
|
20
|
+
SynSelect
|
|
21
|
+
} from "./chunks/chunk.FB24BPQZ.js";
|
|
10
22
|
import {
|
|
11
23
|
SynSwitch
|
|
12
24
|
} from "./chunks/chunk.TOR523VV.js";
|
|
13
25
|
import {
|
|
14
26
|
SynTag
|
|
15
27
|
} from "./chunks/chunk.7T7PO2AE.js";
|
|
16
|
-
import {
|
|
17
|
-
SynTextarea
|
|
18
|
-
} from "./chunks/chunk.4YY6TGIA.js";
|
|
19
28
|
import {
|
|
20
29
|
SynButtonGroup
|
|
21
30
|
} from "./chunks/chunk.6OTEQXZW.js";
|
|
@@ -45,9 +54,12 @@ export {
|
|
|
45
54
|
SynIcon,
|
|
46
55
|
SynIconButton,
|
|
47
56
|
SynInput,
|
|
57
|
+
SynOptgroup,
|
|
58
|
+
SynOption,
|
|
48
59
|
SynRadio,
|
|
49
60
|
SynRadioButton,
|
|
50
61
|
SynRadioGroup,
|
|
62
|
+
SynSelect,
|
|
51
63
|
SynSwitch,
|
|
52
64
|
SynTag,
|
|
53
65
|
SynTextarea
|
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"url": "https://www.sick.com"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@lit/react": "^1.0.
|
|
8
|
-
"@synergy-design-system/components": "^1.
|
|
7
|
+
"@lit/react": "^1.0.2",
|
|
8
|
+
"@synergy-design-system/components": "^1.5.0"
|
|
9
9
|
},
|
|
10
10
|
"description": "React wrappers for the Synergy Design System",
|
|
11
11
|
"exports": {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"directory": "packages/react"
|
|
41
41
|
},
|
|
42
42
|
"type": "module",
|
|
43
|
-
"version": "1.
|
|
43
|
+
"version": "1.5.0",
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@types/react": "^18.2.
|
|
45
|
+
"@types/react": "^18.2.48",
|
|
46
46
|
"react": "^18.2.0"
|
|
47
47
|
}
|
|
48
48
|
}
|