@sellmate/design-system-react 0.0.49 → 0.0.51

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 (135) hide show
  1. package/README.md +57 -57
  2. package/dist/components/sd-badge.d.ts +8 -0
  3. package/dist/components/sd-badge.js +17 -0
  4. package/dist/components/sd-badge.server.d.ts +10 -0
  5. package/dist/components/sd-badge.server.js +20 -0
  6. package/dist/components/sd-button.d.ts +11 -0
  7. package/dist/components/sd-button.js +12 -0
  8. package/dist/components/sd-button.server.d.ts +13 -0
  9. package/dist/components/sd-button.server.js +29 -0
  10. package/dist/components/sd-card.d.ts +8 -0
  11. package/dist/components/sd-card.js +17 -0
  12. package/dist/components/sd-card.server.d.ts +10 -0
  13. package/dist/components/sd-card.server.js +19 -0
  14. package/dist/components/sd-checkbox.d.ts +11 -0
  15. package/dist/components/sd-checkbox.js +12 -0
  16. package/dist/components/sd-checkbox.server.d.ts +13 -0
  17. package/dist/components/sd-checkbox.server.js +21 -0
  18. package/dist/components/sd-date-box.d.ts +11 -0
  19. package/dist/components/sd-date-box.js +20 -0
  20. package/dist/components/sd-date-box.server.d.ts +13 -0
  21. package/dist/components/sd-date-box.server.js +25 -0
  22. package/dist/components/sd-date-picker.d.ts +10 -0
  23. package/dist/components/sd-date-picker.js +17 -0
  24. package/dist/components/sd-date-picker.server.d.ts +12 -0
  25. package/dist/components/sd-date-picker.server.js +20 -0
  26. package/dist/components/sd-date-range-picker.d.ts +10 -0
  27. package/dist/components/sd-date-range-picker.js +17 -0
  28. package/dist/components/sd-date-range-picker.server.d.ts +12 -0
  29. package/dist/components/sd-date-range-picker.server.js +20 -0
  30. package/dist/components/sd-guide.d.ts +8 -0
  31. package/dist/components/sd-guide.js +17 -0
  32. package/dist/components/sd-guide.server.d.ts +10 -0
  33. package/dist/components/sd-guide.server.js +22 -0
  34. package/dist/components/sd-icon.d.ts +8 -0
  35. package/dist/components/sd-icon.js +17 -0
  36. package/dist/components/sd-icon.server.d.ts +10 -0
  37. package/dist/components/sd-icon.server.js +22 -0
  38. package/dist/components/sd-input.d.ts +15 -0
  39. package/dist/components/sd-input.js +18 -0
  40. package/dist/components/sd-input.server.d.ts +17 -0
  41. package/dist/components/sd-input.server.js +28 -0
  42. package/dist/components/sd-pagination.d.ts +10 -0
  43. package/dist/components/sd-pagination.js +17 -0
  44. package/dist/components/sd-pagination.server.d.ts +12 -0
  45. package/dist/components/sd-pagination.server.js +20 -0
  46. package/dist/components/sd-popover.d.ts +8 -0
  47. package/dist/components/sd-popover.js +17 -0
  48. package/dist/components/sd-popover.server.d.ts +10 -0
  49. package/dist/components/sd-popover.server.js +29 -0
  50. package/dist/components/sd-portal.d.ts +10 -0
  51. package/dist/components/sd-portal.js +17 -0
  52. package/dist/components/sd-portal.server.d.ts +12 -0
  53. package/dist/components/sd-portal.server.js +20 -0
  54. package/dist/components/sd-select-multiple-group.d.ts +12 -0
  55. package/dist/components/sd-select-multiple-group.js +15 -0
  56. package/dist/components/sd-select-multiple-group.server.d.ts +14 -0
  57. package/dist/components/sd-select-multiple-group.server.js +26 -0
  58. package/dist/components/sd-select-multiple.d.ts +12 -0
  59. package/dist/components/sd-select-multiple.js +15 -0
  60. package/dist/components/sd-select-multiple.server.d.ts +14 -0
  61. package/dist/components/sd-select-multiple.server.js +26 -0
  62. package/dist/components/sd-select-option-group.d.ts +16 -0
  63. package/dist/components/sd-select-option-group.js +12 -0
  64. package/dist/components/sd-select-option-group.server.d.ts +18 -0
  65. package/dist/components/sd-select-option-group.server.js +23 -0
  66. package/dist/components/sd-select-option.d.ts +15 -0
  67. package/dist/components/sd-select-option.js +12 -0
  68. package/dist/components/sd-select-option.server.d.ts +17 -0
  69. package/dist/components/sd-select-option.server.js +22 -0
  70. package/dist/components/sd-select.d.ts +12 -0
  71. package/dist/components/sd-select.js +15 -0
  72. package/dist/components/sd-select.server.d.ts +14 -0
  73. package/dist/components/sd-select.server.js +26 -0
  74. package/dist/components/sd-table.d.ts +12 -0
  75. package/dist/components/sd-table.js +15 -0
  76. package/dist/components/sd-table.server.d.ts +14 -0
  77. package/dist/components/sd-table.server.js +24 -0
  78. package/dist/components/sd-tag.d.ts +8 -0
  79. package/dist/components/sd-tag.js +17 -0
  80. package/dist/components/sd-tag.server.d.ts +10 -0
  81. package/dist/components/sd-tag.server.js +23 -0
  82. package/dist/components/sd-tooltip-portal.d.ts +10 -0
  83. package/dist/components/sd-tooltip-portal.js +17 -0
  84. package/dist/components/sd-tooltip-portal.server.d.ts +12 -0
  85. package/dist/components/sd-tooltip-portal.server.js +21 -0
  86. package/dist/components/sd-tooltip.d.ts +8 -0
  87. package/dist/components/sd-tooltip.js +17 -0
  88. package/dist/components/sd-tooltip.server.d.ts +10 -0
  89. package/dist/components/sd-tooltip.server.js +27 -0
  90. package/lib/components/sd-badge.server.ts +29 -0
  91. package/lib/components/sd-badge.ts +24 -0
  92. package/lib/components/sd-button.server.ts +39 -0
  93. package/lib/components/sd-button.ts +25 -0
  94. package/lib/components/sd-card.server.ts +28 -0
  95. package/lib/components/sd-card.ts +24 -0
  96. package/lib/components/sd-checkbox.server.ts +31 -0
  97. package/lib/components/sd-checkbox.ts +25 -0
  98. package/lib/components/sd-date-box.server.ts +37 -0
  99. package/lib/components/sd-date-box.ts +30 -0
  100. package/lib/components/sd-date-picker.server.ts +29 -0
  101. package/lib/components/sd-date-picker.ts +24 -0
  102. package/lib/components/sd-date-range-picker.server.ts +29 -0
  103. package/lib/components/sd-date-range-picker.ts +24 -0
  104. package/lib/components/sd-guide.server.ts +31 -0
  105. package/lib/components/sd-guide.ts +24 -0
  106. package/lib/components/sd-icon.server.ts +31 -0
  107. package/lib/components/sd-icon.ts +24 -0
  108. package/lib/components/sd-input.server.ts +44 -0
  109. package/lib/components/sd-input.ts +37 -0
  110. package/lib/components/sd-pagination.server.ts +29 -0
  111. package/lib/components/sd-pagination.ts +24 -0
  112. package/lib/components/sd-popover.server.ts +38 -0
  113. package/lib/components/sd-popover.ts +24 -0
  114. package/lib/components/sd-portal.server.ts +29 -0
  115. package/lib/components/sd-portal.ts +24 -0
  116. package/lib/components/sd-select-multiple-group.server.ts +39 -0
  117. package/lib/components/sd-select-multiple-group.ts +31 -0
  118. package/lib/components/sd-select-multiple.server.ts +39 -0
  119. package/lib/components/sd-select-multiple.ts +31 -0
  120. package/lib/components/sd-select-option-group.server.ts +40 -0
  121. package/lib/components/sd-select-option-group.ts +32 -0
  122. package/lib/components/sd-select-option.server.ts +38 -0
  123. package/lib/components/sd-select-option.ts +31 -0
  124. package/lib/components/sd-select.server.ts +39 -0
  125. package/lib/components/sd-select.ts +31 -0
  126. package/lib/components/sd-table.server.ts +37 -0
  127. package/lib/components/sd-table.ts +31 -0
  128. package/lib/components/sd-tag.server.ts +32 -0
  129. package/lib/components/sd-tag.ts +24 -0
  130. package/lib/components/sd-tooltip-portal.server.ts +30 -0
  131. package/lib/components/sd-tooltip-portal.ts +24 -0
  132. package/lib/components/sd-tooltip.server.ts +36 -0
  133. package/lib/components/sd-tooltip.ts +24 -0
  134. package/lib/index.ts +11 -11
  135. package/package.json +2 -2
