@ncino/web-components 6.1.0-preview.1 → 6.1.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.
Files changed (72) hide show
  1. package/dist/_virtual/index3.js +1 -1
  2. package/dist/_virtual/index4.js +1 -1
  3. package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +3 -3
  4. package/dist/components/input/base/input-base.js +1 -1
  5. package/dist/components/input/gator/input-date/input-date.gator.js +8 -8
  6. package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -1
  7. package/dist/components/input/gator/input-text/input-text.gator.js +8 -7
  8. package/dist/components/input/gator/input-textarea/input-textarea.gator.js +13 -5
  9. package/dist/components/input-rich-text/input-rich-text.slds.js +1 -1
  10. package/dist/components/panel/gator/panel.storybook-test.js +1 -1
  11. package/dist/components/skip-link/gator/base/skip-link.gator.js +22 -0
  12. package/dist/components/skip-link/gator/list-item/skip-link-list-item.gator.js +7 -0
  13. package/dist/components/skip-link/index.js +1 -0
  14. package/dist/components/table/gator/table-bulk-controls/table-bulk-controls.gator.js +2 -2
  15. package/dist/components/table/gator/table.gator.js +29 -38
  16. package/dist/components/text-link/gator/text-link.gator.js +20 -10
  17. package/dist/index.gator.js +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/index.utils.js +1 -0
  20. package/dist/node_modules/.pnpm/@vitest_expect@3.2.4/node_modules/@vitest/expect/dist/index.js +1 -1
  21. package/dist/node_modules/.pnpm/@vitest_snapshot@3.2.4/node_modules/@vitest/snapshot/dist/index.js +2 -2
  22. package/dist/node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/conversions.js +1 -0
  23. package/dist/node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/index.js +1 -0
  24. package/dist/node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/route.js +1 -0
  25. package/dist/node_modules/.pnpm/color-name@2.0.0/node_modules/color-name/index.js +1 -0
  26. package/dist/node_modules/.pnpm/color-parse@1.4.2/node_modules/color-parse/index.js +1 -1
  27. package/dist/node_modules/.pnpm/color-string@2.0.1/node_modules/color-string/index.js +1 -0
  28. package/dist/node_modules/.pnpm/color@5.0.0/node_modules/color/index.js +1 -0
  29. package/dist/node_modules/.pnpm/{magic-string@0.30.17 → magic-string@0.30.18}/node_modules/magic-string/dist/magic-string.es.js +2 -2
  30. package/dist/node_modules/.pnpm/react@19.1.0/node_modules/react/index.js +1 -1
  31. package/dist/packages/web-components/src/components/checkbox/checkbox.gator.scss.js +1 -1
  32. package/dist/packages/web-components/src/components/checkbox-group/checkbox-group.gator.scss.js +1 -1
  33. package/dist/packages/web-components/src/components/input/gator/input-textarea/input-textarea.gator.scss.js +1 -1
  34. package/dist/packages/web-components/src/components/page-header/gator/page-header.gator.scss.js +1 -1
  35. package/dist/packages/web-components/src/components/skip-link/gator/base/skip-link.gator.scss.js +1 -0
  36. package/dist/packages/web-components/src/components/skip-link/gator/list-item/skip-link-list-item.gator.scss.js +1 -0
  37. package/dist/packages/web-components/src/styles/_gator-utils.scss.js +1 -1
  38. package/dist/types/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.d.ts +6 -0
  39. package/dist/types/components/input/base/input-base.d.ts +5 -0
  40. package/dist/types/components/input/gator/input-date/input-date.gator.d.ts +11 -1
  41. package/dist/types/components/input/gator/input-masked/input-masked.gator.d.ts +7 -1
  42. package/dist/types/components/input/gator/input-text/input-text.gator.d.ts +1 -0
  43. package/dist/types/components/input/gator/input-textarea/input-textarea.gator.d.ts +21 -0
  44. package/dist/types/components/skip-link/gator/base/skip-link.gator.d.ts +36 -0
  45. package/dist/types/components/skip-link/gator/base/skip-link.gator.test.d.ts +0 -0
  46. package/dist/types/components/skip-link/gator/list-item/skip-link-list-item.gator.d.ts +13 -0
  47. package/dist/types/components/skip-link/gator/list-item/skip-link-list-item.gator.test.d.ts +0 -0
  48. package/dist/types/components/skip-link/index.d.ts +2 -0
  49. package/dist/types/components/table/gator/table-bulk-controls/table-bulk-controls.gator.d.ts +6 -1
  50. package/dist/types/components/table/gator/table.gator.d.ts +3 -6
  51. package/dist/types/components/text-link/gator/text-link.gator.d.ts +11 -0
  52. package/dist/types/index.d.ts +1 -0
  53. package/dist/types/index.gator.d.ts +1 -0
  54. package/dist/types/index.utils.d.ts +1 -0
  55. package/dist/types/utils/brand-color-utils.d.ts +2 -0
  56. package/dist/types/utils/storybook-args.d.ts +10 -0
  57. package/dist/utils/brand-color-utils.js +1 -0
  58. package/dist/utils/storybook-args.js +1 -1
  59. package/dist/utils/vitest-a11y-utils.js +1 -1
  60. package/package.json +14 -6
  61. package/web-types.json +260 -11
  62. package/dist/node_modules/.pnpm/chai@5.2.1/node_modules/chai/chai.js +0 -218
  63. /package/dist/node_modules/.pnpm/{@jridgewell_sourcemap-codec@1.5.4 → @jridgewell_sourcemap-codec@1.5.5}/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.js +0 -0
  64. /package/dist/node_modules/.pnpm/{@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.2.1_typescript@5.8.3__playwright@1.54.1__6e6aa2c9b4102560da2d8ed1e4176ee9 → @vitest_browser@3.2.4_msw@2.7.3_@types_node@24.3.0_typescript@5.8.3__playwright@1.55.0__558558d730596f7c5e09b21ff26a3e74}/node_modules/@vitest/browser/context.js +0 -0
  65. /package/dist/node_modules/.pnpm/{storybook@9.1.1_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.2.1_typescript@5.8_ee1bb5025e4d34f67b4152c2110a5ec2 → storybook@9.1.2_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.0_typescript@5.8_573854de366b5ba3e2ab3da4bce0caa8}/node_modules/storybook/dist/client-logger/index.js +0 -0
  66. /package/dist/node_modules/.pnpm/{storybook@9.1.1_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.2.1_typescript@5.8_ee1bb5025e4d34f67b4152c2110a5ec2 → storybook@9.1.2_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.0_typescript@5.8_573854de366b5ba3e2ab3da4bce0caa8}/node_modules/storybook/dist/core-events/index.js +0 -0
  67. /package/dist/node_modules/.pnpm/{storybook@9.1.1_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.2.1_typescript@5.8_ee1bb5025e4d34f67b4152c2110a5ec2 → storybook@9.1.2_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.0_typescript@5.8_573854de366b5ba3e2ab3da4bce0caa8}/node_modules/storybook/dist/instrumenter/index.js +0 -0
  68. /package/dist/node_modules/.pnpm/{storybook@9.1.1_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.2.1_typescript@5.8_ee1bb5025e4d34f67b4152c2110a5ec2 → storybook@9.1.2_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.0_typescript@5.8_573854de366b5ba3e2ab3da4bce0caa8}/node_modules/storybook/dist/test/index.js +0 -0
  69. /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.2.1_@vitest_browser@3.2.4_@vitest_ui@3._7f1cfb627fdb82ddd833112aba9e7b0b → vitest@3.2.4_@types_debug@4.1.12_@types_node@24.3.0_@vitest_browser@3.2.4_@vitest_ui@3._f0774390203a57f267156838cb4cb2c5}/node_modules/vitest/dist/chunks/_commonjsHelpers.BFTU3MAI.js +0 -0
  70. /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.2.1_@vitest_browser@3.2.4_@vitest_ui@3._7f1cfb627fdb82ddd833112aba9e7b0b → vitest@3.2.4_@types_debug@4.1.12_@types_node@24.3.0_@vitest_browser@3.2.4_@vitest_ui@3._f0774390203a57f267156838cb4cb2c5}/node_modules/vitest/dist/chunks/date.Bq6ZW5rf.js +0 -0
  71. /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.2.1_@vitest_browser@3.2.4_@vitest_ui@3._7f1cfb627fdb82ddd833112aba9e7b0b → vitest@3.2.4_@types_debug@4.1.12_@types_node@24.3.0_@vitest_browser@3.2.4_@vitest_ui@3._f0774390203a57f267156838cb4cb2c5}/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js +0 -0
  72. /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.2.1_@vitest_browser@3.2.4_@vitest_ui@3._7f1cfb627fdb82ddd833112aba9e7b0b → vitest@3.2.4_@types_debug@4.1.12_@types_node@24.3.0_@vitest_browser@3.2.4_@vitest_ui@3._f0774390203a57f267156838cb4cb2c5}/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js +0 -0
