@ncino/web-components 5.0.0-preview.2 → 5.0.0-preview.4

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 (203) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +1 -1
  2. package/dist/_virtual/index_html.js +1 -1
  3. package/dist/_virtual/index_react.js +1 -1
  4. package/dist/_virtual/preload-helper.js +1 -1
  5. package/dist/assets/node_modules/.pnpm/ckeditor5@45.2.1/node_modules/ckeditor5/dist/ckeditor5.css +1 -1
  6. package/dist/components/accordion/gator/base/accordion.gator.js +6 -6
  7. package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
  8. package/dist/components/alert/gator/base/alert.gator.js +2 -2
  9. package/dist/components/alert/gator/subtitle/alert-subtitle.gator.js +2 -2
  10. package/dist/components/alert/gator/title/alert-title.gator.js +2 -2
  11. package/dist/components/avatar/gator/avatar.gator.js +2 -2
  12. package/dist/components/badge/gator/badge.gator.js +2 -2
  13. package/dist/components/banner/gator/banner.gator.js +2 -2
  14. package/dist/components/boolean/boolean.gator.js +6 -6
  15. package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +2 -2
  16. package/dist/components/button/gator/button.gator.js +4 -4
  17. package/dist/components/button-group/gator/button-group.gator.js +2 -2
  18. package/dist/components/card/gator/footer/card-footer.gator.js +2 -2
  19. package/dist/components/card/gator/header/card-header.gator.js +2 -2
  20. package/dist/components/checkbox/checkbox.gator.js +5 -5
  21. package/dist/components/checkbox-group/checkbox-group.gator.js +8 -8
  22. package/dist/components/combobox/base/combobox.js +1 -1
  23. package/dist/components/combobox/base/combobox.slds.js +13 -13
  24. package/dist/components/date-picker/base/gator/datepicker.gator.js +18 -18
  25. package/dist/components/date-picker/year-month-selector/year-month-selector.gator.js +2 -2
  26. package/dist/components/headline-card/gator/headline-card.gator.js +2 -2
  27. package/dist/components/icon/gator/icon.gator.js +2 -2
  28. package/dist/components/illustration/gator/illustration.gator.js +2 -2
  29. package/dist/components/input/base/input-base.gator.js +1 -1
  30. package/dist/components/input/gator/dropdown/input-dropdown.gator.js +11 -11
  31. package/dist/components/input/gator/input-currency/input-currency.gator.js +2 -2
  32. package/dist/components/input/gator/input-date/input-date.gator.js +15 -15
  33. package/dist/components/input/gator/input-file/input-file.gator.js +3 -3
  34. package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -1
  35. package/dist/components/input/gator/input-phone/input-phone.gator.js +2 -2
  36. package/dist/components/input/gator/input-search/input-search.gator.js +2 -2
  37. package/dist/components/input/gator/input-text/input-text.gator.js +1 -1
  38. package/dist/components/input/gator/input-time/input-time.gator.js +2 -2
  39. package/dist/components/list/gator/list/list.gator.js +2 -2
  40. package/dist/components/list/gator/list-item/list-item.gator.js +6 -6
  41. package/dist/components/menu/base/gator/menu.gator.js +3 -3
  42. package/dist/components/menu/base/slds/menu.slds.js +2 -2
  43. package/dist/components/menu/menu-item/gator/menu-item.gator.js +2 -2
  44. package/dist/components/menu/menu-submenu/menu-submenu.js +1 -1
  45. package/dist/components/modal/gator/modal.gator.js +38 -39
  46. package/dist/components/page-header/gator/page-header.gator.js +2 -2
  47. package/dist/components/panel/gator/panel.gator.js +13 -13
  48. package/dist/components/panel/gator/panel.storybook-test.js +1 -1
  49. package/dist/components/pill/pill.slds.js +3 -3
  50. package/dist/components/popover/gator/popover.gator.js +10 -10
  51. package/dist/components/popover/popover.js +1 -1
  52. package/dist/components/radio/radio.gator.js +2 -2
  53. package/dist/components/radio-group/radio-group.gator.js +2 -2
  54. package/dist/components/selection-box-group/selection-box-group.gator.js +5 -5
  55. package/dist/components/selector/gator/selector.gator.js +2 -2
  56. package/dist/components/switch/gator/switch.gator.js +2 -2
  57. package/dist/components/tabs/gator/tabset/tabset.gator.js +3 -3
  58. package/dist/components/text-detail/gator/text-detail.gator.js +17 -18
  59. package/dist/components/time-picker/gator/time-picker.gator.js +19 -19
  60. package/dist/components/toast/gator/base/toast.gator.js +8 -9
  61. package/dist/components/toast/gator/subtitle/toast-subtitle.gator.js +2 -2
  62. package/dist/components/toast/gator/title/toast-title.gator.js +2 -2
  63. package/dist/components/toast/toast.js +1 -1
  64. package/dist/components/toast-container/gator/toast-container.gator.js +18 -0
  65. package/dist/components/toast-container/index.js +1 -0
  66. package/dist/components/toaster/gator/toaster.gator.js +5 -0
  67. package/dist/components/toaster/index.js +1 -0
  68. package/dist/components/tooltip/tooltip.js +1 -1
  69. package/dist/index.gator.js +1 -1
  70. package/dist/index.js +1 -1
  71. package/dist/index.services.js +1 -0
  72. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-autosave@45.2.1/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js +2 -2
  73. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@45.2.1/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js +2 -2
  74. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@45.2.1/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js +10 -10
  75. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@45.2.1/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js +2 -2
  76. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-code-block@45.2.1/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js +5 -5
  77. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-core@45.2.1/node_modules/@ckeditor/ckeditor5-core/dist/index.js +2 -2
  78. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-editor-classic@45.2.1/node_modules/@ckeditor/ckeditor5-editor-classic/dist/index.js +2 -2
  79. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-engine@45.2.1/node_modules/@ckeditor/ckeditor5-engine/dist/index.js +12 -12
  80. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@45.2.1/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js +3 -3
  81. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-font@45.2.1/node_modules/@ckeditor/ckeditor5-font/dist/index.js +3 -3
  82. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-heading@45.2.1/node_modules/@ckeditor/ckeditor5-heading/dist/index.js +3 -3
  83. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@45.2.1/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js +2 -2
  84. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-html-support@45.2.1/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js +6 -6
  85. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-image@45.2.1/node_modules/@ckeditor/ckeditor5-image/dist/index.js +4 -4
  86. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-indent@45.2.1/node_modules/@ckeditor/ckeditor5-indent/dist/index.js +4 -4
  87. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-link@45.2.1/node_modules/@ckeditor/ckeditor5-link/dist/index.js +2 -2
  88. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-list@45.2.1/node_modules/@ckeditor/ckeditor5-list/dist/index.js +5 -5
  89. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@45.2.1/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js +4 -4
  90. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@45.2.1/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js +2 -2
  91. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@45.2.1/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js +2 -2
  92. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@45.2.1/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js +9 -9
  93. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@45.2.1/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js +2 -2
  94. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@45.2.1/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js +2 -2
  95. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-style@45.2.1/node_modules/@ckeditor/ckeditor5-style/dist/index.js +2 -2
  96. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-table@45.2.1/node_modules/@ckeditor/ckeditor5-table/dist/index.js +6 -6
  97. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-typing@45.2.1/node_modules/@ckeditor/ckeditor5-typing/dist/index.js +4 -4
  98. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-ui@45.2.1/node_modules/@ckeditor/ckeditor5-ui/dist/index.js +10 -10
  99. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-undo@45.2.1/node_modules/@ckeditor/ckeditor5-undo/dist/index.js +2 -2
  100. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-upload@45.2.1/node_modules/@ckeditor/ckeditor5-upload/dist/index.js +2 -2
  101. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-utils@45.2.1/node_modules/@ckeditor/ckeditor5-utils/dist/index.js +38 -38
  102. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@45.2.1/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js +3 -3
  103. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-widget@45.2.1/node_modules/@ckeditor/ckeditor5-widget/dist/index.js +2 -2
  104. package/dist/node_modules/.pnpm/@deltablot_dropzone@7.3.1/node_modules/@deltablot/dropzone/dist/dropzone.js +1 -1
  105. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/main.js +1 -1
  106. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/dist/common/fetch.js +1 -0
  107. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/dist/connect/figma_rest_api.js +1 -0
  108. package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/connect/helpers.js +1 -1
  109. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/package.json.js +1 -0
  110. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.2/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
  111. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js +2 -2
  112. package/dist/node_modules/.pnpm/@storybook_core@8.6.14_prettier@3.6.2_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/core/dist/channels/index.js +9 -9
  113. package/dist/node_modules/.pnpm/@storybook_core@8.6.14_prettier@3.6.2_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/core/dist/csf/index.js +1 -1
  114. package/dist/node_modules/.pnpm/@storybook_core@8.6.14_prettier@3.6.2_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/core/dist/preview-api/index.js +22 -22
  115. package/dist/node_modules/.pnpm/@storybook_instrumenter@8.6.14_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/instrumenter/dist/index.js +36 -36
  116. package/dist/node_modules/.pnpm/@storybook_test@8.6.14_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/test/dist/index.js +111 -111
  117. package/dist/node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.53.2_77c47ac19cbe97978028e1e5ac862536/node_modules/@vitest/browser/context.js +1 -0
  118. package/dist/node_modules/.pnpm/@vitest_expect@3.2.4/node_modules/@vitest/expect/dist/index.js +8 -8
  119. package/dist/node_modules/.pnpm/@vitest_pretty-format@3.2.4/node_modules/@vitest/pretty-format/dist/index.js +2 -2
  120. package/dist/node_modules/.pnpm/@vitest_runner@3.2.4/node_modules/@vitest/runner/dist/chunk-hooks.js +5 -5
  121. package/dist/node_modules/.pnpm/@vitest_snapshot@3.2.4/node_modules/@vitest/snapshot/dist/index.js +11 -11
  122. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/diff.js +21 -21
  123. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/error.js +2 -2
  124. package/dist/node_modules/.pnpm/axe-core@4.10.3/node_modules/axe-core/axe.js +4 -4
  125. package/dist/node_modules/.pnpm/chai@5.2.0/node_modules/chai/chai.js +3 -3
  126. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +1 -1
  127. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +1 -1
  128. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/get.js +1 -1
  129. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/unset.js +1 -1
  130. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +1 -1
  131. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/debounce.js +1 -1
  132. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/cloneDeepWith.js +1 -1
  133. package/dist/node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js +2 -2
  134. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/async-directive.js +1 -1
  135. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directive-helpers.js +2 -2
  136. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js +2 -2
  137. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js +2 -2
  138. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/repeat.js +5 -0
  139. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js +3 -3
  140. package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js +1 -1
  141. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/cache.js +1 -1
  142. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/cachestorage.js +1 -1
  143. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cookies/parse.js +1 -1
  144. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/constants.js +1 -1
  145. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/headers.js +1 -1
  146. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/index.js +1 -1
  147. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/request.js +1 -1
  148. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/response.js +1 -1
  149. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/util.js +2 -2
  150. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/webidl.js +1 -1
  151. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/connection.js +1 -1
  152. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/events.js +1 -1
  153. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/frame.js +1 -1
  154. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/receiver.js +1 -1
  155. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/util.js +1 -1
  156. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/websocket.js +1 -1
  157. package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.10_@vitest_browser@3.2.4_@vitest_ui@3_8c34ee540b1f52c214debce201d1e515/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js +1 -1
  158. package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.10_@vitest_browser@3.2.4_@vitest_ui@3_8c34ee540b1f52c214debce201d1e515/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js +8 -8
  159. package/dist/packages/web-components/src/components/button/gator/button.gator.scss.js +1 -1
  160. package/dist/packages/web-components/src/components/modal/gator/modal.gator.scss.js +1 -1
  161. package/dist/packages/web-components/src/components/switch/gator/switch.gator.scss.js +1 -1
  162. package/dist/packages/web-components/src/components/text-detail/gator/text-detail.gator.scss.js +1 -1
  163. package/dist/packages/web-components/src/components/toast/gator/base/toast.gator.scss.js +1 -1
  164. package/dist/packages/web-components/src/components/toast-container/gator/toast-container.gator.scss.js +1 -0
  165. package/dist/packages/web-components/src/components/toaster/gator/toaster.gator.scss.js +1 -0
  166. package/dist/packages/web-components/src/index.slds.scss.js +1 -1
  167. package/dist/services/toaster-service.js +1 -0
  168. package/dist/types/components/modal/gator/modal.gator.d.ts +1 -1
  169. package/dist/types/components/text-detail/gator/text-detail.gator.d.ts +4 -2
  170. package/dist/types/components/toast/toast.d.ts +14 -0
  171. package/dist/types/components/toast-container/gator/toast-container.gator.d.ts +15 -0
  172. package/dist/types/components/toast-container/gator/toast-container.gator.test.d.ts +0 -0
  173. package/dist/types/components/toast-container/index.d.ts +1 -0
  174. package/dist/types/components/toaster/gator/toaster.gator.d.ts +32 -0
  175. package/dist/types/components/toaster/gator/toaster.gator.test.d.ts +0 -0
  176. package/dist/types/components/toaster/index.d.ts +1 -0
  177. package/dist/types/index.d.ts +2 -0
  178. package/dist/types/index.gator.d.ts +2 -0
  179. package/dist/types/index.services.d.ts +1 -0
  180. package/dist/types/services/toaster-service.d.ts +117 -0
  181. package/dist/types/services/toaster-service.test.d.ts +1 -0
  182. package/dist/utils/accessibility-utils.js +1 -1
  183. package/dist/utils/datatestid-utils.js +1 -1
  184. package/dist/utils/lightdom-utils.js +1 -1
  185. package/dist/utils/vitest-a11y-utils.js +1 -1
  186. package/dist/utils/vitest-utils.js +1 -1
  187. package/package.json +15 -11
  188. package/web-types.json +182 -110
  189. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/dist/common/fetch.js +0 -1
  190. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/dist/connect/figma_rest_api.js +0 -1
  191. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/package.json.js +0 -1
  192. package/dist/node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.53.1_5fd2997ee9a97429a51e07bc2023c338/node_modules/@vitest/browser/context.js +0 -1
  193. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/client/external.js +0 -0
  194. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/client/figma_client.js +0 -0
  195. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/common/logging.js +0 -0
  196. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/common/updates.js +0 -0
  197. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/connect/external_types.js +0 -0
  198. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/connect/index_common.js +0 -0
  199. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/html/external.js +0 -0
  200. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/html/index_html.js +0 -0
  201. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/html/template_literal.js +0 -0
  202. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/react/external.js +0 -0
  203. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/react/index_react.js +0 -0
