@servicetitan/anvil2-ext-atlas 1.2.3 → 1.4.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.
- package/CHANGELOG.md +17 -0
- package/dist/artifact-card-DnB1bEa9.js +711 -0
- package/dist/artifact-card-DnB1bEa9.js.map +1 -0
- package/dist/artifact-card.css +167 -0
- package/dist/artifact-card.d.ts +2 -0
- package/dist/artifact-card.js +2 -0
- package/dist/artifact-card.js.map +1 -0
- package/dist/artifact-panel-BvEZGFXD.js +740 -0
- package/dist/artifact-panel-BvEZGFXD.js.map +1 -0
- package/dist/artifact-panel-layout-DU-O2yOC.js +74 -0
- package/dist/artifact-panel-layout-DU-O2yOC.js.map +1 -0
- package/dist/artifact-panel-layout.css +9 -0
- package/dist/artifact-panel-layout.d.ts +2 -0
- package/dist/artifact-panel-layout.js +2 -0
- package/dist/artifact-panel-layout.js.map +1 -0
- package/dist/artifact-panel.css +59 -0
- package/dist/artifact-panel.d.ts +2 -0
- package/dist/artifact-panel.js +2 -0
- package/dist/artifact-panel.js.map +1 -0
- package/dist/atlas-header-C-Bw_KyV.js +40 -0
- package/dist/atlas-header-C-Bw_KyV.js.map +1 -0
- package/dist/atlas-header.js +1 -1
- package/dist/{chat-window-BU8VGO9z.js → chat-window-BA29IrFu.js} +2 -2
- package/dist/{chat-window-BU8VGO9z.js.map → chat-window-BA29IrFu.js.map} +1 -1
- package/dist/chat.js +1 -1
- package/dist/close-D_W7cQWu.js +6 -0
- package/dist/close-D_W7cQWu.js.map +1 -0
- package/dist/components/artifact-card/artifact-card.d.ts +50 -0
- package/dist/components/artifact-card/index.d.ts +1 -0
- package/dist/components/artifact-panel/artifact-panel.d.ts +69 -0
- package/dist/components/artifact-panel/index.d.ts +1 -0
- package/dist/components/artifact-panel-layout/artifact-panel-layout.d.ts +37 -0
- package/dist/components/artifact-panel-layout/context.d.ts +38 -0
- package/dist/components/artifact-panel-layout/index.d.ts +1 -0
- package/dist/components/atlas-header/atlas-header.d.ts +11 -2
- package/dist/components/index.d.ts +3 -0
- package/dist/components/loader/index.d.ts +1 -0
- package/dist/components/loader/pulse-loader.d.ts +30 -0
- package/dist/components/messages/assistant-message.d.ts +2 -0
- package/dist/components/messages/markdown-message.d.ts +2 -0
- package/dist/context-BLTlKvRM.js +19 -0
- package/dist/context-BLTlKvRM.js.map +1 -0
- package/dist/{header-ku2JmzDC.js → header-Dg8gBubm.js} +4 -5
- package/dist/header-Dg8gBubm.js.map +1 -0
- package/dist/header.css +4 -3
- package/dist/header.js +1 -1
- package/dist/index-CbD8E7Xe.js +308 -0
- package/dist/index-CbD8E7Xe.js.map +1 -0
- package/dist/index.js +12 -8
- package/dist/index.js.map +1 -1
- package/dist/{loader-DYmcO1Y_.js → loader-Bs_nom75.js} +2 -2
- package/dist/{loader-DYmcO1Y_.js.map → loader-Bs_nom75.js.map} +1 -1
- package/dist/loader.js +2 -1
- package/dist/loader.js.map +1 -1
- package/dist/{markdown-text-BXCCdmOl.js → markdown-text-CgCSN9q6.js} +2 -2
- package/dist/{markdown-text-BXCCdmOl.js.map → markdown-text-CgCSN9q6.js.map} +1 -1
- package/dist/markdown-text.css +19 -15
- package/dist/markdown-text.js +1 -1
- package/dist/messages.js +1 -1
- package/dist/{notification-card-CdQVC1kO.js → notification-card-DMnEZI0Q.js} +2 -2
- package/dist/{notification-card-CdQVC1kO.js.map → notification-card-DMnEZI0Q.js.map} +1 -1
- package/dist/notification-card.js +1 -1
- package/dist/{proxy-B3m3ViIw.js → proxy-eqFuZMGk.js} +2 -2
- package/dist/{proxy-B3m3ViIw.js.map → proxy-eqFuZMGk.js.map} +1 -1
- package/dist/{atlas-header-CYHhcWuk.js → pulse-loader-D0pbsphx.js} +75 -9
- package/dist/pulse-loader-D0pbsphx.js.map +1 -0
- package/dist/recommendations.js +1 -1
- package/dist/{single-recommendation-card-DgAQbMg4.js → single-recommendation-card-D_FiwLm1.js} +2 -2
- package/dist/{single-recommendation-card-DgAQbMg4.js.map → single-recommendation-card-D_FiwLm1.js.map} +1 -1
- package/dist/{user-message-BFrCI10z.js → user-message-D8IAH9J3.js} +44 -21
- package/dist/user-message-D8IAH9J3.js.map +1 -0
- package/dist/user-message.css +32 -28
- package/dist/utils/get-rem-in-px.d.ts +10 -0
- package/package.json +9 -9
- package/dist/atlas-header-CYHhcWuk.js.map +0 -1
- package/dist/header-ku2JmzDC.js.map +0 -1
- package/dist/user-message-BFrCI10z.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @servicetitan/anvil2-ext-atlas
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2316](https://github.com/servicetitan/hammer/pull/2316) [`72ba0f8`](https://github.com/servicetitan/hammer/commit/72ba0f80437673e351712b52161925d1fae20a25) Thanks [@ericag1985](https://github.com/ericag1985)! - [ArtifactCard, ArtifactPanel, ArtifactPanelLayout] Add components for the Atlas Chat V2 right-side artifact experience
|
|
8
|
+
|
|
9
|
+
## 1.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#2200](https://github.com/servicetitan/hammer/pull/2200) [`df50c67`](https://github.com/servicetitan/hammer/commit/df50c67c10afb863377f638e2c305738b811f4e2) Thanks [@arnold-dad-st](https://github.com/arnold-dad-st)! - [PulseLoader] Add new `PulseLoader` component replacing the 3-dot loader with an animated Atlas logo and status text; update `AssistantMessage`, `MarkdownMessage`, and `Thinking` to use the new loader with an optional `statusMessage` prop
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`0814ff2`](https://github.com/servicetitan/hammer/commit/0814ff20e6fe13264289c13014ed3646ca08e69e), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`5cef90f`](https://github.com/servicetitan/hammer/commit/5cef90f66ffba73a29f485848312bd5f9cc67037), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`f8d56e0`](https://github.com/servicetitan/hammer/commit/f8d56e000d06d8b1725674de99e8e60dcd1e940f), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`1f3828b`](https://github.com/servicetitan/hammer/commit/1f3828bf0708c806ba03b681425eec6deae4a8b8), [`75f1cf1`](https://github.com/servicetitan/hammer/commit/75f1cf1d9a13bd95daf1d1913602898baa0df199), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`c27d4df`](https://github.com/servicetitan/hammer/commit/c27d4dfcc4088189eb3c9f7609d7656b6859936a), [`f8d56e0`](https://github.com/servicetitan/hammer/commit/f8d56e000d06d8b1725674de99e8e60dcd1e940f), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165), [`6042a60`](https://github.com/servicetitan/hammer/commit/6042a60d0b6bc2861ef92946cad8812d276b2165)]:
|
|
18
|
+
- @servicetitan/anvil2@2.8.0
|
|
19
|
+
|
|
3
20
|
## 1.2.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|