@@ -1,4 +1,4 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["components/input-rich-text/ckeditor-config.js","node_modules/.pnpm/@ckeditor_ckeditor5-core@45.2.1/node_modules/@ckeditor/ckeditor5-core/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-utils@45.2.1/node_modules/@ckeditor/ckeditor5-utils/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isObject.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isString.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isFunction.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isElement.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/getTag.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/tags.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isPrimitive.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/merge.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/mergeWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/clone.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isArguments.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/noop.js","node_modules/.pnpm/@ckeditor_ckeditor5-engine@45.2.1/node_modules/@ckeditor/ckeditor5-engine/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isEqual.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/eq.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/unset.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/get.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/toKey.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toPath.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/assignIn.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/keysIn.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isBuffer.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isLength.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/times.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toInteger.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toFinite.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toNumber.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/set.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isIndex.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/after.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/function/debounce.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/debounce.js","node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@45.2.1/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/function/throttle.js","node_modules/.pnpm/@ckeditor_ckeditor5-upload@45.2.1/node_modules/@ckeditor/ckeditor5-upload/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-alignment@45.2.1/node_modules/@ckeditor/ckeditor5-alignment/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-ui@45.2.1/node_modules/@ckeditor/ckeditor5-ui/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-icons@45.2.1/node_modules/@ckeditor/ckeditor5-icons/dist/index.js","node_modules/.pnpm/color-parse@1.4.2/node_modules/color-parse/index.js","_virtual/index3.js","_virtual/_commonjsHelpers.js","node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js","_virtual/index.js","node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/index.js","node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/conversions.js","node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/route.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/entrypoints/hex.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/compare.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/convert.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/math.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/dom.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/slider.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/saturation.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/saturation.js","node_modules/.pnpm/@ckeditor_ckeditor5-autoformat@45.2.1/node_modules/@ckeditor/ckeditor5-autoformat/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-typing@45.2.1/node_modules/@ckeditor/ckeditor5-typing/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toString.js","node_modules/.pnpm/@ckeditor_ckeditor5-autosave@45.2.1/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@45.2.1/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-block-quote@45.2.1/node_modules/@ckeditor/ckeditor5-block-quote/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-enter@45.2.1/node_modules/@ckeditor/ckeditor5-enter/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-widget@45.2.1/node_modules/@ckeditor/ckeditor5-widget/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@45.2.1/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-code-block@45.2.1/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@45.2.1/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/property.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/identity.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/mapValues.js","node_modules/.pnpm/@ckeditor_ckeditor5-essentials@45.2.1/node_modules/@ckeditor/ckeditor5-essentials/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-select-all@45.2.1/node_modules/@ckeditor/ckeditor5-select-all/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-undo@45.2.1/node_modules/@ckeditor/ckeditor5-undo/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@45.2.1/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-font@45.2.1/node_modules/@ckeditor/ckeditor5-font/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-heading@45.2.1/node_modules/@ckeditor/ckeditor5-heading/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@45.2.1/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-highlight@45.2.1/node_modules/@ckeditor/ckeditor5-highlight/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-horizontal-line@45.2.1/node_modules/@ckeditor/ckeditor5-horizontal-line/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@45.2.1/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-support@45.2.1/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/string/startCase.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/string/words.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js","node_modules/.pnpm/@ckeditor_ckeditor5-image@45.2.1/node_modules/@ckeditor/ckeditor5-image/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-indent@45.2.1/node_modules/@ckeditor/ckeditor5-indent/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-language@45.2.1/node_modules/@ckeditor/ckeditor5-language/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-link@45.2.1/node_modules/@ckeditor/ckeditor5-link/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/string/upperFirst.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/string/upperFirst.js","node_modules/.pnpm/@ckeditor_ckeditor5-list@45.2.1/node_modules/@ckeditor/ckeditor5-list/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@45.2.1/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js","node_modules/.pnpm/marked@4.0.12/node_modules/marked/lib/marked.esm.js","node_modules/.pnpm/turndown@7.2.0/node_modules/turndown/lib/turndown.browser.es.js","node_modules/.pnpm/turndown-plugin-gfm@1.0.2/node_modules/turndown-plugin-gfm/lib/turndown-plugin-gfm.es.js","node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@45.2.1/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-mention@45.2.1/node_modules/@ckeditor/ckeditor5-mention/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-page-break@45.2.1/node_modules/@ckeditor/ckeditor5-page-break/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@45.2.1/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-remove-format@45.2.1/node_modules/@ckeditor/ckeditor5-remove-format/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-show-blocks@45.2.1/node_modules/@ckeditor/ckeditor5-show-blocks/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@45.2.1/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@45.2.1/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-style@45.2.1/node_modules/@ckeditor/ckeditor5-style/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-table@45.2.1/node_modules/@ckeditor/ckeditor5-table/dist/index.js"])))=>i.map(i=>d[i]);
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["components/input-rich-text/ckeditor-config.js","node_modules/.pnpm/@ckeditor_ckeditor5-core@45.2.1/node_modules/@ckeditor/ckeditor5-core/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-utils@45.2.1/node_modules/@ckeditor/ckeditor5-utils/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isObject.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isString.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isFunction.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isElement.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/getTag.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/tags.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isPrimitive.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/merge.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/mergeWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/clone.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isArguments.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/noop.js","node_modules/.pnpm/@ckeditor_ckeditor5-engine@45.2.1/node_modules/@ckeditor/ckeditor5-engine/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isEqual.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/eq.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/unset.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/get.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/toKey.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toPath.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/assignIn.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/keysIn.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isBuffer.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/predicate/isLength.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/times.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toInteger.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toFinite.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toNumber.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/set.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isIndex.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/after.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/function/debounce.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/debounce.js","node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@45.2.1/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/function/throttle.js","node_modules/.pnpm/@ckeditor_ckeditor5-upload@45.2.1/node_modules/@ckeditor/ckeditor5-upload/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-alignment@45.2.1/node_modules/@ckeditor/ckeditor5-alignment/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-ui@45.2.1/node_modules/@ckeditor/ckeditor5-ui/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-icons@45.2.1/node_modules/@ckeditor/ckeditor5-icons/dist/index.js","node_modules/.pnpm/color-parse@1.4.2/node_modules/color-parse/index.js","_virtual/index4.js","_virtual/_commonjsHelpers.js","node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js","_virtual/index.js","node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/index.js","node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/conversions.js","node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/route.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/entrypoints/hex.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/compare.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/convert.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/math.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/dom.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/slider.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/saturation.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/saturation.js","node_modules/.pnpm/@ckeditor_ckeditor5-autoformat@45.2.1/node_modules/@ckeditor/ckeditor5-autoformat/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-typing@45.2.1/node_modules/@ckeditor/ckeditor5-typing/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/util/toString.js","node_modules/.pnpm/@ckeditor_ckeditor5-autosave@45.2.1/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@45.2.1/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-block-quote@45.2.1/node_modules/@ckeditor/ckeditor5-block-quote/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-enter@45.2.1/node_modules/@ckeditor/ckeditor5-enter/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-widget@45.2.1/node_modules/@ckeditor/ckeditor5-widget/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@45.2.1/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-code-block@45.2.1/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@45.2.1/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/property.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/identity.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/mapValues.js","node_modules/.pnpm/@ckeditor_ckeditor5-essentials@45.2.1/node_modules/@ckeditor/ckeditor5-essentials/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-select-all@45.2.1/node_modules/@ckeditor/ckeditor5-select-all/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-undo@45.2.1/node_modules/@ckeditor/ckeditor5-undo/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@45.2.1/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-font@45.2.1/node_modules/@ckeditor/ckeditor5-font/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-heading@45.2.1/node_modules/@ckeditor/ckeditor5-heading/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@45.2.1/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-highlight@45.2.1/node_modules/@ckeditor/ckeditor5-highlight/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-horizontal-line@45.2.1/node_modules/@ckeditor/ckeditor5-horizontal-line/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@45.2.1/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-support@45.2.1/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/string/startCase.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/string/words.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js","node_modules/.pnpm/@ckeditor_ckeditor5-image@45.2.1/node_modules/@ckeditor/ckeditor5-image/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-indent@45.2.1/node_modules/@ckeditor/ckeditor5-indent/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-language@45.2.1/node_modules/@ckeditor/ckeditor5-language/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-link@45.2.1/node_modules/@ckeditor/ckeditor5-link/dist/index.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/string/upperFirst.js","node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/string/upperFirst.js","node_modules/.pnpm/@ckeditor_ckeditor5-list@45.2.1/node_modules/@ckeditor/ckeditor5-list/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@45.2.1/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js","node_modules/.pnpm/marked@4.0.12/node_modules/marked/lib/marked.esm.js","node_modules/.pnpm/turndown@7.2.0/node_modules/turndown/lib/turndown.browser.es.js","node_modules/.pnpm/turndown-plugin-gfm@1.0.2/node_modules/turndown-plugin-gfm/lib/turndown-plugin-gfm.es.js","node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@45.2.1/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-mention@45.2.1/node_modules/@ckeditor/ckeditor5-mention/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-page-break@45.2.1/node_modules/@ckeditor/ckeditor5-page-break/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@45.2.1/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-remove-format@45.2.1/node_modules/@ckeditor/ckeditor5-remove-format/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-show-blocks@45.2.1/node_modules/@ckeditor/ckeditor5-show-blocks/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@45.2.1/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@45.2.1/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-style@45.2.1/node_modules/@ckeditor/ckeditor5-style/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-table@45.2.1/node_modules/@ckeditor/ckeditor5-table/dist/index.js"])))=>i.map(i=>d[i]);
2
2
  import{__vitePreload as d}from"../../_virtual/preload-helper.js";import"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{createRef as c,ref as h}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{customElement as p}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import"../input/slds/input-label/input-label.slds.js";/* empty css *//* empty css */import"../../node_modules/.pnpm/@ckeditor_ckeditor5-core@45.2.1/node_modules/@ckeditor/ckeditor5-core/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-utils@45.2.1/node_modules/@ckeditor/ckeditor5-utils/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-engine@45.2.1/node_modules/@ckeditor/ckeditor5-engine/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-widget@45.2.1/node_modules/@ckeditor/ckeditor5-widget/dist/index.js";import{ClassicEditor as m}from"../../node_modules/.pnpm/@ckeditor_ckeditor5-editor-classic@45.2.1/node_modules/@ckeditor/ckeditor5-editor-classic/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-list@45.2.1/node_modules/@ckeditor/ckeditor5-list/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-mention@45.2.1/node_modules/@ckeditor/ckeditor5-mention/dist/index.js";import{NjcInputRichText as u}from"./input-rich-text.js";import{debounce as f}from"../../utils/reactivity-utils.js";var v=Object.getOwnPropertyDescriptor,_=(t,e,i,r)=>{for(var o=r>1?void 0:r?v(e,i):e,a=t.length-1,s;a>=0;a--)(s=t[a])&&(o=s(o)||o);return o};let n=class extends u{constructor(){super(...arguments),this._ckEditor=void 0,this._editorRef=c(),this._externalDataChange=!1}createRenderRoot(){return this}async firstUpdated(){let{editorConfig:t}=await d(async()=>{const{editorConfig:r}=await import("./ckeditor-config.js");return{editorConfig:r}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127]));const e=this._editorRef.value;if(e===void 0){console.error("CKEditor host element is undefined");return}const i=await m.create(e,{...t,licenseKey:"GPL",placeholder:this.placeholder??void 0});i.setData(this.value??""),this._registerCKEditorEvents(i),this._ckEditor=i}_registerCKEditorEvents(t){let e=i=>{this._externalDataChange||this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:{value:i}})),this._externalDataChange=!1};this.debounce>0&&(e=f(e,this.debounce)),t.model.document.on("change:data",()=>e(t.getData()))}updated(t){if(super.updated(t),this._ckEditor!==void 0&&(t.get("value")!==this.value&&this._ckEditor.getData()!==this.value&&(this._externalDataChange=!0,this._ckEditor.setData(this.value??"")),t.get("placeholder")!==this.placeholder)){const e=this._ckEditor.editing.view.document.getRoot("main");e.placeholder=this.placeholder??void 0}}render(){return l`
3
3
  <nsc-input-label>${this.label}</nsc-input-label>
4
4
  <div ${h(this._editorRef)}></div>
