@schandlergarcia/sf-web-components 1.0.8 → 1.0.9

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.
@@ -1,8 +1,5 @@
1
- export { default as UIButton } from "./ui/Button";
2
- export { default as UIInput } from "./ui/Input";
3
1
  export { default as UIToggle } from "./ui/Toggle";
4
2
  export { default as UIText } from "./ui/Text";
5
- export { default as UICard } from "./ui/Card";
6
3
  export { default as UIContainer } from "./ui/Container";
7
4
  export { default as UIChip } from "./ui/Chip";
8
5
  export { default as Avatar } from "./ui/Avatar";
@@ -34,6 +31,9 @@ export { default as HeroUIInput } from "./heroui/Input";
34
31
  export { default as HeroUICard } from "./heroui/Card";
35
32
  export { default as HeroUIToggle } from "./heroui/Toggle";
36
33
  export { default as AppThemeProvider, useThemeMode } from "./theme/AppThemeProvider";
34
+ export { default as UIButton, default as Button } from "./ui/Button";
35
+ export { default as UIInput, default as Input } from "./ui/Input";
36
+ export { default as UICard, default as Card } from "./ui/Card";
37
37
  export { FormModal, FormRenderer, FormSection, FormField, useFormState } from "./forms";
38
38
  export { FilterBar, SearchFilter, SelectFilter, ToggleFilter } from "./filters";
39
39
  export { default as DataModeProvider, useDataMode } from "./data/DataModeProvider";
package/dist/index.js CHANGED
@@ -1,185 +1,188 @@
1
1
  import { cn as o } from "./lib/utils.js";
2
2
  import { default as t, useThemeMode as f } from "./components/library/theme/AppThemeProvider.js";
