@agent-ui-kit/web-components 0.0.16 → 0.0.17

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 (99) hide show
  1. package/dist/agent-ui.css +1 -1
  2. package/dist/api.colors.json +2 -2
  3. package/dist/api.colors.yaml +2 -2
  4. package/dist/api.components.json +1246 -220
  5. package/dist/api.tokens.json +2 -2
  6. package/dist/api.tokens.yaml +2 -2
  7. package/dist/blocks/action-toolbar/action-toolbar.d.ts +0 -0
  8. package/dist/blocks/agent-artifact-card/agent-artifact-card.d.ts +0 -0
  9. package/dist/blocks/agent-chat-response/agent-chat-response.d.ts +0 -0
  10. package/dist/blocks/agent-code-result/agent-code-result.d.ts +0 -0
  11. package/dist/blocks/agent-context-panel/agent-context-panel.d.ts +0 -0
  12. package/dist/blocks/agent-feedback-controls/agent-feedback-controls.d.ts +0 -0
  13. package/dist/blocks/agent-follow-up-chips/agent-follow-up-chips.d.ts +0 -0
  14. package/dist/blocks/agent-model-selector/agent-model-selector.d.ts +0 -0
  15. package/dist/blocks/agent-prompt-input/agent-prompt-input.d.ts +0 -0
  16. package/dist/blocks/agent-streaming-message/agent-streaming-message.d.ts +0 -0
  17. package/dist/blocks/agent-suggestion-card/agent-suggestion-card.d.ts +0 -0
  18. package/dist/blocks/agent-task-card/agent-task-card.d.ts +0 -0
  19. package/dist/blocks/agent-thinking-state/agent-thinking-state.d.ts +0 -0
  20. package/dist/blocks/agent-tool-use-card/agent-tool-use-card.d.ts +0 -0
  21. package/dist/blocks/auth-card/auth-card.d.ts +0 -0
  22. package/dist/blocks/commerce-pricing-table/commerce-pricing-table.d.ts +0 -0
  23. package/dist/blocks/comms-chat-thread/comms-chat-thread.d.ts +0 -0
  24. package/dist/blocks/comms-notification-list/comms-notification-list.d.ts +0 -0
  25. package/dist/blocks/content-article-card/content-article-card.d.ts +0 -0
  26. package/dist/blocks/dashboard-kpi-grid/dashboard-kpi-grid.d.ts +0 -0
  27. package/dist/blocks/data-activity-log/data-activity-log.d.ts +0 -0
  28. package/dist/blocks/data-metric-card/data-metric-card.d.ts +0 -0
  29. package/dist/blocks/data-table/data-table.d.ts +0 -0
  30. package/dist/blocks/data-timeline/data-timeline.d.ts +0 -0
  31. package/dist/blocks/feedback-alert-banner/feedback-alert-banner.d.ts +0 -0
  32. package/dist/blocks/feedback-empty-state/feedback-empty-state.d.ts +0 -0
  33. package/dist/blocks/feedback-progress-stepper/feedback-progress-stepper.d.ts +0 -0
  34. package/dist/blocks/form-settings-section/form-settings-section.d.ts +0 -0
  35. package/dist/blocks/game-battleship/game-battleship.d.ts +0 -0
  36. package/dist/blocks/game-chess/game-chess.d.ts +0 -0
  37. package/dist/blocks/game-connect-four/game-connect-four.d.ts +0 -0
  38. package/dist/blocks/game-tic-tac-toe/game-tic-tac-toe.d.ts +0 -0
  39. package/dist/blocks/list-kanban-board/list-kanban-board.d.ts +0 -0
  40. package/dist/blocks/media-image-gallery/media-image-gallery.d.ts +0 -0
  41. package/dist/blocks/nav-sidebar/nav-sidebar.d.ts +0 -0
  42. package/dist/blocks/onboard-stepper/onboard-stepper.d.ts +0 -0
  43. package/dist/blocks/overlay-confirmation-modal/overlay-confirmation-modal.d.ts +0 -0
  44. package/dist/blocks/overlay-dropdown-menu/overlay-dropdown-menu.d.ts +0 -0
  45. package/dist/blocks/user-profile-card/user-profile-card.d.ts +0 -0
  46. package/dist/blocks/user-team-list/user-team-list.d.ts +0 -0
  47. package/dist/docs/blocks/action-toolbar.yaml +73 -0
  48. package/dist/docs/blocks/agent-artifact-card.yaml +67 -0
  49. package/dist/docs/blocks/agent-chat-response.yaml +65 -0
  50. package/dist/docs/blocks/agent-code-result.yaml +41 -0
  51. package/dist/docs/blocks/agent-context-panel.yaml +96 -0
  52. package/dist/docs/blocks/agent-feedback-controls.yaml +101 -0
  53. package/dist/docs/blocks/agent-follow-up-chips.yaml +37 -0
  54. package/dist/docs/blocks/agent-model-selector.yaml +83 -0
  55. package/dist/docs/blocks/agent-prompt-input.yaml +49 -0
  56. package/dist/docs/blocks/agent-streaming-message.yaml +46 -0
  57. package/dist/docs/blocks/agent-suggestion-card.yaml +68 -0
  58. package/dist/docs/blocks/agent-task-card.yaml +112 -0
  59. package/dist/docs/blocks/agent-thinking-state.yaml +56 -0
  60. package/dist/docs/blocks/agent-tool-use-card.yaml +142 -0
  61. package/dist/docs/blocks/auth-card.yaml +74 -0
  62. package/dist/docs/blocks/chart-grouped.yaml +1 -1
  63. package/dist/docs/blocks/chart-interactive.yaml +1 -1
  64. package/dist/docs/blocks/chart-labeled.yaml +1 -1
  65. package/dist/docs/blocks/commerce-pricing-table.yaml +142 -0
  66. package/dist/docs/blocks/comms-chat-thread.yaml +88 -0
  67. package/dist/docs/blocks/comms-notification-list.yaml +88 -0
  68. package/dist/docs/blocks/content-article-card.yaml +47 -0
  69. package/dist/docs/blocks/dashboard-kpi-grid.yaml +72 -0
  70. package/dist/docs/blocks/dashboard-layout.yaml +0 -1
  71. package/dist/docs/blocks/data-activity-log.yaml +99 -0
  72. package/dist/docs/blocks/data-metric-card.yaml +50 -0
  73. package/dist/docs/blocks/data-table.yaml +106 -0
  74. package/dist/docs/blocks/data-timeline.yaml +103 -0
  75. package/dist/docs/blocks/feedback-alert-banner.yaml +42 -0
  76. package/dist/docs/blocks/feedback-empty-state.yaml +18 -0
  77. package/dist/docs/blocks/feedback-progress-stepper.yaml +82 -0
  78. package/dist/docs/blocks/form-settings-section.yaml +129 -0
  79. package/dist/docs/blocks/game-battleship.yaml +184 -0
  80. package/dist/docs/blocks/game-chess.yaml +83 -0
  81. package/dist/docs/blocks/game-connect-four.yaml +80 -0
  82. package/dist/docs/blocks/game-tic-tac-toe.yaml +51 -0
  83. package/dist/docs/blocks/issue-assign.yaml +2 -2
  84. package/dist/docs/blocks/list-kanban-board.yaml +158 -0
  85. package/dist/docs/blocks/media-image-gallery.yaml +39 -0
  86. package/dist/docs/blocks/nav-sidebar.yaml +84 -0
  87. package/dist/docs/blocks/onboard-stepper.yaml +111 -0
  88. package/dist/docs/blocks/overlay-confirmation-modal.yaml +60 -0
  89. package/dist/docs/blocks/overlay-dropdown-menu.yaml +72 -0
  90. package/dist/docs/blocks/profile-card.yaml +1 -3
  91. package/dist/docs/blocks/settings-panel.yaml +1 -2
  92. package/dist/docs/blocks/sidebar-nav.yaml +0 -2
  93. package/dist/docs/blocks/user-profile-card.yaml +52 -0
  94. package/dist/docs/blocks/user-team-list.yaml +116 -0
  95. package/dist/docs/components/agent-feed.yaml +2 -2
  96. package/dist/docs/components/button.yaml +3 -2
  97. package/dist/icons.js +137 -128
  98. package/dist/icons.js.map +1 -1
  99. package/package.json +1 -1