@@ -1 +1 @@
1
- import{within as h,waitFor as d,expect as e,userEvent as s}from"../../../node_modules/.pnpm/storybook@9.1.1_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.2.1_typescript@5.8_ee1bb5025e4d34f67b4152c2110a5ec2/node_modules/storybook/dist/test/index.js";import{getShadowRootElementByDataTestId as p}from"../../../utils/vitest-utils.js";const r=async({canvasElement:w,step:t})=>{const i=h(w);let l,o,c,n;await t("Scenario: Nested Panel Functionality",async()=>{await t("GIVEN the Story renders with the first panel open and the second panel closed",async()=>{l=await i.findByTestId("first-panel"),o=p(l,"first-panel-panel"),c=await i.findByTestId("second-panel"),n=p(c,"second-panel-panel"),await d(()=>e(o).toBeVisible()),e(n).not.toBeVisible()}),await t("WHEN I click on the list item with nested content to open the second panel",async()=>{i.getByTestId("list-item-with-nested").click()}),await t("THEN the second panel is opened relative to the first panel",async()=>{await d(()=>e(n).toBeVisible());const a=o?.offsetWidth;e(window.getComputedStyle(n).left).toBe(`${a}px`)}),await t("WHEN I click the collapse button in the first panel",async()=>{const a=i.getByText("Collapse");await s.click(a)}),await t("THEN I expect the second panel to have moved with the first panel",async()=>{e(window.getComputedStyle(o).width).toBe("56px"),e(window.getComputedStyle(n).left).toBe(`${o.offsetWidth}px`)}),await t("WHEN I click the expand button in the first panel",async()=>{const a=i.getByTestId("expand-button");await s.click(a)}),await t("THEN I expect the first panel to expand and the second panel to move with it",async()=>{e(window.getComputedStyle(o).width).toBe("280px"),e(window.getComputedStyle(n).left).toBe(`${o.offsetWidth}px`)}),await t("WHEN I click on the close button in the second panel",async()=>{const a=i.getByTestId("close-button");await s.click(a)}),await t("THEN I expect the second panel to be closed",async()=>{n.addEventListener("animationend",()=>{e(n).not.toBeVisible()},{once:!0})})})};export{r as nestedPanelTests};
1
+ import{within as h,waitFor as d,expect as e,userEvent as s}from"../../../node_modules/.pnpm/storybook@9.1.2_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.0_typescript@5.8_573854de366b5ba3e2ab3da4bce0caa8/node_modules/storybook/dist/test/index.js";import{getShadowRootElementByDataTestId as p}from"../../../utils/vitest-utils.js";const r=async({canvasElement:w,step:t})=>{const i=h(w);let l,o,c,n;await t("Scenario: Nested Panel Functionality",async()=>{await t("GIVEN the Story renders with the first panel open and the second panel closed",async()=>{l=await i.findByTestId("first-panel"),o=p(l,"first-panel-panel"),c=await i.findByTestId("second-panel"),n=p(c,"second-panel-panel"),await d(()=>e(o).toBeVisible()),e(n).not.toBeVisible()}),await t("WHEN I click on the list item with nested content to open the second panel",async()=>{i.getByTestId("list-item-with-nested").click()}),await t("THEN the second panel is opened relative to the first panel",async()=>{await d(()=>e(n).toBeVisible());const a=o?.offsetWidth;e(window.getComputedStyle(n).left).toBe(`${a}px`)}),await t("WHEN I click the collapse button in the first panel",async()=>{const a=i.getByText("Collapse");await s.click(a)}),await t("THEN I expect the second panel to have moved with the first panel",async()=>{e(window.getComputedStyle(o).width).toBe("56px"),e(window.getComputedStyle(n).left).toBe(`${o.offsetWidth}px`)}),await t("WHEN I click the expand button in the first panel",async()=>{const a=i.getByTestId("expand-button");await s.click(a)}),await t("THEN I expect the first panel to expand and the second panel to move with it",async()=>{e(window.getComputedStyle(o).width).toBe("280px"),e(window.getComputedStyle(n).left).toBe(`${o.offsetWidth}px`)}),await t("WHEN I click on the close button in the second panel",async()=>{const a=i.getByTestId("close-button");await s.click(a)}),await t("THEN I expect the second panel to be closed",async()=>{n.addEventListener("animationend",()=>{e(n).not.toBeVisible()},{once:!0})})})};export{r as nestedPanelTests};
@@ -0,0 +1,22 @@
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as f}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as u}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as s}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import h from"../../../../packages/web-components/src/components/skip-link/gator/base/skip-link.gator.scss.js";import{NgcComponent as k}from"../../../../utils/components/ngc-component.js";import{KEY_CONSTANTS as c}from"../../../../consts/key-constants.js";import{createRef as m,ref as y}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{autoUpdate as d,computePosition as g}from"../../../../node_modules/.pnpm/@floating-ui_dom@1.7.2/node_modules/@floating-ui/dom/dist/floating-ui.dom.js";import{msg as L}from"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js";import{unsafeCSS as v}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var S=Object.defineProperty,_=Object.getOwnPropertyDescriptor,i=(t,r,o,l)=>{for(var n=l>1?void 0:l?_(r,o):r,p=t.length-1,a;p>=0;p--)(a=t[p])&&(n=(l?a(r,o,n):a(n))||n);return l&&n&&S(r,o,n),n};let e=class extends k{constructor(){super(...arguments),this.variant="button",this.target="",this.text="",this.placement="right",this.xOffset=0,this.yOffset=0,this.referenceElement="",this._skipLinkRef=m()}render(){return f`
2
+ <div
3
+ ${y(this._skipLinkRef)}
4
+ @focusin="${this.showSkipLink}"
5
+ @focusout="${this.hideSkipLink}"
6
+ class="gator-skip-link gator-visually-hidden">
7
+ ${this.variant==="button"?this.skipLinkButtonVariantMarkup:this.skipLinkListVariantMarkup}</slot>
8
+
9
+ </div>`}get skipLinkButtonVariantMarkup(){return f`
10
+ <div
11
+ @keyup="${this.handleSkipLinkButtonKeyup}"
12
+ @click="${this.handleSkipLinkButtonClick}"
13
+ class="gator-skip-link-button"
14
+ role="link"
15
+ tabindex="0">
16
+ ${this.text}
17
+ </div>`}get skipLinkListVariantMarkup(){return f`
18
+ <div class="gator-skip-link-list" role="group" aria-labelledby="skip-link-list-title">
19
+ <span class="gator-skip-links-title" id="skip-link-list-title">${this.listTitle||L("Skip to:")}</span>
20
+ <slot></slot>
21
+ </div>
22
+ `}get _referenceElement(){if(!this.referenceElement)return null;if(this.referenceElement instanceof HTMLElement)return this.referenceElement;let t=document.getElementById(this.referenceElement);return t||(t=document.querySelector(`[data-id="${this.referenceElement}"]`)?.shadowRoot?.querySelector(`#${this.referenceElement}`)),t||(console.warn("Specified reference element not found. Skip link will not be positioned correctly."),null)}assignPosition(){const t=this._referenceElement;if(!(!this._skipLinkRef||!this._skipLinkRef.value)){if(!t){Object.assign(this._skipLinkRef.value.style,{top:"16px",left:"16px"});return}this._cleanup=d(t,this._skipLinkRef.value,async()=>{if(!this._skipLinkRef||!this._skipLinkRef.value||!t)return;const{x:r,y:o}=await g(t,this._skipLinkRef.value,{placement:this.placement});Object.assign(this._skipLinkRef.value.style,{left:`${r+this.xOffset}px`,top:`${o+this.yOffset}px`})})}}showSkipLink(){this.assignPosition(),this._skipLinkRef.value&&this._skipLinkRef.value.classList.remove("gator-visually-hidden")}hideSkipLink(){this._skipLinkRef.value&&this._skipLinkRef.value.classList.add("gator-visually-hidden")}handleSkipLinkButtonKeyup(t){t.key===c.ENTER&&(t.preventDefault(),this.handleSkipLinkButtonClick())}handleSkipLinkButtonClick(){const t=this.target instanceof HTMLElement?this.target:document.getElementById(this.target);t&&(t.focus(),t.scrollIntoView({behavior:"smooth"}))}};e.shadowRootOptions={...k.shadowRootOptions,delegatesFocus:!0};e.styles=[...k.styles,v(h)];i([s({type:String})],e.prototype,"variant",2);i([s({type:String})],e.prototype,"target",2);i([s({type:String})],e.prototype,"text",2);i([s({type:String})],e.prototype,"placement",2);i([s({type:Number,attribute:"x-offset"})],e.prototype,"xOffset",2);i([s({type:Number,attribute:"y-offset"})],e.prototype,"yOffset",2);i([s({type:String,attribute:"reference-element"})],e.prototype,"referenceElement",2);i([s({type:String,attribute:"list-title"})],e.prototype,"listTitle",2);e=i([u("ngc-skip-link")],e);export{e as NgcSkipLink};
@@ -0,0 +1,7 @@
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as c}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as g}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as p}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import f from"../../../../packages/web-components/src/components/skip-link/gator/list-item/skip-link-list-item.gator.scss.js";import{NgcComponent as a}from"../../../../utils/components/ngc-component.js";import{unsafeCSS as h}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var u=Object.defineProperty,v=Object.getOwnPropertyDescriptor,m=(e,s,o,i)=>{for(var t=i>1?void 0:i?v(s,o):s,n=e.length-1,l;n>=0;n--)(l=e[n])&&(t=(i?l(s,o,t):l(t))||t);return i&&t&&u(s,o,t),t};let r=class extends a{constructor(){super(...arguments),this.target="",this.text=""}render(){return c`
2
+ <div class="gator-skip-link-list-item">
3
+ <ngc-text-link @click="${this.handleClick}">
4
+ ${this.text}
5
+ </ngc-text-link>
6
+ </div>
7
+ `}handleClick(){const e=this.target instanceof HTMLElement?this.target:document.getElementById(this.target);if(!e){console.warn(`Target element with id "${this.target}" not found.`);return}e.focus(),e.scrollIntoView({behavior:"smooth"})}};r.styles=[...a.styles,h(f)];m([p({type:String})],r.prototype,"target",2);m([p({type:String})],r.prototype,"text",2);r=m([g("ngc-skip-link-list-item")],r);export{r as NgcSkipLinkListItem};
@@ -0,0 +1 @@
1
+ import*as i from"./gator/base/skip-link.gator.js";import*as t from"./gator/list-item/skip-link-list-item.gator.js";export{i as NgcSkipLink,t as NgcSkipLinkListItem};
@@ -1,4 +1,4 @@
1
- import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as p,nothing as b}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as d}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as c}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{NgcComponent as m}from"../../../../utils/components/ngc-component.js";import v from"../../../../packages/web-components/src/components/table/gator/table-bulk-controls/table-bulk-controls.gator.scss.js";import{msg as u}from"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js";import"../../../checkbox/checkbox.gator.js";import{unsafeCSS as g}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var h=Object.defineProperty,f=Object.getOwnPropertyDescriptor,y=Object.getPrototypeOf,_=Reflect.get,r=(l,s,o,a)=>{for(var t=a>1?void 0:a?f(s,o):s,i=l.length-1,n;i>=0;i--)(n=l[i])&&(t=(a?n(s,o,t):n(t))||t);return a&&t&&h(s,o,t),t},w=(l,s,o)=>_(y(l),o,s);let e=class extends m{constructor(){super(...arguments),this.visible=!1,this.selectedRows=0,this.totalRows=0,this.allSelected=!1}handleSelectAllChange(l){this.dispatchEvent(new CustomEvent("selectall",{bubbles:!0,detail:{selected:l.detail.selected}}))}render(){return p`
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as p,nothing as b}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as m}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as i}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{NgcComponent as d}from"../../../../utils/components/ngc-component.js";import h from"../../../../packages/web-components/src/components/table/gator/table-bulk-controls/table-bulk-controls.gator.scss.js";import{msg as u}from"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js";import"../../../checkbox/checkbox.gator.js";import{unsafeCSS as v}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var g=Object.defineProperty,f=Object.getOwnPropertyDescriptor,w=Object.getPrototypeOf,y=Reflect.get,r=(l,s,o,a)=>{for(var t=a>1?void 0:a?f(s,o):s,c=l.length-1,n;c>=0;c--)(n=l[c])&&(t=(a?n(s,o,t):n(t))||t);return a&&t&&g(s,o,t),t},_=(l,s,o)=>y(w(l),o,s);let e=class extends d{constructor(){super(...arguments),this.visible=!1,this.selectedRows=0,this.totalRows=0,this.allSelected=!1}handleSelectAllChange(l){this.dispatchEvent(new CustomEvent("selectall",{bubbles:!0,detail:{selected:l.detail.selected}}))}render(){return p`
2
2
  <div>
3
3
  <div class="gator-table-bulk-controls-aria-live-container" aria-live="polite" aria-atomic="true">
4
4
  ${this.selectedRowsMessage}
@@ -21,4 +21,4 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
21
21
  <div class="gator-table-bulk-controls-actions">
22
22
  <slot></slot>
23
23
  </div>
24
- </div>`:b}get selectedRowsMessage(){return`${this.selectedRows} ${u("selected")}`}focus(){}};e.styles=[...w(e,e,"styles"),g(v)];r([c({type:Boolean,reflect:!0})],e.prototype,"visible",2);r([c({type:Number})],e.prototype,"selectedRows",2);r([c({type:Number})],e.prototype,"totalRows",2);r([c({type:Boolean,reflect:!0})],e.prototype,"allSelected",2);e=r([d("ngc-table-bulk-controls")],e);export{e as NgcTableBulkControls};
24
+ </div>`:b}get selectedRowsMessage(){return`${this.selectedRows} ${u("selected")}`}};e.shadowRootOptions={...d.shadowRootOptions,delegatesFocus:!0};e.styles=[..._(e,e,"styles"),v(h)];r([i({type:Boolean,reflect:!0})],e.prototype,"visible",2);r([i({type:Number})],e.prototype,"selectedRows",2);r([i({type:Number})],e.prototype,"totalRows",2);r([i({type:Boolean,reflect:!0})],e.prototype,"allSelected",2);e=r([m("ngc-table-bulk-controls")],e);export{e as NgcTableBulkControls};
@@ -1,4 +1,4 @@
1
- import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as w,html as o}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as $}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as f}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as g}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import R from"../../../packages/web-components/src/components/table/table.tokens.scss.js";import T from"../../../packages/web-components/src/components/table/gator/table.gator.scss.js";import y from"../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import k from"../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{NjcTable as C}from"../table.js";import"../../checkbox/checkbox.gator.js";import"./table-bulk-controls/table-bulk-controls.gator.js";import{unsafeHTML as P}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/unsafe-html.js";import{msg as b}from"../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import"../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js";import{KEY_CONSTANTS as S}from"../../../consts/key-constants.js";import{unsafeCSS as p}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var v=Object.defineProperty,L=Object.getOwnPropertyDescriptor,c=(e,t,l,s)=>{for(var a=s>1?void 0:s?L(t,l):t,r=e.length-1,i;r>=0;r--)(i=e[r])&&(a=(s?i(t,l,a):i(a))||a);return s&&a&&v(t,l,a),a};let d=class extends C{constructor(){super(...arguments),this.elevated=!1,this.includePagination=!1,this.selectedRows=[],this._currentPage=1,this.justSelectedRow=null,this.showJumpLink=!1,this.handleKeyDown=e=>{e.key===S.TAB&&(e.shiftKey&&(this.showJumpLink=!0,this.requestUpdate()),document.removeEventListener("keydown",this.handleKeyDown,!0))}}updated(e){super.updated(e),e.has("data")&&(this.selectedRows=this.data.filter(t=>t.selected&&!t.isTableHeader))}render(){return this.columns?this.renderWrapper(this.getTableHeader(this.columns),this.getTableBody(this.columns,this.displayedRowData)):null}get tableElevatedClass(){return this.elevated?"gator-table-elevated":""}get showBulkControls(){return this.selectable&&this.selectedRows.length>0}renderWrapper(e,t){return o`
1
+ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as $,html as r}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as w}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as m}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as f}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import T from"../../../packages/web-components/src/components/table/table.tokens.scss.js";import k from"../../../packages/web-components/src/components/table/gator/table.gator.scss.js";import y from"../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import R from"../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{NjcTable as P}from"../table.js";import"../../checkbox/checkbox.gator.js";import"./table-bulk-controls/table-bulk-controls.gator.js";import{unsafeHTML as C}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/unsafe-html.js";import{msg as b}from"../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import"../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js";import"../../skip-link/gator/base/skip-link.gator.js";import{unsafeCSS as p}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var B=Object.defineProperty,S=Object.getOwnPropertyDescriptor,h=(e,t,l,s)=>{for(var a=s>1?void 0:s?S(t,l):t,i=e.length-1,n;i>=0;i--)(n=e[i])&&(a=(s?n(t,l,a):n(a))||a);return s&&a&&B(t,l,a),a};let c=class extends P{constructor(){super(...arguments),this.elevated=!1,this.includePagination=!1,this.selectedRows=[],this._currentPage=1}updated(e){super.updated(e),e.has("data")&&(this.selectedRows=this.data.filter(t=>t.selected&&!t.isTableHeader))}render(){return this.columns?this.renderWrapper(this.getTableHeader(this.columns),this.getTableBody(this.columns,this.displayedRowData)):null}get tableElevatedClass(){return this.elevated?"gator-table-elevated":""}get showBulkControls(){return this.selectable&&this.selectedRows.length>0}renderWrapper(e,t){return r`
2
2
  <ngc-table-bulk-controls
3
3
  ?visible="${this.showBulkControls}"
4
4
  .selectedRows="${this.selectedRows.length}"
@@ -12,7 +12,7 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
12
12
  aria-labelledby="${this.tableAriaLabelledBy}">
13
13
  ${e} ${t}
14
14
  </table>
15
- ${this.includePagination?o`
15
+ ${this.includePagination?r`
16
16
  <ngc-table-pagination
17
17
  items-per-page="${this.itemsPerPage}"
18
18
  total-items="${this.data.length}"
@@ -20,8 +20,8 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
20
20
  @pagechanged="${this.handlePageChanged}"
21
21
  @itemsperpagechanged="${this.handleItemsPerPageChanged}"
22
22
  ></ngc-table-pagination>
23
- `:w}
24
- `}handlePageChanged(e){this._currentPage=e.detail.page}handleItemsPerPageChanged(e){this.itemsPerPage=e.detail.itemsPerPage}handleJumpLinkClick(e){const t=this.shadowRoot?.querySelector("ngc-table-bulk-controls");t&&t.focus()}handleJumpLinkBlur(){this.showJumpLink=!1,this.requestUpdate()}handleRowSelectCheckboxBlur(){setTimeout(()=>{const e=this.shadowRoot?.activeElement;(!e||!e.classList.contains("gator-table-jump-link"))&&(this.showJumpLink=!1,document.removeEventListener("keydown",this.handleKeyDown,!0),this.requestUpdate())},0)}getTableHeader(e){const t=e.map(this.getTableHeaderColumn);return this.selectable&&t.unshift(o`
23
+ `:$}
24
+ `}handlePageChanged(e){this._currentPage=e.detail.page}handleItemsPerPageChanged(e){this.itemsPerPage=e.detail.itemsPerPage}getTableHeader(e){const t=e.map(this.getTableHeaderColumn);return this.selectable&&t.unshift(r`
25
25
  <th id="col-select" scope="col">
26
26
  <ngc-checkbox
27
27
  title-text="${b("Select All")}"
@@ -29,22 +29,22 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
29
29
  ?selected="${this.selectedRows.length===this.data.length}"
30
30
  @change="${l=>this.handleSelectAll(l)}"
31
31
  ></ngc-checkbox>
32
- </th>`),o`
32
+ </th>`),r`
33
33
  <thead role="rowgroup">
34
34
  <tr role="row">
35
35
  ${t}
36
36
  </tr>
37
37
  </thead>
38
- `}handleSelectAll(e){const t=e.detail.selected;t?(this.data.forEach(l=>{l.isTableHeader||(l.selected=!0)}),this.selectedRows=this.data.filter(l=>!l.isTableHeader)):(this.data.forEach(l=>{l.selected=!1}),this.selectedRows=[]),this.dispatchEvent(new CustomEvent("selectall",{bubbles:!0,detail:{selectedRows:this.selectedRows,selected:t}})),this.requestUpdate()}getTableHeaderColumn(e){const t=`col-${e.field}`;return o`
39
- <th id="${t}" scope="col">${e.name}</th>`}getTableBody(e,t){const l=[];let s={rows:[]};return t.forEach(a=>{a.isTableHeader?((s.rows.length>0||s.header)&&l.push(s),s={header:a,rows:[]}):s.rows.push(a)}),(s.rows.length>0||s.header)&&l.push(s),l.length===0&&t.length>0&&l.push({rows:t}),o`
38
+ `}handleSelectAll(e){const t=e.detail.selected;t?(this.data.forEach(l=>{l.isTableHeader||(l.selected=!0)}),this.selectedRows=this.data.filter(l=>!l.isTableHeader)):(this.data.forEach(l=>{l.selected=!1}),this.selectedRows=[]),this.dispatchEvent(new CustomEvent("selectall",{bubbles:!0,detail:{selectedRows:this.selectedRows,selected:t}})),this.requestUpdate()}getTableHeaderColumn(e){const t=`col-${e.field}`;return r`
39
+ <th id="${t}" scope="col">${e.name}</th>`}getTableBody(e,t){const l=[];let s={rows:[]};return t.forEach(a=>{a.isTableHeader?((s.rows.length>0||s.header)&&l.push(s),s={header:a,rows:[]}):s.rows.push(a)}),(s.rows.length>0||s.header)&&l.push(s),l.length===0&&t.length>0&&l.push({rows:t}),r`
40
40
  ${l.map(a=>this.getCategoryBody(a,e))}
41
- `}getCategoryBody(e,t){let l="",s="",a="";e.header&&(l=e.header.headerText||e.header.categoryText||e.header.name||"Category",a=`category-${l.toLowerCase().replace(/\s+/g,"-")}`,s=a);const r=e.header?this.getTableHeaderRow(t,e.header):"",i=e.rows.map(h=>this.getTableBodyRow(h,t,a)),m=t.some(h=>h.includedInTotals===!0),n=e.rows.length>0&&m?this.getTotalRow(e.rows,t,a):"";return o`
42
- <tbody role="rowgroup" ${s?o`aria-labelledby="${s}"`:""}>
43
- ${r}
41
+ `}getCategoryBody(e,t){let l="",s="",a="";e.header&&(l=e.header.headerText||e.header.categoryText||e.header.name||"Category",a=`category-${l.toLowerCase().replace(/\s+/g,"-")}`,s=a);const i=e.header?this.getTableHeaderRow(t,e.header):"",n=e.rows.map(d=>this.getTableBodyRow(d,t,a)),u=t.some(d=>d.includedInTotals===!0),o=e.rows.length>0&&u?this.getTotalRow(e.rows,t,a):"";return r`
42
+ <tbody role="rowgroup" ${s?r`aria-labelledby="${s}"`:""}>
44
43
  ${i}
45
44
  ${n}
45
+ ${o}
46
46
  </tbody>
47
- `}getTotalRow(e,t,l){const s={};t.forEach(n=>{s[n.field]=0,n.includedInTotals&&e.forEach(h=>{const u=this.parseNumericValue(h[n.field]);u!==null&&(s[n.field]+=u)})});const a=l?`${l}-total`:"total-row",r=o`
47
+ `}getTotalRow(e,t,l){const s={};t.forEach(o=>{s[o.field]=0,o.includedInTotals&&e.forEach(d=>{const g=this.parseNumericValue(d[o.field]);g!==null&&(s[o.field]+=g)})});const a=l?`${l}-total`:"total-row",i=r`
48
48
  <th
49
49
  id="${a}"
50
50
  scope="row"
@@ -52,55 +52,46 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
52
52
  >
53
53
  Total
54
54
  </th>
55
- `,i=t.map(n=>{const h=`col-${n.field}`,u=[a,l,h].filter(Boolean).join(" ");return n.includedInTotals?o`
55
+ `,n=t.map(o=>{const d=`col-${o.field}`,g=[a,l,d].filter(Boolean).join(" ");return o.includedInTotals?r`
56
56
  <td
57
57
  role="gridcell"
58
- headers="${u}"
58
+ headers="${g}"
59
59
  class="gator-table-total-cell"
60
60
  >
61
- ${this.formatTotal(s[n.field],n)}
61
+ ${this.formatTotal(s[o.field],o)}
62
62
  </td>
63
- `:o`
63
+ `:r`
64
64
  <td
65
65
  role="gridcell"
66
66
  class="gator-table-total-cell"
67
67
  >
68
68
  &nbsp;
69
69
  </td>
70
- `}),m=this.selectable?[r,...i]:[r,...i.slice(1)];return o`
70
+ `}),u=this.selectable?[i,...n]:[i,...n.slice(1)];return r`
71
71
  <tr role="row" class="gator-table-total-row">
72
- ${m}
72
+ ${u}
73
73
  </tr>
74
- `}parseNumericValue(e){if(typeof e=="number")return e;if(typeof e=="string"){const t=e.replace(/[^0-9.-]/g,""),l=parseFloat(t);if(!isNaN(l))return l}return null}formatTotal(e,t){const l=typeof t.decimalPlaces=="number"?t.decimalPlaces:2,s=e.toFixed(l);return typeof t.cellRenderer=="function"?t.cellRenderer({[t.field]:s}):s}getTableBodyRow(e,t,l){const s=t.map(a=>this.getTableBodyCell(e,a,l));if(this.selectable){const a=l?`col-select ${l}`:"col-select",r=this.showJumpLink&&this.justSelectedRow===e;s.unshift(o`
74
+ `}parseNumericValue(e){if(typeof e=="number")return e;if(typeof e=="string"){const t=e.replace(/[^0-9.-]/g,""),l=parseFloat(t);if(!isNaN(l))return l}return null}formatTotal(e,t){const l=typeof t.decimalPlaces=="number"?t.decimalPlaces:2,s=e.toFixed(l);return typeof t.cellRenderer=="function"?t.cellRenderer({[t.field]:s}):s}getTableBodyRow(e,t,l){const s=t.map(a=>this.getTableBodyCell(e,a,l));if(this.selectable){const a=l?`col-select ${l}`:"col-select";s.unshift(r`
75
75
  <td role="gridcell" class="gator-table-checkbox-column" headers="${a}">
76
- ${r?o`
77
- <ngc-button
78
- variant="base"
79
- class="gator-table-jump-link"
80
- @click="${this.handleJumpLinkClick}"
81
- @blur="${this.handleJumpLinkBlur}"
82
- >
83
- ${b("Jump to bulk actions")}
84
- </ngc-button>`:o`<ngc-checkbox
85
- label="test"
86
- ?selected="${e.selected}"
87
- @change="${i=>this.handleTableBodyRowSelected(i,e)}"
88
- id="checkbox-${e.id||Math.random().toString(36).substring(2,11)}"
89
- @blur="${this.handleRowSelectCheckboxBlur}"
90
- ></ngc-checkbox>`}
91
- </td>`),r&&setTimeout(()=>{this.shadowRoot?.querySelector(".gator-table-jump-link")?.focus()},0)}return o`
76
+ <ngc-checkbox
77
+ label="test"
78
+ ?selected="${e.selected}"
79
+ @change="${i=>this.handleTableBodyRowSelected(i,e)}"
80
+ id="checkbox-${e.id||Math.random().toString(36).substring(2,11)}"
81
+ ></ngc-checkbox>
82
+ </td>`)}return r`
92
83
  <tr role="row" class="${this.selectable&&e.selected?"gator-table-row-selected":""}">
93
84
  ${s}
94
85
  </tr>
95
- `}getTableHeaderRow(e,t){const l=this.selectable?e.length+1:e.length,s=t.headerText||t.categoryText||t.name||"Category";return o`
86
+ `}getTableHeaderRow(e,t){const l=this.selectable?e.length+1:e.length,s=t.headerText||t.categoryText||t.name||"Category";return r`
96
87
  <tr role="row" class="gator-table-category-header">
97
88
  <th role="rowheader" colspan="${l}" scope="rowgroup" class="gator-table-header-cell"
98
89
  id="${`category-${s.toLowerCase().replace(/\s+/g,"-")}`}">
99
90
  ${s}
100
91
  </th>
101
92
  </tr>
102
- `}handleTableBodyRowSelected(e,t){e.detail.selected?(t.selected=!0,this.selectedRows.push(t),this.justSelectedRow=t,this.showJumpLink=!1,document.addEventListener("keydown",this.handleKeyDown,!0)):(t.selected=!1,this.selectedRows=this.selectedRows.filter(l=>l!==t),this.justSelectedRow===t&&(this.justSelectedRow=null,this.showJumpLink=!1)),this.dispatchEvent(new CustomEvent("rowselected",{bubbles:!0,detail:{data:t,selectedRows:this.selectedRows}})),this.requestUpdate()}get displayedRowData(){if(!this.includePagination)return this.data;const e=(this._currentPage-1)*this.itemsPerPage,t=e+this.itemsPerPage;return this.data.slice(e,t)}getTableBodyCell(e,t,l){const s=`col-${t.field}`,a=l?`${s} ${l}`:s;return o`
93
+ `}handleTableBodyRowSelected(e,t){e.detail.selected?(t.selected=!0,this.selectedRows.push(t),this.addSkipLinkToBulkActions(e.target)):(t.selected=!1,this.selectedRows=this.selectedRows.filter(l=>l!==t),this.removeSkipLinkToBulkActions(e.target)),this.dispatchEvent(new CustomEvent("rowselected",{bubbles:!0,detail:{data:t,selectedRows:this.selectedRows}})),this.requestUpdate()}addSkipLinkToBulkActions(e){e.parentNode?.querySelector("ngc-skip-link")||e.parentNode?.insertBefore(this.getSkipToBulkActionsMarkup(e),e)}getSkipToBulkActionsMarkup(e){const t=document.createElement("ngc-skip-link");return t.target=this.shadowRoot?.querySelector("ngc-table-bulk-controls")||"",t.text=b("Jump to table actions"),t.referenceElement=e,t.placement="top-start",t.xOffset=4,t.yOffset=-12,t.onblur=this.removeSkipLinkToBulkActions.bind(this,e),t}removeSkipLinkToBulkActions(e){e.parentNode?.querySelector("ngc-skip-link")?.remove()}get displayedRowData(){if(!this.includePagination)return this.data;const e=(this._currentPage-1)*this.itemsPerPage,t=e+this.itemsPerPage;return this.data.slice(e,t)}getTableBodyCell(e,t,l){const s=`col-${t.field}`,a=l?`${s} ${l}`:s;return r`
103
94
  <td role="gridcell" headers="${a}">
104
- ${P(this.getValueForCell(e,t))}
95
+ ${C(this.getValueForCell(e,t))}
105
96
  </td>
106
- `}getValueForCell(e,t){return typeof t.cellRenderer=="function"?t.cellRenderer(e):e[t.field]}};d.styles=[p(k),p(y),p(R),p(T)];c([f({type:Boolean})],d.prototype,"elevated",2);c([f({type:Boolean,attribute:"include-pagination"})],d.prototype,"includePagination",2);c([g()],d.prototype,"selectedRows",2);c([g()],d.prototype,"_currentPage",2);c([g()],d.prototype,"justSelectedRow",2);c([g()],d.prototype,"showJumpLink",2);d=c([$("ngc-table")],d);export{d as NgcTable};
97
+ `}getValueForCell(e,t){return typeof t.cellRenderer=="function"?t.cellRenderer(e):e[t.field]}};c.styles=[p(R),p(y),p(T),p(k)];h([m({type:Boolean})],c.prototype,"elevated",2);h([m({type:Boolean,attribute:"include-pagination"})],c.prototype,"includePagination",2);h([f()],c.prototype,"selectedRows",2);h([f()],c.prototype,"_currentPage",2);c=h([w("ngc-table")],c);export{c as NgcTable};
@@ -1,16 +1,26 @@
1
- import{NjcTextLink as p}from"../text-link.js";import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as f}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import c from"../../../packages/web-components/src/components/text-link/gator/text-link.gator.scss.js";import d from"../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import g from"../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{ifDefined as i}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js";import"../../icon/slds/icon.slds.js";import"../../icon/gator/icon.gator.js";import{unsafeCSS as e}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var v=Object.getOwnPropertyDescriptor,u=(s,a,l,n)=>{for(var t=n>1?void 0:n?v(a,l):a,r=s.length-1,m;r>=0;r--)(m=s[r])&&(t=m(t)||t);return t};let o=class extends p{render(){return f`
1
+ import{NjcTextLink as u}from"../text-link.js";import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as a}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as p}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import c from"../../../packages/web-components/src/components/text-link/gator/text-link.gator.scss.js";import m from"../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import k from"../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{ifDefined as i}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js";import"../../icon/slds/icon.slds.js";import"../../icon/gator/icon.gator.js";import{unsafeCSS as n}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var v=Object.getOwnPropertyDescriptor,f=(t,o,d,l)=>{for(var e=l>1?void 0:l?v(o,d):o,s=t.length-1,h;s>=0;s--)(h=t[s])&&(e=h(e)||e);return e};let r=class extends u{render(){return this.href?this.anchorMarkup:this.customLinkMarkup}get anchorMarkup(){return a`
2
2
  <a