3
- import { default as d } from "./components/library/ui/Button.js";
4
- import { default as p } from "./components/library/ui/Input.js";
5
- import { default as m } from "./components/library/ui/Toggle.js";
6
- import { default as i } from "./components/library/ui/Text.js";
7
- import { default as n } from "./components/library/ui/Card.js";
8
- import { default as U } from "./components/library/ui/Container.js";
9
- import { default as c } from "./components/library/ui/Chip.js";
10
- import { default as H } from "./components/library/ui/Avatar.js";
11
- import { default as T } from "./components/library/ui/Spinner.js";
12
- import { default as M } from "./components/library/ui/EmptyState.js";
13
- import { default as P } from "./components/library/cards/BaseCard.js";
14
- import { default as y } from "./components/library/cards/ChartCard.js";
15
- import { default as b } from "./components/library/cards/ListCard.js";
16
- import { default as v } from "./components/library/cards/MetricCard.js";
17
- import { default as K } from "./components/library/cards/SectionCard.js";
18
- import { default as R } from "./components/library/cards/StatusCard.js";
19
- import { default as E } from "./components/library/cards/TableCard.js";
20
- import { default as V } from "./components/library/cards/WidgetCard.js";
21
- import { default as q } from "./components/library/cards/FeedPanel.js";
22
- import { default as J } from "./components/library/cards/ActivityCard.js";
23
- import { default as O } from "./components/library/cards/MetricsStrip.js";
24
- import { default as X } from "./components/library/cards/CalloutCard.js";
25
- import { default as Z } from "./components/library/cards/ActionList.js";
26
- import { default as $ } from "./components/library/charts/D3Chart.js";
27
- import { D3ChartTemplates as re } from "./components/library/charts/D3ChartTemplates.js";
28
- import { default as ae } from "./components/library/charts/GeoMap.js";
29
- import { default as fe } from "./components/library/layout/PageContainer.js";
30
- import { default as de } from "./components/library/skeletons/CardSkeleton.js";
31
- import { default as pe } from "./components/library/forms/FormModal.js";
32
- import { default as me } from "./components/library/forms/FormRenderer.js";
33
- import { default as ie } from "./components/library/forms/FormSection.js";
34
- import { default as ne } from "./components/library/forms/FormField.js";
35
- import { default as Ue } from "./components/library/forms/useFormState.js";
36
- import { default as ce } from "./components/library/filters/FilterBar.js";
37
- import { default as He } from "./components/library/filters/SearchFilter.js";
38
- import { default as Te } from "./components/library/filters/SelectFilter.js";
39
- import { default as Me } from "./components/library/filters/ToggleFilter.js";
40
- import { default as Pe, useDataMode as De } from "./components/library/data/DataModeProvider.js";
41
- import { default as Ae } from "./components/library/data/DataModeToggle.js";
42
- import { default as we } from "./components/library/data/useDataSource.js";
43
- import { default as ke } from "./components/library/data/usePageFilters.js";
44
- import { applyFilters as Le, filterByDateRange as Re, filterBySearch as We, filterByToggle as Ee, filterByValue as Ge, sortByKey as Ve } from "./components/library/data/filterUtils.js";
45
- import { default as qe } from "./components/library/chat/ChatPanel.js";
46
- import { default as Je } from "./components/library/chat/ChatBar.js";
47
- import { default as Oe } from "./components/library/chat/ChatMessageList.js";
48
- import { default as Xe } from "./components/library/chat/ChatMessage.js";
49
- import { default as Ze } from "./components/library/chat/ChatInput.js";
50
- import { default as $e } from "./components/library/chat/ChatTypingIndicator.js";
51
- import { default as rr } from "./components/library/chat/ChatSuggestions.js";
52
- import { default as ar } from "./components/library/chat/ChatToolCall.js";
53
- import { default as fr } from "./components/library/chat/ChatWelcome.js";
54
- import { default as dr } from "./components/library/chat/useChatState.js";
55
- import { default as pr } from "./components/library/heroui/Button.js";
56
- import { default as mr } from "./components/library/heroui/Input.js";
57
- import { default as ir } from "./components/library/heroui/Card.js";
58
- import { default as nr } from "./components/library/heroui/Toggle.js";
59
- import { default as Ur } from "./components/library/heroui/Tabs.js";
60
- import { default as cr } from "./components/library/heroui/Accordion.js";
61
- import { default as Hr } from "./components/library/heroui/Breadcrumbs.js";
62
- import { default as Tr } from "./components/library/heroui/Separator.js";
63
- import { default as Mr } from "./components/library/heroui/Pagination.js";
64
- import { default as Pr } from "./components/library/heroui/Drawer.js";
65
- import { default as yr } from "./components/library/heroui/Modal.js";
66
- import { default as br } from "./components/library/heroui/Dropdown.js";
67
- import { default as vr } from "./components/library/heroui/Tooltip.js";
68
- import { default as Kr } from "./components/library/heroui/Toast.js";
69
- import { default as Rr } from "./components/library/heroui/Alert.js";
70
- import { default as Er } from "./components/library/heroui/Badge.js";
71
- import { default as Vr } from "./components/library/heroui/ProgressBar.js";
72
- import { default as qr } from "./components/library/heroui/ProgressCircle.js";
73
- import { default as Jr } from "./components/library/heroui/Meter.js";
74
- import { default as Or } from "./components/library/heroui/Skeleton.js";
75
- import { default as Xr } from "./components/library/heroui/Select.js";
76
- import { default as Zr } from "./components/library/heroui/Kbd.js";
77
- import { default as $r } from "./components/library/heroui/ScrollShadow.js";
78
- import { Accordion as ro, Alert as oo, Badge as ao, Breadcrumbs as to, Drawer as fo, Dropdown as lo, Kbd as so, Meter as po, Modal as uo, Pagination as mo, ProgressBar as xo, ProgressCircle as io, ScrollShadow as Io, Select as no, Separator as Co, Skeleton as Uo, Tabs as go, Toast as co, Tooltip as So, toast as Ho } from "@heroui/react";
3
+ import { default as d, default as s } from "./components/library/ui/Button.js";
4
+ import { default as u, default as m } from "./components/library/ui/Input.js";
5
+ import { default as i } from "./components/library/ui/Toggle.js";
6
+ import { default as I } from "./components/library/ui/Text.js";
7
+ import { default as U, default as g } from "./components/library/ui/Card.js";
8
+ import { default as S } from "./components/library/ui/Container.js";
9
+ import { default as h } from "./components/library/ui/Chip.js";
10
+ import { default as B } from "./components/library/ui/Avatar.js";
11
+ import { default as F } from "./components/library/ui/Spinner.js";
12
+ import { default as D } from "./components/library/ui/EmptyState.js";
13
+ import { default as A } from "./components/library/cards/BaseCard.js";
14
+ import { default as w } from "./components/library/cards/ChartCard.js";
15
+ import { default as k } from "./components/library/cards/ListCard.js";
16
+ import { default as L } from "./components/library/cards/MetricCard.js";
17
+ import { default as W } from "./components/library/cards/SectionCard.js";
18
+ import { default as G } from "./components/library/cards/StatusCard.js";
19
+ import { default as j } from "./components/library/cards/TableCard.js";
20
+ import { default as z } from "./components/library/cards/WidgetCard.js";
21
+ import { default as N } from "./components/library/cards/FeedPanel.js";
22
+ import { default as Q } from "./components/library/cards/ActivityCard.js";
23
+ import { default as Y } from "./components/library/cards/MetricsStrip.js";
24
+ import { default as _ } from "./components/library/cards/CalloutCard.js";
25
+ import { default as ee } from "./components/library/cards/ActionList.js";
26
+ import { default as oe } from "./components/library/charts/D3Chart.js";
27
+ import { D3ChartTemplates as te } from "./components/library/charts/D3ChartTemplates.js";
28
+ import { default as le } from "./components/library/charts/GeoMap.js";
29
+ import { default as se } from "./components/library/layout/PageContainer.js";
30
+ import { default as ue } from "./components/library/skeletons/CardSkeleton.js";
31
+ import { default as xe } from "./components/library/forms/FormModal.js";
32
+ import { default as ne } from "./components/library/forms/FormRenderer.js";
33
+ import { default as Ce } from "./components/library/forms/FormSection.js";
34
+ import { default as ge } from "./components/library/forms/FormField.js";
35
+ import { default as Se } from "./components/library/forms/useFormState.js";
36
+ import { default as he } from "./components/library/filters/FilterBar.js";
37
+ import { default as Be } from "./components/library/filters/SearchFilter.js";
38
+ import { default as Fe } from "./components/library/filters/SelectFilter.js";
39
+ import { default as De } from "./components/library/filters/ToggleFilter.js";
40
+ import { default as Ae, useDataMode as be } from "./components/library/data/DataModeProvider.js";
41
+ import { default as ve } from "./components/library/data/DataModeToggle.js";
42
+ import { default as Ke } from "./components/library/data/useDataSource.js";
43
+ import { default as Re } from "./components/library/data/usePageFilters.js";
44
+ import { applyFilters as Ee, filterByDateRange as Ge, filterBySearch as Ve, filterByToggle as je, filterByValue as qe, sortByKey as ze } from "./components/library/data/filterUtils.js";
45
+ import { default as Ne } from "./components/library/chat/ChatPanel.js";
46
+ import { default as Qe } from "./components/library/chat/ChatBar.js";
47
+ import { default as Ye } from "./components/library/chat/ChatMessageList.js";
48
+ import { default as _e } from "./components/library/chat/ChatMessage.js";
49
+ import { default as er } from "./components/library/chat/ChatInput.js";
50
+ import { default as or } from "./components/library/chat/ChatTypingIndicator.js";
51
+ import { default as tr } from "./components/library/chat/ChatSuggestions.js";
52
+ import { default as lr } from "./components/library/chat/ChatToolCall.js";
53
+ import { default as sr } from "./components/library/chat/ChatWelcome.js";
54
+ import { default as ur } from "./components/library/chat/useChatState.js";
55
+ import { default as xr } from "./components/library/heroui/Button.js";
56
+ import { default as nr } from "./components/library/heroui/Input.js";
57
+ import { default as Cr } from "./components/library/heroui/Card.js";
58
+ import { default as gr } from "./components/library/heroui/Toggle.js";
59
+ import { default as Sr } from "./components/library/heroui/Tabs.js";
60
+ import { default as hr } from "./components/library/heroui/Accordion.js";
61
+ import { default as Br } from "./components/library/heroui/Breadcrumbs.js";
62
+ import { default as Fr } from "./components/library/heroui/Separator.js";
63
+ import { default as Dr } from "./components/library/heroui/Pagination.js";
64
+ import { default as Ar } from "./components/library/heroui/Drawer.js";
65
+ import { default as wr } from "./components/library/heroui/Modal.js";
66
+ import { default as kr } from "./components/library/heroui/Dropdown.js";
67
+ import { default as Lr } from "./components/library/heroui/Tooltip.js";
68
+ import { default as Wr } from "./components/library/heroui/Toast.js";
69
+ import { default as Gr } from "./components/library/heroui/Alert.js";
70
+ import { default as jr } from "./components/library/heroui/Badge.js";
71
+ import { default as zr } from "./components/library/heroui/ProgressBar.js";
72
+ import { default as Nr } from "./components/library/heroui/ProgressCircle.js";
73
+ import { default as Qr } from "./components/library/heroui/Meter.js";
74
+ import { default as Yr } from "./components/library/heroui/Skeleton.js";
75
+ import { default as _r } from "./components/library/heroui/Select.js";
76
+ import { default as eo } from "./components/library/heroui/Kbd.js";
77
+ import { default as oo } from "./components/library/heroui/ScrollShadow.js";
78
+ import { Accordion as to, Alert as fo, Badge as lo, Breadcrumbs as so, Drawer as po, Dropdown as uo, Kbd as mo, Meter as xo, Modal as io, Pagination as no, ProgressBar as Io, ProgressCircle as Co, ScrollShadow as Uo, Select as go, Separator as co, Skeleton as So, Tabs as Ho, Toast as ho, Tooltip as To, toast as Bo } from "@heroui/react";
79
79
  export {
80
- ro as Accordion,
81
- Z as ActionList,
82
- J as ActivityCard,
83
- oo as Alert,
80
+ to as Accordion,
81
+ ee as ActionList,
82
+ Q as ActivityCard,
83
+ fo as Alert,
84
84
  t as AppThemeProvider,
85
- H as Avatar,
86
- ao as Badge,
87
- P as BaseCard,
88
- to as Breadcrumbs,
89
- X as CalloutCard,
90
- de as CardSkeleton,
91
- y as ChartCard,
92
- Je as ChatBar,
93
- Ze as ChatInput,
94
- Xe as ChatMessage,
95
- Oe as ChatMessageList,
96
- qe as ChatPanel,
97
- rr as ChatSuggestions,
98
- ar as ChatToolCall,
99
- $e as ChatTypingIndicator,
100
- fr as ChatWelcome,
101
- $ as D3Chart,
102
- re as D3ChartTemplates,
103
- Pe as DataModeProvider,
104
- Ae as DataModeToggle,
105
- fo as Drawer,
106
- lo as Dropdown,
107
- M as EmptyState,
108
- q as FeedPanel,
109
- ce as FilterBar,
110
- ne as FormField,
111
- pe as FormModal,
112
- me as FormRenderer,
113
- ie as FormSection,
114
- ae as GeoMap,
115
- cr as HeroUIAccordion,
116
- Rr as HeroUIAlert,
117
- Er as HeroUIBadge,
118
- Hr as HeroUIBreadcrumbs,
119
- pr as HeroUIButton,
120
- ir as HeroUICard,
121
- Pr as HeroUIDrawer,
122
- br as HeroUIDropdown,
123
- mr as HeroUIInput,
124
- Zr as HeroUIKbd,
125
- Jr as HeroUIMeter,
126
- yr as HeroUIModal,
127
- Mr as HeroUIPagination,
128
- Vr as HeroUIProgressBar,
129
- qr as HeroUIProgressCircle,
130
- $r as HeroUIScrollShadow,
131
- Xr as HeroUISelect,
132
- Tr as HeroUISeparator,
133
- Or as HeroUISkeleton,
134
- Ur as HeroUITabs,
135
- Kr as HeroUIToast,
136
- nr as HeroUIToggle,
137
- vr as HeroUITooltip,
138
- so as Kbd,
139
- b as ListCard,
140
- po as Meter,
141
- v as MetricCard,
142
- O as MetricsStrip,
143
- uo as Modal,
144
- fe as PageContainer,
145
- mo as Pagination,
146
- xo as ProgressBar,
147
- io as ProgressCircle,
148
- Io as ScrollShadow,
149
- He as SearchFilter,
150
- K as SectionCard,
151
- no as Select,
152
- Te as SelectFilter,
153
- Co as Separator,
154
- Uo as Skeleton,
155
- T as Spinner,
156
- R as StatusCard,
157
- E as TableCard,
158
- go as Tabs,
159
- co as Toast,
160
- Me as ToggleFilter,
161
- So as Tooltip,
162
- d as UIButton,
163
- n as UICard,
164
- c as UIChip,
165
- U as UIContainer,
166
- p as UIInput,
167
- i as UIText,
168
- m as UIToggle,
169
- V as WidgetCard,
170
- Le as applyFilters,
85
+ B as Avatar,
86
+ lo as Badge,
87
+ A as BaseCard,
88
+ so as Breadcrumbs,
89
+ d as Button,
90
+ _ as CalloutCard,
91
+ U as Card,
92
+ ue as CardSkeleton,
93
+ w as ChartCard,
94
+ Qe as ChatBar,
95
+ er as ChatInput,
96
+ _e as ChatMessage,
97
+ Ye as ChatMessageList,
98
+ Ne as ChatPanel,
99
+ tr as ChatSuggestions,
100
+ lr as ChatToolCall,
101
+ or as ChatTypingIndicator,
102
+ sr as ChatWelcome,
103
+ oe as D3Chart,
104
+ te as D3ChartTemplates,
105
+ Ae as DataModeProvider,
106
+ ve as DataModeToggle,
107
+ po as Drawer,
108
+ uo as Dropdown,
109
+ D as EmptyState,
110
+ N as FeedPanel,
111
+ he as FilterBar,
112
+ ge as FormField,
113
+ xe as FormModal,
114
+ ne as FormRenderer,
115
+ Ce as FormSection,
116
+ le as GeoMap,
117
+ hr as HeroUIAccordion,
118
+ Gr as HeroUIAlert,
119
+ jr as HeroUIBadge,
120
+ Br as HeroUIBreadcrumbs,
121
+ xr as HeroUIButton,
122
+ Cr as HeroUICard,
123
+ Ar as HeroUIDrawer,
124
+ kr as HeroUIDropdown,
125
+ nr as HeroUIInput,
126
+ eo as HeroUIKbd,
127
+ Qr as HeroUIMeter,
128
+ wr as HeroUIModal,
129
+ Dr as HeroUIPagination,
130
+ zr as HeroUIProgressBar,
131
+ Nr as HeroUIProgressCircle,
132
+ oo as HeroUIScrollShadow,
133
+ _r as HeroUISelect,
134
+ Fr as HeroUISeparator,
135
+ Yr as HeroUISkeleton,
136
+ Sr as HeroUITabs,
137
+ Wr as HeroUIToast,
138
+ gr as HeroUIToggle,
139
+ Lr as HeroUITooltip,
140
+ u as Input,
141
+ mo as Kbd,
142
+ k as ListCard,
143
+ xo as Meter,
144
+ L as MetricCard,
145
+ Y as MetricsStrip,
146
+ io as Modal,
147
+ se as PageContainer,
148
+ no as Pagination,
149
+ Io as ProgressBar,
150
+ Co as ProgressCircle,
151
+ Uo as ScrollShadow,
152
+ Be as SearchFilter,
153
+ W as SectionCard,
154
+ go as Select,
155
+ Fe as SelectFilter,
156
+ co as Separator,
157
+ So as Skeleton,
158
+ F as Spinner,
159
+ G as StatusCard,
160
+ j as TableCard,
161
+ Ho as Tabs,
162
+ ho as Toast,
163
+ De as ToggleFilter,
164
+ To as Tooltip,
165
+ s as UIButton,
166
+ g as UICard,
167
+ h as UIChip,
168
+ S as UIContainer,
169
+ m as UIInput,
170
+ I as UIText,
171
+ i as UIToggle,
172
+ z as WidgetCard,
173
+ Ee as applyFilters,
171
174
  o as cn,
172
- Re as filterByDateRange,
173
- We as filterBySearch,
174
- Ee as filterByToggle,
175
- Ge as filterByValue,
176
- Ve as sortByKey,
177
- Ho as toast,
178
- dr as useChatState,
179
- De as useDataMode,
180
- we as useDataSource,
181
- Ue as useFormState,
182
- ke as usePageFilters,
175
+ Ge as filterByDateRange,
176
+ Ve as filterBySearch,
177
+ je as filterByToggle,
178
+ qe as filterByValue,
179
+ ze as sortByKey,
180
+ Bo as toast,
181
+ ur as useChatState,
182
+ be as useDataMode,
183
+ Ke as useDataSource,
184
+ Se as useFormState,
185
+ Re as usePageFilters,
183
186
  f as useThemeMode
184
187
  };
185
188
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schandlergarcia/sf-web-components",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Reusable Salesforce web components library with Tailwind CSS v4 and shadcn/ui",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",