@@ -0,0 +1,22 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ /* eslint-disable */
6
+ // @ts-ignore - ignore potential type issues as the project is importing itself
7
+ import * as clientComponents from '@sellmate/design-system-react';
8
+ import { createComponent } from '@stencil/react-output-target/ssr';
9
+ export const serializeShadowRoot = { default: "declarative-shadow-dom" };
10
+ export const SdSelectOption = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-select-option',
12
+ properties: {
13
+ index: 'index',
14
+ isSelected: 'is-selected',
15
+ isFocused: 'is-focused',
16
+ disabled: 'disabled',
17
+ useCheckbox: 'use-checkbox'
18
+ },
19
+ hydrateModule: import('@sellmate/design-system/hydrate'),
20
+ clientModule: clientComponents.SdSelectOption,
21
+ serializeShadowRoot,
22
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { type SdSelectCustomEvent, type SelectEvents } from "@sellmate/design-system";
6
+ import { SdSelect as SdSelectElement } from "@sellmate/design-system/dist/components/sd-select.js";
7
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
8
+ export type SdSelectEvents = {
9
+ onSdChange: EventName<SdSelectCustomEvent<SelectEvents['sdChange']>>;
10
+ onDropDownShow: EventName<SdSelectCustomEvent<SelectEvents['dropDownShow']>>;
11
+ };
12
+ export declare const SdSelect: StencilReactComponent<SdSelectElement, SdSelectEvents>;
@@ -0,0 +1,15 @@
1
+ 'use client';
2
+ import { SdSelect as SdSelectElement, defineCustomElement as defineSdSelect } from "@sellmate/design-system/dist/components/sd-select.js";
3
+ import { createComponent } from '@stencil/react-output-target/runtime';
4
+ import React from 'react';
5
+ export const SdSelect = /*@__PURE__*/ createComponent({
6
+ tagName: 'sd-select',
7
+ elementClass: SdSelectElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: {
11
+ onSdChange: 'sdChange',
12
+ onDropDownShow: 'dropDownShow'
13
+ },
14
+ defineCustomElement: defineSdSelect
15
+ });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { type SdSelectCustomEvent, type SelectEvents } from "@sellmate/design-system";
6
+ import { SdSelect as SdSelectElement } from "@sellmate/design-system/dist/components/sd-select.js";
7
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
8
+ import { type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
9
+ export declare const serializeShadowRoot: SerializeShadowRootOptions;
10
+ export type SdSelectEvents = {
11
+ onSdChange: EventName<SdSelectCustomEvent<SelectEvents['sdChange']>>;
12
+ onDropDownShow: EventName<SdSelectCustomEvent<SelectEvents['dropDownShow']>>;
13
+ };
14
+ export declare const SdSelect: StencilReactComponent<SdSelectElement, SdSelectEvents>;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ /* eslint-disable */
6
+ // @ts-ignore - ignore potential type issues as the project is importing itself
7
+ import * as clientComponents from '@sellmate/design-system-react';
8
+ import { createComponent } from '@stencil/react-output-target/ssr';
9
+ export const serializeShadowRoot = { default: "declarative-shadow-dom" };
10
+ export const SdSelect = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-select',
12
+ properties: {
13
+ value: 'value',
14
+ label: 'label',
15
+ placeholder: 'placeholder',
16
+ optionPlaceholder: 'option-placeholder',
17
+ width: 'width',
18
+ dropdownHeight: 'dropdown-height',
19
+ disabled: 'disabled',
20
+ clearable: 'clearable',
21
+ searchable: 'searchable'
22
+ },
23
+ hydrateModule: import('@sellmate/design-system/hydrate'),
24
+ clientModule: clientComponents.SdSelect,
25
+ serializeShadowRoot,
26
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { type Row, type SdTableCustomEvent } from "@sellmate/design-system";
6
+ import { SdTable as SdTableElement } from "@sellmate/design-system/dist/components/sd-table.js";
7
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
8
+ export type SdTableEvents = {
9
+ onSdSelectChange: EventName<SdTableCustomEvent<Row[]>>;
10
+ onSdPageChange: EventName<CustomEvent<number>>;
11
+ };
12
+ export declare const SdTable: StencilReactComponent<SdTableElement, SdTableEvents>;
@@ -0,0 +1,15 @@
1
+ 'use client';
2
+ import { SdTable as SdTableElement, defineCustomElement as defineSdTable } from "@sellmate/design-system/dist/components/sd-table.js";
3
+ import { createComponent } from '@stencil/react-output-target/runtime';
4
+ import React from 'react';
5
+ export const SdTable = /*@__PURE__*/ createComponent({
6
+ tagName: 'sd-table',
7
+ elementClass: SdTableElement,
8
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
9
+ react: React,
10
+ events: {
11
+ onSdSelectChange: 'sdSelectChange',
12
+ onSdPageChange: 'sdPageChange'
13
+ },
14
+ defineCustomElement: defineSdTable
15
+ });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { type Row, type SdTableCustomEvent } from "@sellmate/design-system";
6
+ import { SdTable as SdTableElement } from "@sellmate/design-system/dist/components/sd-table.js";
7
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
8
+ import { type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
9
+ export declare const serializeShadowRoot: SerializeShadowRootOptions;
10
+ export type SdTableEvents = {
11
+ onSdSelectChange: EventName<SdTableCustomEvent<Row[]>>;
12
+ onSdPageChange: EventName<CustomEvent<number>>;
13
+ };
14
+ export declare const SdTable: StencilReactComponent<SdTableElement, SdTableEvents>;
@@ -0,0 +1,24 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ /* eslint-disable */
6
+ // @ts-ignore - ignore potential type issues as the project is importing itself
7
+ import * as clientComponents from '@sellmate/design-system-react';
8
+ import { createComponent } from '@stencil/react-output-target/ssr';
9
+ export const serializeShadowRoot = { default: "declarative-shadow-dom" };
10
+ export const SdTable = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-table',
12
+ properties: {
13
+ rowKey: 'row-key',
14
+ selectable: 'selectable',
15
+ resizable: 'resizable',
16
+ width: 'width',
17
+ height: 'height',
18
+ stickyHeader: 'sticky-header',
19
+ noDataLabel: 'no-data-label'
20
+ },
21
+ hydrateModule: import('@sellmate/design-system/hydrate'),
22
+ clientModule: clientComponents.SdTable,
23
+ serializeShadowRoot,
24
+ });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { SdTag as SdTagElement } from "@sellmate/design-system/dist/components/sd-tag.js";
6
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
7
+ export type SdTagEvents = NonNullable<unknown>;
8
+ export declare const SdTag: StencilReactComponent<SdTagElement, SdTagEvents>;
@@ -0,0 +1,17 @@
1
+ 'use client';
2
+ /**
3
+ * This file was automatically generated by the Stencil React Output Target.
4
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
5
+ */
6
+ /* eslint-disable */
7
+ import { SdTag as SdTagElement, defineCustomElement as defineSdTag } from "@sellmate/design-system/dist/components/sd-tag.js";
8
+ import { createComponent } from '@stencil/react-output-target/runtime';
9
+ import React from 'react';
10
+ export const SdTag = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-tag',
12
+ elementClass: SdTagElement,
13
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
14
+ react: React,
15
+ events: {},
16
+ defineCustomElement: defineSdTag
17
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { SdTag as SdTagElement } from "@sellmate/design-system/dist/components/sd-tag.js";
6
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
7
+ import { type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
8
+ export declare const serializeShadowRoot: SerializeShadowRootOptions;
9
+ export type SdTagEvents = NonNullable<unknown>;
10
+ export declare const SdTag: StencilReactComponent<SdTagElement, SdTagEvents>;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ /* eslint-disable */
6
+ // @ts-ignore - ignore potential type issues as the project is importing itself
7
+ import * as clientComponents from '@sellmate/design-system-react';
8
+ import { createComponent } from '@stencil/react-output-target/ssr';
9
+ export const serializeShadowRoot = { default: "declarative-shadow-dom" };
10
+ export const SdTag = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-tag',
12
+ properties: {
13
+ size: 'size',
14
+ color: 'color',
15
+ rounded: 'rounded',
16
+ label: 'label',
17
+ bgColor: 'bg-color',
18
+ textColor: 'text-color'
19
+ },
20
+ hydrateModule: import('@sellmate/design-system/hydrate'),
21
+ clientModule: clientComponents.SdTag,
22
+ serializeShadowRoot,
23
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { SdTooltipPortal as SdTooltipPortalElement } from "@sellmate/design-system/dist/components/sd-tooltip-portal.js";
6
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
7
+ export type SdTooltipPortalEvents = {
8
+ onSdClose: EventName<CustomEvent<void>>;
9
+ };
10
+ export declare const SdTooltipPortal: StencilReactComponent<SdTooltipPortalElement, SdTooltipPortalEvents>;
@@ -0,0 +1,17 @@
1
+ 'use client';
2
+ /**
3
+ * This file was automatically generated by the Stencil React Output Target.
4
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
5
+ */
6
+ /* eslint-disable */
7
+ import { SdTooltipPortal as SdTooltipPortalElement, defineCustomElement as defineSdTooltipPortal } from "@sellmate/design-system/dist/components/sd-tooltip-portal.js";
8
+ import { createComponent } from '@stencil/react-output-target/runtime';
9
+ import React from 'react';
10
+ export const SdTooltipPortal = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-tooltip-portal',
12
+ elementClass: SdTooltipPortalElement,
13
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
14
+ react: React,
15
+ events: { onSdClose: 'sdClose' },
16
+ defineCustomElement: defineSdTooltipPortal
17
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { SdTooltipPortal as SdTooltipPortalElement } from "@sellmate/design-system/dist/components/sd-tooltip-portal.js";
6
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
7
+ import { type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
8
+ export declare const serializeShadowRoot: SerializeShadowRootOptions;
9
+ export type SdTooltipPortalEvents = {
10
+ onSdClose: EventName<CustomEvent<void>>;
11
+ };
12
+ export declare const SdTooltipPortal: StencilReactComponent<SdTooltipPortalElement, SdTooltipPortalEvents>;
@@ -0,0 +1,21 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ /* eslint-disable */
6
+ // @ts-ignore - ignore potential type issues as the project is importing itself
7
+ import * as clientComponents from '@sellmate/design-system-react';
8
+ import { createComponent } from '@stencil/react-output-target/ssr';
9
+ export const serializeShadowRoot = { default: "declarative-shadow-dom" };
10
+ export const SdTooltipPortal = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-tooltip-portal',
12
+ properties: {
13
+ to: 'to',
14
+ zIndex: 'z-index',
15
+ placement: 'placement',
16
+ open: 'open'
17
+ },
18
+ hydrateModule: import('@sellmate/design-system/hydrate'),
19
+ clientModule: clientComponents.SdTooltipPortal,
20
+ serializeShadowRoot,
21
+ });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { SdTooltip as SdTooltipElement } from "@sellmate/design-system/dist/components/sd-tooltip.js";
6
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
7
+ export type SdTooltipEvents = NonNullable<unknown>;
8
+ export declare const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents>;
@@ -0,0 +1,17 @@
1
+ 'use client';
2
+ /**
3
+ * This file was automatically generated by the Stencil React Output Target.
4
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
5
+ */
6
+ /* eslint-disable */
7
+ import { SdTooltip as SdTooltipElement, defineCustomElement as defineSdTooltip } from "@sellmate/design-system/dist/components/sd-tooltip.js";
8
+ import { createComponent } from '@stencil/react-output-target/runtime';
9
+ import React from 'react';
10
+ export const SdTooltip = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-tooltip',
12
+ elementClass: SdTooltipElement,
13
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
14
+ react: React,
15
+ events: {},
16
+ defineCustomElement: defineSdTooltip
17
+ });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ import { SdTooltip as SdTooltipElement } from "@sellmate/design-system/dist/components/sd-tooltip.js";
6
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
7
+ import { type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
8
+ export declare const serializeShadowRoot: SerializeShadowRootOptions;
9
+ export type SdTooltipEvents = NonNullable<unknown>;
10
+ export declare const SdTooltip: StencilReactComponent<SdTooltipElement, SdTooltipEvents>;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+ /* eslint-disable */
6
+ // @ts-ignore - ignore potential type issues as the project is importing itself
7
+ import * as clientComponents from '@sellmate/design-system-react';
8
+ import { createComponent } from '@stencil/react-output-target/ssr';
9
+ export const serializeShadowRoot = { default: "declarative-shadow-dom" };
10
+ export const SdTooltip = /*@__PURE__*/ createComponent({
11
+ tagName: 'sd-tooltip',
12
+ properties: {
13
+ trigger: 'trigger',
14
+ placement: 'placement',
15
+ color: 'color',
16
+ icon: 'icon',
17
+ iconSize: 'icon-size',
18
+ label: 'label',
19
+ buttonSize: 'button-size',
20
+ buttonVariant: 'button-variant',
21
+ noHover: 'no-hover',
22
+ useClose: 'use-close'
23
+ },
24
+ hydrateModule: import('@sellmate/design-system/hydrate'),
25
+ clientModule: clientComponents.SdTooltip,
26
+ serializeShadowRoot,
27
+ });
@@ -0,0 +1,29 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+
6
+ /* eslint-disable */
7
+
8
+ // @ts-ignore - ignore potential type issues as the project is importing itself
9
+ import * as clientComponents from '@sellmate/design-system-react';
10
+
11
+ import { SdBadge as SdBadgeElement } from "@sellmate/design-system/dist/components/sd-badge.js";
12
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
13
+ import { createComponent, type HydrateModule, type ReactWebComponent, type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
14
+
15
+ export const serializeShadowRoot: SerializeShadowRootOptions = { default: "declarative-shadow-dom" };
16
+
17
+ export type SdBadgeEvents = NonNullable<unknown>;
18
+
19
+ export const SdBadge: StencilReactComponent<SdBadgeElement, SdBadgeEvents> = /*@__PURE__*/ createComponent<SdBadgeElement, SdBadgeEvents>({
20
+ tagName: 'sd-badge',
21
+ properties: {
22
+ size: 'size',
23
+ color: 'color',
24
+ label: 'label'
25
+ },
26
+ hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
27
+ clientModule: clientComponents.SdBadge as ReactWebComponent<SdBadgeElement, SdBadgeEvents>,
28
+ serializeShadowRoot,
29
+ });
@@ -0,0 +1,24 @@
1
+ 'use client';
2
+
3
+ /**
4
+ * This file was automatically generated by the Stencil React Output Target.
5
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
6
+ */
7
+
8
+ /* eslint-disable */
9
+
10
+ import { SdBadge as SdBadgeElement, defineCustomElement as defineSdBadge } from "@sellmate/design-system/dist/components/sd-badge.js";
11
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
12
+ import { createComponent } from '@stencil/react-output-target/runtime';
13
+ import React from 'react';
14
+
15
+ export type SdBadgeEvents = NonNullable<unknown>;
16
+
17
+ export const SdBadge: StencilReactComponent<SdBadgeElement, SdBadgeEvents> = /*@__PURE__*/ createComponent<SdBadgeElement, SdBadgeEvents>({
18
+ tagName: 'sd-badge',
19
+ elementClass: SdBadgeElement,
20
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
21
+ react: React,
22
+ events: {} as SdBadgeEvents,
23
+ defineCustomElement: defineSdBadge
24
+ });
@@ -0,0 +1,39 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+
6
+ /* eslint-disable */
7
+
8
+ // @ts-ignore - ignore potential type issues as the project is importing itself
9
+ import * as clientComponents from '@sellmate/design-system-react';
10
+
11
+ import { type SdButtonCustomEvent } from "@sellmate/design-system";
12
+ import { SdButton as SdButtonElement } from "@sellmate/design-system/dist/components/sd-button.js";
13
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
14
+ import { createComponent, type HydrateModule, type ReactWebComponent, type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
15
+
16
+ export const serializeShadowRoot: SerializeShadowRootOptions = { default: "declarative-shadow-dom" };
17
+
18
+ export type SdButtonEvents = { onSdClick: EventName<SdButtonCustomEvent<MouseEvent>> };
19
+
20
+ export const SdButton: StencilReactComponent<SdButtonElement, SdButtonEvents> = /*@__PURE__*/ createComponent<SdButtonElement, SdButtonEvents>({
21
+ tagName: 'sd-button',
22
+ properties: {
23
+ variant: 'variant',
24
+ size: 'size',
25
+ color: 'color',
26
+ label: 'label',
27
+ disabled: 'disabled',
28
+ type: 'type',
29
+ icon: 'icon',
30
+ iconColor: 'icon-color',
31
+ iconSize: 'icon-size',
32
+ iconRight: 'icon-right',
33
+ noHover: 'no-hover',
34
+ class: 'class'
35
+ },
36
+ hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
37
+ clientModule: clientComponents.SdButton as ReactWebComponent<SdButtonElement, SdButtonEvents>,
38
+ serializeShadowRoot,
39
+ });
@@ -0,0 +1,25 @@
1
+ 'use client';
2
+
3
+ /**
4
+ * This file was automatically generated by the Stencil React Output Target.
5
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
6
+ */
7
+
8
+ /* eslint-disable */
9
+
10
+ import { type SdButtonCustomEvent } from "@sellmate/design-system";
11
+ import { SdButton as SdButtonElement, defineCustomElement as defineSdButton } from "@sellmate/design-system/dist/components/sd-button.js";
12
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
13
+ import { createComponent } from '@stencil/react-output-target/runtime';
14
+ import React from 'react';
15
+
16
+ export type SdButtonEvents = { onSdClick: EventName<SdButtonCustomEvent<MouseEvent>> };
17
+
18
+ export const SdButton: StencilReactComponent<SdButtonElement, SdButtonEvents> = /*@__PURE__*/ createComponent<SdButtonElement, SdButtonEvents>({
19
+ tagName: 'sd-button',
20
+ elementClass: SdButtonElement,
21
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
22
+ react: React,
23
+ events: { onSdClick: 'sdClick' } as SdButtonEvents,
24
+ defineCustomElement: defineSdButton
25
+ });
@@ -0,0 +1,28 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+
6
+ /* eslint-disable */
7
+
8
+ // @ts-ignore - ignore potential type issues as the project is importing itself
9
+ import * as clientComponents from '@sellmate/design-system-react';
10
+
11
+ import { SdCard as SdCardElement } from "@sellmate/design-system/dist/components/sd-card.js";
12
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
13
+ import { createComponent, type HydrateModule, type ReactWebComponent, type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
14
+
15
+ export const serializeShadowRoot: SerializeShadowRootOptions = { default: "declarative-shadow-dom" };
16
+
17
+ export type SdCardEvents = NonNullable<unknown>;
18
+
19
+ export const SdCard: StencilReactComponent<SdCardElement, SdCardEvents> = /*@__PURE__*/ createComponent<SdCardElement, SdCardEvents>({
20
+ tagName: 'sd-card',
21
+ properties: {
22
+ bordered: 'bordered',
23
+ class: 'class'
24
+ },
25
+ hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
26
+ clientModule: clientComponents.SdCard as ReactWebComponent<SdCardElement, SdCardEvents>,
27
+ serializeShadowRoot,
28
+ });
@@ -0,0 +1,24 @@
1
+ 'use client';
2
+
3
+ /**
4
+ * This file was automatically generated by the Stencil React Output Target.
5
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
6
+ */
7
+
8
+ /* eslint-disable */
9
+
10
+ import { SdCard as SdCardElement, defineCustomElement as defineSdCard } from "@sellmate/design-system/dist/components/sd-card.js";
11
+ import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
12
+ import { createComponent } from '@stencil/react-output-target/runtime';
13
+ import React from 'react';
14
+
15
+ export type SdCardEvents = NonNullable<unknown>;
16
+
17
+ export const SdCard: StencilReactComponent<SdCardElement, SdCardEvents> = /*@__PURE__*/ createComponent<SdCardElement, SdCardEvents>({
18
+ tagName: 'sd-card',
19
+ elementClass: SdCardElement,
20
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
21
+ react: React,
22
+ events: {} as SdCardEvents,
23
+ defineCustomElement: defineSdCard
24
+ });
@@ -0,0 +1,31 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+
6
+ /* eslint-disable */
7
+
8
+ // @ts-ignore - ignore potential type issues as the project is importing itself
9
+ import * as clientComponents from '@sellmate/design-system-react';
10
+
11
+ import { type CheckedType, type SdCheckboxCustomEvent } from "@sellmate/design-system";
12
+ import { SdCheckbox as SdCheckboxElement } from "@sellmate/design-system/dist/components/sd-checkbox.js";
13
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
14
+ import { createComponent, type HydrateModule, type ReactWebComponent, type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
15
+
16
+ export const serializeShadowRoot: SerializeShadowRootOptions = { default: "declarative-shadow-dom" };
17
+
18
+ export type SdCheckboxEvents = { onSdChange: EventName<SdCheckboxCustomEvent<CheckedType>> };
19
+
20
+ export const SdCheckbox: StencilReactComponent<SdCheckboxElement, SdCheckboxEvents> = /*@__PURE__*/ createComponent<SdCheckboxElement, SdCheckboxEvents>({
21
+ tagName: 'sd-checkbox',
22
+ properties: {
23
+ checked: 'checked',
24
+ val: 'val',
25
+ disabled: 'disabled',
26
+ label: 'label'
27
+ },
28
+ hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
29
+ clientModule: clientComponents.SdCheckbox as ReactWebComponent<SdCheckboxElement, SdCheckboxEvents>,
30
+ serializeShadowRoot,
31
+ });
@@ -0,0 +1,25 @@
1
+ 'use client';
2
+
3
+ /**
4
+ * This file was automatically generated by the Stencil React Output Target.
5
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
6
+ */
7
+
8
+ /* eslint-disable */
9
+
10
+ import { type CheckedType, type SdCheckboxCustomEvent } from "@sellmate/design-system";
11
+ import { SdCheckbox as SdCheckboxElement, defineCustomElement as defineSdCheckbox } from "@sellmate/design-system/dist/components/sd-checkbox.js";
12
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
13
+ import { createComponent } from '@stencil/react-output-target/runtime';
14
+ import React from 'react';
15
+
16
+ export type SdCheckboxEvents = { onSdChange: EventName<SdCheckboxCustomEvent<CheckedType>> };
17
+
18
+ export const SdCheckbox: StencilReactComponent<SdCheckboxElement, SdCheckboxEvents> = /*@__PURE__*/ createComponent<SdCheckboxElement, SdCheckboxEvents>({
19
+ tagName: 'sd-checkbox',
20
+ elementClass: SdCheckboxElement,
21
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
22
+ react: React,
23
+ events: { onSdChange: 'sdChange' } as SdCheckboxEvents,
24
+ defineCustomElement: defineSdCheckbox
25
+ });
@@ -0,0 +1,37 @@
1
+ /**
2
+ * This file was automatically generated by the Stencil React Output Target.
3
+ * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
+ */
5
+
6
+ /* eslint-disable */
7
+
8
+ // @ts-ignore - ignore potential type issues as the project is importing itself
9
+ import * as clientComponents from '@sellmate/design-system-react';
10
+
11
+ import { SdDateBox as SdDateBoxElement } from "@sellmate/design-system/dist/components/sd-date-box.js";
12
+ import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
13
+ import { createComponent, type HydrateModule, type ReactWebComponent, type SerializeShadowRootOptions } from '@stencil/react-output-target/ssr';
14
+
15
+ export const serializeShadowRoot: SerializeShadowRootOptions = { default: "declarative-shadow-dom" };
16
+
17
+ export type SdDateBoxEvents = {
18
+ onSdClick: EventName<CustomEvent<number | string | null>>,
19
+ onSdMouseOver: EventName<CustomEvent<number | string | null>>
20
+ };
21
+
22
+ export const SdDateBox: StencilReactComponent<SdDateBoxElement, SdDateBoxEvents> = /*@__PURE__*/ createComponent<SdDateBoxElement, SdDateBoxEvents>({
23
+ tagName: 'sd-date-box',
24
+ properties: {
25
+ date: 'date',
26
+ disabled: 'disabled',
27
+ selected: 'selected',
28
+ isStartDate: 'is-start-date',
29
+ isEndDate: 'is-end-date',
30
+ isToday: 'is-today',
31
+ inRange: 'in-range',
32
+ type: 'type'
33
+ },
34
+ hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
35
+ clientModule: clientComponents.SdDateBox as ReactWebComponent<SdDateBoxElement, SdDateBoxEvents>,
36
+ serializeShadowRoot,
37
+ });