3
- role="link"
4
3
  target="${i(this.target||void 0)}"
5
4
  class="gator-text-link ${this.variantClass}"
6
5
  href="${i(this.href||void 0)}"
7
6
  data-testid="${i(this.dataTestid?`${this.dataTestid}-text-link`:void 0)}"
8
7
  >
9
- <slot></slot>
10
- <ngc-icon
11
- name="${this.endIcon}"
12
- width="18"
13
- height="18"
14
- ></ngc-icon>
15
- </a>
16
- `}get variantClass(){return this.variant!=="default"?`gator-text-link-${this.variant}`:null}};o.styles=[e(c),e(d),e(g)];o=u([h("ngc-text-link")],o);export{o as NgcTextLink};
8
+ ${this.textLinkInnerMarkup}
9
+ </a>`}get customLinkMarkup(){return a`
10
+ <div
11
+ role="link"
12
+ @keyup="${this.handleKeyup}"
13
+ @click="${this.handleClick}"
14
+ tabindex="0"
15
+ class="gator-text-link ${this.variantClass}"
16
+ data-testid="${i(this.dataTestid?`${this.dataTestid}-text-link`:void 0)}"
17
+ >
18
+ ${this.textLinkInnerMarkup}
19
+ </div>
20
+ `}get textLinkInnerMarkup(){return a`
21
+ <slot></slot>
22
+ <ngc-icon
23
+ name="${this.endIcon}"
24
+ width="18"
25
+ height="18"
26
+ ></ngc-icon>`}get variantClass(){return this.variant!=="default"?`gator-text-link-${this.variant}`:null}handleKeyup(t){t.key==="Enter"&&(t.preventDefault(),this.dispatchEvent(new MouseEvent("click",{bubbles:!0,composed:!0})))}handleClick(t){t.preventDefault(),this.dispatchEvent(new MouseEvent("click",{bubbles:!0,composed:!0}))}};r.shadowRootOptions={...u.shadowRootOptions,delegatesFocus:!0};r.styles=[n(c),n(m),n(k)];r=f([p("ngc-text-link")],r);export{r as NgcTextLink};
@@ -1 +1 @@
1
- import*as o from"./components/accordion/gator/base/accordion.gator.js";import*as t from"./components/accordion/gator/group/accordion-group.gator.js";import*as r from"./components/alert/gator/base/alert.gator.js";import*as a from"./components/alert/gator/subtitle/alert-subtitle.gator.js";import*as e from"./components/alert/gator/title/alert-title.gator.js";import*as p from"./components/avatar/gator/avatar.gator.js";import"./components/badge/slds/badge.slds.js";import*as n from"./components/badge/gator/badge.gator.js";import*as s from"./components/banner/gator/banner.gator.js";import*as m from"./components/boolean/boolean.gator.js";import*as g from"./components/breadcrumbs/gator/container/breadcrumbs.gator.js";import"./components/button/slds/button.slds.js";import*as c from"./components/button/gator/button.gator.js";import*as u from"./components/button-card/gator/button-card.gator.js";import*as x from"./components/button-group/gator/button-group.gator.js";import*as d from"./components/card/gator/base/card.gator.js";import*as l from"./components/card/gator/header/card-header.gator.js";import*as f from"./components/card/gator/content/card-content.gator.js";import*as N from"./components/card/gator/footer/card-footer.gator.js";import*as b from"./components/checkbox/checkbox.gator.js";import*as C from"./components/checkbox-group/checkbox-group.gator.js";import*as T from"./components/chip/gator/chip.gator.js";import*as h from"./components/display-card/gator/display-card.gator.js";import*as I from"./components/divider/gator/divider.gator.js";import*as B from"./components/fab/gator/fab.gator.js";import*as P from"./components/guided-nav/gator/guided-nav/guided-nav.gator.js";import*as k from"./components/headline-card/gator/headline-card.gator.js";import*as v from"./components/input/gator/input-currency/input-currency.gator.js";import*as G from"./components/input/gator/input-date/input-date.gator.js";import*as L from"./components/input/gator/input-label/input-label.gator.js";import*as S from"./components/input/gator/help-text/help-text.gator.js";import*as D from"./components/input/gator/input-text/input-text.gator.js";import*as w from"./components/input/gator/input-textarea/input-textarea.gator.js";import*as F from"./components/input/gator/input-masked/input-masked.gator.js";import*as H from"./components/input/gator/input-percent/input-percent.gator.js";import*as y from"./components/input/gator/input-phone/input-phone.gator.js";import*as A from"./components/input/gator/dropdown/input-dropdown.gator.js";import*as M from"./components/input/gator/input-file/input-file.gator.js";import*as U from"./components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js";import*as R from"./components/input/gator/input-search/input-search.gator.js";import*as j from"./components/input/gator/input-time/input-time.gator.js";import"./components/icon/slds/icon.slds.js";import*as z from"./components/icon/gator/icon.gator.js";import*as E from"./components/icon-button/gator/icon-button.gator.js";import*as J from"./components/list/gator/list/list.gator.js";import*as K from"./components/list/gator/list-item/list-item.gator.js";import*as O from"./components/loading-spinner/gator/loading-spinner.gator.js";import"./components/menu/base/slds/menu.slds.js";import*as V from"./components/menu/base/gator/menu.gator.js";import"./components/menu/menu-divider/menu-divider.slds.js";import"./components/menu/menu-item/slds/menu-item.slds.js";import*as Y from"./components/menu/menu-item/gator/menu-item.gator.js";import"./components/menu/menu-submenu/menu-submenu.slds.js";import*as $ from"./components/modal/gator/modal.gator.js";import*as oo from"./components/page-header/gator/page-header.gator.js";import*as to from"./components/panel/gator/panel.gator.js";import*as ro from"./components/popover/gator/popover.gator.js";import*as ao from"./components/progress-bar/gator/progress-bar.gator.js";import*as eo from"./components/radio/radio.gator.js";import*as po from"./components/radio-group/radio-group.gator.js";import*as _o from"./components/selection-box/selection-box.gator.js";import*as no from"./components/selection-box-group/selection-box-group.gator.js";import*as so from"./components/skeleton-loader/gator/skeleton-loader.gator.js";import*as mo from"./components/switch/gator/switch.gator.js";import*as go from"./components/tabs/gator/tabset/tabset.gator.js";import*as io from"./components/tabs/gator/tab/tab.gator.js";import*as co from"./components/text-detail/gator/text-detail.gator.js";import*as uo from"./components/text-link/gator/text-link.gator.js";import*as xo from"./components/time-picker/gator/time-picker.gator.js";import*as lo from"./components/toast/gator/base/toast.gator.js";import*as fo from"./components/toast-container/gator/toast-container.gator.js";import*as No from"./components/toaster/gator/toaster.gator.js";import*as bo from"./components/tooltip/gator/tooltip.gator.js";import"./components/tooltip/slds/tooltip.slds.js";import*as To from"./components/table/gator/table.gator.js";import*as ho from"./components/table/gator/table-pagination/table-pagination.gator.js";import*as Io from"./components/table/gator/table-controls/table-controls.gator.js";export{o as NgcAccordion,t as NgcAccordionGroup,r as NgcAlert,a as NgcAlertSubtitle,e as NgcAlertTitle,p as NgcAvatar,n as NgcBadge,s as NgcBanner,m as NgcBoolean,g as NgcBreadcrumbs,c as NgcButton,u as NgcButtonCard,x as NgcButtonGroup,d as NgcCard,f as NgcCardContent,N as NgcCardFooter,l as NgcCardHeader,b as NgcCheckbox,C as NgcCheckboxGroup,T as NgcChip,h as NgcDisplayCard,I as NgcDivider,B as NgcFab,P as NgcGuidedNav,k as NgcHeadlineCard,S as NgcHelpText,z as NgcIcon,E as NgcIconButton,v as NgcInputCurrency,G as NgcInputDate,A as NgcInputDropdown,M as NgcInputFile,U as NgcInputFileUploadedPreview,L as NgcInputLabel,F as NgcInputMasked,H as NgcInputPercent,y as NgcInputPhone,R as NgcInputSearch,D as NgcInputText,w as NgcInputTextarea,j as NgcInputTime,J as NgcList,K as NgcListItem,O as NgcLoadingSpinner,V as NgcMenu,Y as NgcMenuItem,$ as NgcModal,oo as NgcPageHeader,to as NgcPanel,ro as NgcPopover,ao as NgcProgressBar,eo as NgcRadio,po as NgcRadioGroup,_o as NgcSelectionBox,no as NgcSelectionBoxGroup,so as NgcSkeletonLoader,mo as NgcSwitch,io as NgcTab,To as NgcTable,Io as NgcTableControls,ho as NgcTablePagination,go as NgcTabs,co as NgcTextDetail,uo as NgcTextLink,xo as NgcTimePicker,lo as NgcToast,fo as NgcToastContainer,No as NgcToaster,bo as NgcTooltip};
1
+ import*as o from"./components/accordion/gator/base/accordion.gator.js";import*as t from"./components/accordion/gator/group/accordion-group.gator.js";import*as r from"./components/alert/gator/base/alert.gator.js";import*as a from"./components/alert/gator/subtitle/alert-subtitle.gator.js";import*as e from"./components/alert/gator/title/alert-title.gator.js";import*as p from"./components/avatar/gator/avatar.gator.js";import"./components/badge/slds/badge.slds.js";import*as n from"./components/badge/gator/badge.gator.js";import*as s from"./components/banner/gator/banner.gator.js";import*as m from"./components/boolean/boolean.gator.js";import*as i from"./components/breadcrumbs/gator/container/breadcrumbs.gator.js";import"./components/button/slds/button.slds.js";import*as c from"./components/button/gator/button.gator.js";import*as u from"./components/button-card/gator/button-card.gator.js";import*as x from"./components/button-group/gator/button-group.gator.js";import*as d from"./components/card/gator/base/card.gator.js";import*as l from"./components/card/gator/header/card-header.gator.js";import*as f from"./components/card/gator/content/card-content.gator.js";import*as N from"./components/card/gator/footer/card-footer.gator.js";import*as b from"./components/checkbox/checkbox.gator.js";import*as C from"./components/checkbox-group/checkbox-group.gator.js";import*as T from"./components/chip/gator/chip.gator.js";import*as k from"./components/display-card/gator/display-card.gator.js";import*as h from"./components/divider/gator/divider.gator.js";import*as I from"./components/fab/gator/fab.gator.js";import*as B from"./components/guided-nav/gator/guided-nav/guided-nav.gator.js";import*as P from"./components/headline-card/gator/headline-card.gator.js";import*as v from"./components/input/gator/input-currency/input-currency.gator.js";import*as G from"./components/input/gator/input-date/input-date.gator.js";import*as L from"./components/input/gator/input-label/input-label.gator.js";import*as S from"./components/input/gator/help-text/help-text.gator.js";import*as D from"./components/input/gator/input-text/input-text.gator.js";import*as w from"./components/input/gator/input-textarea/input-textarea.gator.js";import*as F from"./components/input/gator/input-masked/input-masked.gator.js";import*as H from"./components/input/gator/input-percent/input-percent.gator.js";import*as y from"./components/input/gator/input-phone/input-phone.gator.js";import*as A from"./components/input/gator/dropdown/input-dropdown.gator.js";import*as M from"./components/input/gator/input-file/input-file.gator.js";import*as U from"./components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js";import*as R from"./components/input/gator/input-search/input-search.gator.js";import*as j from"./components/input/gator/input-time/input-time.gator.js";import"./components/icon/slds/icon.slds.js";import*as z from"./components/icon/gator/icon.gator.js";import*as E from"./components/icon-button/gator/icon-button.gator.js";import*as J from"./components/list/gator/list/list.gator.js";import*as K from"./components/list/gator/list-item/list-item.gator.js";import*as O from"./components/loading-spinner/gator/loading-spinner.gator.js";import"./components/menu/base/slds/menu.slds.js";import*as V from"./components/menu/base/gator/menu.gator.js";import"./components/menu/menu-divider/menu-divider.slds.js";import"./components/menu/menu-item/slds/menu-item.slds.js";import*as Y from"./components/menu/menu-item/gator/menu-item.gator.js";import"./components/menu/menu-submenu/menu-submenu.slds.js";import*as $ from"./components/modal/gator/modal.gator.js";import*as oo from"./components/page-header/gator/page-header.gator.js";import*as to from"./components/panel/gator/panel.gator.js";import*as ro from"./components/popover/gator/popover.gator.js";import*as ao from"./components/progress-bar/gator/progress-bar.gator.js";import*as eo from"./components/radio/radio.gator.js";import*as po from"./components/radio-group/radio-group.gator.js";import*as _o from"./components/selection-box/selection-box.gator.js";import*as no from"./components/selection-box-group/selection-box-group.gator.js";import*as so from"./components/skeleton-loader/gator/skeleton-loader.gator.js";import*as mo from"./components/skip-link/gator/base/skip-link.gator.js";import"./components/skip-link/gator/list-item/skip-link-list-item.gator.js";import*as go from"./components/switch/gator/switch.gator.js";import*as co from"./components/tabs/gator/tabset/tabset.gator.js";import*as uo from"./components/tabs/gator/tab/tab.gator.js";import*as xo from"./components/text-detail/gator/text-detail.gator.js";import*as lo from"./components/text-link/gator/text-link.gator.js";import*as fo from"./components/time-picker/gator/time-picker.gator.js";import*as No from"./components/toast/gator/base/toast.gator.js";import*as bo from"./components/toast-container/gator/toast-container.gator.js";import*as Co from"./components/toaster/gator/toaster.gator.js";import*as To from"./components/tooltip/gator/tooltip.gator.js";import"./components/tooltip/slds/tooltip.slds.js";import*as ho from"./components/table/gator/table.gator.js";import*as Io from"./components/table/gator/table-pagination/table-pagination.gator.js";import*as Bo from"./components/table/gator/table-controls/table-controls.gator.js";export{o as NgcAccordion,t as NgcAccordionGroup,r as NgcAlert,a as NgcAlertSubtitle,e as NgcAlertTitle,p as NgcAvatar,n as NgcBadge,s as NgcBanner,m as NgcBoolean,i as NgcBreadcrumbs,c as NgcButton,u as NgcButtonCard,x as NgcButtonGroup,d as NgcCard,f as NgcCardContent,N as NgcCardFooter,l as NgcCardHeader,b as NgcCheckbox,C as NgcCheckboxGroup,T as NgcChip,k as NgcDisplayCard,h as NgcDivider,I as NgcFab,B as NgcGuidedNav,P as NgcHeadlineCard,S as NgcHelpText,z as NgcIcon,E as NgcIconButton,v as NgcInputCurrency,G as NgcInputDate,A as NgcInputDropdown,M as NgcInputFile,U as NgcInputFileUploadedPreview,L as NgcInputLabel,F as NgcInputMasked,H as NgcInputPercent,y as NgcInputPhone,R as NgcInputSearch,D as NgcInputText,w as NgcInputTextarea,j as NgcInputTime,J as NgcList,K as NgcListItem,O as NgcLoadingSpinner,V as NgcMenu,Y as NgcMenuItem,$ as NgcModal,oo as NgcPageHeader,to as NgcPanel,ro as NgcPopover,ao as NgcProgressBar,eo as NgcRadio,po as NgcRadioGroup,_o as NgcSelectionBox,no as NgcSelectionBoxGroup,so as NgcSkeletonLoader,mo as NgcSkipLink,go as NgcSwitch,uo as NgcTab,ho as NgcTable,Bo as NgcTableControls,Io as NgcTablePagination,co as NgcTabs,xo as NgcTextDetail,lo as NgcTextLink,fo as NgcTimePicker,No as NgcToast,bo as NgcToastContainer,Co as NgcToaster,To as NgcTooltip};
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import*as o from"./components/accordion/gator/base/accordion.gator.js";import*as t from"./components/accordion/gator/group/accordion-group.gator.js";import*as r from"./components/alert/gator/base/alert.gator.js";import*as a from"./components/alert/gator/subtitle/alert-subtitle.gator.js";import*as e from"./components/alert/gator/title/alert-title.gator.js";import*as p from"./components/avatar/gator/avatar.gator.js";import*as s from"./components/badge/slds/badge.slds.js";import*as _ from"./components/badge/gator/badge.gator.js";import*as n from"./components/banner/gator/banner.gator.js";import*as m from"./components/boolean/boolean.gator.js";import*as i from"./components/breadcrumbs/gator/container/breadcrumbs.gator.js";import*as c from"./components/button/slds/button.slds.js";import*as g from"./components/button/gator/button.gator.js";import*as u from"./components/button-card/gator/button-card.gator.js";import*as x from"./components/button-group/gator/button-group.gator.js";import*as d from"./components/card/gator/base/card.gator.js";import*as l from"./components/card/gator/header/card-header.gator.js";import*as f from"./components/card/gator/content/card-content.gator.js";import*as N from"./components/card/gator/footer/card-footer.gator.js";import*as b from"./components/checkbox/checkbox.gator.js";import*as I from"./components/checkbox-group/checkbox-group.gator.js";import*as T from"./components/chip/gator/chip.gator.js";import*as h from"./components/combobox/base/index.js";import*as C from"./components/combobox/combobox-item/index.js";import*as B from"./components/display-card/gator/display-card.gator.js";import*as v from"./components/divider/gator/divider.gator.js";import*as k from"./components/fab/gator/fab.gator.js";import*as G from"./components/guided-nav/gator/guided-nav/guided-nav.gator.js";import*as L from"./components/headline-card/gator/headline-card.gator.js";import*as D from"./components/icon/slds/icon.slds.js";import*as P from"./components/icon/gator/icon.gator.js";import*as S from"./components/icon-button/gator/icon-button.gator.js";import*as M from"./components/input/gator/input-currency/input-currency.gator.js";import*as w from"./components/input/gator/input-date/input-date.gator.js";import*as F from"./components/input/gator/input-label/input-label.gator.js";import*as H from"./components/input/gator/help-text/help-text.gator.js";import*as y from"./components/input/gator/input-text/input-text.gator.js";import*as A from"./components/input/gator/input-textarea/input-textarea.gator.js";import*as R from"./components/input/gator/input-masked/input-masked.gator.js";import*as E from"./components/input/gator/input-percent/input-percent.gator.js";import*as U from"./components/input/gator/input-phone/input-phone.gator.js";import*as j from"./components/input/gator/dropdown/input-dropdown.gator.js";import*as q from"./components/input/gator/input-file/input-file.gator.js";import*as z from"./components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js";import*as J from"./components/input/gator/input-search/input-search.gator.js";import*as K from"./components/input/gator/input-time/input-time.gator.js";import*as O from"./components/input/slds/input-text/input-text.slds.js";import*as Q from"./components/input/slds/input-error/input-error.slds.js";import*as V from"./components/input/slds/input-label/input-label.slds.js";import*as W from"./components/input-rich-text/input-rich-text.slds.js";import*as X from"./components/list/gator/list/list.gator.js";import*as Y from"./components/list/gator/list-item/list-item.gator.js";import*as Z from"./components/menu/base/slds/menu.slds.js";import*as $ from"./components/menu/base/gator/menu.gator.js";import*as oo from"./components/menu/menu-divider/menu-divider.slds.js";import*as to from"./components/menu/menu-item/slds/menu-item.slds.js";import*as ro from"./components/menu/menu-item/gator/menu-item.gator.js";import*as ao from"./components/menu/menu-submenu/menu-submenu.slds.js";import*as eo from"./components/modal/gator/modal.gator.js";import*as po from"./components/page-header/gator/page-header.gator.js";import*as so from"./components/pill/pill.js";import*as _o from"./components/popover/gator/popover.gator.js";import*as no from"./components/progress-bar/gator/progress-bar.gator.js";import*as mo from"./components/radio/radio.gator.js";import*as io from"./components/radio-group/radio-group.gator.js";import*as co from"./components/scoped-notification/scoped-notification.slds.js";import*as go from"./components/selection-box/selection-box.gator.js";import*as uo from"./components/selection-box-group/selection-box-group.gator.js";import*as xo from"./components/skeleton-loader/gator/skeleton-loader.gator.js";import*as lo from"./components/switch/gator/switch.gator.js";import*as fo from"./components/tabs/gator/tabset/tabset.gator.js";import*as No from"./components/tabs/gator/tab/tab.gator.js";import*as bo from"./components/text-detail/gator/text-detail.gator.js";import*as Io from"./components/text-link/gator/text-link.gator.js";import*as To from"./components/toast/gator/base/toast.gator.js";import*as ho from"./components/toast-container/gator/toast-container.gator.js";import*as Co from"./components/toaster/gator/toaster.gator.js";import*as Bo from"./components/tooltip/gator/tooltip.gator.js";import*as vo from"./components/tooltip/slds/tooltip.slds.js";export{o as NgcAccordion,t as NgcAccordionGroup,r as NgcAlert,a as NgcAlertSubtitle,e as NgcAlertTitle,p as NgcAvatar,_ as NgcBadge,n as NgcBanner,m as NgcBoolean,i as NgcBreadcrumbs,g as NgcButton,u as NgcButtonCard,x as NgcButtonGroup,d as NgcCard,f as NgcCardContent,N as NgcCardFooter,l as NgcCardHeader,b as NgcCheckbox,I as NgcCheckboxGroup,T as NgcChip,B as NgcDisplayCard,v as NgcDivider,k as NgcFab,G as NgcGuidedNav,L as NgcHeadlineCard,H as NgcHelpText,P as NgcIcon,S as NgcIconButton,M as NgcInputCurrency,w as NgcInputDate,j as NgcInputDropdown,q as NgcInputFile,z as NgcInputFileUploadedPreview,F as NgcInputLabel,R as NgcInputMasked,E as NgcInputPercent,U as NgcInputPhone,J as NgcInputSearch,y as NgcInputText,A as NgcInputTextarea,K as NgcInputTime,X as NgcList,Y as NgcListItem,$ as NgcMenu,ro as NgcMenuItem,eo as NgcModal,po as NgcPageHeader,_o as NgcPopover,no as NgcProgressBar,mo as NgcRadio,io as NgcRadioGroup,go as NgcSelectionBox,uo as NgcSelectionBoxGroup,xo as NgcSkeletonLoader,lo as NgcSwitch,No as NgcTab,fo as NgcTabs,bo as NgcTextDetail,Io as NgcTextLink,To as NgcToast,ho as NgcToastContainer,Co as NgcToaster,Bo as NgcTooltip,s as NscBadge,c as NscButton,h as NscCombobox,C as NscComboboxItem,D as NscIcon,Q as NscInputError,V as NscInputLabel,W as NscInputRichText,O as NscInputText,Z as NscMenu,oo as NscMenuDivider,to as NscMenuItem,ao as NscMenuSubmenu,so as NscPill,co as NscScopedNotification,vo as NscTooltip};
1
+ import*as o from"./components/accordion/gator/base/accordion.gator.js";import*as t from"./components/accordion/gator/group/accordion-group.gator.js";import*as r from"./components/alert/gator/base/alert.gator.js";import*as a from"./components/alert/gator/subtitle/alert-subtitle.gator.js";import*as e from"./components/alert/gator/title/alert-title.gator.js";import*as s from"./components/avatar/gator/avatar.gator.js";import*as p from"./components/badge/slds/badge.slds.js";import*as _ from"./components/badge/gator/badge.gator.js";import*as n from"./components/banner/gator/banner.gator.js";import*as m from"./components/boolean/boolean.gator.js";import*as i from"./components/breadcrumbs/gator/container/breadcrumbs.gator.js";import*as c from"./components/button/slds/button.slds.js";import*as g from"./components/button/gator/button.gator.js";import*as u from"./components/button-card/gator/button-card.gator.js";import*as x from"./components/button-group/gator/button-group.gator.js";import*as d from"./components/card/gator/base/card.gator.js";import*as l from"./components/card/gator/header/card-header.gator.js";import*as f from"./components/card/gator/content/card-content.gator.js";import*as N from"./components/card/gator/footer/card-footer.gator.js";import*as b from"./components/checkbox/checkbox.gator.js";import*as I from"./components/checkbox-group/checkbox-group.gator.js";import*as T from"./components/chip/gator/chip.gator.js";import*as k from"./components/combobox/base/index.js";import*as h from"./components/combobox/combobox-item/index.js";import*as C from"./components/display-card/gator/display-card.gator.js";import*as L from"./components/divider/gator/divider.gator.js";import*as B from"./components/fab/gator/fab.gator.js";import*as v from"./components/guided-nav/gator/guided-nav/guided-nav.gator.js";import*as G from"./components/headline-card/gator/headline-card.gator.js";import*as S from"./components/icon/slds/icon.slds.js";import*as D from"./components/icon/gator/icon.gator.js";import*as P from"./components/icon-button/gator/icon-button.gator.js";import*as M from"./components/input/gator/input-currency/input-currency.gator.js";import*as w from"./components/input/gator/input-date/input-date.gator.js";import*as F from"./components/input/gator/input-label/input-label.gator.js";import*as H from"./components/input/gator/help-text/help-text.gator.js";import*as y from"./components/input/gator/input-text/input-text.gator.js";import*as A from"./components/input/gator/input-textarea/input-textarea.gator.js";import*as R from"./components/input/gator/input-masked/input-masked.gator.js";import*as E from"./components/input/gator/input-percent/input-percent.gator.js";import*as U from"./components/input/gator/input-phone/input-phone.gator.js";import*as j from"./components/input/gator/dropdown/input-dropdown.gator.js";import*as q from"./components/input/gator/input-file/input-file.gator.js";import*as z from"./components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js";import*as J from"./components/input/gator/input-search/input-search.gator.js";import*as K from"./components/input/gator/input-time/input-time.gator.js";import*as O from"./components/input/slds/input-text/input-text.slds.js";import*as Q from"./components/input/slds/input-error/input-error.slds.js";import*as V from"./components/input/slds/input-label/input-label.slds.js";import*as W from"./components/input-rich-text/input-rich-text.slds.js";import*as X from"./components/list/gator/list/list.gator.js";import*as Y from"./components/list/gator/list-item/list-item.gator.js";import*as Z from"./components/menu/base/slds/menu.slds.js";import*as $ from"./components/menu/base/gator/menu.gator.js";import*as oo from"./components/menu/menu-divider/menu-divider.slds.js";import*as to from"./components/menu/menu-item/slds/menu-item.slds.js";import*as ro from"./components/menu/menu-item/gator/menu-item.gator.js";import*as ao from"./components/menu/menu-submenu/menu-submenu.slds.js";import*as eo from"./components/modal/gator/modal.gator.js";import*as so from"./components/page-header/gator/page-header.gator.js";import*as po from"./components/pill/pill.js";import*as _o from"./components/popover/gator/popover.gator.js";import*as no from"./components/progress-bar/gator/progress-bar.gator.js";import*as mo from"./components/radio/radio.gator.js";import*as io from"./components/radio-group/radio-group.gator.js";import*as co from"./components/scoped-notification/scoped-notification.slds.js";import*as go from"./components/selection-box/selection-box.gator.js";import*as uo from"./components/selection-box-group/selection-box-group.gator.js";import*as xo from"./components/skeleton-loader/gator/skeleton-loader.gator.js";import*as lo from"./components/switch/gator/switch.gator.js";import*as fo from"./components/tabs/gator/tabset/tabset.gator.js";import*as No from"./components/tabs/gator/tab/tab.gator.js";import*as bo from"./components/text-detail/gator/text-detail.gator.js";import*as Io from"./components/text-link/gator/text-link.gator.js";import*as To from"./components/toast/gator/base/toast.gator.js";import*as ko from"./components/toast-container/gator/toast-container.gator.js";import*as ho from"./components/toaster/gator/toaster.gator.js";import*as Co from"./components/tooltip/gator/tooltip.gator.js";import*as Lo from"./components/tooltip/slds/tooltip.slds.js";import*as Bo from"./components/skip-link/gator/base/skip-link.gator.js";import*as vo from"./components/skip-link/gator/list-item/skip-link-list-item.gator.js";export{o as NgcAccordion,t as NgcAccordionGroup,r as NgcAlert,a as NgcAlertSubtitle,e as NgcAlertTitle,s as NgcAvatar,_ as NgcBadge,n as NgcBanner,m as NgcBoolean,i as NgcBreadcrumbs,g as NgcButton,u as NgcButtonCard,x as NgcButtonGroup,d as NgcCard,f as NgcCardContent,N as NgcCardFooter,l as NgcCardHeader,b as NgcCheckbox,I as NgcCheckboxGroup,T as NgcChip,C as NgcDisplayCard,L as NgcDivider,B as NgcFab,v as NgcGuidedNav,G as NgcHeadlineCard,H as NgcHelpText,D as NgcIcon,P as NgcIconButton,M as NgcInputCurrency,w as NgcInputDate,j as NgcInputDropdown,q as NgcInputFile,z as NgcInputFileUploadedPreview,F as NgcInputLabel,R as NgcInputMasked,E as NgcInputPercent,U as NgcInputPhone,J as NgcInputSearch,y as NgcInputText,A as NgcInputTextarea,K as NgcInputTime,X as NgcList,Y as NgcListItem,$ as NgcMenu,ro as NgcMenuItem,eo as NgcModal,so as NgcPageHeader,_o as NgcPopover,no as NgcProgressBar,mo as NgcRadio,io as NgcRadioGroup,go as NgcSelectionBox,uo as NgcSelectionBoxGroup,xo as NgcSkeletonLoader,Bo as NgcSkipLink,vo as NgcSkipLinkListItem,lo as NgcSwitch,No as NgcTab,fo as NgcTabs,bo as NgcTextDetail,Io as NgcTextLink,To as NgcToast,ko as NgcToastContainer,ho as NgcToaster,Co as NgcTooltip,p as NscBadge,c as NscButton,k as NscCombobox,h as NscComboboxItem,S as NscIcon,Q as NscInputError,V as NscInputLabel,W as NscInputRichText,O as NscInputText,Z as NscMenu,oo as NscMenuDivider,to as NscMenuItem,ao as NscMenuSubmenu,po as NscPill,co as NscScopedNotification,Lo as NscTooltip};
@@ -0,0 +1 @@
1
+ import{getBrandColor as e,setBrandColor as t}from"./utils/brand-color-utils.js";export{e as getBrandColor,t as setBrandColor};
@@ -1,4 +1,4 @@
1
- import{diff as S,printDiffOrStringify as vt}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/diff.js";import E from"../../../../../tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/browser.js";import{isMockFunction as H}from"../../../../../@vitest_spy@3.2.4/node_modules/@vitest/spy/dist/index.js";import{processError as Tt}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/error.js";import{use as Nt,util as R}from"../../../../../chai@5.2.1/node_modules/chai/chai.js";import{getType as ut,noop as Ot,isObject as q,assertTypes as T}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/helpers.js";import{s as j}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js";const k=Symbol.for("matchers-object"),B=Symbol.for("$$jest-matchers-object"),ft=Symbol.for("expect-global"),ht=Symbol.for("asymmetric-matchers-object"),ae={toSatisfy(e,t,r){const{printReceived:c,printExpected:a,matcherHint:h}=this.utils,u=t(e);return{pass:u,message:()=>u?`${h(".not.toSatisfy","received","")}
1
+ import{diff as S,printDiffOrStringify as vt}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/diff.js";import E from"../../../../../tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/browser.js";import{isMockFunction as H}from"../../../../../@vitest_spy@3.2.4/node_modules/@vitest/spy/dist/index.js";import{processError as Tt}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/error.js";import{use as Nt,util as R}from"../../../../../chai@5.2.0/node_modules/chai/chai.js";import{getType as ut,noop as Ot,isObject as q,assertTypes as T}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/helpers.js";import{s as j}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js";const k=Symbol.for("matchers-object"),B=Symbol.for("$$jest-matchers-object"),ft=Symbol.for("expect-global"),ht=Symbol.for("asymmetric-matchers-object"),ae={toSatisfy(e,t,r){const{printReceived:c,printExpected:a,matcherHint:h}=this.utils,u=t(e);return{pass:u,message:()=>u?`${h(".not.toSatisfy","received","")}
2
2
 
3
3
  Expected value to not satisfy:
4
4
  ${r||a(t)}