@handled-ai/design-system 0.13.0 → 0.13.1

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.
@@ -48,7 +48,7 @@ declare function ChartTooltipContent({ active, payload, className, indicator, hi
48
48
  labelClassName?: string;
49
49
  color?: string;
50
50
  }): React.JSX.Element | null;
51
- declare const ChartLegend: React.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React.ReactPortal | null>;
51
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
52
52
  type LegendPayloadItem = {
53
53
  value?: string;
54
54
  dataKey?: string;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { cn } from './lib/utils.js';
2
- export { BRAND_ICONS } from './lib/icons.js';
2
+ export { BRAND_GRAPHICS, BRAND_ICONS } from './lib/icons.js';
3
3
  export { useIsMobile } from './hooks/use-mobile.js';
4
4
  export { ActivityDetail, ActivityDetailData, ActivityDetailProps, ActivityParticipant, ActivityThreadMessage } from './components/activity-detail.js';
5
5
  export { ActivityLog, ActivityLogItem, ActivityLogProps, ActivityRow } from './components/activity-log.js';
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { cn } from "./lib/utils.js";
2
- import { BRAND_ICONS } from "./lib/icons.js";
2
+ import { BRAND_ICONS, BRAND_GRAPHICS } from "./lib/icons.js";
3
3
  import { useIsMobile } from "./hooks/use-mobile.js";
4
4
  export * from "./components/activity-detail.js";
5
5
  export * from "./components/activity-log.js";
@@ -86,6 +86,7 @@ export * from "./prototype/prototype-admin-view.js";
86
86
  export * from "./prototype/prototype-work-queue-view.js";
87
87
  export {
88
88
  AccountContactsPopover,
89
+ BRAND_GRAPHICS,
89
90
  BRAND_ICONS,
90
91
  BrandIcon,
91
92
  DraftFeedbackInline,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @handled-ai/design-system\n * UI components and utilities (shadcn-style, New York)\n */\n\n// Utilities\nexport { cn } from \"./lib/utils\"\nexport { BRAND_ICONS } from \"./lib/icons\"\n\n// Hooks\nexport { useIsMobile } from \"./hooks/use-mobile\"\n\n// Components (light — no recharts/nivo/three transitive deps)\nexport * from \"./components/activity-detail\"\nexport * from \"./components/activity-log\"\nexport * from \"./components/agent-popover\"\nexport * from \"./components/agent-widget\"\nexport * from \"./components/avatar\"\nexport * from \"./components/badge\"\nexport * from \"./components/button\"\nexport * from \"./components/card\"\nexport * from \"./components/compliance-badge\"\nexport * from \"./components/contact-chip\"\nexport * from \"./components/contact-list\"\nexport * from \"./components/dashboard-cards\"\nexport * from \"./components/data-table\"\nexport * from \"./components/data-table-display\"\nexport * from \"./components/data-table-filter\"\nexport * from \"./components/data-table-quick-views\"\nexport * from \"./components/data-table-toolbar\"\nexport * from \"./components/detail-view\"\nexport * from \"./components/dialog\"\nexport * from \"./components/dropdown-menu\"\nexport * from \"./components/empty-state\"\nexport * from \"./components/entity-panel\"\nexport * from \"./components/filter-chip\"\nexport * from \"./components/inbox-row\"\nexport * from \"./components/inbox-toolbar\"\nexport * from \"./components/inline-banner\"\nexport * from \"./components/input\"\nexport * from \"./components/insights-filter-bar\"\nexport * from \"./components/item-list\"\nexport * from \"./components/item-list-display\"\nexport * from \"./components/item-list-filter\"\nexport * from \"./components/item-list-toolbar\"\nexport * from \"./components/kbd-hint\"\nexport * from \"./components/label\"\nexport * from \"./components/message\"\nexport * from \"./components/metric-card\"\nexport * from \"./components/performance-metrics-table\"\nexport * from \"./components/preview-list\"\nexport * from \"./components/progress\"\nexport * from \"./components/quick-action-chat-area\"\nexport {\n QuickActionModal,\n type QuickActionPriority,\n type QuickActionTaskDraft,\n type QuickActionTemplate,\n} from \"./components/quick-action-modal\"\nexport * from \"./components/quick-action-sidebar-nav\"\nexport * from \"./components/recommended-actions-section\"\nexport * from \"./components/report-card\"\nexport * from \"./components/rich-text-toolbar\"\nexport * from \"./components/score-analysis-modal\"\nexport * from \"./components/score-breakdown\"\nexport * from \"./components/score-feedback\"\nexport * from \"./components/score-ring\"\nexport * from \"./components/scroll-area\"\nexport * from \"./components/select\"\nexport * from \"./components/separator\"\nexport * from \"./components/sheet\"\nexport * from \"./components/sidebar\"\nexport * from \"./components/signal-feedback-inline\"\nexport * from \"./components/simple-data-table\"\nexport * from \"./components/skeleton\"\nexport * from \"./components/status-badge\"\nexport * from \"./components/step-timeline\"\nexport * from \"./components/sticky-action-bar\"\nexport * from \"./components/styled-bar-list\"\nexport { DraftFeedbackInline } from \"./components/draft-feedback-inline\"\nexport type { DraftFeedbackInlineProps } from \"./components/draft-feedback-inline\"\nexport { AccountContactsPopover, BrandIcon } from \"./components/account-contacts-popover\"\nexport type { AccountContactsPopoverProps } from \"./components/account-contacts-popover\"\nexport * from \"./components/suggested-actions\"\nexport * from \"./components/switch\"\nexport * from \"./components/table\"\nexport * from \"./components/tabs\"\nexport * from \"./components/textarea\"\nexport * from \"./components/timeline-activity\"\nexport * from \"./components/tooltip\"\nexport * from \"./components/variable-autocomplete\"\nexport * from \"./components/view-mode-toggle\"\nexport * from \"./components/virtualized-data-table\"\n\n// Charts (re-exported for backward compatibility with root imports)\nexport * from \"./charts/index\"\n\n// Prototype template system (re-exported for backward compatibility)\nexport * from \"./prototype/prototype-config\"\nexport * from \"./prototype/prototype-shell\"\nexport * from \"./prototype/prototype-inbox-view\"\nexport * from \"./prototype/prototype-insights-view\"\nexport * from \"./prototype/prototype-accounts-view\"\nexport * from \"./prototype/prototype-admin-view\"\nexport * from \"./prototype/prototype-work-queue-view\"\n"],"mappings":"AAMA,SAAS,UAAU;AACnB,SAAS,mBAAmB;AAG5B,SAAS,mBAAmB;AAG5B,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd;AAAA,EACE;AAAA,OAIK;AACP,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,SAAS,2BAA2B;AAEpC,SAAS,wBAAwB,iBAAiB;AAElD,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAGd,cAAc;AAGd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @handled-ai/design-system\n * UI components and utilities (shadcn-style, New York)\n */\n\n// Utilities\nexport { cn } from \"./lib/utils\"\nexport { BRAND_ICONS, BRAND_GRAPHICS } from \"./lib/icons\"\n\n// Hooks\nexport { useIsMobile } from \"./hooks/use-mobile\"\n\n// Components (light — no recharts/nivo/three transitive deps)\nexport * from \"./components/activity-detail\"\nexport * from \"./components/activity-log\"\nexport * from \"./components/agent-popover\"\nexport * from \"./components/agent-widget\"\nexport * from \"./components/avatar\"\nexport * from \"./components/badge\"\nexport * from \"./components/button\"\nexport * from \"./components/card\"\nexport * from \"./components/compliance-badge\"\nexport * from \"./components/contact-chip\"\nexport * from \"./components/contact-list\"\nexport * from \"./components/dashboard-cards\"\nexport * from \"./components/data-table\"\nexport * from \"./components/data-table-display\"\nexport * from \"./components/data-table-filter\"\nexport * from \"./components/data-table-quick-views\"\nexport * from \"./components/data-table-toolbar\"\nexport * from \"./components/detail-view\"\nexport * from \"./components/dialog\"\nexport * from \"./components/dropdown-menu\"\nexport * from \"./components/empty-state\"\nexport * from \"./components/entity-panel\"\nexport * from \"./components/filter-chip\"\nexport * from \"./components/inbox-row\"\nexport * from \"./components/inbox-toolbar\"\nexport * from \"./components/inline-banner\"\nexport * from \"./components/input\"\nexport * from \"./components/insights-filter-bar\"\nexport * from \"./components/item-list\"\nexport * from \"./components/item-list-display\"\nexport * from \"./components/item-list-filter\"\nexport * from \"./components/item-list-toolbar\"\nexport * from \"./components/kbd-hint\"\nexport * from \"./components/label\"\nexport * from \"./components/message\"\nexport * from \"./components/metric-card\"\nexport * from \"./components/performance-metrics-table\"\nexport * from \"./components/preview-list\"\nexport * from \"./components/progress\"\nexport * from \"./components/quick-action-chat-area\"\nexport {\n QuickActionModal,\n type QuickActionPriority,\n type QuickActionTaskDraft,\n type QuickActionTemplate,\n} from \"./components/quick-action-modal\"\nexport * from \"./components/quick-action-sidebar-nav\"\nexport * from \"./components/recommended-actions-section\"\nexport * from \"./components/report-card\"\nexport * from \"./components/rich-text-toolbar\"\nexport * from \"./components/score-analysis-modal\"\nexport * from \"./components/score-breakdown\"\nexport * from \"./components/score-feedback\"\nexport * from \"./components/score-ring\"\nexport * from \"./components/scroll-area\"\nexport * from \"./components/select\"\nexport * from \"./components/separator\"\nexport * from \"./components/sheet\"\nexport * from \"./components/sidebar\"\nexport * from \"./components/signal-feedback-inline\"\nexport * from \"./components/simple-data-table\"\nexport * from \"./components/skeleton\"\nexport * from \"./components/status-badge\"\nexport * from \"./components/step-timeline\"\nexport * from \"./components/sticky-action-bar\"\nexport * from \"./components/styled-bar-list\"\nexport { DraftFeedbackInline } from \"./components/draft-feedback-inline\"\nexport type { DraftFeedbackInlineProps } from \"./components/draft-feedback-inline\"\nexport { AccountContactsPopover, BrandIcon } from \"./components/account-contacts-popover\"\nexport type { AccountContactsPopoverProps } from \"./components/account-contacts-popover\"\nexport * from \"./components/suggested-actions\"\nexport * from \"./components/switch\"\nexport * from \"./components/table\"\nexport * from \"./components/tabs\"\nexport * from \"./components/textarea\"\nexport * from \"./components/timeline-activity\"\nexport * from \"./components/tooltip\"\nexport * from \"./components/variable-autocomplete\"\nexport * from \"./components/view-mode-toggle\"\nexport * from \"./components/virtualized-data-table\"\n\n// Charts (re-exported for backward compatibility with root imports)\nexport * from \"./charts/index\"\n\n// Prototype template system (re-exported for backward compatibility)\nexport * from \"./prototype/prototype-config\"\nexport * from \"./prototype/prototype-shell\"\nexport * from \"./prototype/prototype-inbox-view\"\nexport * from \"./prototype/prototype-insights-view\"\nexport * from \"./prototype/prototype-accounts-view\"\nexport * from \"./prototype/prototype-admin-view\"\nexport * from \"./prototype/prototype-work-queue-view\"\n"],"mappings":"AAMA,SAAS,UAAU;AACnB,SAAS,aAAa,sBAAsB;AAG5C,SAAS,mBAAmB;AAG5B,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd;AAAA,EACE;AAAA,OAIK;AACP,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,SAAS,2BAA2B;AAEpC,SAAS,wBAAwB,iBAAiB;AAElD,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAGd,cAAc;AAGd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
@@ -1,5 +1,6 @@
1
1
  declare const BRAND_ICONS: {
2
2
  readonly gdoc: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons/gdoc.a1.svg";
3
+ readonly gcal: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons/gcal.icon.a1.svg";
3
4
  readonly gmail: {
4
5
  readonly icon: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons/gmail.icon.a1.svg";
5
6
  readonly logo: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons/gmail.logo.a2.svg";
@@ -14,5 +15,11 @@ declare const BRAND_ICONS: {
14
15
  readonly slack: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons/slack.icon.a1.svg";
15
16
  readonly zendesk: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons/zendesk.icon.a1.svg";
16
17
  };
18
+ declare const BRAND_GRAPHICS: {
19
+ readonly credentials: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Graphics/Credentials.svg";
20
+ readonly missionControl: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Graphics/MissionControl.svg";
21
+ readonly patientAccess: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Graphics/PatientAccess.svg";
22
+ readonly revenueCycle: "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Graphics/RevenueCycle.svg";
23
+ };
17
24
 
18
- export { BRAND_ICONS };
25
+ export { BRAND_GRAPHICS, BRAND_ICONS };
package/dist/lib/icons.js CHANGED
@@ -1,6 +1,7 @@
1
1
  const SUPABASE_ICONS = "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons";
2
2
  const BRAND_ICONS = {
3
3
  gdoc: `${SUPABASE_ICONS}/gdoc.a1.svg`,
4
+ gcal: `${SUPABASE_ICONS}/gcal.icon.a1.svg`,
4
5
  gmail: {
5
6
  icon: `${SUPABASE_ICONS}/gmail.icon.a1.svg`,
6
7
  logo: `${SUPABASE_ICONS}/gmail.logo.a2.svg`
@@ -15,7 +16,15 @@ const BRAND_ICONS = {
15
16
  slack: `${SUPABASE_ICONS}/slack.icon.a1.svg`,
16
17
  zendesk: `${SUPABASE_ICONS}/zendesk.icon.a1.svg`
17
18
  };
19
+ const SUPABASE_GRAPHICS = "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Graphics";
20
+ const BRAND_GRAPHICS = {
21
+ credentials: `${SUPABASE_GRAPHICS}/Credentials.svg`,
22
+ missionControl: `${SUPABASE_GRAPHICS}/MissionControl.svg`,
23
+ patientAccess: `${SUPABASE_GRAPHICS}/PatientAccess.svg`,
24
+ revenueCycle: `${SUPABASE_GRAPHICS}/RevenueCycle.svg`
25
+ };
18
26
  export {
27
+ BRAND_GRAPHICS,
19
28
  BRAND_ICONS
20
29
  };
21
30
  //# sourceMappingURL=icons.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/lib/icons.ts"],"sourcesContent":["const SUPABASE_ICONS = \"https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons\";\n\nexport const BRAND_ICONS = {\n gdoc: `${SUPABASE_ICONS}/gdoc.a1.svg`,\n gmail: {\n icon: `${SUPABASE_ICONS}/gmail.icon.a1.svg`,\n logo: `${SUPABASE_ICONS}/gmail.logo.a2.svg`,\n },\n gong: `${SUPABASE_ICONS}/gong.icon.a1.png`,\n google: `${SUPABASE_ICONS}/google.icon.a1.svg`,\n hubspot: `${SUPABASE_ICONS}/hubspot.icon.a1.svg`,\n linkedin: `${SUPABASE_ICONS}/linkedin.icon.a1.svg`,\n microsoft: `${SUPABASE_ICONS}/microsoft.icon.a1.svg`,\n outlook: `${SUPABASE_ICONS}/outlook.icon.a2.svg`,\n salesforce: `${SUPABASE_ICONS}/salesforce.icon.a1.svg`,\n slack: `${SUPABASE_ICONS}/slack.icon.a1.svg`,\n zendesk: `${SUPABASE_ICONS}/zendesk.icon.a1.svg`,\n} as const;\n"],"mappings":"AAAA,MAAM,iBAAiB;AAEhB,MAAM,cAAc;AAAA,EACzB,MAAM,GAAG,cAAc;AAAA,EACvB,OAAO;AAAA,IACL,MAAM,GAAG,cAAc;AAAA,IACvB,MAAM,GAAG,cAAc;AAAA,EACzB;AAAA,EACA,MAAM,GAAG,cAAc;AAAA,EACvB,QAAQ,GAAG,cAAc;AAAA,EACzB,SAAS,GAAG,cAAc;AAAA,EAC1B,UAAU,GAAG,cAAc;AAAA,EAC3B,WAAW,GAAG,cAAc;AAAA,EAC5B,SAAS,GAAG,cAAc;AAAA,EAC1B,YAAY,GAAG,cAAc;AAAA,EAC7B,OAAO,GAAG,cAAc;AAAA,EACxB,SAAS,GAAG,cAAc;AAC5B;","names":[]}
1
+ {"version":3,"sources":["../../src/lib/icons.ts"],"sourcesContent":["const SUPABASE_ICONS = \"https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Icons\";\n\nexport const BRAND_ICONS = {\n gdoc: `${SUPABASE_ICONS}/gdoc.a1.svg`,\n gcal: `${SUPABASE_ICONS}/gcal.icon.a1.svg`,\n gmail: {\n icon: `${SUPABASE_ICONS}/gmail.icon.a1.svg`,\n logo: `${SUPABASE_ICONS}/gmail.logo.a2.svg`,\n },\n gong: `${SUPABASE_ICONS}/gong.icon.a1.png`,\n google: `${SUPABASE_ICONS}/google.icon.a1.svg`,\n hubspot: `${SUPABASE_ICONS}/hubspot.icon.a1.svg`,\n linkedin: `${SUPABASE_ICONS}/linkedin.icon.a1.svg`,\n microsoft: `${SUPABASE_ICONS}/microsoft.icon.a1.svg`,\n outlook: `${SUPABASE_ICONS}/outlook.icon.a2.svg`,\n salesforce: `${SUPABASE_ICONS}/salesforce.icon.a1.svg`,\n slack: `${SUPABASE_ICONS}/slack.icon.a1.svg`,\n zendesk: `${SUPABASE_ICONS}/zendesk.icon.a1.svg`,\n} as const;\n\nconst SUPABASE_GRAPHICS = \"https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Graphics\";\n\nexport const BRAND_GRAPHICS = {\n credentials: `${SUPABASE_GRAPHICS}/Credentials.svg`,\n missionControl: `${SUPABASE_GRAPHICS}/MissionControl.svg`,\n patientAccess: `${SUPABASE_GRAPHICS}/PatientAccess.svg`,\n revenueCycle: `${SUPABASE_GRAPHICS}/RevenueCycle.svg`,\n} as const;\n"],"mappings":"AAAA,MAAM,iBAAiB;AAEhB,MAAM,cAAc;AAAA,EACzB,MAAM,GAAG,cAAc;AAAA,EACvB,MAAM,GAAG,cAAc;AAAA,EACvB,OAAO;AAAA,IACL,MAAM,GAAG,cAAc;AAAA,IACvB,MAAM,GAAG,cAAc;AAAA,EACzB;AAAA,EACA,MAAM,GAAG,cAAc;AAAA,EACvB,QAAQ,GAAG,cAAc;AAAA,EACzB,SAAS,GAAG,cAAc;AAAA,EAC1B,UAAU,GAAG,cAAc;AAAA,EAC3B,WAAW,GAAG,cAAc;AAAA,EAC5B,SAAS,GAAG,cAAc;AAAA,EAC1B,YAAY,GAAG,cAAc;AAAA,EAC7B,OAAO,GAAG,cAAc;AAAA,EACxB,SAAS,GAAG,cAAc;AAC5B;AAEA,MAAM,oBAAoB;AAEnB,MAAM,iBAAiB;AAAA,EAC5B,aAAa,GAAG,iBAAiB;AAAA,EACjC,gBAAgB,GAAG,iBAAiB;AAAA,EACpC,eAAe,GAAG,iBAAiB;AAAA,EACnC,cAAc,GAAG,iBAAiB;AACpC;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handled-ai/design-system",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Handled UI component library (shadcn-style, New York)",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@9.12.0",
@@ -171,11 +171,9 @@
171
171
  "eslint": "^9.32.0",
172
172
  "eslint-config-next": "15.3.1",
173
173
  "happy-dom": "^20.9.0",
174
- "lucide-react": "^1.14.0",
175
174
  "next": "15.5.9",
176
175
  "react": "19.1.0",
177
176
  "react-dom": "19.1.0",
178
- "recharts": "^3.8.1",
179
177
  "shadcn": "^3.0.0",
180
178
  "tailwindcss": "^4.1.11",
181
179
  "three": "^0.183.1",
package/src/index.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  // Utilities
7
7
  export { cn } from "./lib/utils"
8
- export { BRAND_ICONS } from "./lib/icons"
8
+ export { BRAND_ICONS, BRAND_GRAPHICS } from "./lib/icons"
9
9
 
10
10
  // Hooks
11
11
  export { useIsMobile } from "./hooks/use-mobile"
package/src/lib/icons.ts CHANGED
@@ -2,6 +2,7 @@ const SUPABASE_ICONS = "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/obje
2
2
 
3
3
  export const BRAND_ICONS = {
4
4
  gdoc: `${SUPABASE_ICONS}/gdoc.a1.svg`,
5
+ gcal: `${SUPABASE_ICONS}/gcal.icon.a1.svg`,
5
6
  gmail: {
6
7
  icon: `${SUPABASE_ICONS}/gmail.icon.a1.svg`,
7
8
  logo: `${SUPABASE_ICONS}/gmail.logo.a2.svg`,
@@ -16,3 +17,12 @@ export const BRAND_ICONS = {
16
17
  slack: `${SUPABASE_ICONS}/slack.icon.a1.svg`,
17
18
  zendesk: `${SUPABASE_ICONS}/zendesk.icon.a1.svg`,
18
19
  } as const;
20
+
21
+ const SUPABASE_GRAPHICS = "https://bqvtedneuaozpgcgcxow.supabase.co/storage/v1/object/public/media/Graphics";
22
+
23
+ export const BRAND_GRAPHICS = {
24
+ credentials: `${SUPABASE_GRAPHICS}/Credentials.svg`,
25
+ missionControl: `${SUPABASE_GRAPHICS}/MissionControl.svg`,
26
+ patientAccess: `${SUPABASE_GRAPHICS}/PatientAccess.svg`,
27
+ revenueCycle: `${SUPABASE_GRAPHICS}/RevenueCycle.svg`,
28
+ } as const;