@ncino/web-components 8.0.0-preview.2 → 8.0.0-preview.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/index2.js +1 -1
- package/dist/_virtual/index3.js +1 -1
- package/dist/_virtual/index5.js +1 -1
- package/dist/_virtual/index6.js +1 -1
- package/dist/components/accordion/gator/base/accordion.gator.js +47 -28
- package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
- package/dist/components/alert/gator/base/alert.gator.js +3 -3
- package/dist/components/avatar/gator/avatar.gator.js +5 -5
- package/dist/components/banner/gator/banner.gator.js +1 -1
- package/dist/components/boolean/boolean.gator.js +5 -5
- package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +3 -3
- package/dist/components/button/gator/button.gator.js +1 -1
- package/dist/components/button-card/gator/button-card.gator.js +7 -6
- package/dist/components/card/gator/base/card.gator.js +2 -2
- package/dist/components/card/gator/header/card-header.gator.js +2 -2
- package/dist/components/checkbox/checkbox.gator.js +11 -8
- package/dist/components/checkbox-group/checkbox-group.gator.js +10 -3
- package/dist/components/display-card/gator/display-card.gator.js +49 -26
- package/dist/components/fab/gator/fab.gator.js +1 -1
- package/dist/components/headline-card/gator/headline-card.gator.js +3 -3
- package/dist/components/icon/gator/icon.gator.js +2 -2
- package/dist/components/icon/gator/index.js +1 -1
- package/dist/components/icon/gator/templates/brain.js +8 -0
- package/dist/components/icon/gator/templates/document-ai.js +11 -0
- package/dist/components/icon/gator/templates/flags/flag-kh-cambodia.js +280 -80
- package/dist/components/icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js +7 -7
- package/dist/components/icon/gator/templates/flags/flag-sa-sudi-arabia.js +28 -11
- package/dist/components/icon/gator/templates/index.js +1 -1
- package/dist/components/icon/gator/templates/number-0.js +8 -0
- package/dist/components/icon/gator/templates/number-10.js +11 -0
- package/dist/components/icon/gator/templates/number-4.js +8 -0
- package/dist/components/icon/gator/templates/number-5.js +8 -0
- package/dist/components/icon/gator/templates/number-6.js +8 -0
- package/dist/components/icon/gator/templates/number-7.js +8 -0
- package/dist/components/icon/gator/templates/number-8.js +8 -0
- package/dist/components/icon/gator/templates/number-9.js +8 -0
- package/dist/components/icon/gator/templates/robot.js +17 -0
- package/dist/components/illustration/gator/illustration.gator.js +4 -4
- package/dist/components/illustration/gator/templates/add-note.js +1 -1
- package/dist/components/illustration/gator/templates/address.js +3 -3
- package/dist/components/illustration/gator/templates/appointment-confirmed.js +3 -3
- package/dist/components/illustration/gator/templates/assets.js +1 -1
- package/dist/components/illustration/gator/templates/auto-money.js +3 -3
- package/dist/components/illustration/gator/templates/balloons.js +3 -3
- package/dist/components/illustration/gator/templates/bank-account.js +1 -1
- package/dist/components/illustration/gator/templates/brief-case.js +1 -1
- package/dist/components/illustration/gator/templates/calendar-home.js +3 -3
- package/dist/components/illustration/gator/templates/change-data.js +3 -3
- package/dist/components/illustration/gator/templates/check-with-pencil.js +3 -3
- package/dist/components/illustration/gator/templates/co-borrower.js +1 -1
- package/dist/components/illustration/gator/templates/co-borrowers-incomplete.js +1 -1
- package/dist/components/illustration/gator/templates/co-borrowers.js +1 -1
- package/dist/components/illustration/gator/templates/connectivity.js +1 -1
- package/dist/components/illustration/gator/templates/contact-search.js +1 -1
- package/dist/components/illustration/gator/templates/conversation-multiple.js +3 -3
- package/dist/components/illustration/gator/templates/credit-card.js +3 -3
- package/dist/components/illustration/gator/templates/crop-background.js +1 -1
- package/dist/components/illustration/gator/templates/crop-page.js +3 -3
- package/dist/components/illustration/gator/templates/declarations-legal.js +3 -3
- package/dist/components/illustration/gator/templates/deliver.js +1 -1
- package/dist/components/illustration/gator/templates/demographic-info.js +3 -3
- package/dist/components/illustration/gator/templates/document-add.js +1 -1
- package/dist/components/illustration/gator/templates/document-signature.js +1 -1
- package/dist/components/illustration/gator/templates/download-app.js +1 -1
- package/dist/components/illustration/gator/templates/empty-box.js +1 -1
- package/dist/components/illustration/gator/templates/home-search.js +3 -3
- package/dist/components/illustration/gator/templates/house-5.js +3 -3
- package/dist/components/illustration/gator/templates/house-6.js +3 -3
- package/dist/components/illustration/gator/templates/house-fireworks.js +1 -1
- package/dist/components/illustration/gator/templates/house-under-construction.js +3 -3
- package/dist/components/illustration/gator/templates/house-with-shield.js +3 -3
- package/dist/components/illustration/gator/templates/inquiry.js +1 -1
- package/dist/components/illustration/gator/templates/locked.js +1 -1
- package/dist/components/illustration/gator/templates/make-an-offer.js +1 -1
- package/dist/components/illustration/gator/templates/network-error.js +1 -1
- package/dist/components/illustration/gator/templates/page-1.js +1 -1
- package/dist/components/illustration/gator/templates/page-2.js +1 -1
- package/dist/components/illustration/gator/templates/page-3.js +1 -1
- package/dist/components/illustration/gator/templates/paper-3.js +3 -3
- package/dist/components/illustration/gator/templates/paper-7.js +3 -3
- package/dist/components/illustration/gator/templates/person-2.js +3 -3
- package/dist/components/illustration/gator/templates/personal-info.js +3 -3
- package/dist/components/illustration/gator/templates/price-search.js +3 -3
- package/dist/components/illustration/gator/templates/quick-links.js +1 -1
- package/dist/components/illustration/gator/templates/register.js +3 -3
- package/dist/components/illustration/gator/templates/schedule-home-tour.js +1 -1
- package/dist/components/illustration/gator/templates/social-security.js +1 -1
- package/dist/components/illustration/gator/templates/start-conversation.js +3 -3
- package/dist/components/illustration/gator/templates/status-no-x.js +1 -1
- package/dist/components/illustration/gator/templates/status.js +3 -3
- package/dist/components/illustration/gator/templates/success.js +3 -3
- package/dist/components/illustration/gator/templates/talkluments.js +1 -1
- package/dist/components/illustration/gator/templates/thumbs-down-man.js +1 -1
- package/dist/components/illustration/gator/templates/transfer.js +1 -1
- package/dist/components/illustration/gator/templates/unsecured-line-of-credit.js +3 -3
- package/dist/components/illustration/gator/templates/upload-cloud.js +1 -1
- package/dist/components/input/base/input-base.gator.js +9 -8
- package/dist/components/input/base/input-base.js +1 -1
- package/dist/components/input/gator/dropdown/input-dropdown.gator.js +14 -14
- package/dist/components/input/gator/help-text/help-text.gator.js +1 -1
- package/dist/components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js +1 -1
- package/dist/components/input/gator/input-file/input-file.gator.js +1 -1
- package/dist/components/input/gator/input-label/input-label.gator.js +5 -4
- package/dist/components/input/gator/input-search/input-search.gator.js +1 -0
- package/dist/components/input/gator/input-textarea/input-textarea.gator.js +1 -1
- package/dist/components/input/gator/input-time/input-time.gator.js +1 -1
- package/dist/components/input-rich-text/ckeditor-config.js +1 -1
- package/dist/components/input-rich-text/input-rich-text.slds.js +3 -3
- package/dist/components/list/gator/list-item/list-item.gator.js +1 -1
- package/dist/components/panel/gator/panel.storybook-test.js +1 -1
- package/dist/components/radio/radio.gator.js +5 -5
- package/dist/components/radio-group/radio-group.gator.js +13 -5
- package/dist/components/selection-box/selection-box.gator.js +1 -1
- package/dist/components/selection-box-group/selection-box-group.gator.js +8 -2
- package/dist/components/switch/gator/switch.gator.js +17 -6
- package/dist/components/table/gator/table-pagination/table-pagination.gator.js +1 -1
- package/dist/components/tabs/gator/tabset/tabset.gator.js +3 -3
- package/dist/components/text-detail/gator/text-detail.gator.js +17 -11
- package/dist/components/text-link/gator/text-link.gator.js +1 -1
- package/dist/node_modules/.pnpm/ansi-styles@4.3.0/node_modules/ansi-styles/index.js +1 -1
- package/dist/node_modules/.pnpm/react@19.1.1/node_modules/react/index.js +1 -1
- package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/index.js +1 -1
- package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js +1 -1
- package/dist/packages/web-components/public/styles/gator/gator-global-styles.css.js +1 -1
- package/dist/packages/web-components/src/components/accordion/gator/base/accordion.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/accordion/gator/group/accordion-group.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/alert/gator/base/alert.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/alert/gator/subtitle/alert-subtitle.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/alert/gator/title/alert-title.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/avatar/gator/avatar.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/badge/gator/badge.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/boolean/boolean.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/button/gator/button.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/button-card/gator/button-card.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/card/gator/base/card.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/card/gator/content/card-content.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/card/gator/footer/card-footer.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/card/gator/header/card-header.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/checkbox/checkbox.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/display-card/gator/display-card.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/fab/gator/fab.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/headline-card/gator/headline-card.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/icon/gator/icon.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/illustration/gator/illustration.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/input/gator/help-text/help-text.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/input/gator/input-file/input-file.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/input/gator/input-label/input-label.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/input/input.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/menu/base/gator/menu.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/page-header/gator/page-header.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/radio/radio.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/radio-group/radio-group.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/switch/gator/switch.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/text-detail/gator/text-detail.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/text-link/gator/text-link.gator.scss.js +1 -1
- package/dist/packages/web-components/src/tokens/primitive.tokens.scss.js +1 -1
- package/dist/packages/web-components/src/tokens/semantic-new.tokens.scss.js +1 -1
- package/dist/styles/gator/_gator-typography.css +81 -94
- package/dist/styles/gator/fonts.css +1 -13
- package/dist/types/components/accordion/gator/base/accordion.gator.d.ts +1 -0
- package/dist/types/components/accordion/gator/group/accordion-group.gator.d.ts +8 -3
- package/dist/types/components/button-card/gator/button-card.gator.d.ts +9 -0
- package/dist/types/components/display-card/gator/display-card.gator.d.ts +9 -5
- package/dist/types/components/headline-card/gator/headline-card.gator.d.ts +6 -3
- package/dist/types/components/icon/gator/templates/brain.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/document-ai.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/index.d.ts +11 -0
- package/dist/types/components/icon/gator/templates/number-0.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-10.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-4.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-5.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-6.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-7.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-8.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/number-9.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/robot.d.ts +1 -0
- package/dist/types/components/input/base/input-base.d.ts +12 -2
- package/dist/types/components/input/base/input-base.gator.d.ts +5 -1
- package/dist/types/components/input/gator/dropdown/input-dropdown.gator.d.ts +1 -1
- package/dist/types/components/input/gator/input-label/input-label.gator.d.ts +5 -1
- package/dist/types/components/radio-group/radio-group.gator.d.ts +2 -2
- package/dist/types/components/switch/gator/switch.gator.d.ts +1 -0
- package/dist/types/components/tabs/gator/tabset/tabset.gator.d.ts +2 -1
- package/dist/types/utils/components/gradient-background.d.ts +5 -0
- package/dist/types/utils/components/ngc-component.d.ts +5 -1
- package/dist/types/utils/storybook-args.d.ts +28 -0
- package/dist/utils/components/gradient-background.js +33 -0
- package/dist/utils/components/ngc-component.js +1 -1
- package/dist/utils/components/slot-placeholder/slot-placeholder.js +4 -3
- package/dist/utils/storybook-args.js +1 -1
- package/dist/utils/vitest-a11y-utils.js +1 -1
- package/package.json +7 -6
- package/web-types.json +220 -8
- package/dist/assets/nCino_Avenir.woff2 +0 -0
- package/dist/assets/nCino_AvenirBd.woff2 +0 -0
- package/dist/packages/web-components/src/components/alert/gator/alert.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/avatar/avatar.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/boolean/boolean.gator.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/breadcrumbs/gator/breadcrumbs.gator.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/button-card/button-card.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/card/card.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/card/gator/header/card-header.gator.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/headline-card/gator/headline-card.gator.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/radio/radio.gator.tokens.scss.js +0 -1
- package/dist/packages/web-components/src/components/switch/switch.tokens.scss.js +0 -1
- package/dist/styles/gator/fonts/nCino+Avenir.woff2 +0 -0
- package/dist/styles/gator/fonts/nCino+AvenirBd.woff2 +0 -0
- /package/dist/node_modules/.pnpm/{@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.3.1_typescript@5.9.2__playwright@1.55.0__87f0b62113e4cf466e19137faba4c80e → @vitest_browser@3.2.4_msw@2.7.3_@types_node@24.5.2_typescript@5.9.2__playwright@1.55.0__9d4398eee1ca9f4e5bc66c38c44c1a42}/node_modules/@vitest/browser/context.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@9.1.5_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.1_typescript@5.9_72cffe61c3938b770feb5ac395c7392a → storybook@9.1.5_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.5.2_typescript@5.9_67ef7f987bab6bd2ad2f459ed781a73a}/node_modules/storybook/dist/client-logger/index.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@9.1.5_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.1_typescript@5.9_72cffe61c3938b770feb5ac395c7392a → storybook@9.1.5_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.5.2_typescript@5.9_67ef7f987bab6bd2ad2f459ed781a73a}/node_modules/storybook/dist/core-events/index.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@9.1.5_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.1_typescript@5.9_72cffe61c3938b770feb5ac395c7392a → storybook@9.1.5_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.5.2_typescript@5.9_67ef7f987bab6bd2ad2f459ed781a73a}/node_modules/storybook/dist/instrumenter/index.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@9.1.5_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.3.1_typescript@5.9_72cffe61c3938b770feb5ac395c7392a → storybook@9.1.5_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.5.2_typescript@5.9_67ef7f987bab6bd2ad2f459ed781a73a}/node_modules/storybook/dist/test/index.js +0 -0
- /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.3.1_@vitest_browser@3.2.4_@vitest_ui@3._1b07986b91643c89c81b0014d2711937 → vitest@3.2.4_@types_debug@4.1.12_@types_node@24.5.2_@vitest_browser@3.2.4_@vitest_ui@3._ca089e2e148b21550246e36bcfc837cf}/node_modules/vitest/dist/chunks/_commonjsHelpers.BFTU3MAI.js +0 -0
- /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.3.1_@vitest_browser@3.2.4_@vitest_ui@3._1b07986b91643c89c81b0014d2711937 → vitest@3.2.4_@types_debug@4.1.12_@types_node@24.5.2_@vitest_browser@3.2.4_@vitest_ui@3._ca089e2e148b21550246e36bcfc837cf}/node_modules/vitest/dist/chunks/date.Bq6ZW5rf.js +0 -0
- /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.3.1_@vitest_browser@3.2.4_@vitest_ui@3._1b07986b91643c89c81b0014d2711937 → vitest@3.2.4_@types_debug@4.1.12_@types_node@24.5.2_@vitest_browser@3.2.4_@vitest_ui@3._ca089e2e148b21550246e36bcfc837cf}/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js +0 -0
- /package/dist/node_modules/.pnpm/{vitest@3.2.4_@types_debug@4.1.12_@types_node@24.3.1_@vitest_browser@3.2.4_@vitest_ui@3._1b07986b91643c89c81b0014d2711937 → vitest@3.2.4_@types_debug@4.1.12_@types_node@24.5.2_@vitest_browser@3.2.4_@vitest_ui@3._ca089e2e148b21550246e36bcfc837cf}/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{icon as i}from"../../../icon-registry.js";const o=i("flag-pm-saint-pierre-and-miquelon",l`
|
|
2
|
-
|
|
2
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
3
|
<g clip-path="url(#clip0_5982_15203)">
|
|
4
|
-
<path d="M2
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25
|
|
4
|
+
<path d="M2 7C2 5.89543 2.89543 5 4 5H20C21.1046 5 22 5.89543 22 7V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V7Z" fill="white"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 5H22V20H15.75V5Z" fill="#C51918"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 5H9.5V20H2V5Z" fill="#2E42A5"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 5H15.75V20H8.25V5Z" fill="#F7FCFF"/>
|
|
8
8
|
</g>
|
|
9
|
-
<path d="
|
|
9
|
+
<path d="M20 4.5C21.3807 4.5 22.5 5.61929 22.5 7V18C22.5 19.3807 21.3807 20.5 20 20.5H4C2.61929 20.5 1.5 19.3807 1.5 18V7C1.5 5.61929 2.61929 4.5 4 4.5H20Z" stroke="#BFBFBF"/>
|
|
10
10
|
<defs>
|
|
11
11
|
<clipPath id="clip0_5982_15203">
|
|
12
|
-
<path d="M2
|
|
12
|
+
<path d="M2 7C2 5.89543 2.89543 5 4 5H20C21.1046 5 22 5.89543 22 7V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V7Z" fill="white"/>
|
|
13
13
|
</clipPath>
|
|
14
14
|
</defs>
|
|
15
15
|
</svg>
|