@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.
- package/dist/_virtual/_commonjsHelpers.js +1 -1
- package/dist/_virtual/index_html.js +1 -1
- package/dist/_virtual/index_react.js +1 -1
- package/dist/_virtual/preload-helper.js +1 -1
- package/dist/assets/node_modules/.pnpm/ckeditor5@45.2.1/node_modules/ckeditor5/dist/ckeditor5.css +1 -1
- package/dist/components/accordion/gator/base/accordion.gator.js +6 -6
- package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
- package/dist/components/alert/gator/base/alert.gator.js +2 -2
- package/dist/components/alert/gator/subtitle/alert-subtitle.gator.js +2 -2
- package/dist/components/alert/gator/title/alert-title.gator.js +2 -2
- package/dist/components/avatar/gator/avatar.gator.js +2 -2
- package/dist/components/badge/gator/badge.gator.js +2 -2
- package/dist/components/banner/gator/banner.gator.js +2 -2
- package/dist/components/boolean/boolean.gator.js +6 -6
- package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +2 -2
- package/dist/components/button/gator/button.gator.js +4 -4
- package/dist/components/button-group/gator/button-group.gator.js +2 -2
- package/dist/components/card/gator/footer/card-footer.gator.js +2 -2
- package/dist/components/card/gator/header/card-header.gator.js +2 -2
- package/dist/components/checkbox/checkbox.gator.js +5 -5
- package/dist/components/checkbox-group/checkbox-group.gator.js +8 -8
- package/dist/components/combobox/base/combobox.js +1 -1
- package/dist/components/combobox/base/combobox.slds.js +13 -13
- package/dist/components/date-picker/base/gator/datepicker.gator.js +18 -18
- package/dist/components/date-picker/year-month-selector/year-month-selector.gator.js +2 -2
- package/dist/components/headline-card/gator/headline-card.gator.js +2 -2
- package/dist/components/icon/gator/icon.gator.js +2 -2
- package/dist/components/illustration/gator/illustration.gator.js +2 -2
- package/dist/components/input/base/input-base.gator.js +1 -1
- package/dist/components/input/gator/dropdown/input-dropdown.gator.js +11 -11
- package/dist/components/input/gator/input-currency/input-currency.gator.js +2 -2
- package/dist/components/input/gator/input-date/input-date.gator.js +15 -15
- package/dist/components/input/gator/input-file/input-file.gator.js +3 -3
- package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -1
- package/dist/components/input/gator/input-phone/input-phone.gator.js +2 -2
- package/dist/components/input/gator/input-search/input-search.gator.js +2 -2
- package/dist/components/input/gator/input-text/input-text.gator.js +1 -1
- package/dist/components/input/gator/input-time/input-time.gator.js +2 -2
- package/dist/components/list/gator/list/list.gator.js +2 -2
- package/dist/components/list/gator/list-item/list-item.gator.js +6 -6
- package/dist/components/menu/base/gator/menu.gator.js +3 -3
- package/dist/components/menu/base/slds/menu.slds.js +2 -2
- package/dist/components/menu/menu-item/gator/menu-item.gator.js +2 -2
- package/dist/components/menu/menu-submenu/menu-submenu.js +1 -1
- package/dist/components/modal/gator/modal.gator.js +38 -39
- package/dist/components/page-header/gator/page-header.gator.js +2 -2
- package/dist/components/panel/gator/panel.gator.js +13 -13
- package/dist/components/panel/gator/panel.storybook-test.js +1 -1
- package/dist/components/pill/pill.slds.js +3 -3
- package/dist/components/popover/gator/popover.gator.js +10 -10
- package/dist/components/popover/popover.js +1 -1
- package/dist/components/radio/radio.gator.js +2 -2
- package/dist/components/radio-group/radio-group.gator.js +2 -2
- package/dist/components/selection-box-group/selection-box-group.gator.js +5 -5
- package/dist/components/selector/gator/selector.gator.js +2 -2
- package/dist/components/switch/gator/switch.gator.js +2 -2
- package/dist/components/tabs/gator/tabset/tabset.gator.js +3 -3
- package/dist/components/text-detail/gator/text-detail.gator.js +17 -18
- package/dist/components/time-picker/gator/time-picker.gator.js +19 -19
- package/dist/components/toast/gator/base/toast.gator.js +8 -9
- package/dist/components/toast/gator/subtitle/toast-subtitle.gator.js +2 -2
- package/dist/components/toast/gator/title/toast-title.gator.js +2 -2
- package/dist/components/toast/toast.js +1 -1
- package/dist/components/toast-container/gator/toast-container.gator.js +18 -0
- package/dist/components/toast-container/index.js +1 -0
- package/dist/components/toaster/gator/toaster.gator.js +5 -0
- package/dist/components/toaster/index.js +1 -0
- package/dist/components/tooltip/tooltip.js +1 -1
- package/dist/index.gator.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.services.js +1 -0
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-autosave@45.2.1/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@45.2.1/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@45.2.1/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js +10 -10
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@45.2.1/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-code-block@45.2.1/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js +5 -5
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-core@45.2.1/node_modules/@ckeditor/ckeditor5-core/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-editor-classic@45.2.1/node_modules/@ckeditor/ckeditor5-editor-classic/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-engine@45.2.1/node_modules/@ckeditor/ckeditor5-engine/dist/index.js +12 -12
- 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
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-font@45.2.1/node_modules/@ckeditor/ckeditor5-font/dist/index.js +3 -3
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-heading@45.2.1/node_modules/@ckeditor/ckeditor5-heading/dist/index.js +3 -3
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@45.2.1/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-html-support@45.2.1/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js +6 -6
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-image@45.2.1/node_modules/@ckeditor/ckeditor5-image/dist/index.js +4 -4
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-indent@45.2.1/node_modules/@ckeditor/ckeditor5-indent/dist/index.js +4 -4
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-link@45.2.1/node_modules/@ckeditor/ckeditor5-link/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-list@45.2.1/node_modules/@ckeditor/ckeditor5-list/dist/index.js +5 -5
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@45.2.1/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js +4 -4
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@45.2.1/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@45.2.1/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js +2 -2
- 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
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@45.2.1/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@45.2.1/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-style@45.2.1/node_modules/@ckeditor/ckeditor5-style/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-table@45.2.1/node_modules/@ckeditor/ckeditor5-table/dist/index.js +6 -6
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-typing@45.2.1/node_modules/@ckeditor/ckeditor5-typing/dist/index.js +4 -4
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-ui@45.2.1/node_modules/@ckeditor/ckeditor5-ui/dist/index.js +10 -10
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-undo@45.2.1/node_modules/@ckeditor/ckeditor5-undo/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-upload@45.2.1/node_modules/@ckeditor/ckeditor5-upload/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-utils@45.2.1/node_modules/@ckeditor/ckeditor5-utils/dist/index.js +38 -38
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@45.2.1/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js +3 -3
- package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-widget@45.2.1/node_modules/@ckeditor/ckeditor5-widget/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@deltablot_dropzone@7.3.1/node_modules/@deltablot/dropzone/dist/dropzone.js +1 -1
- package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/main.js +1 -1
- package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/dist/common/fetch.js +1 -0
- package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/dist/connect/figma_rest_api.js +1 -0
- 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
- package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/package.json.js +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.2/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
- package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js +2 -2
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@vitest_expect@3.2.4/node_modules/@vitest/expect/dist/index.js +8 -8
- package/dist/node_modules/.pnpm/@vitest_pretty-format@3.2.4/node_modules/@vitest/pretty-format/dist/index.js +2 -2
- package/dist/node_modules/.pnpm/@vitest_runner@3.2.4/node_modules/@vitest/runner/dist/chunk-hooks.js +5 -5
- package/dist/node_modules/.pnpm/@vitest_snapshot@3.2.4/node_modules/@vitest/snapshot/dist/index.js +11 -11
- package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/diff.js +21 -21
- package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/error.js +2 -2
- package/dist/node_modules/.pnpm/axe-core@4.10.3/node_modules/axe-core/axe.js +4 -4
- package/dist/node_modules/.pnpm/chai@5.2.0/node_modules/chai/chai.js +3 -3
- package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +1 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +1 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/get.js +1 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/unset.js +1 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +1 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/debounce.js +1 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/cloneDeepWith.js +1 -1
- package/dist/node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js +2 -2
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/async-directive.js +1 -1
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directive-helpers.js +2 -2
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js +2 -2
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js +2 -2
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/repeat.js +5 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js +3 -3
- package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/cache.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/cachestorage.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cookies/parse.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/constants.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/headers.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/index.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/request.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/response.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/util.js +2 -2
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/webidl.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/connection.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/events.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/frame.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/receiver.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/util.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/websocket.js +1 -1
- 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
- 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
- package/dist/packages/web-components/src/components/button/gator/button.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/modal/gator/modal.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/switch/gator/switch.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/text-detail/gator/text-detail.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/toast/gator/base/toast.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/toast-container/gator/toast-container.gator.scss.js +1 -0
- package/dist/packages/web-components/src/components/toaster/gator/toaster.gator.scss.js +1 -0
- package/dist/packages/web-components/src/index.slds.scss.js +1 -1
- package/dist/services/toaster-service.js +1 -0
- package/dist/types/components/modal/gator/modal.gator.d.ts +1 -1
- package/dist/types/components/text-detail/gator/text-detail.gator.d.ts +4 -2
- package/dist/types/components/toast/toast.d.ts +14 -0
- package/dist/types/components/toast-container/gator/toast-container.gator.d.ts +15 -0
- package/dist/types/components/toast-container/gator/toast-container.gator.test.d.ts +0 -0
- package/dist/types/components/toast-container/index.d.ts +1 -0
- package/dist/types/components/toaster/gator/toaster.gator.d.ts +32 -0
- package/dist/types/components/toaster/gator/toaster.gator.test.d.ts +0 -0
- package/dist/types/components/toaster/index.d.ts +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.gator.d.ts +2 -0
- package/dist/types/index.services.d.ts +1 -0
- package/dist/types/services/toaster-service.d.ts +117 -0
- package/dist/types/services/toaster-service.test.d.ts +1 -0
- package/dist/utils/accessibility-utils.js +1 -1
- package/dist/utils/datatestid-utils.js +1 -1
- package/dist/utils/lightdom-utils.js +1 -1
- package/dist/utils/vitest-a11y-utils.js +1 -1
- package/dist/utils/vitest-utils.js +1 -1
- package/package.json +15 -11
- package/web-types.json +182 -110
- package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/dist/common/fetch.js +0 -1
- package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/dist/connect/figma_rest_api.js +0 -1
- package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/package.json.js +0 -1
- 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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
|
|
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> |
|
|
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
|
+
}
|
|
File without changes
|
|
@@ -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
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as NgcToaster from './gator/toaster.gator';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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": "^
|
|
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.
|
|
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.
|
|
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": "
|
|
133
|
+
"vite": "7.0.3",
|
|
130
134
|
"vite-plugin-dts": "4.5.4",
|
|
131
|
-
"vite-plugin-static-copy": "^3.0
|
|
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"
|