@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
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ncino/web-components",
4
- "version": "5.0.0-preview.1",
4
+ "version": "5.0.0-preview.3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -302,7 +302,6 @@
302
302
  { "name": "textDetailMarkup" },
303
303
  { "name": "verticalClass" },
304
304
  { "name": "invertTitleClass" },
305
- { "name": "textDetailLoadingMarkup" },
306
305
  { "name": "textDetailSubtitleIconMarkup" },
307
306
  { "name": "textDetailSubtitleMarkup" },
308
307
  { "name": "title", "type": "string" },
@@ -4369,7 +4368,7 @@
4369
4368
  { "name": "footerWarningMessageMarkup" },
4370
4369
  { "name": "footerPrimaryActionButtonMarkup" },
4371
4370
  { "name": "footerSecondaryActionButtonMarkup" },
4372
- { "name": "actionButtonLoaderMarkup" },
4371
+ { "name": "buttonSize" },
4373
4372
  { "name": "dialogRole", "type": "'dialog' | 'alertdialog'" },
4374
4373
  { "name": "open", "type": "boolean" },
4375
4374
  {
@@ -5009,10 +5008,74 @@
5009
5008
  }
5010
5009
  },
5011
5010
  {
5012
- "name": "ngc-toast",
5013
- "description": "\n---\n\n\n### **Events:**\n - **dismiss**\n\n### **Slots:**\n - _default_ - The content within the toast",
5011
+ "name": "ngc-toast-title",
5012
+ "description": "\n---\n\n\n### **Slots:**\n - _default_ - The title content",
5013
+ "doc-url": "",
5014
+ "attributes": [
5015
+ {
5016
+ "name": "id",
5017
+ "description": "Unique identifier for the toast.",
5018
+ "value": { "type": "string", "default": "''" }
5019
+ },
5020
+ {
5021
+ "name": "variant",
5022
+ "value": {
5023
+ "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'",
5024
+ "default": "'info'"
5025
+ }
5026
+ },
5027
+ {
5028
+ "name": "dismissible",
5029
+ "value": { "type": "boolean", "default": "false" }
5030
+ },
5031
+ {
5032
+ "name": "sticky",
5033
+ "value": { "type": "boolean", "default": "false" }
5034
+ },
5035
+ { "name": "exit-icon-label", "value": { "type": "string" } },
5036
+ {
5037
+ "name": "status-icon-label",
5038
+ "value": { "type": "string", "default": "''" }
5039
+ },
5040
+ { "name": "title", "value": { "type": "string", "default": "''" } },
5041
+ {
5042
+ "name": "subtitle",
5043
+ "value": { "type": "string", "default": "''" }
5044
+ }
5045
+ ],
5046
+ "slots": [{ "name": "", "description": "The title content" }],
5047
+ "events": [],
5048
+ "js": {
5049
+ "properties": [
5050
+ {
5051
+ "name": "id",
5052
+ "description": "Unique identifier for the toast.",
5053
+ "type": "string"
5054
+ },
5055
+ {
5056
+ "name": "variant",
5057
+ "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
5058
+ },
5059
+ { "name": "dismissible", "type": "boolean" },
5060
+ { "name": "sticky", "type": "boolean" },
5061
+ { "name": "exitIconLabel", "type": "string" },
5062
+ { "name": "statusIconLabel", "type": "string" },
5063
+ { "name": "title", "type": "string" },
5064
+ { "name": "subtitle", "type": "string" }
5065
+ ],
5066
+ "events": []
5067
+ }
5068
+ },
5069
+ {
5070
+ "name": "ngc-toast-subtitle",
5071
+ "description": "\n---\n\n\n### **Slots:**\n - _default_ - The subtitle content",
5014
5072
  "doc-url": "",
5015
5073
  "attributes": [
5074
+ {
5075
+ "name": "id",
5076
+ "description": "Unique identifier for the toast.",
5077
+ "value": { "type": "string", "default": "''" }
5078
+ },
5016
5079
  {
5017
5080
  "name": "variant",
5018
5081
  "value": {
@@ -5028,10 +5091,66 @@
5028
5091
  "name": "sticky",
5029
5092
  "value": { "type": "boolean", "default": "false" }
5030
5093
  },
5094
+ { "name": "exit-icon-label", "value": { "type": "string" } },
5095
+ {
5096
+ "name": "status-icon-label",
5097
+ "value": { "type": "string", "default": "''" }
5098
+ },
5099
+ { "name": "title", "value": { "type": "string", "default": "''" } },
5100
+ {
5101
+ "name": "subtitle",
5102
+ "value": { "type": "string", "default": "''" }
5103
+ }
5104
+ ],
5105
+ "slots": [{ "name": "", "description": "The subtitle content" }],
5106
+ "events": [],
5107
+ "js": {
5108
+ "properties": [
5109
+ {
5110
+ "name": "id",
5111
+ "description": "Unique identifier for the toast.",
5112
+ "type": "string"
5113
+ },
5114
+ {
5115
+ "name": "variant",
5116
+ "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
5117
+ },
5118
+ { "name": "dismissible", "type": "boolean" },
5119
+ { "name": "sticky", "type": "boolean" },
5120
+ { "name": "exitIconLabel", "type": "string" },
5121
+ { "name": "statusIconLabel", "type": "string" },
5122
+ { "name": "title", "type": "string" },
5123
+ { "name": "subtitle", "type": "string" }
5124
+ ],
5125
+ "events": []
5126
+ }
5127
+ },
5128
+ {
5129
+ "name": "ngc-toast",
5130
+ "description": "\n---\n\n\n### **Events:**\n - **dismiss**\n\n### **Slots:**\n - _default_ - The content within the toast",
5131
+ "doc-url": "",
5132
+ "attributes": [
5031
5133
  {
5032
- "name": "exit-icon-label",
5134
+ "name": "id",
5135
+ "description": "Unique identifier for the toast.",
5033
5136
  "value": { "type": "string", "default": "''" }
5034
5137
  },
5138
+ {
5139
+ "name": "variant",
5140
+ "value": {
5141
+ "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'",
5142
+ "default": "'info'"
5143
+ }
5144
+ },
5145
+ {
5146
+ "name": "dismissible",
5147
+ "value": { "type": "boolean", "default": "false" }
5148
+ },
5149
+ {
5150
+ "name": "sticky",
5151
+ "value": { "type": "boolean", "default": "false" }
5152
+ },
5153
+ { "name": "exit-icon-label", "value": { "type": "string" } },
5035
5154
  {
5036
5155
  "name": "status-icon-label",
5037
5156
  "value": { "type": "string", "default": "''" }
@@ -5053,6 +5172,11 @@
5053
5172
  { "name": "variantClass" },
5054
5173
  { "name": "iconMarkup" },
5055
5174
  { "name": "dismissibleMarkup" },
5175
+ {
5176
+ "name": "id",
5177
+ "description": "Unique identifier for the toast.",
5178
+ "type": "string"
5179
+ },
5056
5180
  {
5057
5181
  "name": "variant",
5058
5182
  "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
@@ -5067,6 +5191,58 @@
5067
5191
  "events": [{ "name": "dismiss", "type": "CustomEvent" }]
5068
5192
  }
5069
5193
  },
5194
+ {
5195
+ "name": "ngc-toast-container",
5196
+ "description": "\n---\n",
5197
+ "doc-url": "",
5198
+ "attributes": [
5199
+ {
5200
+ "name": "toasts",
5201
+ "value": { "type": "NJC_TOAST_OPTIONS[]", "default": "[]" }
5202
+ }
5203
+ ],
5204
+ "events": [],
5205
+ "js": {
5206
+ "properties": [{ "name": "toasts", "type": "NJC_TOAST_OPTIONS[]" }],
5207
+ "events": []
5208
+ }
5209
+ },
5210
+ {
5211
+ "name": "ngc-toaster",
5212
+ "description": "\n---\n",
5213
+ "doc-url": "",
5214
+ "attributes": [
5215
+ {
5216
+ "name": "position",
5217
+ "description": "Fixed position of the toast container on the screen",
5218
+ "value": {
5219
+ "type": "'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'",
5220
+ "default": "'top-right'"
5221
+ }
5222
+ },
5223
+ {
5224
+ "name": "default-toast-options",
5225
+ "description": "Default options for toasts created by this toaster. Can be overridden by the `addToast` method.",
5226
+ "value": { "type": "DefaultToastOptions", "default": "{}" }
5227
+ }
5228
+ ],
5229
+ "events": [],
5230
+ "js": {
5231
+ "properties": [
5232
+ {
5233
+ "name": "position",
5234
+ "description": "Fixed position of the toast container on the screen",
5235
+ "type": "'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'"
5236
+ },
5237
+ {
5238
+ "name": "defaultToastOptions",
5239
+ "description": "Default options for toasts created by this toaster. Can be overridden by the `addToast` method.",
5240
+ "type": "DefaultToastOptions"
5241
+ }
5242
+ ],
5243
+ "events": []
5244
+ }
5245
+ },
5070
5246
  {
5071
5247
  "name": "nsc-tooltip",
5072
5248
  "description": "\n---\n\n\n### **Methods:**\n - **assignPosition()** - Override this function to use floating UI autoUpdate and computePosition",
@@ -5689,110 +5865,6 @@
5689
5865
  ],
5690
5866
  "events": []
5691
5867
  }
5692
- },
5693
- {
5694
- "name": "ngc-toast-subtitle",
5695
- "description": "\n---\n\n\n### **Slots:**\n - _default_ - The subtitle content",
5696
- "doc-url": "",
5697
- "attributes": [
5698
- {
5699
- "name": "variant",
5700
- "value": {
5701
- "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'",
5702
- "default": "'info'"
5703
- }
5704
- },
5705
- {
5706
- "name": "dismissible",
5707
- "value": { "type": "boolean", "default": "false" }
5708
- },
5709
- {
5710
- "name": "sticky",
5711
- "value": { "type": "boolean", "default": "false" }
5712
- },
5713
- {
5714
- "name": "exit-icon-label",
5715
- "value": { "type": "string", "default": "''" }
5716
- },
5717
- {
5718
- "name": "status-icon-label",
5719
- "value": { "type": "string", "default": "''" }
5720
- },
5721
- { "name": "title", "value": { "type": "string", "default": "''" } },
5722
- {
5723
- "name": "subtitle",
5724
- "value": { "type": "string", "default": "''" }
5725
- }
5726
- ],
5727
- "slots": [{ "name": "", "description": "The subtitle content" }],
5728
- "events": [],
5729
- "js": {
5730
- "properties": [
5731
- {
5732
- "name": "variant",
5733
- "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
5734
- },
5735
- { "name": "dismissible", "type": "boolean" },
5736
- { "name": "sticky", "type": "boolean" },
5737
- { "name": "exitIconLabel", "type": "string" },
5738
- { "name": "statusIconLabel", "type": "string" },
5739
- { "name": "title", "type": "string" },
5740
- { "name": "subtitle", "type": "string" }
5741
- ],
5742
- "events": []
5743
- }
5744
- },
5745
- {
5746
- "name": "ngc-toast-title",
5747
- "description": "\n---\n\n\n### **Slots:**\n - _default_ - The title content",
5748
- "doc-url": "",
5749
- "attributes": [
5750
- {
5751
- "name": "variant",
5752
- "value": {
5753
- "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'",
5754
- "default": "'info'"
5755
- }
5756
- },
5757
- {
5758
- "name": "dismissible",
5759
- "value": { "type": "boolean", "default": "false" }
5760
- },
5761
- {
5762
- "name": "sticky",
5763
- "value": { "type": "boolean", "default": "false" }
5764
- },
5765
- {
5766
- "name": "exit-icon-label",
5767
- "value": { "type": "string", "default": "''" }
5768
- },
5769
- {
5770
- "name": "status-icon-label",
5771
- "value": { "type": "string", "default": "''" }
5772
- },
5773
- { "name": "title", "value": { "type": "string", "default": "''" } },
5774
- {
5775
- "name": "subtitle",
5776
- "value": { "type": "string", "default": "''" }
5777
- }
5778
- ],
5779
- "slots": [{ "name": "", "description": "The title content" }],
5780
- "events": [],
5781
- "js": {
5782
- "properties": [
5783
- {
5784
- "name": "variant",
5785
- "type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
5786
- },
5787
- { "name": "dismissible", "type": "boolean" },
5788
- { "name": "sticky", "type": "boolean" },
5789
- { "name": "exitIconLabel", "type": "string" },
5790
- { "name": "statusIconLabel", "type": "string" },
5791
- { "name": "title", "type": "string" },
5792
- { "name": "subtitle", "type": "string" }
5793
- ],
5794
- "events": []
5795
- }
5796
5868
  }
5797
5869
  ]
