@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,40 +1,41 @@
|
|
|
1
1
|
@import 'fonts.css';
|
|
2
|
+
|
|
2
3
|
/* Body Text */
|
|
3
4
|
body {
|
|
4
|
-
font-family: var(--
|
|
5
|
+
font-family: var(--font-family-body, "Open Sans"), sans-serif;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
.gator-body-1 {
|
|
8
9
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
9
10
|
font-style: normal;
|
|
10
11
|
font-weight: 400;
|
|
11
|
-
font-family: var(--
|
|
12
|
-
color: var(--text-
|
|
13
|
-
letter-spacing: var(--
|
|
14
|
-
font-size: var(--
|
|
15
|
-
line-height: var(--
|
|
12
|
+
font-family: var(--font-family-body, "Open Sans"), sans-serif;
|
|
13
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
14
|
+
letter-spacing: var(--letter-spacing-default, 0);
|
|
15
|
+
font-size: var(--font-size-body-1, 17px);
|
|
16
|
+
line-height: var(--line-height-body-1, 24px);
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
.gator-body-2 {
|
|
19
20
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
20
21
|
font-style: normal;
|
|
21
22
|
font-weight: 400;
|
|
22
|
-
font-family: var(--
|
|
23
|
-
color: var(--text-
|
|
24
|
-
letter-spacing: var(--
|
|
25
|
-
font-size: var(--
|
|
26
|
-
line-height: var(--
|
|
23
|
+
font-family: var(--font-family-body, "Open Sans"), sans-serif;
|
|
24
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
25
|
+
letter-spacing: var(--letter-spacing-default, 0);
|
|
26
|
+
font-size: var(--font-size-body-2, 15px);
|
|
27
|
+
line-height: var(--line-height-body-2, 22px);
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
.gator-body-3 {
|
|
30
31
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
31
32
|
font-style: normal;
|
|
32
33
|
font-weight: 400;
|
|
33
|
-
font-family: var(--
|
|
34
|
-
color: var(--text-
|
|
35
|
-
letter-spacing: var(--
|
|
36
|
-
font-size: var(--
|
|
37
|
-
line-height: var(--
|
|
34
|
+
font-family: var(--font-family-body, "Open Sans"), sans-serif;
|
|
35
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
36
|
+
letter-spacing: var(--letter-spacing-default, 0);
|
|
37
|
+
font-size: var(--font-size-body-3, 13px);
|
|
38
|
+
line-height: var(--line-height-body-3, 18px);
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.gator-body-bold {
|
|
@@ -53,134 +54,120 @@ body {
|
|
|
53
54
|
.gator-heading-display-1 {
|
|
54
55
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
55
56
|
font-style: normal;
|
|
56
|
-
font-weight:
|
|
57
|
-
letter-spacing: var(--
|
|
58
|
-
color: var(--text-
|
|
59
|
-
font-family: var(--
|
|
60
|
-
font-size: var(--
|
|
61
|
-
line-height: var(--
|
|
57
|
+
font-weight: var(--font-weight-regular, 400);
|
|
58
|
+
letter-spacing: var(--letter-spacing-narrow, -1px);
|
|
59
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
60
|
+
font-family: var(--font-family-headings, 'Lexend Deca'), sans-serif;
|
|
61
|
+
font-size: var(--font-size-display-1, 72px);
|
|
62
|
+
line-height: var(--line-height-display-1, 90px);
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.gator-heading-display-2 {
|
|
65
66
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
66
67
|
font-style: normal;
|
|
67
|
-
font-weight:
|
|
68
|
-
letter-spacing: var(--
|
|
69
|
-
color: var(--text-
|
|
70
|
-
font-family: var(--
|
|
71
|
-
font-size: var(--
|
|
72
|
-
line-height: var(--
|
|
68
|
+
font-weight: var(--font-weight-regular, 400);
|
|
69
|
+
letter-spacing: var(--letter-spacing-narrow, -1px);
|
|
70
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
71
|
+
font-family: var(--font-family-headings, 'Lexend Deca'), sans-serif;
|
|
72
|
+
font-size: var(--font-size-display-2, 64px);
|
|
73
|
+
line-height: var(--line-height-display-2, 78px);
|
|
73
74
|
}
|
|
74
75
|
|
|
75
76
|
.gator-heading-h1 {
|
|
76
77
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
77
78
|
font-style: normal;
|
|
78
|
-
font-weight:
|
|
79
|
-
letter-spacing: var(--
|
|
80
|
-
color: var(--text-
|
|
81
|
-
font-family: var(--
|
|
82
|
-
font-size: var(--
|
|
83
|
-
line-height: var(--
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.gator-heading-h1 {
|
|
87
|
-
font-feature-settings: 'liga' off, 'clig' off;
|
|
88
|
-
font-style: normal;
|
|
89
|
-
font-weight: 700;
|
|
90
|
-
letter-spacing: var(--text-letter-spacing-narrow, -1px);
|
|
91
|
-
color: var(--text-color-primary-base, #1F1F1F);
|
|
92
|
-
font-family: var(--text-family-headings, 'nCino+Avenir');
|
|
93
|
-
font-size: var(--text-font-size-heading-1, 40px);
|
|
94
|
-
line-height: var(--text-line-height-heading-1, 50px);
|
|
79
|
+
font-weight: var(--font-weight-medium, 500);
|
|
80
|
+
letter-spacing: var(--letter-spacing-narrow, -1px);
|
|
81
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
82
|
+
font-family: var(--font-family-headings, 'Lexend Deca'), sans-serif;
|
|
83
|
+
font-size: var(--font-size-heading-1, 40px);
|
|
84
|
+
line-height: var(--line-height-heading-1, 50px);
|
|
95
85
|
}
|
|
96
86
|
|
|
97
87
|
.gator-heading-h2 {
|
|
98
88
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
99
89
|
font-style: normal;
|
|
100
|
-
font-weight:
|
|
101
|
-
letter-spacing: var(--
|
|
102
|
-
color: var(--text-
|
|
103
|
-
font-family: var(--
|
|
104
|
-
font-size: var(--
|
|
105
|
-
line-height: var(--
|
|
90
|
+
font-weight: var(--font-weight-medium, 500);
|
|
91
|
+
letter-spacing: var(--letter-spacing-narrow, -1px);
|
|
92
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
93
|
+
font-family: var(--font-family-headings, 'Lexend Deca'), sans-serif;
|
|
94
|
+
font-size: var(--font-size-heading-2, 32px);
|
|
95
|
+
line-height: var(--line-height-heading-2, 40px);
|
|
106
96
|
}
|
|
107
97
|
|
|
108
98
|
.gator-heading-h3 {
|
|
109
99
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
110
100
|
font-style: normal;
|
|
111
|
-
font-weight:
|
|
112
|
-
letter-spacing: var(--
|
|
113
|
-
color: var(--text-
|
|
114
|
-
font-family: var(--
|
|
115
|
-
font-size: var(--
|
|
116
|
-
line-height: var(--
|
|
101
|
+
font-weight: var(--font-weight-semi-bold, 600);
|
|
102
|
+
letter-spacing: var(--letter-spacing-narrow, -1px);
|
|
103
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
104
|
+
font-family: var(--font-family-headings, 'Lexend Deca'), sans-serif;
|
|
105
|
+
font-size: var(--font-size-heading-3, 26px);
|
|
106
|
+
line-height: var(--line-height-heading-3, 36px);
|
|
117
107
|
}
|
|
118
108
|
|
|
119
109
|
.gator-heading-h4 {
|
|
120
110
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
121
111
|
font-style: normal;
|
|
122
|
-
font-weight:
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
font-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
letter-spacing: var(--text-letter-spacing-default, 0);
|
|
112
|
+
font-weight: var(--font-weight-semi-bold, 600);
|
|
113
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
114
|
+
font-family: var(--font-family-headings, 'Lexend Deca'), sans-serif;
|
|
115
|
+
font-size: var(--font-size-heading-4, 22px);
|
|
116
|
+
line-height: var(--line-height-heading-4, 32px);
|
|
117
|
+
letter-spacing: var(--letter-spacing-default, 0);
|
|
129
118
|
}
|
|
130
119
|
.gator-heading-h5 {
|
|
131
120
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
132
121
|
font-style: normal;
|
|
133
|
-
font-weight: 700;
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
font-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
letter-spacing: var(--text-letter-spacing-default, 0);
|
|
122
|
+
font-weight: var(--font-weight-bold, 700);
|
|
123
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
124
|
+
font-family: var(--font-family-headings, 'Lexend Deca'), sans-serif;
|
|
125
|
+
font-size: var(--font-size-heading-5, 20px);
|
|
126
|
+
line-height: var(--line-height-heading-5, 30px);
|
|
127
|
+
letter-spacing: var(--letter-spacing-default, 0);
|
|
140
128
|
}
|
|
141
129
|
.gator-heading-h6 {
|
|
142
130
|
font-feature-settings: 'liga' off, 'clig' off;
|
|
143
131
|
font-style: normal;
|
|
144
|
-
font-weight: 700;
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
font-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
letter-spacing: var(--text-letter-spacing-default, 0);
|
|
132
|
+
font-weight: var(--font-weight-bold, 700);
|
|
133
|
+
color: var(--color-text-primary, #1F1F1F);
|
|
134
|
+
font-family: var(--font-family-headings, 'Lexend Deca'), sans-serif;
|
|
135
|
+
font-size: var(--font-size-heading-6, 18px);
|
|
136
|
+
line-height: var(--line-height-heading-6, 28px);
|
|
137
|
+
letter-spacing: var(--letter-spacing-default, 0);
|
|
151
138
|
}
|
|
152
139
|
|
|
153
140
|
@media (max-width: 768px) {
|
|
154
141
|
.gator-heading-display-1 {
|
|
155
|
-
font-size: var(--
|
|
156
|
-
line-height: var(--
|
|
142
|
+
font-size: var(--font-size-sm-display-1, 48px);
|
|
143
|
+
line-height: var(--line-height-sm-display-1, 56px);
|
|
157
144
|
}
|
|
158
145
|
.gator-heading-display-2 {
|
|
159
|
-
font-size: var(--
|
|
160
|
-
line-height: var(--
|
|
146
|
+
font-size: var(--font-size-sm-display-2, 36px);
|
|
147
|
+
line-height: var(--line-height-sm-display-2, 48px);
|
|
161
148
|
}
|
|
162
149
|
.gator-heading-h1 {
|
|
163
|
-
font-size: var(--
|
|
164
|
-
line-height: var(--
|
|
150
|
+
font-size: var(--font-size-sm-heading-1, 28px);
|
|
151
|
+
line-height: var(--line-height-sm-heading-1, 36px);
|
|
165
152
|
}
|
|
166
153
|
.gator-heading-h2 {
|
|
167
|
-
font-size: var(--
|
|
168
|
-
line-height: var(--
|
|
154
|
+
font-size: var(--font-size-sm-heading-2, 24px);
|
|
155
|
+
line-height: var(--line-height-sm-heading-2, 32px);
|
|
169
156
|
}
|
|
170
157
|
.gator-heading-h3 {
|
|
171
|
-
font-size: var(--
|
|
172
|
-
line-height: var(--
|
|
158
|
+
font-size: var(--font-size-sm-heading-3, 22px);
|
|
159
|
+
line-height: var(--line-height-sm-heading-3, 32px);
|
|
173
160
|
}
|
|
174
161
|
.gator-heading-h4 {
|
|
175
|
-
font-size: var(--
|
|
176
|
-
line-height: var(--
|
|
162
|
+
font-size: var(--font-size-sm-heading-4, 20px);
|
|
163
|
+
line-height: var(--line-height-sm-heading-4, 30px);
|
|
177
164
|
}
|
|
178
165
|
.gator-heading-h5 {
|
|
179
|
-
font-size: var(--
|
|
180
|
-
line-height: var(--
|
|
166
|
+
font-size: var(--font-size-sm-heading-5, 18px);
|
|
167
|
+
line-height: var(--line-height-sm-heading-5, 28px);
|
|
181
168
|
}
|
|
182
169
|
.gator-heading-h6 {
|
|
183
|
-
font-size: var(--
|
|
184
|
-
line-height: var(--
|
|
170
|
+
font-size: var(--font-size-sm-heading-6, 17px);
|
|
171
|
+
line-height: var(--line-height-sm-heading-6, 24px);
|
|
185
172
|
}
|
|
186
173
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
@
|
|
2
|
-
font-family: 'nCino+Avenir';
|
|
3
|
-
src: url('./fonts/nCino+Avenir.woff2') format('woff2');
|
|
4
|
-
font-weight: 100 400;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'nCino+Avenir';
|
|
10
|
-
src: url('./fonts/nCino+AvenirBd.woff2') format('woff2');
|
|
11
|
-
font-weight: 600 900;
|
|
12
|
-
font-style: normal;
|
|
13
|
-
}
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;600;700&display=swap');
|
|
14
2
|
|
|
15
3
|
@font-face {
|
|
16
4
|
font-family: 'Open Sans';
|
|
@@ -3,6 +3,7 @@ import { NjcAccordion } from '../../accordion.ts';
|
|
|
3
3
|
* @slot - The content within the expandable body of the accordion
|
|
4
4
|
*/
|
|
5
5
|
export declare class NgcAccordion extends NjcAccordion {
|
|
6
|
+
skeleton: boolean;
|
|
6
7
|
static shadowRootOptions: {
|
|
7
8
|
delegatesFocus: boolean;
|
|
8
9
|
clonable?: boolean;
|
|
@@ -6,18 +6,23 @@ export declare class NgcAccordionGroup extends NjcAccordion {
|
|
|
6
6
|
/**
|
|
7
7
|
@property multiple - The default functionality of the component is to only display one accordion body at a time; however, with the multiple property, the accordion can remain expanded until explicitly collapsed.
|
|
8
8
|
@type {boolean}
|
|
9
|
-
|
|
9
|
+
**/
|
|
10
10
|
multiple: boolean;
|
|
11
11
|
/**
|
|
12
12
|
@property headingLevel - The heading level to be applied to each accordion header in the accordion group.
|
|
13
13
|
@type {string}
|
|
14
|
-
|
|
14
|
+
**/
|
|
15
15
|
headingLevel: string;
|
|
16
16
|
/**
|
|
17
17
|
@property hideBorder - When true, removes the border-bottom from accordion items in the group.
|
|
18
18
|
@type {boolean}
|
|
19
|
-
|
|
19
|
+
**/
|
|
20
20
|
hideBorder: boolean;
|
|
21
|
+
/**
|
|
22
|
+
@property skeleton - When true, applies skeleton loading state to all child accordions in the group.
|
|
23
|
+
@type {boolean}
|
|
24
|
+
**/
|
|
25
|
+
skeleton: boolean;
|
|
21
26
|
static styles: import('lit').CSSResult[];
|
|
22
27
|
firstUpdated(): void;
|
|
23
28
|
updated(): void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { NjcButtonCard } from '../button-card.ts';
|
|
2
|
+
import { NJC_CHIP_TYPES } from '../../chip/chip.ts';
|
|
2
3
|
export declare class NgcButtonCard extends NjcButtonCard {
|
|
3
4
|
static shadowRootOptions: {
|
|
4
5
|
delegatesFocus: boolean;
|
|
@@ -9,7 +10,15 @@ export declare class NgcButtonCard extends NjcButtonCard {
|
|
|
9
10
|
slotAssignment?: SlotAssignmentMode;
|
|
10
11
|
};
|
|
11
12
|
static styles: import('lit').CSSResult[];
|
|
13
|
+
/**
|
|
14
|
+
* @description The type of the chip located at the top of the card
|
|
15
|
+
* @property {NJC_CHIP_TYPES} chipType
|
|
16
|
+
*/
|
|
17
|
+
chipType: NJC_CHIP_TYPES;
|
|
12
18
|
render(): import('lit').TemplateResult<1>;
|
|
19
|
+
get cardClasses(): {
|
|
20
|
+
selected: boolean;
|
|
21
|
+
};
|
|
13
22
|
get cardLabelMarkup(): import('lit').TemplateResult<1> | null;
|
|
14
23
|
get disabledClass(): "" | "gator-button-card_disabled";
|
|
15
24
|
handleClick(event: Event): void;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { NjcDisplayCard } from '../display-card.ts';
|
|
2
|
+
import { nothing } from 'lit';
|
|
2
3
|
export declare class NgcDisplayCard extends NjcDisplayCard {
|
|
3
4
|
static styles: import('lit').CSSResult[];
|
|
4
5
|
render(): import('lit').TemplateResult<1>;
|
|
5
|
-
get
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
get classes(): {
|
|
7
|
+
'gator-display-card': boolean;
|
|
8
|
+
'gator-card_elevated': boolean;
|
|
9
|
+
'gator-card_outlined': boolean;
|
|
10
|
+
};
|
|
11
|
+
get headerMarkup(): import('lit').TemplateResult<1> | typeof nothing;
|
|
12
|
+
get contentMarkup(): import('lit').TemplateResult<1>;
|
|
13
|
+
get footerMarkup(): import('lit').TemplateResult<1> | typeof nothing;
|
|
10
14
|
handleActionClick(): void;
|
|
11
15
|
}
|
|
@@ -7,13 +7,16 @@ export declare class NgcHeadlineCard extends NjcHeadlineCard {
|
|
|
7
7
|
firstUpdated(): void;
|
|
8
8
|
updated(): void;
|
|
9
9
|
render(): import('lit').TemplateResult<1>;
|
|
10
|
+
get classes(): {
|
|
11
|
+
'gator-headline-card': boolean;
|
|
12
|
+
'gator-headline-card_vertical': boolean;
|
|
13
|
+
'gator-card_elevated': boolean;
|
|
14
|
+
'gator-card_outlined': boolean;
|
|
15
|
+
};
|
|
10
16
|
get illustrationMarkup(): import('lit').TemplateResult<1>;
|
|
11
17
|
get cardContentClass(): "gator-headline-card-content_vertical" | "gator-headline-card-content";
|
|
12
18
|
get justifyCenterClass(): "" | "gator-headline-card-justify-content-center";
|
|
13
19
|
get backgroundMarkup(): import('lit').TemplateResult<1> | null;
|
|
14
|
-
get elevatedClass(): "" | "gator-card_elevated";
|
|
15
|
-
get outlinedClass(): "" | "gator-card_outlined";
|
|
16
|
-
get orientationClass(): "" | "gator-headline-card_vertical";
|
|
17
20
|
get getBackgroundClass(): "gator-headline-card-background-circle_vertical" | "gator-headline-card-background-circle";
|
|
18
21
|
get shouldBeVertical(): boolean;
|
|
19
22
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Brain: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DocumentAi: import('lit').TemplateResult;
|
|
@@ -15,6 +15,7 @@ export * from './bell';
|
|
|
15
15
|
export * from './binoculars';
|
|
16
16
|
export * from './book';
|
|
17
17
|
export * from './box';
|
|
18
|
+
export * from './brain';
|
|
18
19
|
export * from './cake';
|
|
19
20
|
export * from './calculator';
|
|
20
21
|
export * from './calendar';
|
|
@@ -80,6 +81,7 @@ export * from './dashboard';
|
|
|
80
81
|
export * from './delete';
|
|
81
82
|
export * from './dna';
|
|
82
83
|
export * from './document-add';
|
|
84
|
+
export * from './document-ai';
|
|
83
85
|
export * from './document-check';
|
|
84
86
|
export * from './document-e-sign';
|
|
85
87
|
export * from './document-image';
|
|
@@ -420,9 +422,17 @@ export * from './monitor';
|
|
|
420
422
|
export * from './move-doc';
|
|
421
423
|
export * from './move';
|
|
422
424
|
export * from './music';
|
|
425
|
+
export * from './number-0';
|
|
423
426
|
export * from './number-1';
|
|
427
|
+
export * from './number-10';
|
|
424
428
|
export * from './number-2';
|
|
425
429
|
export * from './number-3';
|
|
430
|
+
export * from './number-4';
|
|
431
|
+
export * from './number-5';
|
|
432
|
+
export * from './number-6';
|
|
433
|
+
export * from './number-7';
|
|
434
|
+
export * from './number-8';
|
|
435
|
+
export * from './number-9';
|
|
426
436
|
export * from './overflow-menu';
|
|
427
437
|
export * from './paper-airplane';
|
|
428
438
|
export * from './paperclip';
|
|
@@ -464,6 +474,7 @@ export * from './radio';
|
|
|
464
474
|
export * from './receipt';
|
|
465
475
|
export * from './restricted-filled';
|
|
466
476
|
export * from './restricted';
|
|
477
|
+
export * from './robot';
|
|
467
478
|
export * from './sandals';
|
|
468
479
|
export * from './save';
|
|
469
480
|
export * from './screen';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Number0: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Number10: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Number4: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Number5: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Number6: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Number7: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Number8: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Number9: import('lit').TemplateResult;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Robot: import('lit').TemplateResult;
|
|
@@ -11,10 +11,20 @@ export declare class InputBase extends TestableLitElement {
|
|
|
11
11
|
*/
|
|
12
12
|
id: string;
|
|
13
13
|
/**
|
|
14
|
-
@property required - Whether the input is required
|
|
14
|
+
@property required - Whether the input is required. By default, displays the required indicator in the label if a label is provided. If you do not want the required indicator to display, use the hideRequired property.
|
|
15
15
|
@type boolean
|
|
16
16
|
*/
|
|
17
17
|
required: boolean;
|
|
18
|
+
/**
|
|
19
|
+
@property hideRequired - Whether to hide the required indicator in the label. This would be used if the optional property is being used to distinguish between required and optional fields instead of the required text.
|
|
20
|
+
@type boolean
|
|
21
|
+
*/
|
|
22
|
+
hideRequired: boolean;
|
|
23
|
+
/**
|
|
24
|
+
@property optional - Whether the input should be marked as optional
|
|
25
|
+
@type boolean
|
|
26
|
+
*/
|
|
27
|
+
optional: boolean;
|
|
18
28
|
/**
|
|
19
29
|
@property disabled - Whether the input is disabled
|
|
20
30
|
@type boolean
|
|
@@ -48,7 +58,7 @@ export declare class InputBase extends TestableLitElement {
|
|
|
48
58
|
@property value - The value of the rendered input
|
|
49
59
|
@type string | number | undefined | null
|
|
50
60
|
*/
|
|
51
|
-
value: string | number | undefined | null | File | File[] | Date;
|
|
61
|
+
value: string | number | boolean | undefined | null | File | File[] | Date;
|
|
52
62
|
/**
|
|
53
63
|
@property errorText - The error text of the rendered input.
|
|
54
64
|
@type string
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
import { CSSResult } from 'lit';
|
|
1
2
|
import { InputBase } from './input-base.ts';
|
|
2
3
|
import { Ref } from 'lit/directives/ref.js';
|
|
3
4
|
export declare class NgcInputBase extends InputBase {
|
|
4
|
-
static
|
|
5
|
+
protected static primitiveStyles: CSSResult;
|
|
6
|
+
protected static semanticStyles: CSSResult;
|
|
7
|
+
protected static primitiveAndSemanticStyleFilter: (style: CSSResult) => boolean;
|
|
8
|
+
static styles: CSSResult[];
|
|
5
9
|
controlRef: Ref<HTMLDivElement>;
|
|
6
10
|
protected _startIconAsText: string | undefined;
|
|
7
11
|
protected _ariaDescribedBy: string | undefined;
|
|
@@ -103,7 +103,7 @@ export declare class NgcInputDropdown extends NgcInputBase {
|
|
|
103
103
|
private setupResizeObserver;
|
|
104
104
|
removeSelection(value: string): void;
|
|
105
105
|
get fauxInputMarkup(): import('lit').TemplateResult<1>;
|
|
106
|
-
get displayedValue(): string | number | File | File[] | Date;
|
|
106
|
+
get displayedValue(): string | number | true | File | File[] | Date;
|
|
107
107
|
get showPlaceholder(): boolean | "";
|
|
108
108
|
get listboxMarkup(): import('lit').TemplateResult<1>;
|
|
109
109
|
get selectAllIcon(): "checkbox-indeterminate" | "checkbox-selected" | "checkbox";
|
|
@@ -10,9 +10,13 @@ export declare class NgcInputLabel extends NgcComponent {
|
|
|
10
10
|
};
|
|
11
11
|
static styles: import('lit').CSSResult[];
|
|
12
12
|
/**
|
|
13
|
-
* @property {boolean} required - Whether the label is required.
|
|
13
|
+
* @property {boolean} required - Whether the label is marked as required.
|
|
14
14
|
*/
|
|
15
15
|
required: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @property {boolean} optional - Whether the label is marked as optional.
|
|
18
|
+
*/
|
|
19
|
+
optional: boolean;
|
|
16
20
|
/**
|
|
17
21
|
* @property {boolean} disabled - Whether the label is disabled.
|
|
18
22
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { NgcRadio } from '../radio/radio.gator';
|
|
2
|
-
import { NgcInputText } from '../input/gator/input-text/input-text.gator.ts';
|
|
3
1
|
import { Ref } from 'lit/directives/ref.js';
|
|
2
|
+
import { NgcInputText } from '../input/gator/input-text/input-text.gator.ts';
|
|
3
|
+
import { NgcRadio } from '../radio/radio.gator';
|
|
4
4
|
/**
|
|
5
5
|
* @slot - The radios within the group
|
|
6
6
|
*/
|
|
@@ -15,6 +15,7 @@ export declare class NgcSwitch extends NjcSwitch {
|
|
|
15
15
|
handleInputKeydown(event: KeyboardEvent): void;
|
|
16
16
|
handleInputClick(event: Event): void;
|
|
17
17
|
handleClick(): void;
|
|
18
|
+
handleMouseDown(event: MouseEvent): void;
|
|
18
19
|
private _toggleSwitch;
|
|
19
20
|
private _getLabelMarkup;
|
|
20
21
|
private _getInputId;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { nothing } from 'lit';
|
|
1
2
|
import { NgcTab } from '../tab/tab.gator.ts';
|
|
2
3
|
import { Ref } from 'lit/directives/ref.js';
|
|
3
4
|
import { TestableLitElement } from '../../../../utils/components/testable-lit-element/testable-lit-element.ts';
|
|
@@ -23,7 +24,7 @@ export declare class NgcTabset extends TestableLitElement {
|
|
|
23
24
|
_contentRef: Ref<HTMLDivElement>;
|
|
24
25
|
_tablistRef: Ref<HTMLDivElement>;
|
|
25
26
|
updated(changedProperties: Map<string | number | symbol, unknown>): void;
|
|
26
|
-
render(): import('lit').TemplateResult<1
|
|
27
|
+
render(): import('lit').TemplateResult<1> | typeof nothing;
|
|
27
28
|
get tabSizeClass(): string;
|
|
28
29
|
get tabContainerSizeClass(): string;
|
|
29
30
|
get tabSpacerClass(): "" | "gator-tabset-spacer";
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
import { CSSResult } from 'lit';
|
|
1
2
|
import { TestableLitElement } from './testable-lit-element/testable-lit-element.ts';
|
|
2
3
|
declare const NgcComponent_base: typeof TestableLitElement;
|
|
3
4
|
export declare class NgcComponent extends NgcComponent_base {
|
|
5
|
+
protected static primitiveStyles: CSSResult;
|
|
6
|
+
protected static semanticStyles: CSSResult;
|
|
7
|
+
protected static primitiveAndSemanticStyleFilter: (style: CSSResult) => boolean;
|
|
4
8
|
/**
|
|
5
9
|
* A boolean property that determines whether ARIA-related attributes
|
|
6
10
|
* (e.g., `aria-label`, `aria-labelledby`, `role`, etc.) are managed
|
|
@@ -17,6 +21,6 @@ export declare class NgcComponent extends NgcComponent_base {
|
|
|
17
21
|
* @type {boolean}
|
|
18
22
|
*/
|
|
19
23
|
skeleton: boolean;
|
|
20
|
-
static styles:
|
|
24
|
+
static styles: CSSResult[];
|
|
21
25
|
}
|
|
22
26
|
export {};
|
|
@@ -67,6 +67,34 @@ export declare const INPUT_BASE_ARGS: {
|
|
|
67
67
|
summary: string;
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
|
+
control: {
|
|
71
|
+
type: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
hideRequired: {
|
|
75
|
+
name: string;
|
|
76
|
+
description: string;
|
|
77
|
+
control: {
|
|
78
|
+
type: string;
|
|
79
|
+
};
|
|
80
|
+
table: {
|
|
81
|
+
category: string;
|
|
82
|
+
defaultValue: {
|
|
83
|
+
summary: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
optional: {
|
|
88
|
+
description: string;
|
|
89
|
+
control: {
|
|
90
|
+
type: string;
|
|
91
|
+
};
|
|
92
|
+
table: {
|
|
93
|
+
category: string;
|
|
94
|
+
defaultValue: {
|
|
95
|
+
summary: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
70
98
|
};
|
|
71
99
|
disabled: {
|
|
72
100
|
description: string;
|