@prolibu-suite/cobalt-react 0.1.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,111 @@
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 { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
6
+ import { type CoButtonCustomEvent, type CoCheckboxCustomEvent, type CoComboboxCustomEvent, type CoIconButtonCustomEvent, type CoModalCustomEvent, type CoOverlayCustomEvent, type CoRadioCustomEvent, type CoSidebarItemCustomEvent, type CoSwitchCustomEvent, type CoTabsCustomEvent, type CoTextFieldCustomEvent, type CoToastCustomEvent, type CoWorkspaceCustomEvent } from "@prolibu/cobalt-core";
7
+ import type { Components } from "@prolibu/cobalt-core/dist/components";
8
+ import { CoAvatar as CoAvatarElement } from "@prolibu/cobalt-core/dist/components/co-avatar.js";
9
+ import { CoBadge as CoBadgeElement } from "@prolibu/cobalt-core/dist/components/co-badge.js";
10
+ import { CoButton as CoButtonElement } from "@prolibu/cobalt-core/dist/components/co-button.js";
11
+ import { CoCard as CoCardElement } from "@prolibu/cobalt-core/dist/components/co-card.js";
12
+ import { CoCheckbox as CoCheckboxElement } from "@prolibu/cobalt-core/dist/components/co-checkbox.js";
13
+ import { CoChip as CoChipElement } from "@prolibu/cobalt-core/dist/components/co-chip.js";
14
+ import { CoCombobox as CoComboboxElement } from "@prolibu/cobalt-core/dist/components/co-combobox.js";
15
+ import { CoEmptyState as CoEmptyStateElement } from "@prolibu/cobalt-core/dist/components/co-empty-state.js";
16
+ import { CoHeader as CoHeaderElement } from "@prolibu/cobalt-core/dist/components/co-header.js";
17
+ import { CoHelperText as CoHelperTextElement } from "@prolibu/cobalt-core/dist/components/co-helper-text.js";
18
+ import { CoIconButton as CoIconButtonElement } from "@prolibu/cobalt-core/dist/components/co-icon-button.js";
19
+ import { CoIcon as CoIconElement } from "@prolibu/cobalt-core/dist/components/co-icon.js";
20
+ import { CoModal as CoModalElement } from "@prolibu/cobalt-core/dist/components/co-modal.js";
21
+ import { CoNavigation as CoNavigationElement } from "@prolibu/cobalt-core/dist/components/co-navigation.js";
22
+ import { CoOverlay as CoOverlayElement } from "@prolibu/cobalt-core/dist/components/co-overlay.js";
23
+ import { CoProgress as CoProgressElement } from "@prolibu/cobalt-core/dist/components/co-progress.js";
24
+ import { CoRadio as CoRadioElement } from "@prolibu/cobalt-core/dist/components/co-radio.js";
25
+ import { CoSidebarItem as CoSidebarItemElement } from "@prolibu/cobalt-core/dist/components/co-sidebar-item.js";
26
+ import { CoSidebar as CoSidebarElement } from "@prolibu/cobalt-core/dist/components/co-sidebar.js";
27
+ import { CoSwitch as CoSwitchElement } from "@prolibu/cobalt-core/dist/components/co-switch.js";
28
+ import { CoTab as CoTabElement } from "@prolibu/cobalt-core/dist/components/co-tab.js";
29
+ import { CoTabs as CoTabsElement } from "@prolibu/cobalt-core/dist/components/co-tabs.js";
30
+ import { CoTextField as CoTextFieldElement } from "@prolibu/cobalt-core/dist/components/co-text-field.js";
31
+ import { CoToast as CoToastElement } from "@prolibu/cobalt-core/dist/components/co-toast.js";
32
+ import { CoWorkspace as CoWorkspaceElement } from "@prolibu/cobalt-core/dist/components/co-workspace.js";
33
+ export type CoAvatarEvents = NonNullable<unknown>;
34
+ export declare const CoAvatar: StencilReactComponent<CoAvatarElement, CoAvatarEvents, Components.CoAvatar>;
35
+ export type CoBadgeEvents = NonNullable<unknown>;
36
+ export declare const CoBadge: StencilReactComponent<CoBadgeElement, CoBadgeEvents, Components.CoBadge>;
37
+ export type CoButtonEvents = {
38
+ onCoClick: EventName<CoButtonCustomEvent<MouseEvent>>;
39
+ };
40
+ export declare const CoButton: StencilReactComponent<CoButtonElement, CoButtonEvents, Components.CoButton>;
41
+ export type CoCardEvents = NonNullable<unknown>;
42
+ export declare const CoCard: StencilReactComponent<CoCardElement, CoCardEvents, Components.CoCard>;
43
+ export type CoCheckboxEvents = {
44
+ onCoChange: EventName<CoCheckboxCustomEvent<boolean>>;
45
+ };
46
+ export declare const CoCheckbox: StencilReactComponent<CoCheckboxElement, CoCheckboxEvents, Components.CoCheckbox>;
47
+ export type CoChipEvents = NonNullable<unknown>;
48
+ export declare const CoChip: StencilReactComponent<CoChipElement, CoChipEvents, Components.CoChip>;
49
+ export type CoComboboxEvents = {
50
+ onCoInput: EventName<CoComboboxCustomEvent<string>>;
51
+ onCoChange: EventName<CoComboboxCustomEvent<string>>;
52
+ };
53
+ export declare const CoCombobox: StencilReactComponent<CoComboboxElement, CoComboboxEvents, Components.CoCombobox>;
54
+ export type CoEmptyStateEvents = NonNullable<unknown>;
55
+ export declare const CoEmptyState: StencilReactComponent<CoEmptyStateElement, CoEmptyStateEvents, Components.CoEmptyState>;
56
+ export type CoHeaderEvents = NonNullable<unknown>;
57
+ export declare const CoHeader: StencilReactComponent<CoHeaderElement, CoHeaderEvents, Components.CoHeader>;
58
+ export type CoHelperTextEvents = NonNullable<unknown>;
59
+ export declare const CoHelperText: StencilReactComponent<CoHelperTextElement, CoHelperTextEvents, Components.CoHelperText>;
60
+ export type CoIconEvents = NonNullable<unknown>;
61
+ export declare const CoIcon: StencilReactComponent<CoIconElement, CoIconEvents, Components.CoIcon>;
62
+ export type CoIconButtonEvents = {
63
+ onCoClick: EventName<CoIconButtonCustomEvent<MouseEvent>>;
64
+ };
65
+ export declare const CoIconButton: StencilReactComponent<CoIconButtonElement, CoIconButtonEvents, Components.CoIconButton>;
66
+ export type CoModalEvents = {
67
+ onCoClose: EventName<CoModalCustomEvent<void>>;
68
+ };
69
+ export declare const CoModal: StencilReactComponent<CoModalElement, CoModalEvents, Components.CoModal>;
70
+ export type CoNavigationEvents = NonNullable<unknown>;
71
+ export declare const CoNavigation: StencilReactComponent<CoNavigationElement, CoNavigationEvents, Components.CoNavigation>;
72
+ export type CoOverlayEvents = {
73
+ onCoClose: EventName<CoOverlayCustomEvent<void>>;
74
+ };
75
+ export declare const CoOverlay: StencilReactComponent<CoOverlayElement, CoOverlayEvents, Components.CoOverlay>;
76
+ export type CoProgressEvents = NonNullable<unknown>;
77
+ export declare const CoProgress: StencilReactComponent<CoProgressElement, CoProgressEvents, Components.CoProgress>;
78
+ export type CoRadioEvents = {
79
+ onCoChange: EventName<CoRadioCustomEvent<string>>;
80
+ };
81
+ export declare const CoRadio: StencilReactComponent<CoRadioElement, CoRadioEvents, Components.CoRadio>;
82
+ export type CoSidebarEvents = NonNullable<unknown>;
83
+ export declare const CoSidebar: StencilReactComponent<CoSidebarElement, CoSidebarEvents, Components.CoSidebar>;
84
+ export type CoSidebarItemEvents = {
85
+ onCoSelect: EventName<CoSidebarItemCustomEvent<void>>;
86
+ };
87
+ export declare const CoSidebarItem: StencilReactComponent<CoSidebarItemElement, CoSidebarItemEvents, Components.CoSidebarItem>;
88
+ export type CoSwitchEvents = {
89
+ onCoChange: EventName<CoSwitchCustomEvent<boolean>>;
90
+ };
91
+ export declare const CoSwitch: StencilReactComponent<CoSwitchElement, CoSwitchEvents, Components.CoSwitch>;
92
+ export type CoTabEvents = NonNullable<unknown>;
93
+ export declare const CoTab: StencilReactComponent<CoTabElement, CoTabEvents, Components.CoTab>;
94
+ export type CoTabsEvents = {
95
+ onCoChange: EventName<CoTabsCustomEvent<string>>;
96
+ };
97
+ export declare const CoTabs: StencilReactComponent<CoTabsElement, CoTabsEvents, Components.CoTabs>;
98
+ export type CoTextFieldEvents = {
99
+ onCoInput: EventName<CoTextFieldCustomEvent<string>>;
100
+ onCoChange: EventName<CoTextFieldCustomEvent<string>>;
101
+ };
102
+ export declare const CoTextField: StencilReactComponent<CoTextFieldElement, CoTextFieldEvents, Components.CoTextField>;
103
+ export type CoToastEvents = {
104
+ onCoDismiss: EventName<CoToastCustomEvent<void>>;
105
+ };
106
+ export declare const CoToast: StencilReactComponent<CoToastElement, CoToastEvents, Components.CoToast>;
107
+ export type CoWorkspaceEvents = {
108
+ onCoSelect: EventName<CoWorkspaceCustomEvent<void>>;
109
+ };
110
+ export declare const CoWorkspace: StencilReactComponent<CoWorkspaceElement, CoWorkspaceEvents, Components.CoWorkspace>;
111
+ //# sourceMappingURL=components.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,235 @@
1
+ 'use client';
2
+ import { createComponent } from '@stencil/react-output-target/runtime';
3
+ import React from 'react';
4
+ import { CoAvatar as CoAvatarElement, defineCustomElement as defineCoAvatar } from "@prolibu/cobalt-core/dist/components/co-avatar.js";
5
+ import { CoBadge as CoBadgeElement, defineCustomElement as defineCoBadge } from "@prolibu/cobalt-core/dist/components/co-badge.js";
6
+ import { CoButton as CoButtonElement, defineCustomElement as defineCoButton } from "@prolibu/cobalt-core/dist/components/co-button.js";
7
+ import { CoCard as CoCardElement, defineCustomElement as defineCoCard } from "@prolibu/cobalt-core/dist/components/co-card.js";
8
+ import { CoCheckbox as CoCheckboxElement, defineCustomElement as defineCoCheckbox } from "@prolibu/cobalt-core/dist/components/co-checkbox.js";
9
+ import { CoChip as CoChipElement, defineCustomElement as defineCoChip } from "@prolibu/cobalt-core/dist/components/co-chip.js";
10
+ import { CoCombobox as CoComboboxElement, defineCustomElement as defineCoCombobox } from "@prolibu/cobalt-core/dist/components/co-combobox.js";
11
+ import { CoEmptyState as CoEmptyStateElement, defineCustomElement as defineCoEmptyState } from "@prolibu/cobalt-core/dist/components/co-empty-state.js";
12
+ import { CoHeader as CoHeaderElement, defineCustomElement as defineCoHeader } from "@prolibu/cobalt-core/dist/components/co-header.js";
13
+ import { CoHelperText as CoHelperTextElement, defineCustomElement as defineCoHelperText } from "@prolibu/cobalt-core/dist/components/co-helper-text.js";
14
+ import { CoIconButton as CoIconButtonElement, defineCustomElement as defineCoIconButton } from "@prolibu/cobalt-core/dist/components/co-icon-button.js";
15
+ import { CoIcon as CoIconElement, defineCustomElement as defineCoIcon } from "@prolibu/cobalt-core/dist/components/co-icon.js";
16
+ import { CoModal as CoModalElement, defineCustomElement as defineCoModal } from "@prolibu/cobalt-core/dist/components/co-modal.js";
17
+ import { CoNavigation as CoNavigationElement, defineCustomElement as defineCoNavigation } from "@prolibu/cobalt-core/dist/components/co-navigation.js";
18
+ import { CoOverlay as CoOverlayElement, defineCustomElement as defineCoOverlay } from "@prolibu/cobalt-core/dist/components/co-overlay.js";
19
+ import { CoProgress as CoProgressElement, defineCustomElement as defineCoProgress } from "@prolibu/cobalt-core/dist/components/co-progress.js";
20
+ import { CoRadio as CoRadioElement, defineCustomElement as defineCoRadio } from "@prolibu/cobalt-core/dist/components/co-radio.js";
21
+ import { CoSidebarItem as CoSidebarItemElement, defineCustomElement as defineCoSidebarItem } from "@prolibu/cobalt-core/dist/components/co-sidebar-item.js";
22
+ import { CoSidebar as CoSidebarElement, defineCustomElement as defineCoSidebar } from "@prolibu/cobalt-core/dist/components/co-sidebar.js";
23
+ import { CoSwitch as CoSwitchElement, defineCustomElement as defineCoSwitch } from "@prolibu/cobalt-core/dist/components/co-switch.js";
24
+ import { CoTab as CoTabElement, defineCustomElement as defineCoTab } from "@prolibu/cobalt-core/dist/components/co-tab.js";
25
+ import { CoTabs as CoTabsElement, defineCustomElement as defineCoTabs } from "@prolibu/cobalt-core/dist/components/co-tabs.js";
26
+ import { CoTextField as CoTextFieldElement, defineCustomElement as defineCoTextField } from "@prolibu/cobalt-core/dist/components/co-text-field.js";
27
+ import { CoToast as CoToastElement, defineCustomElement as defineCoToast } from "@prolibu/cobalt-core/dist/components/co-toast.js";
28
+ import { CoWorkspace as CoWorkspaceElement, defineCustomElement as defineCoWorkspace } from "@prolibu/cobalt-core/dist/components/co-workspace.js";
29
+ export const CoAvatar = /*@__PURE__*/ createComponent({
30
+ tagName: 'co-avatar',
31
+ elementClass: CoAvatarElement,
32
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
33
+ react: React,
34
+ events: {},
35
+ defineCustomElement: defineCoAvatar
36
+ });
37
+ export const CoBadge = /*@__PURE__*/ createComponent({
38
+ tagName: 'co-badge',
39
+ elementClass: CoBadgeElement,
40
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
41
+ react: React,
42
+ events: {},
43
+ defineCustomElement: defineCoBadge
44
+ });
45
+ export const CoButton = /*@__PURE__*/ createComponent({
46
+ tagName: 'co-button',
47
+ elementClass: CoButtonElement,
48
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
49
+ react: React,
50
+ events: { onCoClick: 'coClick' },
51
+ defineCustomElement: defineCoButton
52
+ });
53
+ export const CoCard = /*@__PURE__*/ createComponent({
54
+ tagName: 'co-card',
55
+ elementClass: CoCardElement,
56
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
57
+ react: React,
58
+ events: {},
59
+ defineCustomElement: defineCoCard
60
+ });
61
+ export const CoCheckbox = /*@__PURE__*/ createComponent({
62
+ tagName: 'co-checkbox',
63
+ elementClass: CoCheckboxElement,
64
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
65
+ react: React,
66
+ events: { onCoChange: 'coChange' },
67
+ defineCustomElement: defineCoCheckbox
68
+ });
69
+ export const CoChip = /*@__PURE__*/ createComponent({
70
+ tagName: 'co-chip',
71
+ elementClass: CoChipElement,
72
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
73
+ react: React,
74
+ events: {},
75
+ defineCustomElement: defineCoChip
76
+ });
77
+ export const CoCombobox = /*@__PURE__*/ createComponent({
78
+ tagName: 'co-combobox',
79
+ elementClass: CoComboboxElement,
80
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
81
+ react: React,
82
+ events: {
83
+ onCoInput: 'coInput',
84
+ onCoChange: 'coChange'
85
+ },
86
+ defineCustomElement: defineCoCombobox
87
+ });
88
+ export const CoEmptyState = /*@__PURE__*/ createComponent({
89
+ tagName: 'co-empty-state',
90
+ elementClass: CoEmptyStateElement,
91
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
92
+ react: React,
93
+ events: {},
94
+ defineCustomElement: defineCoEmptyState
95
+ });
96
+ export const CoHeader = /*@__PURE__*/ createComponent({
97
+ tagName: 'co-header',
98
+ elementClass: CoHeaderElement,
99
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
100
+ react: React,
101
+ events: {},
102
+ defineCustomElement: defineCoHeader
103
+ });
104
+ export const CoHelperText = /*@__PURE__*/ createComponent({
105
+ tagName: 'co-helper-text',
106
+ elementClass: CoHelperTextElement,
107
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
108
+ react: React,
109
+ events: {},
110
+ defineCustomElement: defineCoHelperText
111
+ });
112
+ export const CoIcon = /*@__PURE__*/ createComponent({
113
+ tagName: 'co-icon',
114
+ elementClass: CoIconElement,
115
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
116
+ react: React,
117
+ events: {},
118
+ defineCustomElement: defineCoIcon
119
+ });
120
+ export const CoIconButton = /*@__PURE__*/ createComponent({
121
+ tagName: 'co-icon-button',
122
+ elementClass: CoIconButtonElement,
123
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
124
+ react: React,
125
+ events: { onCoClick: 'coClick' },
126
+ defineCustomElement: defineCoIconButton
127
+ });
128
+ export const CoModal = /*@__PURE__*/ createComponent({
129
+ tagName: 'co-modal',
130
+ elementClass: CoModalElement,
131
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
132
+ react: React,
133
+ events: { onCoClose: 'coClose' },
134
+ defineCustomElement: defineCoModal
135
+ });
136
+ export const CoNavigation = /*@__PURE__*/ createComponent({
137
+ tagName: 'co-navigation',
138
+ elementClass: CoNavigationElement,
139
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
140
+ react: React,
141
+ events: {},
142
+ defineCustomElement: defineCoNavigation
143
+ });
144
+ export const CoOverlay = /*@__PURE__*/ createComponent({
145
+ tagName: 'co-overlay',
146
+ elementClass: CoOverlayElement,
147
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
148
+ react: React,
149
+ events: { onCoClose: 'coClose' },
150
+ defineCustomElement: defineCoOverlay
151
+ });
152
+ export const CoProgress = /*@__PURE__*/ createComponent({
153
+ tagName: 'co-progress',
154
+ elementClass: CoProgressElement,
155
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
156
+ react: React,
157
+ events: {},
158
+ defineCustomElement: defineCoProgress
159
+ });
160
+ export const CoRadio = /*@__PURE__*/ createComponent({
161
+ tagName: 'co-radio',
162
+ elementClass: CoRadioElement,
163
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
164
+ react: React,
165
+ events: { onCoChange: 'coChange' },
166
+ defineCustomElement: defineCoRadio
167
+ });
168
+ export const CoSidebar = /*@__PURE__*/ createComponent({
169
+ tagName: 'co-sidebar',
170
+ elementClass: CoSidebarElement,
171
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
172
+ react: React,
173
+ events: {},
174
+ defineCustomElement: defineCoSidebar
175
+ });
176
+ export const CoSidebarItem = /*@__PURE__*/ createComponent({
177
+ tagName: 'co-sidebar-item',
178
+ elementClass: CoSidebarItemElement,
179
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
180
+ react: React,
181
+ events: { onCoSelect: 'coSelect' },
182
+ defineCustomElement: defineCoSidebarItem
183
+ });
184
+ export const CoSwitch = /*@__PURE__*/ createComponent({
185
+ tagName: 'co-switch',
186
+ elementClass: CoSwitchElement,
187
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
188
+ react: React,
189
+ events: { onCoChange: 'coChange' },
190
+ defineCustomElement: defineCoSwitch
191
+ });
192
+ export const CoTab = /*@__PURE__*/ createComponent({
193
+ tagName: 'co-tab',
194
+ elementClass: CoTabElement,
195
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
196
+ react: React,
197
+ events: {},
198
+ defineCustomElement: defineCoTab
199
+ });
200
+ export const CoTabs = /*@__PURE__*/ createComponent({
201
+ tagName: 'co-tabs',
202
+ elementClass: CoTabsElement,
203
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
204
+ react: React,
205
+ events: { onCoChange: 'coChange' },
206
+ defineCustomElement: defineCoTabs
207
+ });
208
+ export const CoTextField = /*@__PURE__*/ createComponent({
209
+ tagName: 'co-text-field',
210
+ elementClass: CoTextFieldElement,
211
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
212
+ react: React,
213
+ events: {
214
+ onCoInput: 'coInput',
215
+ onCoChange: 'coChange'
216
+ },
217
+ defineCustomElement: defineCoTextField
218
+ });
219
+ export const CoToast = /*@__PURE__*/ createComponent({
220
+ tagName: 'co-toast',
221
+ elementClass: CoToastElement,
222
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
223
+ react: React,
224
+ events: { onCoDismiss: 'coDismiss' },
225
+ defineCustomElement: defineCoToast
226
+ });
227
+ export const CoWorkspace = /*@__PURE__*/ createComponent({
228
+ tagName: 'co-workspace',
229
+ elementClass: CoWorkspaceElement,
230
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
231
+ react: React,
232
+ events: { onCoSelect: 'coSelect' },
233
+ defineCustomElement: defineCoWorkspace
234
+ });
235
+ //# sourceMappingURL=components.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export * from './components/components';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,yBAAyB,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,4 @@
1
+ // components/components.ts is auto-generated by @stencil/react-output-target.
2
+ // Run `pnpm build` from packages/core to generate it.
3
+ export * from './components/components';
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAC9E,sDAAsD;AACtD,cAAc,yBAAyB,CAAC"}
package/package.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "@prolibu-suite/cobalt-react",
3
+ "version": "0.1.0",
4
+ "description": "Cobalt Design System — React component wrappers",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.js",
12
+ "types": "./dist/index.d.ts"
13
+ }
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "keywords": [
19
+ "react",
20
+ "cobalt",
21
+ "prolibu",
22
+ "design-system"
23
+ ],
24
+ "author": "Prolibu <contact@prolibu.com>",
25
+ "license": "MIT",
26
+ "peerDependencies": {
27
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
28
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
29
+ },
30
+ "dependencies": {
31
+ "@stencil/react-output-target": "^1.5.0",
32
+ "@prolibu-suite/cobalt-core": "0.1.0"
33
+ },
34
+ "devDependencies": {
35
+ "@types/react": "^19.2.14",
36
+ "@types/react-dom": "^19.2.3",
37
+ "typescript": "^6.0.3"
38
+ },
39
+ "publishConfig": {
40
+ "access": "public"
41
+ },
42
+ "scripts": {
43
+ "build": "tsc -p tsconfig.json",
44
+ "dev": "tsc -p tsconfig.json --watch"
45
+ }
46
+ }