package/dist/icons.js CHANGED
@@ -1,130 +1,139 @@
1
- import { r } from "./chunks/registry-BNb5ABBs.js";
2
- import o from "@phosphor-icons/core/regular/arrow-up.svg?raw";
3
- import m from "@phosphor-icons/core/regular/caret-down.svg?raw";
4
- import t from "@phosphor-icons/core/regular/caret-left.svg?raw";
5
- import i from "@phosphor-icons/core/regular/caret-right.svg?raw";
6
- import p from "@phosphor-icons/core/regular/caret-up.svg?raw";
7
- import e from "@phosphor-icons/core/regular/chat-dots.svg?raw";
8
- import f from "@phosphor-icons/core/regular/check.svg?raw";
9
- import l from "@phosphor-icons/core/regular/check-circle.svg?raw";
10
- import c from "@phosphor-icons/core/regular/circle.svg?raw";
11
- import a from "@phosphor-icons/core/regular/clock.svg?raw";
12
- import s from "@phosphor-icons/core/regular/crosshair.svg?raw";
13
- import n from "@phosphor-icons/core/regular/dots-three.svg?raw";
14
- import h from "@phosphor-icons/core/regular/envelope.svg?raw";
15
- import g from "@phosphor-icons/core/regular/file-text.svg?raw";
16
- import u from "@phosphor-icons/core/regular/flask.svg?raw";
17
- import d from "@phosphor-icons/core/regular/gear.svg?raw";
18
- import w from "@phosphor-icons/core/regular/globe-simple.svg?raw";
19
- import b from "@phosphor-icons/core/regular/house.svg?raw";
20
- import k from "@phosphor-icons/core/regular/image.svg?raw";
21
- import x from "@phosphor-icons/core/regular/lightbulb.svg?raw";
22
- import C from "@phosphor-icons/core/regular/list-checks.svg?raw";
23
- import A from "@phosphor-icons/core/regular/magnifying-glass.svg?raw";
24
- import D from "@phosphor-icons/core/regular/microphone.svg?raw";
25
- import U from "@phosphor-icons/core/regular/minus.svg?raw";
26
- import y from "@phosphor-icons/core/regular/paperclip.svg?raw";
27
- import T from "@phosphor-icons/core/regular/pencil.svg?raw";
28
- import L from "@phosphor-icons/core/regular/plus.svg?raw";
29
- import R from "@phosphor-icons/core/regular/robot.svg?raw";
30
- import S from "@phosphor-icons/core/regular/sliders.svg?raw";
31
- import v from "@phosphor-icons/core/regular/sparkle.svg?raw";
32
- import B from "@phosphor-icons/core/regular/star.svg?raw";
33
- import F from "@phosphor-icons/core/regular/stop.svg?raw";
34
- import G from "@phosphor-icons/core/regular/user.svg?raw";
35
- import I from "@phosphor-icons/core/regular/warning.svg?raw";
36
- import N from "@phosphor-icons/core/regular/warning-circle.svg?raw";
37
- import j from "@phosphor-icons/core/regular/x.svg?raw";
38
- import q from "@phosphor-icons/core/regular/chart-bar.svg?raw";
39
- import z from "@phosphor-icons/core/regular/sun.svg?raw";
40
- import E from "@phosphor-icons/core/regular/moon.svg?raw";
41
- import H from "@phosphor-icons/core/regular/heart.svg?raw";
42
- import J from "@phosphor-icons/core/regular/trash.svg?raw";
43
- import K from "@phosphor-icons/core/regular/info.svg?raw";
44
- import M from "@phosphor-icons/core/regular/copy.svg?raw";
45
- import O from "@phosphor-icons/core/regular/thumbs-up.svg?raw";
46
- import P from "@phosphor-icons/core/regular/thumbs-down.svg?raw";
47
- import Q from "@phosphor-icons/core/regular/arrow-clockwise.svg?raw";
48
- import V from "@phosphor-icons/core/regular/circle-notch.svg?raw";
49
- import W from "@phosphor-icons/core/regular/spinner.svg?raw";
50
- import X from "@phosphor-icons/core/regular/file-dashed.svg?raw";
51
- import Y from "@phosphor-icons/core/regular/users-three.svg?raw";
52
- import Z from "@phosphor-icons/core/regular/upload-simple.svg?raw";
53
- import _ from "@phosphor-icons/core/regular/cloud-arrow-up.svg?raw";
54
- import $ from "@phosphor-icons/core/regular/bell.svg?raw";
55
- import rr from "@phosphor-icons/core/regular/desktop.svg?raw";
56
- import or from "@phosphor-icons/core/regular/palette.svg?raw";
57
- import mr from "@phosphor-icons/core/regular/tree.svg?raw";
58
- import tr from "@phosphor-icons/core/regular/flower.svg?raw";
59
- import ir from "@phosphor-icons/core/regular/list.svg?raw";
60
- import pr from "@phosphor-icons/core/regular/grid-four.svg?raw";
61
- import er from "@phosphor-icons/core/regular/kanban.svg?raw";
62
- import fr from "@phosphor-icons/core/regular/text-align-left.svg?raw";
63
- import lr from "@phosphor-icons/core/regular/text-align-center.svg?raw";
64
- import cr from "@phosphor-icons/core/regular/text-align-right.svg?raw";
65
- r({
66
- "arrow-up": o,
67
- "caret-down": m,
68
- "caret-left": t,
69
- "caret-right": i,
70
- "caret-up": p,
71
- "chat-dots": e,
72
- check: f,
73
- "check-circle": l,
74
- circle: c,
75
- clock: a,
76
- crosshair: s,
77
- "dots-three": n,
78
- envelope: h,
79
- "file-text": g,
80
- flask: u,
81
- gear: d,
82
- "globe-simple": w,
83
- house: b,
84
- image: k,
85
- lightbulb: x,
86
- "list-checks": C,
87
- "magnifying-glass": A,
88
- microphone: D,
89
- minus: U,
90
- paperclip: y,
91
- pencil: T,
92
- plus: L,
93
- robot: R,
94
- sliders: S,
95
- sparkle: v,
96
- star: B,
97
- stop: F,
98
- user: G,
99
- warning: I,
100
- "warning-circle": N,
101
- x: j,
102
- "chart-bar": q,
103
- sun: z,
104
- moon: E,
105
- heart: H,
106
- trash: J,
107
- info: K,
108
- copy: M,
109
- "thumbs-up": O,
110
- "thumbs-down": P,
111
- "arrow-clockwise": Q,
112
- "circle-notch": V,
113
- spinner: W,
114
- "file-dashed": X,
115
- "users-three": Y,
116
- "upload-simple": Z,
117
- "cloud-arrow-up": _,
118
- bell: $,
119
- desktop: rr,
120
- palette: or,
121
- tree: mr,
122
- flower: tr,
123
- list: ir,
124
- grid: pr,
125
- kanban: er,
126
- "align-left": fr,
127
- "align-center": lr,
128
- "align-right": cr
1
+ import { r as o } from "./chunks/registry-BNb5ABBs.js";
2
+ import m from "@phosphor-icons/core/regular/arrow-counter-clockwise.svg?raw";
3
+ import t from "@phosphor-icons/core/regular/arrow-up.svg?raw";
4
+ import i from "@phosphor-icons/core/regular/caret-down.svg?raw";
5
+ import p from "@phosphor-icons/core/regular/caret-left.svg?raw";
6
+ import e from "@phosphor-icons/core/regular/caret-right.svg?raw";
7
+ import f from "@phosphor-icons/core/regular/caret-up.svg?raw";
8
+ import l from "@phosphor-icons/core/regular/chat-dots.svg?raw";
9
+ import c from "@phosphor-icons/core/regular/check.svg?raw";
10
+ import s from "@phosphor-icons/core/regular/check-circle.svg?raw";
11
+ import a from "@phosphor-icons/core/regular/circle.svg?raw";
12
+ import n from "@phosphor-icons/core/regular/clock.svg?raw";
13
+ import h from "@phosphor-icons/core/regular/crosshair.svg?raw";
14
+ import g from "@phosphor-icons/core/regular/dots-three.svg?raw";
15
+ import u from "@phosphor-icons/core/regular/dots-six-vertical.svg?raw";
16
+ import w from "@phosphor-icons/core/regular/envelope.svg?raw";
17
+ import d from "@phosphor-icons/core/regular/file-text.svg?raw";
18
+ import k from "@phosphor-icons/core/regular/flask.svg?raw";
19
+ import b from "@phosphor-icons/core/regular/funnel.svg?raw";
20
+ import x from "@phosphor-icons/core/regular/gear.svg?raw";
21
+ import r from "@phosphor-icons/core/regular/grid-four.svg?raw";
22
+ import C from "@phosphor-icons/core/regular/globe-simple.svg?raw";
23
+ import A from "@phosphor-icons/core/regular/house.svg?raw";
24
+ import D from "@phosphor-icons/core/regular/image.svg?raw";
25
+ import S from "@phosphor-icons/core/regular/lightbulb.svg?raw";
26
+ import U from "@phosphor-icons/core/regular/list-checks.svg?raw";
27
+ import y from "@phosphor-icons/core/regular/magnifying-glass.svg?raw";
28
+ import T from "@phosphor-icons/core/regular/microphone.svg?raw";
29
+ import v from "@phosphor-icons/core/regular/minus.svg?raw";
30
+ import L from "@phosphor-icons/core/regular/paperclip.svg?raw";
31
+ import R from "@phosphor-icons/core/regular/pencil.svg?raw";
32
+ import B from "@phosphor-icons/core/regular/pencil-simple.svg?raw";
33
+ import F from "@phosphor-icons/core/regular/plus.svg?raw";
34
+ import G from "@phosphor-icons/core/regular/robot.svg?raw";
35
+ import I from "@phosphor-icons/core/regular/sliders.svg?raw";
36
+ import N from "@phosphor-icons/core/regular/sparkle.svg?raw";
37
+ import V from "@phosphor-icons/core/regular/star.svg?raw";
38
+ import j from "@phosphor-icons/core/regular/stop.svg?raw";
39
+ import q from "@phosphor-icons/core/regular/user.svg?raw";
40
+ import z from "@phosphor-icons/core/regular/warning.svg?raw";
41
+ import E from "@phosphor-icons/core/regular/warning-circle.svg?raw";
42
+ import H from "@phosphor-icons/core/regular/x.svg?raw";
43
+ import J from "@phosphor-icons/core/regular/chart-bar.svg?raw";
44
+ import K from "@phosphor-icons/core/regular/sun.svg?raw";
45
+ import M from "@phosphor-icons/core/regular/moon.svg?raw";
46
+ import O from "@phosphor-icons/core/regular/heart.svg?raw";
47
+ import P from "@phosphor-icons/core/regular/trash.svg?raw";
48
+ import Q from "@phosphor-icons/core/regular/info.svg?raw";
49
+ import W from "@phosphor-icons/core/regular/copy.svg?raw";
50
+ import X from "@phosphor-icons/core/regular/thumbs-up.svg?raw";
51
+ import Y from "@phosphor-icons/core/regular/thumbs-down.svg?raw";
52
+ import Z from "@phosphor-icons/core/regular/arrow-clockwise.svg?raw";
53
+ import _ from "@phosphor-icons/core/regular/circle-notch.svg?raw";
54
+ import $ from "@phosphor-icons/core/regular/spinner.svg?raw";
55
+ import rr from "@phosphor-icons/core/regular/file-dashed.svg?raw";
56
+ import or from "@phosphor-icons/core/regular/users-three.svg?raw";
57
+ import mr from "@phosphor-icons/core/regular/upload-simple.svg?raw";
58
+ import tr from "@phosphor-icons/core/regular/cloud-arrow-up.svg?raw";
59
+ import ir from "@phosphor-icons/core/regular/bell.svg?raw";
60
+ import pr from "@phosphor-icons/core/regular/desktop.svg?raw";
61
+ import er from "@phosphor-icons/core/regular/palette.svg?raw";
62
+ import fr from "@phosphor-icons/core/regular/tree.svg?raw";
63
+ import lr from "@phosphor-icons/core/regular/flower.svg?raw";
64
+ import cr from "@phosphor-icons/core/regular/list.svg?raw";
65
+ import sr from "@phosphor-icons/core/regular/kanban.svg?raw";
66
+ import ar from "@phosphor-icons/core/regular/text-align-left.svg?raw";
67
+ import nr from "@phosphor-icons/core/regular/text-align-center.svg?raw";
68
+ import hr from "@phosphor-icons/core/regular/text-align-right.svg?raw";
69
+ o({
70
+ "arrow-counter-clockwise": m,
71
+ "arrow-up": t,
72
+ "caret-down": i,
73
+ "caret-left": p,
74
+ "caret-right": e,
75
+ "caret-up": f,
76
+ "chat-dots": l,
77
+ check: c,
78
+ "check-circle": s,
79
+ circle: a,
80
+ clock: n,
81
+ crosshair: h,
82
+ "dots-three": g,
83
+ "dots-six-vertical": u,
84
+ envelope: w,
85
+ "file-text": d,
86
+ flask: k,
87
+ funnel: b,
88
+ gear: x,
89
+ grid: r,
90
+ "globe-simple": C,
91
+ house: A,
92
+ image: D,
93
+ lightbulb: S,
94
+ "list-checks": U,
95
+ "magnifying-glass": y,
96
+ microphone: T,
97
+ minus: v,
98
+ paperclip: L,
99
+ pencil: R,
100
+ "pencil-simple": B,
101
+ plus: F,
102
+ robot: G,
103
+ sliders: I,
104
+ sparkle: N,
105
+ star: V,
106
+ stop: j,
107
+ user: q,
108
+ warning: z,
109
+ "warning-circle": E,
110
+ x: H,
111
+ "chart-bar": J,
112
+ sun: K,
113
+ moon: M,
114
+ heart: O,
115
+ trash: P,
116
+ info: Q,
117
+ copy: W,
118
+ "thumbs-up": X,
119
+ "thumbs-down": Y,
120
+ "arrow-clockwise": Z,
121
+ "circle-notch": _,
122
+ spinner: $,
123
+ "file-dashed": rr,
124
+ "users-three": or,
125
+ "upload-simple": mr,
126
+ "cloud-arrow-up": tr,
127
+ bell: ir,
128
+ desktop: pr,
129
+ palette: er,
130
+ tree: fr,
131
+ flower: lr,
132
+ list: cr,
133
+ grid: r,
134
+ kanban: sr,
135
+ "align-left": ar,
136
+ "align-center": nr,
137
+ "align-right": hr
129
138
  });
130
139
  //# sourceMappingURL=icons.js.map
package/dist/icons.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"icons.js","sources":["../src/icons.ts"],"sourcesContent":["// ── Icon bootstrap ───────────────────────────────────────────\n// Registers all commonly used Phosphor icons.\n// Import once: import './icons.ts'\n\nimport { registerIcons } from './components/icon/registry.ts'\n\nimport arrowUp from '@phosphor-icons/core/regular/arrow-up.svg?raw'\nimport caretDown from '@phosphor-icons/core/regular/caret-down.svg?raw'\nimport caretLeft from '@phosphor-icons/core/regular/caret-left.svg?raw'\nimport caretRight from '@phosphor-icons/core/regular/caret-right.svg?raw'\nimport caretUp from '@phosphor-icons/core/regular/caret-up.svg?raw'\nimport chatDots from '@phosphor-icons/core/regular/chat-dots.svg?raw'\nimport check from '@phosphor-icons/core/regular/check.svg?raw'\nimport checkCircle from '@phosphor-icons/core/regular/check-circle.svg?raw'\nimport circle from '@phosphor-icons/core/regular/circle.svg?raw'\nimport clock from '@phosphor-icons/core/regular/clock.svg?raw'\nimport crosshair from '@phosphor-icons/core/regular/crosshair.svg?raw'\nimport dotsThree from '@phosphor-icons/core/regular/dots-three.svg?raw'\nimport envelope from '@phosphor-icons/core/regular/envelope.svg?raw'\nimport fileText from '@phosphor-icons/core/regular/file-text.svg?raw'\nimport flask from '@phosphor-icons/core/regular/flask.svg?raw'\nimport gear from '@phosphor-icons/core/regular/gear.svg?raw'\nimport globeSimple from '@phosphor-icons/core/regular/globe-simple.svg?raw'\nimport house from '@phosphor-icons/core/regular/house.svg?raw'\nimport image from '@phosphor-icons/core/regular/image.svg?raw'\nimport lightbulb from '@phosphor-icons/core/regular/lightbulb.svg?raw'\nimport listChecks from '@phosphor-icons/core/regular/list-checks.svg?raw'\nimport magnifyingGlass from '@phosphor-icons/core/regular/magnifying-glass.svg?raw'\nimport microphone from '@phosphor-icons/core/regular/microphone.svg?raw'\nimport minus from '@phosphor-icons/core/regular/minus.svg?raw'\nimport paperclip from '@phosphor-icons/core/regular/paperclip.svg?raw'\nimport pencil from '@phosphor-icons/core/regular/pencil.svg?raw'\nimport plus from '@phosphor-icons/core/regular/plus.svg?raw'\nimport robot from '@phosphor-icons/core/regular/robot.svg?raw'\nimport sliders from '@phosphor-icons/core/regular/sliders.svg?raw'\nimport sparkle from '@phosphor-icons/core/regular/sparkle.svg?raw'\nimport star from '@phosphor-icons/core/regular/star.svg?raw'\nimport stop from '@phosphor-icons/core/regular/stop.svg?raw'\nimport user from '@phosphor-icons/core/regular/user.svg?raw'\nimport warning from '@phosphor-icons/core/regular/warning.svg?raw'\nimport warningCircle from '@phosphor-icons/core/regular/warning-circle.svg?raw'\nimport x from '@phosphor-icons/core/regular/x.svg?raw'\nimport chartBar from '@phosphor-icons/core/regular/chart-bar.svg?raw'\nimport sun from '@phosphor-icons/core/regular/sun.svg?raw'\nimport moon from '@phosphor-icons/core/regular/moon.svg?raw'\nimport heart from '@phosphor-icons/core/regular/heart.svg?raw'\nimport trash from '@phosphor-icons/core/regular/trash.svg?raw'\nimport info from '@phosphor-icons/core/regular/info.svg?raw'\nimport copy from '@phosphor-icons/core/regular/copy.svg?raw'\nimport thumbsUp from '@phosphor-icons/core/regular/thumbs-up.svg?raw'\nimport thumbsDown from '@phosphor-icons/core/regular/thumbs-down.svg?raw'\nimport arrowClockwise from '@phosphor-icons/core/regular/arrow-clockwise.svg?raw'\nimport circleNotch from '@phosphor-icons/core/regular/circle-notch.svg?raw'\nimport spinner from '@phosphor-icons/core/regular/spinner.svg?raw'\nimport fileDashed from '@phosphor-icons/core/regular/file-dashed.svg?raw'\nimport usersThree from '@phosphor-icons/core/regular/users-three.svg?raw'\nimport uploadSimple from '@phosphor-icons/core/regular/upload-simple.svg?raw'\nimport cloudArrowUp from '@phosphor-icons/core/regular/cloud-arrow-up.svg?raw'\nimport bell from '@phosphor-icons/core/regular/bell.svg?raw'\nimport desktop from '@phosphor-icons/core/regular/desktop.svg?raw'\nimport palette from '@phosphor-icons/core/regular/palette.svg?raw'\nimport tree from '@phosphor-icons/core/regular/tree.svg?raw'\nimport flower from '@phosphor-icons/core/regular/flower.svg?raw'\nimport list from '@phosphor-icons/core/regular/list.svg?raw'\nimport gridFour from '@phosphor-icons/core/regular/grid-four.svg?raw'\nimport kanban from '@phosphor-icons/core/regular/kanban.svg?raw'\nimport textAlignLeft from '@phosphor-icons/core/regular/text-align-left.svg?raw'\nimport textAlignCenter from '@phosphor-icons/core/regular/text-align-center.svg?raw'\nimport textAlignRight from '@phosphor-icons/core/regular/text-align-right.svg?raw'\n\nregisterIcons({\n 'arrow-up': arrowUp,\n 'caret-down': caretDown,\n 'caret-left': caretLeft,\n 'caret-right': caretRight,\n 'caret-up': caretUp,\n 'chat-dots': chatDots,\n check,\n 'check-circle': checkCircle,\n circle,\n clock,\n crosshair,\n 'dots-three': dotsThree,\n envelope,\n 'file-text': fileText,\n flask,\n gear,\n 'globe-simple': globeSimple,\n house,\n image,\n lightbulb,\n 'list-checks': listChecks,\n 'magnifying-glass': magnifyingGlass,\n microphone,\n minus,\n paperclip,\n pencil,\n plus,\n robot,\n sliders,\n sparkle,\n star,\n stop,\n user,\n warning,\n 'warning-circle': warningCircle,\n x,\n 'chart-bar': chartBar,\n sun,\n moon,\n heart,\n trash,\n info,\n copy,\n 'thumbs-up': thumbsUp,\n 'thumbs-down': thumbsDown,\n 'arrow-clockwise': arrowClockwise,\n 'circle-notch': circleNotch,\n spinner,\n 'file-dashed': fileDashed,\n 'users-three': usersThree,\n 'upload-simple': uploadSimple,\n 'cloud-arrow-up': cloudArrowUp,\n bell,\n desktop,\n palette,\n tree,\n flower,\n list,\n grid: gridFour,\n kanban,\n 'align-left': textAlignLeft,\n 'align-center': textAlignCenter,\n 'align-right': textAlignRight,\n})\n"],"names":["registerIcons","arrowUp","caretDown","caretLeft","caretRight","caretUp","chatDots","check","checkCircle","circle","clock","crosshair","dotsThree","envelope","fileText","flask","gear","globeSimple","house","image","lightbulb","listChecks","magnifyingGlass","microphone","minus","paperclip","pencil","plus","robot","sliders","sparkle","star","stop","user","warning","warningCircle","x","chartBar","sun","moon","heart","trash","info","copy","thumbsUp","thumbsDown","arrowClockwise","circleNotch","spinner","fileDashed","usersThree","uploadSimple","cloudArrowUp","bell","desktop","palette","tree","flower","list","gridFour","kanban","textAlignLeft","textAlignCenter","textAlignRight"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsEAA,EAAc;AAAA,EACZ,YAAYC;AAAA,EACZ,cAAcC;AAAA,EACd,cAAcC;AAAA,EACd,eAAeC;AAAA,EACf,YAAYC;AAAA,EACZ,aAAaC;AAAA,EACb,OAAAC;AAAA,EACA,gBAAgBC;AAAA,EAChB,QAAAC;AAAA,EACA,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,cAAcC;AAAA,EACd,UAAAC;AAAA,EACA,aAAaC;AAAA,EACb,OAAAC;AAAA,EACA,MAAAC;AAAA,EACA,gBAAgBC;AAAA,EAChB,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,eAAeC;AAAA,EACf,oBAAoBC;AAAA,EACpB,YAAAC;AAAA,EACA,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,QAAAC;AAAA,EACA,MAAAC;AAAA,EACA,OAAAC;AAAA,EACA,SAAAC;AAAA,EACA,SAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,SAAAC;AAAA,EACA,kBAAkBC;AAAA,EAClB,GAAAC;AAAA,EACA,aAAaC;AAAA,EACb,KAAAC;AAAA,EACA,MAAAC;AAAA,EACA,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,aAAaC;AAAA,EACb,eAAeC;AAAA,EACf,mBAAmBC;AAAA,EACnB,gBAAgBC;AAAA,EAChB,SAAAC;AAAA,EACA,eAAeC;AAAA,EACf,eAAeC;AAAA,EACf,iBAAiBC;AAAA,EACjB,kBAAkBC;AAAA,EAClB,MAAAC;AAAA,EACA,SAAAC;AAAA,EACA,SAAAC;AAAA,EACA,MAAAC;AAAA,EACA,QAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAMC;AAAA,EACN,QAAAC;AAAA,EACA,cAAcC;AAAA,EACd,gBAAgBC;AAAA,EAChB,eAAeC;AACjB,CAAC;"}
1
+ {"version":3,"file":"icons.js","sources":["../src/icons.ts"],"sourcesContent":["// ── Icon bootstrap ───────────────────────────────────────────\n// Registers all commonly used Phosphor icons.\n// Import once: import './icons.ts'\n\nimport { registerIcons } from './components/icon/registry.ts'\n\nimport arrowCounterClockwise from '@phosphor-icons/core/regular/arrow-counter-clockwise.svg?raw'\nimport arrowUp from '@phosphor-icons/core/regular/arrow-up.svg?raw'\nimport caretDown from '@phosphor-icons/core/regular/caret-down.svg?raw'\nimport caretLeft from '@phosphor-icons/core/regular/caret-left.svg?raw'\nimport caretRight from '@phosphor-icons/core/regular/caret-right.svg?raw'\nimport caretUp from '@phosphor-icons/core/regular/caret-up.svg?raw'\nimport chatDots from '@phosphor-icons/core/regular/chat-dots.svg?raw'\nimport check from '@phosphor-icons/core/regular/check.svg?raw'\nimport checkCircle from '@phosphor-icons/core/regular/check-circle.svg?raw'\nimport circle from '@phosphor-icons/core/regular/circle.svg?raw'\nimport clock from '@phosphor-icons/core/regular/clock.svg?raw'\nimport crosshair from '@phosphor-icons/core/regular/crosshair.svg?raw'\nimport dotsThree from '@phosphor-icons/core/regular/dots-three.svg?raw'\nimport dotsSixVertical from '@phosphor-icons/core/regular/dots-six-vertical.svg?raw'\nimport envelope from '@phosphor-icons/core/regular/envelope.svg?raw'\nimport fileText from '@phosphor-icons/core/regular/file-text.svg?raw'\nimport flask from '@phosphor-icons/core/regular/flask.svg?raw'\nimport funnel from '@phosphor-icons/core/regular/funnel.svg?raw'\nimport gear from '@phosphor-icons/core/regular/gear.svg?raw'\nimport gridFour from '@phosphor-icons/core/regular/grid-four.svg?raw'\nimport globeSimple from '@phosphor-icons/core/regular/globe-simple.svg?raw'\nimport house from '@phosphor-icons/core/regular/house.svg?raw'\nimport image from '@phosphor-icons/core/regular/image.svg?raw'\nimport lightbulb from '@phosphor-icons/core/regular/lightbulb.svg?raw'\nimport listChecks from '@phosphor-icons/core/regular/list-checks.svg?raw'\nimport magnifyingGlass from '@phosphor-icons/core/regular/magnifying-glass.svg?raw'\nimport microphone from '@phosphor-icons/core/regular/microphone.svg?raw'\nimport minus from '@phosphor-icons/core/regular/minus.svg?raw'\nimport paperclip from '@phosphor-icons/core/regular/paperclip.svg?raw'\nimport pencil from '@phosphor-icons/core/regular/pencil.svg?raw'\nimport pencilSimple from '@phosphor-icons/core/regular/pencil-simple.svg?raw'\nimport plus from '@phosphor-icons/core/regular/plus.svg?raw'\nimport robot from '@phosphor-icons/core/regular/robot.svg?raw'\nimport sliders from '@phosphor-icons/core/regular/sliders.svg?raw'\nimport sparkle from '@phosphor-icons/core/regular/sparkle.svg?raw'\nimport star from '@phosphor-icons/core/regular/star.svg?raw'\nimport stop from '@phosphor-icons/core/regular/stop.svg?raw'\nimport user from '@phosphor-icons/core/regular/user.svg?raw'\nimport warning from '@phosphor-icons/core/regular/warning.svg?raw'\nimport warningCircle from '@phosphor-icons/core/regular/warning-circle.svg?raw'\nimport x from '@phosphor-icons/core/regular/x.svg?raw'\nimport chartBar from '@phosphor-icons/core/regular/chart-bar.svg?raw'\nimport sun from '@phosphor-icons/core/regular/sun.svg?raw'\nimport moon from '@phosphor-icons/core/regular/moon.svg?raw'\nimport heart from '@phosphor-icons/core/regular/heart.svg?raw'\nimport trash from '@phosphor-icons/core/regular/trash.svg?raw'\nimport info from '@phosphor-icons/core/regular/info.svg?raw'\nimport copy from '@phosphor-icons/core/regular/copy.svg?raw'\nimport thumbsUp from '@phosphor-icons/core/regular/thumbs-up.svg?raw'\nimport thumbsDown from '@phosphor-icons/core/regular/thumbs-down.svg?raw'\nimport arrowClockwise from '@phosphor-icons/core/regular/arrow-clockwise.svg?raw'\nimport circleNotch from '@phosphor-icons/core/regular/circle-notch.svg?raw'\nimport spinner from '@phosphor-icons/core/regular/spinner.svg?raw'\nimport fileDashed from '@phosphor-icons/core/regular/file-dashed.svg?raw'\nimport usersThree from '@phosphor-icons/core/regular/users-three.svg?raw'\nimport uploadSimple from '@phosphor-icons/core/regular/upload-simple.svg?raw'\nimport cloudArrowUp from '@phosphor-icons/core/regular/cloud-arrow-up.svg?raw'\nimport bell from '@phosphor-icons/core/regular/bell.svg?raw'\nimport desktop from '@phosphor-icons/core/regular/desktop.svg?raw'\nimport palette from '@phosphor-icons/core/regular/palette.svg?raw'\nimport tree from '@phosphor-icons/core/regular/tree.svg?raw'\nimport flower from '@phosphor-icons/core/regular/flower.svg?raw'\nimport list from '@phosphor-icons/core/regular/list.svg?raw'\nimport kanban from '@phosphor-icons/core/regular/kanban.svg?raw'\nimport textAlignLeft from '@phosphor-icons/core/regular/text-align-left.svg?raw'\nimport textAlignCenter from '@phosphor-icons/core/regular/text-align-center.svg?raw'\nimport textAlignRight from '@phosphor-icons/core/regular/text-align-right.svg?raw'\n\nregisterIcons({\n 'arrow-counter-clockwise': arrowCounterClockwise,\n 'arrow-up': arrowUp,\n 'caret-down': caretDown,\n 'caret-left': caretLeft,\n 'caret-right': caretRight,\n 'caret-up': caretUp,\n 'chat-dots': chatDots,\n check,\n 'check-circle': checkCircle,\n circle,\n clock,\n crosshair,\n 'dots-three': dotsThree,\n 'dots-six-vertical': dotsSixVertical,\n envelope,\n 'file-text': fileText,\n flask,\n funnel,\n gear,\n grid: gridFour,\n 'globe-simple': globeSimple,\n house,\n image,\n lightbulb,\n 'list-checks': listChecks,\n 'magnifying-glass': magnifyingGlass,\n microphone,\n minus,\n paperclip,\n pencil,\n 'pencil-simple': pencilSimple,\n plus,\n robot,\n sliders,\n sparkle,\n star,\n stop,\n user,\n warning,\n 'warning-circle': warningCircle,\n x,\n 'chart-bar': chartBar,\n sun,\n moon,\n heart,\n trash,\n info,\n copy,\n 'thumbs-up': thumbsUp,\n 'thumbs-down': thumbsDown,\n 'arrow-clockwise': arrowClockwise,\n 'circle-notch': circleNotch,\n spinner,\n 'file-dashed': fileDashed,\n 'users-three': usersThree,\n 'upload-simple': uploadSimple,\n 'cloud-arrow-up': cloudArrowUp,\n bell,\n desktop,\n palette,\n tree,\n flower,\n list,\n grid: gridFour,\n kanban,\n 'align-left': textAlignLeft,\n 'align-center': textAlignCenter,\n 'align-right': textAlignRight,\n})\n"],"names":["registerIcons","arrowCounterClockwise","arrowUp","caretDown","caretLeft","caretRight","caretUp","chatDots","check","checkCircle","circle","clock","crosshair","dotsThree","dotsSixVertical","envelope","fileText","flask","funnel","gear","gridFour","globeSimple","house","image","lightbulb","listChecks","magnifyingGlass","microphone","minus","paperclip","pencil","pencilSimple","plus","robot","sliders","sparkle","star","stop","user","warning","warningCircle","x","chartBar","sun","moon","heart","trash","info","copy","thumbsUp","thumbsDown","arrowClockwise","circleNotch","spinner","fileDashed","usersThree","uploadSimple","cloudArrowUp","bell","desktop","palette","tree","flower","list","kanban","textAlignLeft","textAlignCenter","textAlignRight"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0EAA,EAAc;AAAA,EACZ,2BAA2BC;AAAA,EAC3B,YAAYC;AAAA,EACZ,cAAcC;AAAA,EACd,cAAcC;AAAA,EACd,eAAeC;AAAA,EACf,YAAYC;AAAA,EACZ,aAAaC;AAAA,EACb,OAAAC;AAAA,EACA,gBAAgBC;AAAA,EAChB,QAAAC;AAAA,EACA,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,cAAcC;AAAA,EACd,qBAAqBC;AAAA,EACrB,UAAAC;AAAA,EACA,aAAaC;AAAA,EACb,OAAAC;AAAA,EACA,QAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAMC;AAAA,EACN,gBAAgBC;AAAA,EAChB,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,eAAeC;AAAA,EACf,oBAAoBC;AAAA,EACpB,YAAAC;AAAA,EACA,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,QAAAC;AAAA,EACA,iBAAiBC;AAAA,EACjB,MAAAC;AAAA,EACA,OAAAC;AAAA,EACA,SAAAC;AAAA,EACA,SAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,SAAAC;AAAA,EACA,kBAAkBC;AAAA,EAClB,GAAAC;AAAA,EACA,aAAaC;AAAA,EACb,KAAAC;AAAA,EACA,MAAAC;AAAA,EACA,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,aAAaC;AAAA,EACb,eAAeC;AAAA,EACf,mBAAmBC;AAAA,EACnB,gBAAgBC;AAAA,EAChB,SAAAC;AAAA,EACA,eAAeC;AAAA,EACf,eAAeC;AAAA,EACf,iBAAiBC;AAAA,EACjB,kBAAkBC;AAAA,EAClB,MAAAC;AAAA,EACA,SAAAC;AAAA,EACA,SAAAC;AAAA,EACA,MAAAC;AAAA,EACA,QAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAM3C;AAAA,EACN,QAAA4C;AAAA,EACA,cAAcC;AAAA,EACd,gBAAgBC;AAAA,EAChB,eAAeC;AACjB,CAAC;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-ui-kit/web-components",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",