@@ -0,0 +1 @@
1
+ class o{findToaster(){const t=document.querySelectorAll("ngc-toaster");for(const r of t)if(r.checkVisibility())return r;return null}createToast(t){const r=this.findToaster();return r?r.addToast(t):(console.warn("[ToasterService] No <ngc-toaster> found in the DOM. Make sure to add <ngc-toaster> to your application."),null)}success(t,r,e){return this.createToast({...e,title:t,subtitle:r,variant:"success"})}error(t,r,e){return this.createToast({...e,title:t,subtitle:r,variant:"error"})}warning(t,r,e){return this.createToast({...e,title:t,subtitle:r,variant:"warning"})}info(t,r,e){return this.createToast({...e,title:t,subtitle:r,variant:"info"})}removeToast(t){const r=this.findToaster();r&&r.removeToast(t)}clearAll(){const t=this.findToaster();t&&t.clearAll()}}const a=new o;export{a as toasterService};
@@ -10,7 +10,7 @@ export declare class NgcModal extends NjcModal {
10
10
  get footerWarningMessageMarkup(): import('lit').TemplateResult<1> | null;
11
11
  get footerPrimaryActionButtonMarkup(): import('lit').TemplateResult<1> | null;
12
12
  get footerSecondaryActionButtonMarkup(): import('lit').TemplateResult<1> | null;
13
- get actionButtonLoaderMarkup(): import('lit').TemplateResult<1>;
13
+ get buttonSize(): "medium" | "large" | "xlarge";
14
14
  handleKeyDown(event: KeyboardEvent): void;
15
15
  handleCloseClick(event: Event): void;
16
16
  handleCloseKeydown(event: KeyboardEvent): void;
@@ -1,11 +1,13 @@
1
1
  import { NjcTextDetail } from '../text-detail.ts';
2
+ import { nothing } from 'lit';
2
3
  export declare class NgcTextDetail extends NjcTextDetail {
3
4
  static styles: import('lit').CSSResult[];
5
+ updated(changedProperties: Map<string | number | symbol, unknown>): void;
4
6
  render(): import('lit').TemplateResult<1>;
5
7
  get textDetailMarkup(): import('lit').TemplateResult<1>;
6
8
  get verticalClass(): "" | "gator-text-detail_vertical";
7
9
  get invertTitleClass(): "" | "gator-text-detail-content_invert-title";
8
- get textDetailLoadingMarkup(): import('lit').TemplateResult<1>;
9
10
  get textDetailSubtitleIconMarkup(): import('lit').TemplateResult<1> | null;
10
- get textDetailSubtitleMarkup(): import('lit').TemplateResult<1> | null;
11
+ get textDetailSubtitleMarkup(): import('lit').TemplateResult<1> | typeof nothing;
12
+ assignSlottedElementsSkeletonState(): void;
11
13
  }
@@ -1,6 +1,20 @@
1
1
  import { LitElement } from 'lit';
2
2
  export type NJC_TOAST_VARIANTS = 'info' | 'warning' | 'error' | 'success' | 'inverse';
3
+ export type NJC_TOAST_OPTIONS = {
4
+ id: string;
5
+ variant?: NJC_TOAST_VARIANTS;
6
+ title?: string;
7
+ subtitle?: string;
8
+ dismissible?: boolean;
9
+ sticky?: boolean;
10
+ exitIconLabel?: string;
11
+ statusIconLabel?: string;
12
+ };
3
13
  export declare class NjcToast extends LitElement {
14
+ /**
15
+ * Unique identifier for the toast.
16
+ */
17
+ id: string;
4
18
  /**
5
19
  @property variant - The variant of the toast
6
20
  @type {NJC_ALERT_VARIANTS}
@@ -0,0 +1,15 @@
1
+ import { LitElement } from 'lit';
2
+ import { NJC_TOAST_OPTIONS } from '../../toast/toast.ts';
3
+ export declare class NgcToastContainer extends LitElement {
4
+ static styles: import('lit').CSSResult[];
5
+ toasts: NJC_TOAST_OPTIONS[];
6
+ private _renderedToasts;
7
+ updated(changedProperties: Map<string, any>): void;
8
+ private handleAnimationEnd;
9
+ render(): import('lit').TemplateResult<1>;
10
+ }
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'ngc-toast-container': NgcToastContainer;
14
+ }
15
+ }
@@ -0,0 +1 @@
1
+ export * as NgcToastContainer from './gator/toast-container.gator';
@@ -0,0 +1,32 @@
1
+ import { LitElement } from 'lit';
2
+ import { NJC_TOAST_OPTIONS } from '../../toast/toast.ts';
3
+ export type ToastContainerPositions = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
4
+ export type DefaultToastOptions = Omit<NJC_TOAST_OPTIONS, 'id' | 'sticky' | 'title' | 'subtitle'> & {
5
+ duration?: number;
6
+ };
7
+ export declare class NgcToaster extends LitElement {
8
+ static styles: import('lit').CSSResult[];
9
+ static defaultDuration: number;
10
+ /**
11
+ * Fixed position of the toast container on the screen
12
+ */
13
+ position: ToastContainerPositions;
14
+ /**
15
+ * Default options for toasts created by this toaster. Can be overridden by the `addToast` method.
16
+ */
17
+ defaultToastOptions: DefaultToastOptions;
18
+ private _toasts;
19
+ addToast(options: Partial<DefaultToastOptions> & {
20
+ title?: string;
21
+ subtitle?: string;
22
+ }): `${string}-${string}-${string}-${string}-${string}`;
23
+ removeToast(id: string): void;
24
+ clearAll(): void;
25
+ private handleToastDismiss;
26
+ render(): import('lit').TemplateResult<1>;
27
+ }
28
+ declare global {
29
+ interface HTMLElementTagNameMap {
30
+ 'ngc-toaster': NgcToaster;
31
+ }
32
+ }
@@ -0,0 +1 @@
1
+ export * as NgcToaster from './gator/toaster.gator';
@@ -37,4 +37,6 @@ export * from './components/tabs';
37
37
  export * from './components/text-detail';
38
38
  export * from './components/text-link';
39
39
  export * from './components/toast';
40
+ export * from './components/toast-container';
41
+ export * from './components/toaster';
40
42
  export * from './components/tooltip';
@@ -38,5 +38,7 @@ export { NgcTextDetail } from './components/text-detail';
38
38
  export { NgcTextLink } from './components/text-link';
39
39
  export { NgcTimePicker } from './components/time-picker/gator';
40
40
  export { NgcToast } from './components/toast';
41
+ export { NgcToastContainer } from './components/toast-container';
42
+ export { NgcToaster } from './components/toaster';
41
43
  export { NgcTooltip } from './components/tooltip';
42
44
  export * from './components/table';
@@ -0,0 +1 @@
1
+ export { toasterService } from './services/toaster-service';
@@ -0,0 +1,117 @@
1
+ import { DefaultToastOptions } from '../components/toaster/gator/toaster.gator.js';
2
+ export type ToastCreateOptions = Partial<DefaultToastOptions> & {
3
+ title?: string;
4
+ subtitle?: string;
5
+ };
6
+ declare class ToasterService {
7
+ /**
8
+ * Find the toaster component in the DOM
9
+ * @private
10
+ * @returns The first visible toaster component or null if none found
11
+ */
12
+ private findToaster;
13
+ /**
14
+ * Create a toast using the toaster found in the DOM
15
+ * @param options - Configuration options for the toast
16
+ * @param options.title - The main title text for the toast
17
+ * @param options.subtitle - Optional subtitle text for the toast
18
+ * @param options.variant - The visual variant of the toast ('info' | 'success' | 'warning' | 'error' | 'inverse')
19
+ * @param options.duration - Duration in milliseconds before auto-dismiss (0 = sticky, >0 = auto-dismiss)
20
+ * @param options.dismissible - Whether the toast can be manually dismissed by the user
21
+ * @param options.exitIconLabel - Aria label for the dismiss button, default is 'Close Notification'
22
+ * @param options.statusIconLabel - Aria label for the status icon, default is the variant name (info, success, warning, error)
23
+ * @returns The unique ID of the created toast, or null if no toaster is found
24
+ * @example
25
+ * ```typescript
26
+ * // Simple usage
27
+ * const toastId = toasterService.createToast({
28
+ * title: 'Hello World',
29
+ * subtitle: 'This is a toast message'
30
+ * });
31
+ *
32
+ * // Advanced usage
33
+ * const toastId = toasterService.createToast({
34
+ * title: 'Custom Toast',
35
+ * variant: 'warning',
36
+ * duration: 10000,
37
+ * dismissible: false
38
+ * });
39
+ * ```
40
+ */
41
+ createToast(options: ToastCreateOptions): string | null;
42
+ /**
43
+ * Create a success toast with green styling
44
+ * @param title - The main title text for the toast
45
+ * @param subtitle - Optional subtitle text for the toast
46
+ * @param options - Additional configuration options (variant will be overridden to 'success')
47
+ * @returns The unique ID of the created toast, or null if no toaster is found
48
+ * @example
49
+ * ```typescript
50
+ * toasterService.success('Operation Complete', 'The file was saved successfully');
51
+ *
52
+ * // With custom options
53
+ * toasterService.success('Saved!', 'File saved', { duration: 2000 });
54
+ * ```
55
+ */
56
+ success(title: string, subtitle?: string, options?: Omit<ToastCreateOptions, 'title' | 'subtitle' | 'variant'>): string | null;
57
+ /**
58
+ * Create an error toast with red styling
59
+ * @param title - The main title text for the toast
60
+ * @param subtitle - Optional subtitle text for the toast
61
+ * @param options - Additional configuration options (variant will be overridden to 'error')
62
+ * @returns The unique ID of the created toast, or null if no toaster is found
63
+ * @example
64
+ * ```typescript
65
+ * toasterService.error('Failed to Save', 'Please check your connection and try again');
66
+ *
67
+ * // Sticky error that doesn't auto-dismiss
68
+ * toasterService.error('Critical Error', 'System malfunction detected', { duration: 0 });
69
+ * ```
70
+ */
71
+ error(title: string, subtitle?: string, options?: Omit<ToastCreateOptions, 'title' | 'subtitle' | 'variant'>): string | null;
72
+ /**
73
+ * Create a warning toast with yellow/orange styling
74
+ * @param title - The main title text for the toast
75
+ * @param subtitle - Optional subtitle text for the toast
76
+ * @param options - Additional configuration options (variant will be overridden to 'warning')
77
+ * @returns The unique ID of the created toast, or null if no toaster is found
78
+ * @example
79
+ * ```typescript
80
+ * toasterService.warning('Unsaved Changes', 'You have unsaved changes that will be lost');
81
+ *
82
+ * // Non-dismissible warning
83
+ * toasterService.warning('Low Storage', 'Running low on space', { dismissible: false });
84
+ * ```
85
+ */
86
+ warning(title: string, subtitle?: string, options?: Omit<ToastCreateOptions, 'title' | 'subtitle' | 'variant'>): string | null;
87
+ /**
88
+ * Create an info toast with blue styling (default variant)
89
+ * @param title - The main title text for the toast
90
+ * @param subtitle - Optional subtitle text for the toast
91
+ * @param options - Additional configuration options (variant will be overridden to 'info')
92
+ * @returns The unique ID of the created toast, or null if no toaster is found
93
+ * @example
94
+ * ```typescript
95
+ * toasterService.info('New Feature Available', 'Check out the new dashboard widgets');
96
+ *
97
+ * // Long-lasting info toast
98
+ * toasterService.info('Tip', 'Use Ctrl+S to save', { duration: 15000 });
99
+ * ```
100
+ */
101
+ info(title: string, subtitle?: string, options?: Omit<ToastCreateOptions, 'title' | 'subtitle' | 'variant'>): string | null;
102
+ /**
103
+ * Remove a specific toast by its ID
104
+ * @param id - The unique ID of the toast to remove (returned from createToast methods)
105
+ * @example
106
+ * ```typescript
107
+ * const toastId = toasterService.success('Uploading...', 'Please wait');
108
+ * // Later, when upload completes:
109
+ * toasterService.removeToast(toastId);
110
+ * toasterService.success('Upload Complete', 'File uploaded successfully');
111
+ * ```
112
+ */
113
+ removeToast(id: string): void;
114
+ clearAll(): void;
115
+ }
116
+ export declare const toasterService: ToasterService;
117
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -1 +1 @@
1
- function a(t){var n;if(!t)return null;const e=["a[href]","area[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])",'[tabindex]:not([tabindex="-1"])'];return((n=t.shadowRoot)==null?void 0:n.querySelector(e.join(",")))||null}function l(t){if(!t)return null;const e=["a[href]","area[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","ngc-button","ngc-icon-button",'[tabindex]:not([tabindex="-1"])'];return Array.from(t.querySelectorAll(e.join(",")))}export{a as getFirstFocusableElement,l as getFocusableElements};
1
+ function o(t){if(!t)return null;const e=["a[href]","area[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])",'[tabindex]:not([tabindex="-1"])'];return t.shadowRoot?.querySelector(e.join(","))||null}function a(t){if(!t)return null;const e=["a[href]","area[href]","input:not([disabled])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","ngc-button","ngc-icon-button",'[tabindex]:not([tabindex="-1"])'];return Array.from(t.querySelectorAll(e.join(",")))}export{o as getFirstFocusableElement,a as getFocusableElements};
@@ -1 +1 @@
1
- import{isNotNullOrWhitespace as t}from"./string-utils.js";function d(i,r,s){r&&t(r)?i==null||i.setAttribute("data-testid",`${r}-${s}`):i==null||i.removeAttribute("data-testid")}export{d as handleDataTestid};
1
+ import{isNotNullOrWhitespace as r}from"./string-utils.js";function a(i,t,e){t&&r(t)?i?.setAttribute("data-testid",`${t}-${e}`):i?.removeAttribute("data-testid")}export{a as handleDataTestid};
@@ -1 +1 @@
1
- function c(e){return e.content.cloneNode(!0)}function u(e,r){var o,l;const t=e.querySelector(`[slot="${r}"]`);if(!t)return null;const n=t.cloneNode(!0);return t.remove(),(l=(o=n.firstChild)==null?void 0:o.parentElement)==null||l.removeAttribute("slot"),n}export{u as cloneNamedSlotContent,c as cloneTemplateContent};
1
+ function l(e){return e.content.cloneNode(!0)}function r(e,o){const t=e.querySelector(`[slot="${o}"]`);if(!t)return null;const n=t.cloneNode(!0);return t.remove(),n.firstChild?.parentElement?.removeAttribute("slot"),n}export{r as cloneNamedSlotContent,l as cloneTemplateContent};
@@ -1 +1 @@
1
- import{page as n}from"../node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.53.1_5fd2997ee9a97429a51e07bc2023c338/node_modules/@vitest/browser/context.js";import a from"../_virtual/axe.js";import{a as o}from"../node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.10_@vitest_browser@3.2.4_@vitest_ui@3_8c34ee540b1f52c214debce201d1e515/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js";const p="Supercalifragilisticexpialidocious".repeat(10);async function u(e){return(await a.run(e)).violations}async function x(e){const t=await u(e);o(t,`Expected no axe core violations, but got ${t.length}`).toHaveLength(0)}function h(){return n.viewport(320,256)}function g(e){let t;if(e.scrollWidth!==0?t=e:e.shadowRoot?t=e.shadowRoot.firstElementChild:t=e.firstElementChild,t){const r=t.scrollWidth>t.clientWidth;return o(r).toBe(!1)}return o(!0).toBe(!1)}function w(e,t,r){var l;let i=e.querySelector(":focus-visible");if(i||(i=(l=e.shadowRoot)==null?void 0:l.querySelector(":focus-visible")),i){const s=getComputedStyle(i).getPropertyValue(t);return o(s).toContain(r)}return o(!0).toBe(!1)}export{w as expectComponentFocusStyle,g as expectComponentNotToHaveHorizontalScrollbar,x as expectNoAxeViolations,h as resizeWindowForReflowTest,u as runAxeAndGetViolations,p as superLongStringForReflowTest};
1
+ import{page as s}from"../node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.53.2_77c47ac19cbe97978028e1e5ac862536/node_modules/@vitest/browser/context.js";import n from"../_virtual/axe.js";import{a as o}from"../node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.10_@vitest_browser@3.2.4_@vitest_ui@3_8c34ee540b1f52c214debce201d1e515/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js";const d="Supercalifragilisticexpialidocious".repeat(10);async function a(e){return(await n.run(e)).violations}async function p(e){const t=await a(e);o(t,`Expected no axe core violations, but got ${t.length}`).toHaveLength(0)}function x(){return s.viewport(320,256)}function h(e){let t;if(e.scrollWidth!==0?t=e:e.shadowRoot?t=e.shadowRoot.firstElementChild:t=e.firstElementChild,t){const r=t.scrollWidth>t.clientWidth;return o(r).toBe(!1)}return o(!0).toBe(!1)}function g(e,t,r){let i=e.querySelector(":focus-visible");if(i||(i=e.shadowRoot?.querySelector(":focus-visible")),i){const l=getComputedStyle(i).getPropertyValue(t);return o(l).toContain(r)}return o(!0).toBe(!1)}export{g as expectComponentFocusStyle,h as expectComponentNotToHaveHorizontalScrollbar,p as expectNoAxeViolations,x as resizeWindowForReflowTest,a as runAxeAndGetViolations,d as superLongStringForReflowTest};
@@ -1 +1 @@
1
- async function e(t){document.body.innerHTML=t,await new Promise(r=>setTimeout(r,0))}function c(t){return document.body.querySelector(t)}function a(t,r){return t.querySelector(r)}function d(t,r){return t.querySelectorAll(r)}function i(t){return document.body.querySelectorAll(t)}function f(t,r){var o;return(o=t==null?void 0:t.shadowRoot)==null?void 0:o.querySelectorAll(r)}function g(t,r){var o;return(o=t==null?void 0:t.shadowRoot)==null?void 0:o.querySelector(r)}function S(t,r){var o;return(o=t==null?void 0:t.shadowRoot)==null?void 0:o.querySelector(`[data-testid="${r}"]`)}function y(t,r){var o;return(o=t==null?void 0:t.shadowRoot)==null?void 0:o.querySelector(r)}function h(t,r){var o;return(o=t==null?void 0:t.shadowRoot)==null?void 0:o.querySelectorAll(r)}function w(t){var n;const r=(n=t==null?void 0:t.shadowRoot)==null?void 0:n.querySelectorAll("slot"),o=Array.from(r).find(u=>u.name==="");return o==null?void 0:o.assignedNodes({flatten:!0}).filter(u=>{var s;return((s=u.textContent)==null?void 0:s.trim())!==""})[0].textContent}function l(t,r){var u;const o=(u=t==null?void 0:t.shadowRoot)==null?void 0:u.querySelector(`slot[name="${r}"]`),n=o!=null&&o.assignedNodes().length?o==null?void 0:o.assignedNodes({flatten:!0})[0]:o==null?void 0:o.assignedElements({flatten:!0})[0];return n==null?void 0:n.textContent}function R(t){var o;const r=(o=t==null?void 0:t.shadowRoot)==null?void 0:o.querySelector("slot");return r==null?void 0:r.assignedElements({flatten:!0})}function q(t,r){var n,u;const o=(n=t==null?void 0:t.shadowRoot)==null?void 0:n.querySelector(`slot[name=${r}]`);return Array.from(((u=o==null?void 0:o.assignedElements({flatten:!0}))==null?void 0:u[0].children)??[])}function T(t=0){return new Promise(r=>setTimeout(r,t))}function E(t){const r=/<!--\?lit\$[^\$]*\$-->/g;return t.replace(r,"").replace(/\s+/g," ").trim()}export{e as addTestableElement,E as cleanInnerHTML,T as flushPromises,c as getElement,a as getElementInsideElement,i as getElements,d as getElementsInsideElement,l as getNamedSlotTextContent,q as getNamedSlottedElements,y as getShadowRootElement,S as getShadowRootElementByDataTestId,h as getShadowRootElements,g as getShadowRootHTMLElement,f as getShadowRootHTMLElements,w as getSlotTextContent,R as getSlottedElements};
1
+ async function r(e){document.body.innerHTML=e,await new Promise(t=>setTimeout(t,0))}function l(e){return document.body.querySelector(e)}function s(e,t){return e.querySelector(t)}function u(e,t){return e.querySelectorAll(t)}function a(e){return document.body.querySelectorAll(e)}function d(e,t){return e?.shadowRoot?.querySelectorAll(t)}function c(e,t){return e?.shadowRoot?.querySelector(t)}function i(e,t){return e?.shadowRoot?.querySelector(`[data-testid="${t}"]`)}function m(e,t){return e?.shadowRoot?.querySelector(t)}function f(e,t){return e?.shadowRoot?.querySelectorAll(t)}function S(e){const t=e?.shadowRoot?.querySelectorAll("slot");return Array.from(t).find(o=>o.name==="")?.assignedNodes({flatten:!0}).filter(o=>o.textContent?.trim()!=="")[0].textContent}function g(e,t){const n=e?.shadowRoot?.querySelector(`slot[name="${t}"]`);return(n?.assignedNodes().length?n?.assignedNodes({flatten:!0})[0]:n?.assignedElements({flatten:!0})[0])?.textContent}function E(e){return e?.shadowRoot?.querySelector("slot")?.assignedElements({flatten:!0})}function y(e,t){const n=e?.shadowRoot?.querySelector(`slot[name=${t}]`);return Array.from(n?.assignedElements({flatten:!0})?.[0].children??[])}function h(e=0){return new Promise(t=>setTimeout(t,e))}function w(e){const t=/<!--\?lit\$[^\$]*\$-->/g;return e.replace(t,"").replace(/\s+/g," ").trim()}export{r as addTestableElement,w as cleanInnerHTML,h as flushPromises,l as getElement,s as getElementInsideElement,a as getElements,u as getElementsInsideElement,g as getNamedSlotTextContent,y as getNamedSlottedElements,m as getShadowRootElement,i as getShadowRootElementByDataTestId,f as getShadowRootElements,c as getShadowRootHTMLElement,d as getShadowRootHTMLElements,S as getSlotTextContent,E as getSlottedElements};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ncino/web-components",
3
3
  "author": "nCino",
4
- "version": "5.0.0-preview.2",
4
+ "version": "5.0.0-preview.4",
5
5
  "license": "(c) Copyright 2023 nCino, Inc., all rights reserved",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
@@ -15,7 +15,7 @@
15
15
  "module": "dist/index.js",
16
16
  "engineStrict": false,
17
17
  "private": false,
18
- "packageManager": "pnpm@10.12.3",
18
+ "packageManager": "pnpm@10.12.4",
19
19
  "exports": {
20
20
  ".": {
21
21
  "import": "./dist/index.js",
@@ -36,6 +36,10 @@
36
36
  "import": "./dist/index.data.js",
37
37
  "types": "./dist/types/index.data.d.ts"
38
38
  },
39
+ "./services": {
40
+ "import": "./dist/index.services.js",
41
+ "types": "./dist/types/index.services.d.ts"
42
+ },
39
43
  "./gator-global-styles.css": {
40
44
  "import": "./dist/styles/gator/gator-global-styles.css"
41
45
  }
@@ -69,7 +73,7 @@
69
73
  },
70
74
  "dependencies": {
71
75
  "@deltablot/dropzone": "^7.3.1",
72
- "@floating-ui/dom": "^1.7.1",
76
+ "@floating-ui/dom": "^1.7.2",
73
77
  "@lit/localize": "^0.12.2",
74
78
  "ckeditor5": "^45.2.1",
75
79
  "libphonenumber-js": "^1.12.9",
@@ -79,10 +83,10 @@
79
83
  "@actions/core": "^1.11.1",
80
84
  "@actions/exec": "^1.1.1",
81
85
  "@custom-elements-manifest/analyzer": "0.10.4",
82
- "@figma/code-connect": "1.3.3",
86
+ "@figma/code-connect": "1.3.4",
83
87
  "@geometricpanda/storybook-addon-badges": "^2.0.5",
84
88
  "@lit/localize-tools": "^0.8.0",
85
- "@salesforce-ux/design-system": "^2.27.1",
89
+ "@salesforce-ux/design-system": "^2.27.2",
86
90
  "@storybook/addon-a11y": "^8.6.14",
87
91
  "@storybook/addon-actions": "^8.6.14",
88
92
  "@storybook/addon-designs": "^8.2.1",
@@ -97,17 +101,17 @@
97
101
  "@storybook/web-components": "^8.6.14",
98
102
  "@storybook/web-components-vite": "^8.6.14",
99
103
  "@types/react": "^19.1.8",
100
- "@typescript-eslint/parser": "^8.35.0",
104
+ "@typescript-eslint/parser": "^8.36.0",
101
105
  "@vitest/browser": "^3.2.4",
102
106
  "@vitest/coverage-v8": "^3.2.4",
103
107
  "@vitest/ui": "3.2.4",
104
108
  "axe-core": "^4.10.3",
105
109
  "cem-plugin-expanded-types": "^1.4.0",
106
- "chromatic": "^12.2.0",
110
+ "chromatic": "^13.1.2",
107
111
  "conventional-changelog-conventionalcommits": "^9.0.0",
108
112
  "custom-element-jet-brains-integration": "^1.7.0",
109
113
  "custom-elements-manifest": "^2.1.0",
110
- "eslint": "^9.30.0",
114
+ "eslint": "^9.30.1",
111
115
  "eslint-config-standard": "^17.1.0",
112
116
  "eslint-plugin-import": "^2.32.0",
113
117
  "eslint-plugin-json": "^4.0.1",
@@ -117,7 +121,7 @@
117
121
  "eslint-plugin-yml": "1.18.0",
118
122
  "glob": "^11.0.3",
119
123
  "jsdom": "26.1.0",
120
- "playwright": "1.53.1",
124
+ "playwright": "1.53.2",
121
125
  "postcss": "^8.5.6",
122
126
  "rimraf": "^6.0.1",
123
127
  "sass": "1.89.2",
@@ -126,9 +130,9 @@
126
130
  "storybook-dark-mode": "^4.0.2",
127
131
  "storybook-design-token": "^3.3.0",
128
132
  "typescript": "^5.8.3",
129
- "vite": "6.3.5",
133
+ "vite": "7.0.3",
130
134
  "vite-plugin-dts": "4.5.4",
131
- "vite-plugin-static-copy": "^3.0.2",
135
+ "vite-plugin-static-copy": "^3.1.0",
132
136
  "vitest": "^3.2.4",
133
137
  "wc-storybook-helpers": "2.0.4",
134
138
  "yaml-eslint-parser": "^1.3.0"