@ncino/web-components 4.3.0-preview.9 → 5.0.0-preview.10
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.figma.js +10 -0
- package/dist/components/accordion/gator/base/accordion.gator.js +11 -9
- package/dist/components/accordion/gator/group/accordion-group.gator.figma.js +3 -0
- 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 +5 -5
- package/dist/components/badge/gator/badge.gator.js +2 -2
- package/dist/components/banner/gator/banner.gator.figma.js +8 -0
- package/dist/components/banner/gator/banner.gator.js +6 -5
- package/dist/components/boolean/boolean.gator.figma.js +11 -0
- package/dist/components/boolean/boolean.gator.js +6 -6
- package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.figma.js +3 -0
- package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +2 -2
- package/dist/components/breadcrumbs/gator/container/breadcrumbs.gator.figma.js +5 -0
- 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/chip/chip.js +1 -1
- package/dist/components/chip/gator/chip.gator.js +15 -5
- 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/table/gator/table-bulk-controls/table-bulk-controls.gator.js +16 -0
- package/dist/components/table/gator/table.gator.js +55 -36
- package/dist/components/tabs/gator/tabset/tabset.gator.js +3 -3
- package/dist/components/text-detail/gator/text-detail.gator.figma.js +30 -0
- 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/@jridgewell_sourcemap-codec@1.5.4/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.js +1 -0
- 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 +12 -12
- 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/magic-string@0.30.17/node_modules/magic-string/dist/magic-string.es.js +1 -1
- 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 +8 -0
- 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 +12 -0
- package/dist/packages/web-components/src/components/accordion/gator/base/accordion.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/accordion/gator/group/accordion-group.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/banner/gator/banner.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/button/gator/button.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/button-card/gator/button-card.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/card/gator/base/card.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/chip/gator/chip.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/table/gator/table-bulk-controls/table-bulk-controls.gator.scss.js +1 -0
- 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/accordion/gator/base/accordion.gator.d.ts +13 -3
- package/dist/types/components/accordion/gator/base/accordion.gator.figma.d.ts +1 -0
- package/dist/types/components/accordion/gator/group/accordion-group.gator.d.ts +5 -0
- package/dist/types/components/accordion/gator/group/accordion-group.gator.figma.d.ts +1 -0
- package/dist/types/components/avatar/gator/avatar.gator.d.ts +1 -0
- package/dist/types/components/banner/gator/banner.gator.d.ts +5 -0
- package/dist/types/components/banner/gator/banner.gator.figma.d.ts +1 -0
- package/dist/types/components/boolean/boolean.gator.figma.d.ts +1 -0
- package/dist/types/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.figma.d.ts +1 -0
- package/dist/types/components/breadcrumbs/gator/container/breadcrumbs.gator.figma.d.ts +1 -0
- package/dist/types/components/chip/chip.d.ts +10 -0
- package/dist/types/components/chip/gator/chip.gator.d.ts +1 -0
- package/dist/types/components/modal/gator/modal.gator.d.ts +1 -1
- package/dist/types/components/table/gator/table-bulk-controls/table-bulk-controls.gator.d.ts +29 -0
- package/dist/types/components/table/gator/table-bulk-controls/table-bulk-controls.gator.test.d.ts +0 -0
- package/dist/types/components/table/gator/table.gator.d.ts +9 -0
- package/dist/types/components/text-detail/gator/text-detail.gator.d.ts +4 -2
- package/dist/types/components/text-detail/gator/text-detail.gator.figma.d.ts +1 -0
- 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 +16 -12
- package/web-types.json +293 -114
- package/dist/_virtual/sourcemap-codec.umd.js +0 -1
- package/dist/_virtual/sourcemap-codec.umd2.js +0 -1
- 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/@jridgewell_sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -1
- package/dist/node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.7_typescript@5.8.3__playwright@1.53.1__894c207534f0ba223b8299d9f5ff1049/node_modules/@vitest/browser/context.js +0 -1
- package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.7_@vitest_browser@3.2.4_@vitest_ui@3._93f645c93c51b497c065da8f21fff0a5/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js +0 -8
- package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.7_@vitest_browser@3.2.4_@vitest_ui@3._93f645c93c51b497c065da8f21fff0a5/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js +0 -12
- package/dist/packages/web-components/src/components/accordion/gator/base/accordion.gator.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/accordion/gator/group/accordion-group.gator.tokens.scss.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
- /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.7_@vitest_browser@3.2.4_@vitest_ui@3._93f645c93c51b497c065da8f21fff0a5 → 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/_commonjsHelpers.BFTU3MAI.js +0 -0
- /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.7_@vitest_browser@3.2.4_@vitest_ui@3._93f645c93c51b497c065da8f21fff0a5 → 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/date.Bq6ZW5rf.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": "
|
|
4
|
+
"version": "5.0.0-preview.9",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "ngc-chip",
|
|
116
|
-
"description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - _default_ - The content within the button",
|
|
116
|
+
"description": "\n---\n\n\n### **Events:**\n - **click**\n- **dismiss**\n\n### **Slots:**\n - _default_ - The content within the button",
|
|
117
117
|
"doc-url": "",
|
|
118
118
|
"attributes": [
|
|
119
119
|
{
|
|
@@ -139,6 +139,14 @@
|
|
|
139
139
|
"name": "hide-border",
|
|
140
140
|
"value": { "type": "boolean", "default": "false" }
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"name": "start-icon",
|
|
144
|
+
"value": { "type": "String", "default": "''" }
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "dismissible",
|
|
148
|
+
"value": { "type": "boolean", "default": "false" }
|
|
149
|
+
},
|
|
142
150
|
{
|
|
143
151
|
"name": "data-testid",
|
|
144
152
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
@@ -147,7 +155,10 @@
|
|
|
147
155
|
"slots": [
|
|
148
156
|
{ "name": "", "description": "The content within the button" }
|
|
149
157
|
],
|
|
150
|
-
"events": [
|
|
158
|
+
"events": [
|
|
159
|
+
{ "name": "click", "type": "Event" },
|
|
160
|
+
{ "name": "dismiss", "type": "Event" }
|
|
161
|
+
],
|
|
151
162
|
"js": {
|
|
152
163
|
"properties": [
|
|
153
164
|
{ "name": "chipMarkup" },
|
|
@@ -161,12 +172,17 @@
|
|
|
161
172
|
},
|
|
162
173
|
{ "name": "size", "type": " | 'small'" },
|
|
163
174
|
{ "name": "hideBorder", "type": "boolean" },
|
|
175
|
+
{ "name": "startIcon", "type": "String" },
|
|
176
|
+
{ "name": "dismissible", "type": "boolean" },
|
|
164
177
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
165
178
|
{ "name": "labelDataTestid" },
|
|
166
179
|
{ "name": "helpTextDataTestid" },
|
|
167
180
|
{ "name": "errorMessageDataTestid" }
|
|
168
181
|
],
|
|
169
|
-
"events": [
|
|
182
|
+
"events": [
|
|
183
|
+
{ "name": "click", "type": "Event" },
|
|
184
|
+
{ "name": "dismiss", "type": "Event" }
|
|
185
|
+
]
|
|
170
186
|
}
|
|
171
187
|
},
|
|
172
188
|
{
|
|
@@ -302,7 +318,6 @@
|
|
|
302
318
|
{ "name": "textDetailMarkup" },
|
|
303
319
|
{ "name": "verticalClass" },
|
|
304
320
|
{ "name": "invertTitleClass" },
|
|
305
|
-
{ "name": "textDetailLoadingMarkup" },
|
|
306
321
|
{ "name": "textDetailSubtitleIconMarkup" },
|
|
307
322
|
{ "name": "textDetailSubtitleMarkup" },
|
|
308
323
|
{ "name": "title", "type": "string" },
|
|
@@ -354,10 +369,10 @@
|
|
|
354
369
|
"js": {
|
|
355
370
|
"properties": [
|
|
356
371
|
{ "name": "headerMarkup" },
|
|
357
|
-
{ "name": "insideCardClasses" },
|
|
358
372
|
{ "name": "iconName" },
|
|
359
373
|
{ "name": "contentId" },
|
|
360
374
|
{ "name": "headerId" },
|
|
375
|
+
{ "name": "borderRadius" },
|
|
361
376
|
{ "name": "isExpanded", "type": "boolean" },
|
|
362
377
|
{ "name": "title", "type": "String" },
|
|
363
378
|
{ "name": "subtitle", "type": "String" },
|
|
@@ -385,6 +400,10 @@
|
|
|
385
400
|
"name": "headingLevel",
|
|
386
401
|
"value": { "type": "string", "default": "''" }
|
|
387
402
|
},
|
|
403
|
+
{
|
|
404
|
+
"name": "hide-border",
|
|
405
|
+
"value": { "type": "boolean", "default": "false" }
|
|
406
|
+
},
|
|
388
407
|
{
|
|
389
408
|
"name": "is-expanded",
|
|
390
409
|
"value": { "type": "boolean", "default": "false" }
|
|
@@ -411,6 +430,7 @@
|
|
|
411
430
|
"properties": [
|
|
412
431
|
{ "name": "multiple", "type": "boolean" },
|
|
413
432
|
{ "name": "headingLevel", "type": "string" },
|
|
433
|
+
{ "name": "hideBorder", "type": "boolean" },
|
|
414
434
|
{ "name": "isExpanded", "type": "boolean" },
|
|
415
435
|
{ "name": "title", "type": "String" },
|
|
416
436
|
{ "name": "subtitle", "type": "String" },
|
|
@@ -601,6 +621,7 @@
|
|
|
601
621
|
"js": {
|
|
602
622
|
"properties": [
|
|
603
623
|
{ "name": "_avatarRef", "type": "Ref<HTMLDivElement>" },
|
|
624
|
+
{ "name": "srcIsPopulated" },
|
|
604
625
|
{ "name": "pixelSize", "type": "number" },
|
|
605
626
|
{
|
|
606
627
|
"name": "size",
|
|
@@ -695,6 +716,10 @@
|
|
|
695
716
|
"description": "\n---\n\n\n### **Methods:**\n - **removeAttributesFromHost(name: _string_, oldValue: _string_, newValue: _string_)** - Removes an attribute from the host element and stores its original value in the map.\nAlso updates the corresponding `dataset` property for the attribute.\n- **restoreAttributesToHost()** - Restores all previously removed attributes to the host element.\nClears the map of removed attributes after restoration.\n\n### **Slots:**\n - _default_ - The content within the banner",
|
|
696
717
|
"doc-url": "",
|
|
697
718
|
"attributes": [
|
|
719
|
+
{
|
|
720
|
+
"name": "skeleton",
|
|
721
|
+
"value": { "type": "boolean", "default": "false" }
|
|
722
|
+
},
|
|
698
723
|
{
|
|
699
724
|
"name": "variant",
|
|
700
725
|
"value": {
|
|
@@ -713,6 +738,7 @@
|
|
|
713
738
|
"events": [],
|
|
714
739
|
"js": {
|
|
715
740
|
"properties": [
|
|
741
|
+
{ "name": "skeleton", "type": "boolean" },
|
|
716
742
|
{ "name": "contentRef", "type": "Ref<HTMLDivElement>" },
|
|
717
743
|
{ "name": "hasActions", "type": "boolean" },
|
|
718
744
|
{ "name": "variantClass" },
|
|
@@ -4363,7 +4389,7 @@
|
|
|
4363
4389
|
{ "name": "footerWarningMessageMarkup" },
|
|
4364
4390
|
{ "name": "footerPrimaryActionButtonMarkup" },
|
|
4365
4391
|
{ "name": "footerSecondaryActionButtonMarkup" },
|
|
4366
|
-
{ "name": "
|
|
4392
|
+
{ "name": "buttonSize" },
|
|
4367
4393
|
{ "name": "dialogRole", "type": "'dialog' | 'alertdialog'" },
|
|
4368
4394
|
{ "name": "open", "type": "boolean" },
|
|
4369
4395
|
{
|
|
@@ -5003,10 +5029,74 @@
|
|
|
5003
5029
|
}
|
|
5004
5030
|
},
|
|
5005
5031
|
{
|
|
5006
|
-
"name": "ngc-toast",
|
|
5007
|
-
"description": "\n---\n\n\n### **
|
|
5032
|
+
"name": "ngc-toast-title",
|
|
5033
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The title content",
|
|
5034
|
+
"doc-url": "",
|
|
5035
|
+
"attributes": [
|
|
5036
|
+
{
|
|
5037
|
+
"name": "id",
|
|
5038
|
+
"description": "Unique identifier for the toast.",
|
|
5039
|
+
"value": { "type": "string", "default": "''" }
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"name": "variant",
|
|
5043
|
+
"value": {
|
|
5044
|
+
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'",
|
|
5045
|
+
"default": "'info'"
|
|
5046
|
+
}
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"name": "dismissible",
|
|
5050
|
+
"value": { "type": "boolean", "default": "false" }
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"name": "sticky",
|
|
5054
|
+
"value": { "type": "boolean", "default": "false" }
|
|
5055
|
+
},
|
|
5056
|
+
{ "name": "exit-icon-label", "value": { "type": "string" } },
|
|
5057
|
+
{
|
|
5058
|
+
"name": "status-icon-label",
|
|
5059
|
+
"value": { "type": "string", "default": "''" }
|
|
5060
|
+
},
|
|
5061
|
+
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
5062
|
+
{
|
|
5063
|
+
"name": "subtitle",
|
|
5064
|
+
"value": { "type": "string", "default": "''" }
|
|
5065
|
+
}
|
|
5066
|
+
],
|
|
5067
|
+
"slots": [{ "name": "", "description": "The title content" }],
|
|
5068
|
+
"events": [],
|
|
5069
|
+
"js": {
|
|
5070
|
+
"properties": [
|
|
5071
|
+
{
|
|
5072
|
+
"name": "id",
|
|
5073
|
+
"description": "Unique identifier for the toast.",
|
|
5074
|
+
"type": "string"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"name": "variant",
|
|
5078
|
+
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
|
|
5079
|
+
},
|
|
5080
|
+
{ "name": "dismissible", "type": "boolean" },
|
|
5081
|
+
{ "name": "sticky", "type": "boolean" },
|
|
5082
|
+
{ "name": "exitIconLabel", "type": "string" },
|
|
5083
|
+
{ "name": "statusIconLabel", "type": "string" },
|
|
5084
|
+
{ "name": "title", "type": "string" },
|
|
5085
|
+
{ "name": "subtitle", "type": "string" }
|
|
5086
|
+
],
|
|
5087
|
+
"events": []
|
|
5088
|
+
}
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "ngc-toast-subtitle",
|
|
5092
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The subtitle content",
|
|
5008
5093
|
"doc-url": "",
|
|
5009
5094
|
"attributes": [
|
|
5095
|
+
{
|
|
5096
|
+
"name": "id",
|
|
5097
|
+
"description": "Unique identifier for the toast.",
|
|
5098
|
+
"value": { "type": "string", "default": "''" }
|
|
5099
|
+
},
|
|
5010
5100
|
{
|
|
5011
5101
|
"name": "variant",
|
|
5012
5102
|
"value": {
|
|
@@ -5022,10 +5112,66 @@
|
|
|
5022
5112
|
"name": "sticky",
|
|
5023
5113
|
"value": { "type": "boolean", "default": "false" }
|
|
5024
5114
|
},
|
|
5115
|
+
{ "name": "exit-icon-label", "value": { "type": "string" } },
|
|
5116
|
+
{
|
|
5117
|
+
"name": "status-icon-label",
|
|
5118
|
+
"value": { "type": "string", "default": "''" }
|
|
5119
|
+
},
|
|
5120
|
+
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
5121
|
+
{
|
|
5122
|
+
"name": "subtitle",
|
|
5123
|
+
"value": { "type": "string", "default": "''" }
|
|
5124
|
+
}
|
|
5125
|
+
],
|
|
5126
|
+
"slots": [{ "name": "", "description": "The subtitle content" }],
|
|
5127
|
+
"events": [],
|
|
5128
|
+
"js": {
|
|
5129
|
+
"properties": [
|
|
5130
|
+
{
|
|
5131
|
+
"name": "id",
|
|
5132
|
+
"description": "Unique identifier for the toast.",
|
|
5133
|
+
"type": "string"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "variant",
|
|
5137
|
+
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
|
|
5138
|
+
},
|
|
5139
|
+
{ "name": "dismissible", "type": "boolean" },
|
|
5140
|
+
{ "name": "sticky", "type": "boolean" },
|
|
5141
|
+
{ "name": "exitIconLabel", "type": "string" },
|
|
5142
|
+
{ "name": "statusIconLabel", "type": "string" },
|
|
5143
|
+
{ "name": "title", "type": "string" },
|
|
5144
|
+
{ "name": "subtitle", "type": "string" }
|
|
5145
|
+
],
|
|
5146
|
+
"events": []
|
|
5147
|
+
}
|
|
5148
|
+
},
|
|
5149
|
+
{
|
|
5150
|
+
"name": "ngc-toast",
|
|
5151
|
+
"description": "\n---\n\n\n### **Events:**\n - **dismiss**\n\n### **Slots:**\n - _default_ - The content within the toast",
|
|
5152
|
+
"doc-url": "",
|
|
5153
|
+
"attributes": [
|
|
5025
5154
|
{
|
|
5026
|
-
"name": "
|
|
5155
|
+
"name": "id",
|
|
5156
|
+
"description": "Unique identifier for the toast.",
|
|
5027
5157
|
"value": { "type": "string", "default": "''" }
|
|
5028
5158
|
},
|
|
5159
|
+
{
|
|
5160
|
+
"name": "variant",
|
|
5161
|
+
"value": {
|
|
5162
|
+
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'",
|
|
5163
|
+
"default": "'info'"
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"name": "dismissible",
|
|
5168
|
+
"value": { "type": "boolean", "default": "false" }
|
|
5169
|
+
},
|
|
5170
|
+
{
|
|
5171
|
+
"name": "sticky",
|
|
5172
|
+
"value": { "type": "boolean", "default": "false" }
|
|
5173
|
+
},
|
|
5174
|
+
{ "name": "exit-icon-label", "value": { "type": "string" } },
|
|
5029
5175
|
{
|
|
5030
5176
|
"name": "status-icon-label",
|
|
5031
5177
|
"value": { "type": "string", "default": "''" }
|
|
@@ -5047,6 +5193,11 @@
|
|
|
5047
5193
|
{ "name": "variantClass" },
|
|
5048
5194
|
{ "name": "iconMarkup" },
|
|
5049
5195
|
{ "name": "dismissibleMarkup" },
|
|
5196
|
+
{
|
|
5197
|
+
"name": "id",
|
|
5198
|
+
"description": "Unique identifier for the toast.",
|
|
5199
|
+
"type": "string"
|
|
5200
|
+
},
|
|
5050
5201
|
{
|
|
5051
5202
|
"name": "variant",
|
|
5052
5203
|
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
|
|
@@ -5061,6 +5212,58 @@
|
|
|
5061
5212
|
"events": [{ "name": "dismiss", "type": "CustomEvent" }]
|
|
5062
5213
|
}
|
|
5063
5214
|
},
|
|
5215
|
+
{
|
|
5216
|
+
"name": "ngc-toast-container",
|
|
5217
|
+
"description": "\n---\n",
|
|
5218
|
+
"doc-url": "",
|
|
5219
|
+
"attributes": [
|
|
5220
|
+
{
|
|
5221
|
+
"name": "toasts",
|
|
5222
|
+
"value": { "type": "NJC_TOAST_OPTIONS[]", "default": "[]" }
|
|
5223
|
+
}
|
|
5224
|
+
],
|
|
5225
|
+
"events": [],
|
|
5226
|
+
"js": {
|
|
5227
|
+
"properties": [{ "name": "toasts", "type": "NJC_TOAST_OPTIONS[]" }],
|
|
5228
|
+
"events": []
|
|
5229
|
+
}
|
|
5230
|
+
},
|
|
5231
|
+
{
|
|
5232
|
+
"name": "ngc-toaster",
|
|
5233
|
+
"description": "\n---\n",
|
|
5234
|
+
"doc-url": "",
|
|
5235
|
+
"attributes": [
|
|
5236
|
+
{
|
|
5237
|
+
"name": "position",
|
|
5238
|
+
"description": "Fixed position of the toast container on the screen",
|
|
5239
|
+
"value": {
|
|
5240
|
+
"type": "'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'",
|
|
5241
|
+
"default": "'top-right'"
|
|
5242
|
+
}
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "default-toast-options",
|
|
5246
|
+
"description": "Default options for toasts created by this toaster. Can be overridden by the `addToast` method.",
|
|
5247
|
+
"value": { "type": "DefaultToastOptions", "default": "{}" }
|
|
5248
|
+
}
|
|
5249
|
+
],
|
|
5250
|
+
"events": [],
|
|
5251
|
+
"js": {
|
|
5252
|
+
"properties": [
|
|
5253
|
+
{
|
|
5254
|
+
"name": "position",
|
|
5255
|
+
"description": "Fixed position of the toast container on the screen",
|
|
5256
|
+
"type": "'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'"
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"name": "defaultToastOptions",
|
|
5260
|
+
"description": "Default options for toasts created by this toaster. Can be overridden by the `addToast` method.",
|
|
5261
|
+
"type": "DefaultToastOptions"
|
|
5262
|
+
}
|
|
5263
|
+
],
|
|
5264
|
+
"events": []
|
|
5265
|
+
}
|
|
5266
|
+
},
|
|
5064
5267
|
{
|
|
5065
5268
|
"name": "nsc-tooltip",
|
|
5066
5269
|
"description": "\n---\n\n\n### **Methods:**\n - **assignPosition()** - Override this function to use floating UI autoUpdate and computePosition",
|
|
@@ -5109,6 +5312,82 @@
|
|
|
5109
5312
|
"events": []
|
|
5110
5313
|
}
|
|
5111
5314
|
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "ngc-table-bulk-controls",
|
|
5317
|
+
"description": "\n---\n\n\n### **Events:**\n - **selectall**\n\n### **Methods:**\n - **removeAttributesFromHost(name: _string_, oldValue: _string_, newValue: _string_)** - Removes an attribute from the host element and stores its original value in the map.\nAlso updates the corresponding `dataset` property for the attribute.\n- **restoreAttributesToHost()** - Restores all previously removed attributes to the host element.\nClears the map of removed attributes after restoration.",
|
|
5318
|
+
"doc-url": "",
|
|
5319
|
+
"attributes": [
|
|
5320
|
+
{
|
|
5321
|
+
"name": "visible",
|
|
5322
|
+
"description": "Whether the bulk controls should be visible",
|
|
5323
|
+
"value": { "type": "boolean", "default": "false" }
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"name": "selectedRows",
|
|
5327
|
+
"description": "The number of selected rows",
|
|
5328
|
+
"value": { "type": "number", "default": "0" }
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"name": "totalRows",
|
|
5332
|
+
"description": "The total number of rows",
|
|
5333
|
+
"value": { "type": "number", "default": "0" }
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "allSelected",
|
|
5337
|
+
"description": "Whether all rows are selected",
|
|
5338
|
+
"value": { "type": "boolean", "default": "false" }
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"name": "delegatesARIA",
|
|
5342
|
+
"description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
|
|
5343
|
+
"value": { "type": "boolean", "default": "true" }
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"name": "data-testid",
|
|
5347
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
5348
|
+
}
|
|
5349
|
+
],
|
|
5350
|
+
"events": [{ "name": "selectall", "type": "CustomEvent" }],
|
|
5351
|
+
"js": {
|
|
5352
|
+
"properties": [
|
|
5353
|
+
{
|
|
5354
|
+
"name": "visible",
|
|
5355
|
+
"description": "Whether the bulk controls should be visible",
|
|
5356
|
+
"type": "boolean"
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"name": "selectedRows",
|
|
5360
|
+
"description": "The number of selected rows",
|
|
5361
|
+
"type": "number"
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"name": "totalRows",
|
|
5365
|
+
"description": "The total number of rows",
|
|
5366
|
+
"type": "number"
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"name": "allSelected",
|
|
5370
|
+
"description": "Whether all rows are selected",
|
|
5371
|
+
"type": "boolean"
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
5374
|
+
"name": "shouldApplyAttributeDeletion",
|
|
5375
|
+
"description": "Determines whether attribute deletion should be applied.\nThis is controlled by the `delegatesARIA` property.",
|
|
5376
|
+
"type": "boolean"
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"name": "delegatesARIA",
|
|
5380
|
+
"description": "A boolean property that determines whether ARIA-related attributes\n(e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed\nby the host element or delegated to the component.\n\n- When `true` (default), ARIA attributes are removed from the host\n and managed internally by the component.\n- When `false`, previously removed ARIA attributes are restored\n to the host element.",
|
|
5381
|
+
"type": "boolean"
|
|
5382
|
+
},
|
|
5383
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
5384
|
+
{ "name": "labelDataTestid" },
|
|
5385
|
+
{ "name": "helpTextDataTestid" },
|
|
5386
|
+
{ "name": "errorMessageDataTestid" }
|
|
5387
|
+
],
|
|
5388
|
+
"events": [{ "name": "selectall", "type": "CustomEvent" }]
|
|
5389
|
+
}
|
|
5390
|
+
},
|
|
5112
5391
|
{
|
|
5113
5392
|
"name": "ngc-table",
|
|
5114
5393
|
"description": "\n---\n\n\n### **Events:**\n - **selectall**\n- **rowselected**",
|
|
@@ -5165,7 +5444,11 @@
|
|
|
5165
5444
|
{ "name": "includePagination", "type": "boolean" },
|
|
5166
5445
|
{ "name": "selectedRows", "type": "RowData[]" },
|
|
5167
5446
|
{ "name": "_currentPage", "type": "number" },
|
|
5447
|
+
{ "name": "justSelectedRow", "type": "RowData | null" },
|
|
5448
|
+
{ "name": "showJumpLink", "type": "boolean" },
|
|
5168
5449
|
{ "name": "tableElevatedClass" },
|
|
5450
|
+
{ "name": "showBulkControls" },
|
|
5451
|
+
{ "name": "handleKeyDown" },
|
|
5169
5452
|
{ "name": "displayedRowData" },
|
|
5170
5453
|
{ "name": "columns", "type": "ColumnDefinition[]" },
|
|
5171
5454
|
{ "name": "data", "type": "RowData[]" },
|
|
@@ -5683,110 +5966,6 @@
|
|
|
5683
5966
|
],
|
|
5684
5967
|
"events": []
|
|
5685
5968
|
}
|
|
5686
|
-
},
|
|
5687
|
-
{
|
|
5688
|
-
"name": "ngc-toast-subtitle",
|
|
5689
|
-
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The subtitle content",
|
|
5690
|
-
"doc-url": "",
|
|
5691
|
-
"attributes": [
|
|
5692
|
-
{
|
|
5693
|
-
"name": "variant",
|
|
5694
|
-
"value": {
|
|
5695
|
-
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'",
|
|
5696
|
-
"default": "'info'"
|
|
5697
|
-
}
|
|
5698
|
-
},
|
|
5699
|
-
{
|
|
5700
|
-
"name": "dismissible",
|
|
5701
|
-
"value": { "type": "boolean", "default": "false" }
|
|
5702
|
-
},
|
|
5703
|
-
{
|
|
5704
|
-
"name": "sticky",
|
|
5705
|
-
"value": { "type": "boolean", "default": "false" }
|
|
5706
|
-
},
|
|
5707
|
-
{
|
|
5708
|
-
"name": "exit-icon-label",
|
|
5709
|
-
"value": { "type": "string", "default": "''" }
|
|
5710
|
-
},
|
|
5711
|
-
{
|
|
5712
|
-
"name": "status-icon-label",
|
|
5713
|
-
"value": { "type": "string", "default": "''" }
|
|
5714
|
-
},
|
|
5715
|
-
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
5716
|
-
{
|
|
5717
|
-
"name": "subtitle",
|
|
5718
|
-
"value": { "type": "string", "default": "''" }
|
|
5719
|
-
}
|
|
5720
|
-
],
|
|
5721
|
-
"slots": [{ "name": "", "description": "The subtitle content" }],
|
|
5722
|
-
"events": [],
|
|
5723
|
-
"js": {
|
|
5724
|
-
"properties": [
|
|
5725
|
-
{
|
|
5726
|
-
"name": "variant",
|
|
5727
|
-
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
|
|
5728
|
-
},
|
|
5729
|
-
{ "name": "dismissible", "type": "boolean" },
|
|
5730
|
-
{ "name": "sticky", "type": "boolean" },
|
|
5731
|
-
{ "name": "exitIconLabel", "type": "string" },
|
|
5732
|
-
{ "name": "statusIconLabel", "type": "string" },
|
|
5733
|
-
{ "name": "title", "type": "string" },
|
|
5734
|
-
{ "name": "subtitle", "type": "string" }
|
|
5735
|
-
],
|
|
5736
|
-
"events": []
|
|
5737
|
-
}
|
|
5738
|
-
},
|
|
5739
|
-
{
|
|
5740
|
-
"name": "ngc-toast-title",
|
|
5741
|
-
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The title content",
|
|
5742
|
-
"doc-url": "",
|
|
5743
|
-
"attributes": [
|
|
5744
|
-
{
|
|
5745
|
-
"name": "variant",
|
|
5746
|
-
"value": {
|
|
5747
|
-
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'",
|
|
5748
|
-
"default": "'info'"
|
|
5749
|
-
}
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"name": "dismissible",
|
|
5753
|
-
"value": { "type": "boolean", "default": "false" }
|
|
5754
|
-
},
|
|
5755
|
-
{
|
|
5756
|
-
"name": "sticky",
|
|
5757
|
-
"value": { "type": "boolean", "default": "false" }
|
|
5758
|
-
},
|
|
5759
|
-
{
|
|
5760
|
-
"name": "exit-icon-label",
|
|
5761
|
-
"value": { "type": "string", "default": "''" }
|
|
5762
|
-
},
|
|
5763
|
-
{
|
|
5764
|
-
"name": "status-icon-label",
|
|
5765
|
-
"value": { "type": "string", "default": "''" }
|
|
5766
|
-
},
|
|
5767
|
-
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
5768
|
-
{
|
|
5769
|
-
"name": "subtitle",
|
|
5770
|
-
"value": { "type": "string", "default": "''" }
|
|
5771
|
-
}
|
|
5772
|
-
],
|
|
5773
|
-
"slots": [{ "name": "", "description": "The title content" }],
|
|
5774
|
-
"events": [],
|
|
5775
|
-
"js": {
|
|
5776
|
-
"properties": [
|
|
5777
|
-
{
|
|
5778
|
-
"name": "variant",
|
|
5779
|
-
"type": "'info' | 'warning' | 'error' | 'success' | 'inverse' | 'AI'"
|
|
5780
|
-
},
|
|
5781
|
-
{ "name": "dismissible", "type": "boolean" },
|
|
5782
|
-
{ "name": "sticky", "type": "boolean" },
|
|
5783
|
-
{ "name": "exitIconLabel", "type": "string" },
|
|
5784
|
-
{ "name": "statusIconLabel", "type": "string" },
|
|
5785
|
-
{ "name": "title", "type": "string" },
|
|
5786
|
-
{ "name": "subtitle", "type": "string" }
|
|
5787
|
-
],
|
|
5788
|
-
"events": []
|
|
5789
|
-
}
|
|
5790
5969
|
}
|
|
5791
5970
|
]
|
|
5792
5971
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{__require as r}from"../node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js";var o=r();export{o as s};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={exports:{}};export{e as __module};
|
|
@@ -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
|
-
import{__module as y}from"../../../../../../../_virtual/sourcemap-codec.umd2.js";var ee=y.exports,V;function se(){return V?y.exports:(V=1,function(ne,W){(function(S,T){T(W)})(ee,function(S){const q="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",w=new Uint8Array(64),B=new Uint8Array(128);for(let t=0;t<q.length;t++){const n=q.charCodeAt(t);w[t]=n,B[n]=t}function f(t,n){let e=0,o=0,s=0;do{const d=t.next();s=B[d],e|=(s&31)<<o,o+=5}while(s&32);const c=e&1;return e>>>=1,c&&(e=-2147483648|-e),n+e}function i(t,n,e){let o=n-e;o=o<0?-o<<1|1:o<<1;do{let s=o&31;o>>>=5,o>0&&(s|=32),t.write(w[s])}while(o>0);return n}function I(t,n){return t.pos>=n?!1:t.peek()!==44}const D=1024*16,M=typeof TextDecoder<"u"?new TextDecoder:typeof Buffer<"u"?{decode(t){return Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString()}}:{decode(t){let n="";for(let e=0;e<t.length;e++)n+=String.fromCharCode(t[e]);return n}};class k{constructor(){this.pos=0,this.out="",this.buffer=new Uint8Array(D)}write(n){const{buffer:e}=this;e[this.pos++]=n,this.pos===D&&(this.out+=M.decode(e),this.pos=0)}flush(){const{buffer:n,out:e,pos:o}=this;return o>0?e+M.decode(n.subarray(0,o)):e}}class A{constructor(n){this.pos=0,this.buffer=n}next(){return this.buffer.charCodeAt(this.pos++)}peek(){return this.buffer.charCodeAt(this.pos)}indexOf(n){const{buffer:e,pos:o}=this,s=e.indexOf(n,o);return s===-1?e.length:s}}const N=[];function Y(t){const{length:n}=t,e=new A(t),o=[],s=[];let c=0;for(;e.pos<n;e.pos++){c=f(e,c);const d=f(e,0);if(!I(e,n)){const g=s.pop();g[2]=c,g[3]=d;continue}const r=f(e,0),u=f(e,0)&1?[c,d,0,0,r,f(e,0)]:[c,d,0,0,r];let p=N;if(I(e,n)){p=[];do{const g=f(e,0);p.push(g)}while(I(e,n))}u.vars=p,o.push(u),s.push(u)}return o}function z(t){const n=new k;for(let e=0;e<t.length;)e=U(t,e,n,[0]);return n.flush()}function U(t,n,e,o){const s=t[n],{0:c,1:d,2:r,3:a,4:h,vars:u}=s;n>0&&e.write(44),o[0]=i(e,c,o[0]),i(e,d,0),i(e,h,0);const p=s.length===6?1:0;i(e,p,0),s.length===6&&i(e,s[5],0);for(const g of u)i(e,g,0);for(n++;n<t.length;){const g=t[n],{0:l,1:m}=g;if(l>r||l===r&&m>=a)break;n=U(t,n,e,o)}return e.write(44),o[0]=i(e,r,o[0]),i(e,a,0),n}function F(t){const{length:n}=t,e=new A(t),o=[],s=[];let c=0,d=0,r=0,a=0,h=0,u=0,p=0,g=0;do{const l=e.indexOf(";");let m=0;for(;e.pos<l;e.pos++){if(m=f(e,m),!I(e,l)){const b=s.pop();b[2]=c,b[3]=m;continue}const C=f(e,0),R=C&1,v=C&2,O=C&4;let E=null,G=N,L;if(R){const b=f(e,d);r=f(e,d===b?r:0),d=b,L=[c,m,0,0,b,r]}else L=[c,m,0,0];if(L.isScope=!!O,v){const b=a,x=h;a=f(e,a);const _=b===a;h=f(e,_?h:0),u=f(e,_&&x===h?u:0),E=[a,h,u]}if(L.callsite=E,I(e,l)){G=[];do{p=c,g=m;const b=f(e,0);let x;if(b<-1){x=[[f(e,0)]];for(let _=-1;_>b;_--){const Z=p;p=f(e,p),g=f(e,p===Z?g:0);const $=f(e,0);x.push([$,p,g])}}else x=[[b]];G.push(x)}while(I(e,l))}L.bindings=G,o.push(L),s.push(L)}c++,e.pos=l+1}while(e.pos<n);return o}function H(t){if(t.length===0)return"";const n=new k;for(let e=0;e<t.length;)e=j(t,e,n,[0,0,0,0,0,0,0]);return n.flush()}function j(t,n,e,o){const s=t[n],{0:c,1:d,2:r,3:a,isScope:h,callsite:u,bindings:p}=s;o[0]<c?(P(e,o[0],c),o[0]=c,o[1]=0):n>0&&e.write(44),o[1]=i(e,s[1],o[1]);const g=(s.length===6?1:0)|(u?2:0)|(h?4:0);if(i(e,g,0),s.length===6){const{4:l,5:m}=s;l!==o[2]&&(o[3]=0),o[2]=i(e,l,o[2]),o[3]=i(e,m,o[3])}if(u){const{0:l,1:m,2:C}=s.callsite;l!==o[4]?(o[5]=0,o[6]=0):m!==o[5]&&(o[6]=0),o[4]=i(e,l,o[4]),o[5]=i(e,m,o[5]),o[6]=i(e,C,o[6])}if(p)for(const l of p){l.length>1&&i(e,-l.length,0);const m=l[0][0];i(e,m,0);let C=c,R=d;for(let v=1;v<l.length;v++){const O=l[v];C=i(e,O[1],C),R=i(e,O[2],R),i(e,O[0],0)}}for(n++;n<t.length;){const l=t[n],{0:m,1:C}=l;if(m>r||m===r&&C>=a)break;n=j(t,n,e,o)}return o[0]<r?(P(e,o[0],r),o[0]=r,o[1]=0):e.write(44),o[1]=i(e,a,o[1]),n}function P(t,n,e){do t.write(59);while(++n<e)}function J(t){const{length:n}=t,e=new A(t),o=[];let s=0,c=0,d=0,r=0,a=0;do{const h=e.indexOf(";"),u=[];let p=!0,g=0;for(s=0;e.pos<h;){let l;s=f(e,s),s<g&&(p=!1),g=s,I(e,h)?(c=f(e,c),d=f(e,d),r=f(e,r),I(e,h)?(a=f(e,a),l=[s,c,d,r,a]):l=[s,c,d,r]):l=[s],u.push(l),e.pos++}p||K(u),o.push(u),e.pos=h+1}while(e.pos<=n);return o}function K(t){t.sort(Q)}function Q(t,n){return t[0]-n[0]}function X(t){const n=new k;let e=0,o=0,s=0,c=0;for(let d=0;d<t.length;d++){const r=t[d];if(d>0&&n.write(59),r.length===0)continue;let a=0;for(let h=0;h<r.length;h++){const u=r[h];h>0&&n.write(44),a=i(n,u[0],a),u.length!==1&&(e=i(n,u[1],e),o=i(n,u[2],o),s=i(n,u[3],s),u.length!==4&&(c=i(n,u[4],c)))}}return n.flush()}S.decode=J,S.decodeGeneratedRanges=F,S.decodeOriginalScopes=Y,S.encode=X,S.encodeGeneratedRanges=H,S.encodeOriginalScopes=z,Object.defineProperty(S,"__esModule",{value:!0})})}(y,y.exports),y.exports)}export{se as __require};
|
|
@@ -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};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import{getSafeTimers as a}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/index.js";const u="__vitest_worker__";function o(){const t=globalThis[u];if(!t){const e=`Vitest failed to access its internal state.
|
|
2
|
-
|
|
3
|
-
One of the following is possible:
|
|
4
|
-
- "vitest" is imported directly without running "vitest" command
|
|
5
|
-
- "vitest" is imported inside "globalSetup" (to fix this, use "setupFiles" instead, because "globalSetup" runs in a different context)
|
|
6
|
-
- "vitest" is imported inside Vite / Vitest config file
|
|
7
|
-
- Otherwise, it might be a Vitest bug. Please report it to https://github.com/vitest-dev/vitest/issues
|
|
8
|
-
`;throw new Error(e)}return t}function d(){const t=o();return t==null?void 0:t.environment.name}function m(){return typeof process<"u"&&!!process.send}function v(t,e=!1){const s=[/\/vitest\/dist\//,/\/vite-node\/dist\//,/vitest-virtual-\w+\/dist/,/@vitest\/dist/,...e?[]:[/^mock:/]];t.forEach((i,n)=>{s.some(r=>r.test(n))||t.invalidateModule(i)})}function c(){const{setTimeout:t}=a();return new Promise(e=>t(e,0))}async function l(){await c();const t=o(),e=[];let s=0;for(const i of t.moduleCache.values())i.promise&&!i.evaluated&&e.push(i.promise),i.resolving&&s++;!e.length&&!s||(await Promise.allSettled(e),await l())}export{d as a,o as g,m as i,v as r,l as w};
|