5798
5870
  },
@@ -1 +0,0 @@
1
- import{__exports as n}from"../../../../../../../../_virtual/fetch.js";import{__require as E}from"../../../../../../undici@5.29.0/node_modules/undici/index.js";var x;function g(){if(x)return n;x=1;var c={};Object.defineProperty(n,"__esModule",{value:!0}),n.request=n.isFetchError=void 0,n.getProxyUrl=f;const o=E();class u extends Error{constructor(t,r){super(),this.response=t,this.data=r}}const P=e=>e instanceof u;n.isFetchError=P;function f(){return c.HTTPS_PROXY||c.HTTP_PROXY||c.https_proxy||c.http_proxy}const h=f(),d=h?new o.ProxyAgent({uri:h}):void 0;d&&(0,o.setGlobalDispatcher)(d);async function i(e,t,r={},_){const p=new URL(e);r!=null&&r.query&&Object.entries(r.query).forEach(([a,l])=>{p.searchParams.append(a,l)}),e=p.toString(),_&&(r.body=JSON.stringify(_));const s=await fetch(e,{...r,method:t});if(!s.ok){let a;try{a=await s.json()}catch{a=void 0}throw new u(s,a)}const y=await s.text(),q=y?JSON.parse(y):{};return{response:s,data:q}}return n.request={get:(e,t={})=>i(e,"GET",t),post:(e,t,r={})=>i(e,"POST",r,t),put:(e,t,r={})=>i(e,"PUT",r,t),delete:(e,t,r={})=>i(e,"DELETE",r,t)},n}export{g as __require};
@@ -1 +0,0 @@
1
- import{__exports as t}from"../../../../../../../../_virtual/figma_rest_api.js";import{__require as l}from"../common/fetch.js";import{__require as p}from"../common/logging.js";import F from"../../package.json.js";var u;function $(){if(u)return t;u=1,Object.defineProperty(t,"__esModule",{value:!0}),t.FigmaRestApi=void 0,t.getApiUrl=f,t.getHeaders=n,t.getDocument=d;const a=l(),r=p(),c=F.version;function f(o){return"https://api.figma.com/v1"}function n(o){return{"X-Figma-Token":o,"Content-Type":"application/json","User-Agent":`code-connect-cli/${c}`}}var s;(function(o){(function(i){i.Boolean="BOOLEAN",i.InstanceSwap="INSTANCE_SWAP",i.Text="TEXT",i.Variant="VARIANT"})(o.ComponentPropertyType||(o.ComponentPropertyType={}))})(s||(t.FigmaRestApi=s={}));async function d(o,i){var g,m;try{r.logger.info("Fetching component information from Figma...");const e=await a.request.get(o,{headers:n(i)});return e.response.status===200?(r.logger.info("Successfully fetched component information from Figma"),e.data.document):(r.logger.error(`Failed to get node information from Figma with status: ${e.response.status}`),r.logger.debug("Failed to get node information from Figma with Body:",e.data),Promise.reject())}catch(e){return(0,a.isFetchError)(e)?(e.response?r.logger.error(`Failed to get node data from Figma (${e.response.status}): ${e.response.status} ${((g=e.data)==null?void 0:g.err)??((m=e.data)==null?void 0:m.message)}`):r.logger.error(`Failed to get node data from Figma: ${e.message}`),r.logger.debug(JSON.stringify(e.data))):r.logger.error(`Failed to create: ${e}`),Promise.reject()}}return t}export{$ as __require};
@@ -1 +0,0 @@
1
- const e="1.3.3",o={version:e};export{o as default,e as version};
@@ -1 +0,0 @@
1
- const r=null;var t,o;const e=(o=(t=globalThis.__vitest_worker__)==null?void 0:t.ctx)==null?void 0:o.pool;throw new Error("@vitest/browser/context can be imported only inside the Browser Mode. "+(e?`Your test is running in ${e} pool. Make sure your regular tests are excluded from the "test.include" glob pattern.`:"Instead, it was imported outside of Vitest."));export{r as page};