create-sitecore-jss 22.6.0-canary.12 → 22.6.0-canary.14
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/templates/angular/.eslintignore +3 -3
- package/dist/templates/angular/.eslintrc +66 -66
- package/dist/templates/angular/LICENSE.txt +202 -202
- package/dist/templates/angular/README.md +13 -13
- package/dist/templates/angular/angular.json +171 -171
- package/dist/templates/angular/e2e/tsconfig.e2e.json +15 -15
- package/dist/templates/angular/gitignore +52 -52
- package/dist/templates/angular/package.json +116 -116
- package/dist/templates/angular/scripts/temp/gitignore +2 -2
- package/dist/templates/angular/src/app/app.component.html +1 -1
- package/dist/templates/angular/src/app/components/content-block/content-block.component.html +4 -4
- package/dist/templates/angular/src/app/components/gitignore +7 -7
- package/dist/templates/angular/src/app/routing/layout/layout.component.html +17 -17
- package/dist/templates/angular/src/app/routing/navigation/navigation.component.html +20 -20
- package/dist/templates/angular/src/app/routing/not-found/not-found.component.html +7 -7
- package/dist/templates/angular/src/app/routing/scripts/scripts.component.html +1 -1
- package/dist/templates/angular/src/app/routing/server-error/server-error.component.html +3 -3
- package/dist/templates/angular/src/environments/gitignore +1 -1
- package/dist/templates/angular/src/index.html +12 -12
- package/dist/templates/angular/src/styles.css +34 -34
- package/dist/templates/angular/src/tsconfig.app.json +21 -21
- package/dist/templates/angular/src/tsconfig.server.json +20 -20
- package/dist/templates/angular/src/tsconfig.spec.json +24 -24
- package/dist/templates/angular/src/tsconfig.webpack-server.json +6 -6
- package/dist/templates/angular/tsconfig.json +38 -38
- package/dist/templates/angular-sxp/.env +2 -2
- package/dist/templates/angular-sxp/angular.json +13 -13
- package/dist/templates/angular-sxp/package.json +12 -12
- package/dist/templates/angular-sxp/src/app/components/graph-ql-connected-demo/graph-ql-connected-demo.component.graphql +69 -69
- package/dist/templates/angular-sxp/src/app/components/graph-ql-connected-demo/graph-ql-connected-demo.component.html +55 -55
- package/dist/templates/angular-sxp/src/app/components/graph-ql-integrated-demo/graph-ql-integrated-demo.component.html +47 -47
- package/dist/templates/angular-sxp/src/app/components/graph-ql-layout/graph-ql-layout.component.html +22 -22
- package/dist/templates/angular-sxp/src/app/components/styleguide-angular-lazy-loading/styleguide-angular-lazy-loading.component.html +5 -5
- package/dist/templates/angular-sxp/src/app/components/styleguide-component-params/styleguide-component-params.component.html +19 -19
- package/dist/templates/angular-sxp/src/app/components/styleguide-custom-route-type/styleguide-custom-route-type.component.html +14 -14
- package/dist/templates/angular-sxp/src/app/components/styleguide-edit-frame/styleguide-edit-frame.component.html +19 -19
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-checkbox/styleguide-field-usage-checkbox.component.html +11 -11
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-content-list/styleguide-field-usage-content-list.component.html +26 -26
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-custom/styleguide-field-usage-custom.component.html +4 -4
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-date/styleguide-field-usage-date.component.html +27 -27
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-file/styleguide-field-usage-file.component.html +10 -10
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-image/styleguide-field-usage-image.component.html +30 -30
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-item-link/styleguide-field-usage-item-link.component.html +17 -17
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-link/styleguide-field-usage-link.component.html +44 -44
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-number/styleguide-field-usage-number.component.html +11 -11
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-rich-text/styleguide-field-usage-rich-text.component.html +11 -11
- package/dist/templates/angular-sxp/src/app/components/styleguide-field-usage-text/styleguide-field-usage-text.component.html +13 -13
- package/dist/templates/angular-sxp/src/app/components/styleguide-layout/styleguide-layout.component.html +20 -20
- package/dist/templates/angular-sxp/src/app/components/styleguide-layout-reuse/styleguide-layout-reuse.component.html +52 -52
- package/dist/templates/angular-sxp/src/app/components/styleguide-layout-tabs/styleguide-layout-tabs.component.html +37 -37
- package/dist/templates/angular-sxp/src/app/components/styleguide-layout-tabs-tab/styleguide-layout-tabs-tab.component.html +12 -12
- package/dist/templates/angular-sxp/src/app/components/styleguide-multilingual/styleguide-multilingual.component.html +15 -15
- package/dist/templates/angular-sxp/src/app/components/styleguide-route-fields/styleguide-route-fields.component.html +8 -8
- package/dist/templates/angular-sxp/src/app/components/styleguide-section/styleguide-section.component.html +7 -7
- package/dist/templates/angular-sxp/src/app/components/styleguide-sitecore-context/styleguide-sitecore-context.component.html +3 -3
- package/dist/templates/angular-sxp/src/app/components/styleguide-tracking/styleguide-tracking.component.html +175 -175
- package/dist/templates/angular-sxp/src/app/routing/navigation/navigation.component.html +23 -23
- package/dist/templates/angular-sxp/src/app/routing/scripts/scripts.component.html +3 -3
- package/dist/templates/angular-xmcloud/README.md +87 -87
- package/dist/templates/angular-xmcloud/angular.json +33 -33
- package/dist/templates/angular-xmcloud/package.json +17 -17
- package/dist/templates/angular-xmcloud/src/app/components/column-splitter/column-splitter.component.html +5 -5
- package/dist/templates/angular-xmcloud/src/app/components/container/container.component.html +14 -14
- package/dist/templates/angular-xmcloud/src/app/components/image/image.component.html +36 -36
- package/dist/templates/angular-xmcloud/src/app/components/link-list/link-list.component.html +15 -15
- package/dist/templates/angular-xmcloud/src/app/components/navigation/navigation-item.component.html +23 -23
- package/dist/templates/angular-xmcloud/src/app/components/navigation/navigation.component.html +21 -21
- package/dist/templates/angular-xmcloud/src/app/components/page-content/page-content.component.html +5 -5
- package/dist/templates/angular-xmcloud/src/app/components/partial-design-dynamic-placeholder/partial-design-dynamic-placeholder.component.html +1 -1
- package/dist/templates/angular-xmcloud/src/app/components/promo/promo.component.html +21 -21
- package/dist/templates/angular-xmcloud/src/app/components/richtext/richtext.component.html +8 -8
- package/dist/templates/angular-xmcloud/src/app/components/row-splitter/row-splitter.component.html +11 -11
- package/dist/templates/angular-xmcloud/src/app/components/title/title.component.html +10 -10
- package/dist/templates/angular-xmcloud/src/app/routing/layout/layout.component.html +38 -38
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_component.scss +48 -48
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_container.scss +64 -64
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_fonts.scss +3 -3
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_footer.scss +31 -31
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_header.scss +51 -51
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_navigation.scss +150 -150
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_promo.scss +58 -58
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_rich-text.scss +11 -11
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/_variables.scss +9 -9
- package/dist/templates/angular-xmcloud/src/assets/styles/basic/main.scss +8 -8
- package/dist/templates/angular-xmcloud/src/assets/styles/main.scss +14 -14
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/_app.scss +103 -103
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/abstracts/_functions.scss +8 -8
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/abstracts/_mixins.scss +121 -121
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/abstracts/_vars.scss +3 -3
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/abstracts/vars/_colors.scss +283 -283
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/abstracts/vars/_fontSizes.scss +16 -16
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/abstracts/vars/_margins.scss +10 -10
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/fonts/_fonts.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/fonts/index.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/index.scss +3 -3
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/links/_link-button.scss +26 -26
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/links/index.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/reset/_inputs.scss +58 -58
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/reset/_links.scss +14 -14
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/reset/_ui-datepicker.scss +7 -7
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/richtext/_richtext-files-icons.scss +86 -86
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/richtext/_richtext.scss +101 -101
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/richtext/index.scss +2 -2
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/typehead/_typehead.scss +95 -95
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/base/typehead/index.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/_component-column-splitter.scss +14 -14
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/_component-container.scss +27 -27
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/_component-image.scss +18 -18
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/_component-navigation.scss +51 -51
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/_component-promo.scss +42 -42
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/_component-richtext-content.scss +19 -19
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/common/_alignment.scss +25 -25
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/common/_boxed.scss +16 -16
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/common/_clearfix.scss +11 -11
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/common/_highlighted.scss +62 -62
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/common/_link-button.scss +16 -16
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/common/_promoted-box.scss +3 -3
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/common/index.scss +5 -5
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/container/_bordered.scss +23 -23
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/container/_title-row-box.scss +66 -66
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/container/index.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/image/_image-default-size.scss +6 -6
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/image/index.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/image-alignment/_image-left.scss +3 -3
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/image-alignment/_image-right.scss +3 -3
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/index.scss +17 -17
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/layout/_acaindent.scss +5 -5
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/layout/_background.scss +27 -27
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/layout/index.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/link-list/_component-link-list.scss +45 -45
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/link-list/_list-vertical.scss +20 -20
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/link-list/index.scss +2 -2
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/navigation/_navigation-fat.scss +58 -58
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/navigation/_navigation-main-horizontal-vertical.scss +176 -176
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/navigation/_navigation-mobile.scss +85 -85
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/navigation/_navigation-sidebar.scss +29 -29
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/navigation/_sitemap-navigation.scss +20 -20
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/navigation/index.scss +5 -5
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/promo/_absolute-bottom-link.scss +8 -8
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/promo/_promo-hero.scss +40 -40
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/promo/_promo-shadow.scss +42 -42
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/promo/index.scss +3 -3
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/rich-text/_rich-text-lists.scss +63 -63
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/rich-text/index.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/spacing/_background-colors.scss +14 -14
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/spacing/_indent.scss +13 -13
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/spacing/index.scss +2 -2
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/title/_component-title.scss +30 -30
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/components/title/index.scss +1 -1
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/main.scss +4 -4
- package/dist/templates/angular-xmcloud/src/assets/styles/sass/variants/index.scss +5 -5
- package/dist/templates/nextjs/.eslintrc +31 -31
- package/dist/templates/nextjs/.gitattributes +11 -11
- package/dist/templates/nextjs/.graphql-let.yml +8 -8
- package/dist/templates/nextjs/.prettierrc +8 -8
- package/dist/templates/nextjs/.vscode/launch.json +15 -15
- package/dist/templates/nextjs/LICENSE.txt +202 -202
- package/dist/templates/nextjs/README.md +8 -8
- package/dist/templates/nextjs/gitignore +32 -32
- package/dist/templates/nextjs/package.json +87 -87
- package/dist/templates/nextjs/scripts/temp/gitignore +2 -2
- package/dist/templates/nextjs/sitecore/config/{{appName}}.config +165 -165
- package/dist/templates/nextjs/src/assets/app.css +36 -36
- package/dist/templates/nextjs/src/temp/GraphQLIntrospectionResult.json +22215 -22215
- package/dist/templates/nextjs/src/temp/gitignore +3 -3
- package/dist/templates/nextjs/tsconfig.json +38 -38
- package/dist/templates/nextjs/tsconfig.scripts.json +11 -11
- package/dist/templates/nextjs-styleguide/package.json +14 -14
- package/dist/templates/nextjs-styleguide/sitecore/definitions/components/graphql/GraphQL-IntegratedDemo.sitecore.graphql +71 -71
- package/dist/templates/nextjs-styleguide/sitecore/gitignore +3 -3
- package/dist/templates/nextjs-styleguide/src/components/graphql/GraphQL-ConnectedDemo.dynamic.graphql +69 -69
- package/dist/templates/nextjs-sxa/package.json +11 -11
- package/dist/templates/nextjs-sxa/src/assets/basic/_component.scss +48 -48
- package/dist/templates/nextjs-sxa/src/assets/basic/_container.scss +64 -64
- package/dist/templates/nextjs-sxa/src/assets/basic/_fonts.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/basic/_footer.scss +31 -31
- package/dist/templates/nextjs-sxa/src/assets/basic/_header.scss +49 -49
- package/dist/templates/nextjs-sxa/src/assets/basic/_navigation.scss +150 -150
- package/dist/templates/nextjs-sxa/src/assets/basic/_promo.scss +58 -58
- package/dist/templates/nextjs-sxa/src/assets/basic/_rich-text.scss +11 -11
- package/dist/templates/nextjs-sxa/src/assets/basic/_variables.scss +9 -9
- package/dist/templates/nextjs-sxa/src/assets/basic/main.scss +8 -8
- package/dist/templates/nextjs-sxa/src/assets/main.scss +4 -4
- package/dist/templates/nextjs-sxa/src/assets/sass/_app.scss +103 -103
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/_functions.scss +8 -8
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/_mixins.scss +121 -121
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/_vars.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/vars/_colors.scss +283 -283
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/vars/_fontSizes.scss +16 -16
- package/dist/templates/nextjs-sxa/src/assets/sass/abstracts/vars/_margins.scss +10 -10
- package/dist/templates/nextjs-sxa/src/assets/sass/base/fonts/_fonts.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/base/fonts/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/base/index.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/base/links/_link-button.scss +26 -26
- package/dist/templates/nextjs-sxa/src/assets/sass/base/links/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/base/reset/_inputs.scss +58 -58
- package/dist/templates/nextjs-sxa/src/assets/sass/base/reset/_links.scss +14 -14
- package/dist/templates/nextjs-sxa/src/assets/sass/base/reset/_ui-datepicker.scss +7 -7
- package/dist/templates/nextjs-sxa/src/assets/sass/base/richtext/_richtext-files-icons.scss +86 -86
- package/dist/templates/nextjs-sxa/src/assets/sass/base/richtext/_richtext.scss +101 -101
- package/dist/templates/nextjs-sxa/src/assets/sass/base/richtext/index.scss +2 -2
- package/dist/templates/nextjs-sxa/src/assets/sass/base/typehead/_typehead.scss +95 -95
- package/dist/templates/nextjs-sxa/src/assets/sass/base/typehead/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-column-splitter.scss +14 -14
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-container.scss +27 -27
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-image.scss +18 -18
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-navigation.scss +51 -51
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-promo.scss +42 -42
- package/dist/templates/nextjs-sxa/src/assets/sass/components/_component-richtext-content.scss +19 -19
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_alignment.scss +53 -53
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_boxed.scss +16 -16
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_clearfix.scss +11 -11
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_highlighted.scss +62 -62
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_link-button.scss +16 -16
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/_promoted-box.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/components/common/index.scss +5 -5
- package/dist/templates/nextjs-sxa/src/assets/sass/components/container/_bordered.scss +23 -23
- package/dist/templates/nextjs-sxa/src/assets/sass/components/container/_title-row-box.scss +66 -66
- package/dist/templates/nextjs-sxa/src/assets/sass/components/container/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image/_image-default-size.scss +6 -6
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image-alignment/_image-left.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/components/image-alignment/_image-right.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/components/index.scss +17 -17
- package/dist/templates/nextjs-sxa/src/assets/sass/components/layout/_acaindent.scss +5 -5
- package/dist/templates/nextjs-sxa/src/assets/sass/components/layout/_background.scss +27 -27
- package/dist/templates/nextjs-sxa/src/assets/sass/components/layout/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/link-list/_component-link-list.scss +45 -45
- package/dist/templates/nextjs-sxa/src/assets/sass/components/link-list/_list-vertical.scss +20 -20
- package/dist/templates/nextjs-sxa/src/assets/sass/components/link-list/index.scss +2 -2
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_navigation-fat.scss +58 -58
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss +176 -176
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_navigation-mobile.scss +85 -85
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_navigation-sidebar.scss +29 -29
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/_sitemap-navigation.scss +20 -20
- package/dist/templates/nextjs-sxa/src/assets/sass/components/navigation/index.scss +5 -5
- package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/_absolute-bottom-link.scss +8 -8
- package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/_promo-hero.scss +40 -40
- package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/_promo-shadow.scss +42 -42
- package/dist/templates/nextjs-sxa/src/assets/sass/components/promo/index.scss +3 -3
- package/dist/templates/nextjs-sxa/src/assets/sass/components/rich-text/_rich-text-lists.scss +63 -63
- package/dist/templates/nextjs-sxa/src/assets/sass/components/rich-text/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/components/spacing/_background-colors.scss +14 -14
- package/dist/templates/nextjs-sxa/src/assets/sass/components/spacing/_indent.scss +13 -13
- package/dist/templates/nextjs-sxa/src/assets/sass/components/spacing/index.scss +2 -2
- package/dist/templates/nextjs-sxa/src/assets/sass/components/title/_component-title.scss +30 -30
- package/dist/templates/nextjs-sxa/src/assets/sass/components/title/index.scss +1 -1
- package/dist/templates/nextjs-sxa/src/assets/sass/main.scss +4 -4
- package/dist/templates/nextjs-sxa/src/assets/sass/variants/index.scss +5 -5
- package/dist/templates/nextjs-xmcloud/.env +19 -19
- package/dist/templates/nextjs-xmcloud/package.json +8 -8
- package/dist/templates/node-headless-ssr-experience-edge/README.md +56 -56
- package/dist/templates/node-headless-ssr-experience-edge/gitignore +19 -19
- package/dist/templates/node-headless-ssr-experience-edge/package.json +34 -34
- package/dist/templates/node-headless-ssr-experience-edge/tsconfig.json +22 -22
- package/dist/templates/node-headless-ssr-proxy/.vscode/launch.json +47 -47
- package/dist/templates/node-headless-ssr-proxy/LICENSE.txt +202 -202
- package/dist/templates/node-headless-ssr-proxy/README.md +65 -65
- package/dist/templates/node-headless-ssr-proxy/gitignore +19 -19
- package/dist/templates/node-headless-ssr-proxy/package.json +39 -39
- package/dist/templates/node-headless-ssr-proxy/src/error.html +200 -200
- package/dist/templates/node-headless-ssr-proxy/tsconfig.json +22 -22
- package/dist/templates/node-xmcloud-proxy/README.md +165 -165
- package/dist/templates/node-xmcloud-proxy/gitignore +33 -33
- package/dist/templates/node-xmcloud-proxy/package.json +26 -26
- package/dist/templates/node-xmcloud-proxy/tsconfig.json +22 -22
- package/dist/templates/react/.prettierrc +9 -9
- package/dist/templates/react/LICENSE.txt +202 -202
- package/dist/templates/react/README.md +2402 -2402
- package/dist/templates/react/gitignore +25 -25
- package/dist/templates/react/public/index.html +35 -35
- package/dist/templates/react/sitecore/config/{{appName}}.config +90 -90
- package/dist/templates/react/sitecore/definitions/components/graphql/GraphQL-IntegratedDemo.sitecore.graphql +71 -71
- package/dist/templates/react/sitecore/gitignore +2 -2
- package/dist/templates/react/src/assets/sc_logo.svg +52 -52
- package/dist/templates/react/src/components/graphql/query.graphql +69 -69
- package/dist/templates/react/src/temp/GraphQLFragmentTypes.json +207 -207
- package/dist/templates/react/src/temp/gitignore +3 -3
- package/dist/templates/vue/.browserslistrc +2 -2
- package/dist/templates/vue/.prettierrc +9 -9
- package/dist/templates/vue/LICENSE.txt +202 -202
- package/dist/templates/vue/README.md +36 -36
- package/dist/templates/vue/gitignore +25 -25
- package/dist/templates/vue/package.json +87 -87
- package/dist/templates/vue/public/index.html +27 -27
- package/dist/templates/vue/public/manifest.json +14 -14
- package/dist/templates/vue/public/robots.txt +2 -2
- package/dist/templates/vue/sitecore/config/{{appName}}.config +89 -89
- package/dist/templates/vue/sitecore/definitions/components/GraphQL-IntegratedDemo.sitecore.graphql +71 -71
- package/dist/templates/vue/sitecore/gitignore +4 -4
- package/dist/templates/vue/src/assets/app.css +30 -30
- package/dist/templates/vue/src/components/GraphQL/GraphQL-ConnectedDemo.query.graphql +69 -69
- package/dist/templates/vue/src/temp/GraphQLFragmentTypes.json +273 -273
- package/dist/templates/vue/src/temp/gitignore +3 -3
- package/package.json +2 -2
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
*
|
|
2
|
-
!.gitignore
|
|
3
|
-
!GraphQLIntrospectionResult.json
|
|
1
|
+
*
|
|
2
|
+
!.gitignore
|
|
3
|
+
!GraphQLIntrospectionResult.json
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"baseUrl": ".",
|
|
4
|
-
"paths": {
|
|
5
|
-
"components/*": ["src/components/*"],
|
|
6
|
-
"lib/*": ["src/lib/*"],
|
|
7
|
-
"temp/*": ["src/temp/*"],
|
|
8
|
-
"assets/*": ["src/assets/*"],
|
|
9
|
-
"graphql-types": ["node_modules/@types/graphql-let/__generated__/__types__"],
|
|
10
|
-
"react": ["node_modules/react"]
|
|
11
|
-
},
|
|
12
|
-
"target": "es5",
|
|
13
|
-
"types": ["node"],
|
|
14
|
-
"lib": ["dom", "dom.iterable", "esnext"],
|
|
15
|
-
"allowJs": true,
|
|
16
|
-
"skipLibCheck": true,
|
|
17
|
-
"strict": true,
|
|
18
|
-
"strictFunctionTypes": false,
|
|
19
|
-
"downlevelIteration": true,
|
|
20
|
-
"noEmit": true,
|
|
21
|
-
"esModuleInterop": true,
|
|
22
|
-
"module": "esnext",
|
|
23
|
-
"moduleResolution": "node",
|
|
24
|
-
"resolveJsonModule": true,
|
|
25
|
-
"isolatedModules": true,
|
|
26
|
-
"jsx": "preserve",
|
|
27
|
-
"allowSyntheticDefaultImports": true,
|
|
28
|
-
"noImplicitReturns": true,
|
|
29
|
-
"noImplicitAny": true,
|
|
30
|
-
"noImplicitThis": true,
|
|
31
|
-
"noUnusedLocals": true,
|
|
32
|
-
"noUnusedParameters": true,
|
|
33
|
-
"incremental": true,
|
|
34
|
-
"forceConsistentCasingInFileNames": false
|
|
35
|
-
},
|
|
36
|
-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
|
37
|
-
"exclude": ["node_modules"]
|
|
38
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"baseUrl": ".",
|
|
4
|
+
"paths": {
|
|
5
|
+
"components/*": ["src/components/*"],
|
|
6
|
+
"lib/*": ["src/lib/*"],
|
|
7
|
+
"temp/*": ["src/temp/*"],
|
|
8
|
+
"assets/*": ["src/assets/*"],
|
|
9
|
+
"graphql-types": ["node_modules/@types/graphql-let/__generated__/__types__"],
|
|
10
|
+
"react": ["node_modules/react"]
|
|
11
|
+
},
|
|
12
|
+
"target": "es5",
|
|
13
|
+
"types": ["node"],
|
|
14
|
+
"lib": ["dom", "dom.iterable", "esnext"],
|
|
15
|
+
"allowJs": true,
|
|
16
|
+
"skipLibCheck": true,
|
|
17
|
+
"strict": true,
|
|
18
|
+
"strictFunctionTypes": false,
|
|
19
|
+
"downlevelIteration": true,
|
|
20
|
+
"noEmit": true,
|
|
21
|
+
"esModuleInterop": true,
|
|
22
|
+
"module": "esnext",
|
|
23
|
+
"moduleResolution": "node",
|
|
24
|
+
"resolveJsonModule": true,
|
|
25
|
+
"isolatedModules": true,
|
|
26
|
+
"jsx": "preserve",
|
|
27
|
+
"allowSyntheticDefaultImports": true,
|
|
28
|
+
"noImplicitReturns": true,
|
|
29
|
+
"noImplicitAny": true,
|
|
30
|
+
"noImplicitThis": true,
|
|
31
|
+
"noUnusedLocals": true,
|
|
32
|
+
"noUnusedParameters": true,
|
|
33
|
+
"incremental": true,
|
|
34
|
+
"forceConsistentCasingInFileNames": false
|
|
35
|
+
},
|
|
36
|
+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
|
37
|
+
"exclude": ["node_modules"]
|
|
38
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "./tsconfig.json",
|
|
3
|
-
"ts-node": {
|
|
4
|
-
"require": [
|
|
5
|
-
"tsconfig-paths/register"
|
|
6
|
-
]
|
|
7
|
-
},
|
|
8
|
-
"compilerOptions": {
|
|
9
|
-
"module": "commonjs"
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"extends": "./tsconfig.json",
|
|
3
|
+
"ts-node": {
|
|
4
|
+
"require": [
|
|
5
|
+
"tsconfig-paths/register"
|
|
6
|
+
]
|
|
7
|
+
},
|
|
8
|
+
"compilerOptions": {
|
|
9
|
+
"module": "commonjs"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
{
|
|
2
|
-
"dependencies": {
|
|
3
|
-
"bootstrap": "^5.2.3",
|
|
4
|
-
"nprogress": "~0.2.0"
|
|
5
|
-
},
|
|
6
|
-
"devDependencies": {
|
|
7
|
-
"@sitecore-jss/sitecore-jss-dev-tools": "<%- version %>",
|
|
8
|
-
"@types/nprogress": "^0.2.0"
|
|
9
|
-
},
|
|
10
|
-
"scripts": {
|
|
11
|
-
"start": "cross-env NODE_ENV=development JSS_MODE=disconnected \"npm-run-all --serial bootstrap --parallel next:dev start:disconnected-proxy start:watch-components\"",
|
|
12
|
-
"start:disconnected-proxy": "ts-node --project tsconfig.scripts.json ./scripts/disconnected-mode-proxy.ts"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"dependencies": {
|
|
3
|
+
"bootstrap": "^5.2.3",
|
|
4
|
+
"nprogress": "~0.2.0"
|
|
5
|
+
},
|
|
6
|
+
"devDependencies": {
|
|
7
|
+
"@sitecore-jss/sitecore-jss-dev-tools": "<%- version %>",
|
|
8
|
+
"@types/nprogress": "^0.2.0"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"start": "cross-env NODE_ENV=development JSS_MODE=disconnected \"npm-run-all --serial bootstrap --parallel next:dev start:disconnected-proxy start:watch-components\"",
|
|
12
|
+
"start:disconnected-proxy": "ts-node --project tsconfig.scripts.json ./scripts/disconnected-mode-proxy.ts"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
# This file contains a GraphQL query that will be executed and the result provided to
|
|
2
|
-
# your JSS component. You can run this query in GraphiQL ($endpoint/ui) for a nice editing experience.
|
|
3
|
-
|
|
4
|
-
# Note that we're executing _two queries_ (datasource and contextItem)
|
|
5
|
-
# within the context of the IntegratedDemoQuery _operation_. This makes it
|
|
6
|
-
# very efficient at gathering data from multiple sources.
|
|
7
|
-
|
|
8
|
-
query IntegratedDemoQuery($datasource: String!, $contextItem: String!, $language: String!) {
|
|
9
|
-
# Datasource query
|
|
10
|
-
# $datasource will always be set to the ID of the rendering's datasource item
|
|
11
|
-
# (as long as the GraphQLData helper is used)
|
|
12
|
-
datasource: item(path: $datasource, language: $language) {
|
|
13
|
-
id
|
|
14
|
-
name
|
|
15
|
-
# Strongly-typed querying on known templates is possible!
|
|
16
|
-
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>GraphQLIntegratedDemo {
|
|
17
|
-
# Single-line text field
|
|
18
|
-
sample1 {
|
|
19
|
-
# the 'jsonValue' field is a JSON blob that represents the object that
|
|
20
|
-
# should be passed to JSS field rendering helpers (i.e. text, image, link)
|
|
21
|
-
jsonValue
|
|
22
|
-
value
|
|
23
|
-
}
|
|
24
|
-
# General Link field
|
|
25
|
-
sample2 {
|
|
26
|
-
jsonValue
|
|
27
|
-
# Structured querying of the field's values is possible
|
|
28
|
-
text
|
|
29
|
-
target
|
|
30
|
-
url
|
|
31
|
-
# Access to the template definition is possible
|
|
32
|
-
definition {
|
|
33
|
-
type
|
|
34
|
-
shared
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
# Context/route item query
|
|
41
|
-
# $contextItem will always be set to the ID of the current context item (the route item)
|
|
42
|
-
# (as long as the GraphQLData helper is used)
|
|
43
|
-
contextItem: item(path: $contextItem, language: $language) {
|
|
44
|
-
id
|
|
45
|
-
# Get the page title from the app route template
|
|
46
|
-
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>AppRoute {
|
|
47
|
-
pageTitle {
|
|
48
|
-
value
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
# List the children of the current route
|
|
53
|
-
children(hasLayout: true) {
|
|
54
|
-
results {
|
|
55
|
-
id
|
|
56
|
-
# typing fragments can be used anywhere!
|
|
57
|
-
# so in this case, we're grabbing the 'pageTitle'
|
|
58
|
-
# field on all child route items.
|
|
59
|
-
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>AppRoute {
|
|
60
|
-
pageTitle {
|
|
61
|
-
jsonValue
|
|
62
|
-
value
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
url{
|
|
66
|
-
path
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
1
|
+
# This file contains a GraphQL query that will be executed and the result provided to
|
|
2
|
+
# your JSS component. You can run this query in GraphiQL ($endpoint/ui) for a nice editing experience.
|
|
3
|
+
|
|
4
|
+
# Note that we're executing _two queries_ (datasource and contextItem)
|
|
5
|
+
# within the context of the IntegratedDemoQuery _operation_. This makes it
|
|
6
|
+
# very efficient at gathering data from multiple sources.
|
|
7
|
+
|
|
8
|
+
query IntegratedDemoQuery($datasource: String!, $contextItem: String!, $language: String!) {
|
|
9
|
+
# Datasource query
|
|
10
|
+
# $datasource will always be set to the ID of the rendering's datasource item
|
|
11
|
+
# (as long as the GraphQLData helper is used)
|
|
12
|
+
datasource: item(path: $datasource, language: $language) {
|
|
13
|
+
id
|
|
14
|
+
name
|
|
15
|
+
# Strongly-typed querying on known templates is possible!
|
|
16
|
+
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>GraphQLIntegratedDemo {
|
|
17
|
+
# Single-line text field
|
|
18
|
+
sample1 {
|
|
19
|
+
# the 'jsonValue' field is a JSON blob that represents the object that
|
|
20
|
+
# should be passed to JSS field rendering helpers (i.e. text, image, link)
|
|
21
|
+
jsonValue
|
|
22
|
+
value
|
|
23
|
+
}
|
|
24
|
+
# General Link field
|
|
25
|
+
sample2 {
|
|
26
|
+
jsonValue
|
|
27
|
+
# Structured querying of the field's values is possible
|
|
28
|
+
text
|
|
29
|
+
target
|
|
30
|
+
url
|
|
31
|
+
# Access to the template definition is possible
|
|
32
|
+
definition {
|
|
33
|
+
type
|
|
34
|
+
shared
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
# Context/route item query
|
|
41
|
+
# $contextItem will always be set to the ID of the current context item (the route item)
|
|
42
|
+
# (as long as the GraphQLData helper is used)
|
|
43
|
+
contextItem: item(path: $contextItem, language: $language) {
|
|
44
|
+
id
|
|
45
|
+
# Get the page title from the app route template
|
|
46
|
+
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>AppRoute {
|
|
47
|
+
pageTitle {
|
|
48
|
+
value
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
# List the children of the current route
|
|
53
|
+
children(hasLayout: true) {
|
|
54
|
+
results {
|
|
55
|
+
id
|
|
56
|
+
# typing fragments can be used anywhere!
|
|
57
|
+
# so in this case, we're grabbing the 'pageTitle'
|
|
58
|
+
# field on all child route items.
|
|
59
|
+
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>AppRoute {
|
|
60
|
+
pageTitle {
|
|
61
|
+
jsonValue
|
|
62
|
+
value
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
url{
|
|
66
|
+
path
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
manifest
|
|
2
|
-
package
|
|
3
|
-
update-package
|
|
1
|
+
manifest
|
|
2
|
+
package
|
|
3
|
+
update-package
|
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
# This file contains a GraphQL query that will be executed and the result provided to
|
|
2
|
-
# your JSS component. You can run this query in GraphiQL ($endpoint/ui) for a nice editing experience.
|
|
3
|
-
|
|
4
|
-
# Note that we're executing _two queries_ (datasource and contextItem)
|
|
5
|
-
# within the context of the ConnectedDemoQuery _operation_. This makes it
|
|
6
|
-
# very efficient at gathering data from multiple sources.
|
|
7
|
-
|
|
8
|
-
query ConnectedDemoQuery($datasource: String!, $contextItem: String!, $language: String!) {
|
|
9
|
-
# Datasource query
|
|
10
|
-
# $datasource should be set to the ID of the rendering's datasource item
|
|
11
|
-
datasource: item(path: $datasource, language: $language) {
|
|
12
|
-
id
|
|
13
|
-
name
|
|
14
|
-
# Strongly-typed querying on known templates is possible!
|
|
15
|
-
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>GraphQLConnectedDemo {
|
|
16
|
-
# Single-line text field
|
|
17
|
-
sample1 {
|
|
18
|
-
# the 'jsonValue' field is a JSON blob that represents the object that
|
|
19
|
-
# should be passed to JSS field rendering helpers (i.e. text, image, link)
|
|
20
|
-
jsonValue
|
|
21
|
-
value
|
|
22
|
-
}
|
|
23
|
-
# General Link field
|
|
24
|
-
sample2 {
|
|
25
|
-
jsonValue
|
|
26
|
-
# Structured querying of the field's values is possible
|
|
27
|
-
text
|
|
28
|
-
target
|
|
29
|
-
url
|
|
30
|
-
# Access to the template definition is possible
|
|
31
|
-
definition {
|
|
32
|
-
type
|
|
33
|
-
shared
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
# Context/route item query
|
|
40
|
-
# $contextItem should be set to the ID of the current context item (the route item)
|
|
41
|
-
contextItem: item(path: $contextItem, language: $language) {
|
|
42
|
-
id
|
|
43
|
-
# Get the page title from the app route template
|
|
44
|
-
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>AppRoute {
|
|
45
|
-
pageTitle {
|
|
46
|
-
value
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
# List the children of the current route
|
|
51
|
-
children(hasLayout: true) {
|
|
52
|
-
results {
|
|
53
|
-
id
|
|
54
|
-
# typing fragments can be used anywhere!
|
|
55
|
-
# so in this case, we're grabbing the 'pageTitle'
|
|
56
|
-
# field on all child route items.
|
|
57
|
-
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>AppRoute {
|
|
58
|
-
pageTitle {
|
|
59
|
-
jsonValue
|
|
60
|
-
value
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
url{
|
|
64
|
-
path
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
1
|
+
# This file contains a GraphQL query that will be executed and the result provided to
|
|
2
|
+
# your JSS component. You can run this query in GraphiQL ($endpoint/ui) for a nice editing experience.
|
|
3
|
+
|
|
4
|
+
# Note that we're executing _two queries_ (datasource and contextItem)
|
|
5
|
+
# within the context of the ConnectedDemoQuery _operation_. This makes it
|
|
6
|
+
# very efficient at gathering data from multiple sources.
|
|
7
|
+
|
|
8
|
+
query ConnectedDemoQuery($datasource: String!, $contextItem: String!, $language: String!) {
|
|
9
|
+
# Datasource query
|
|
10
|
+
# $datasource should be set to the ID of the rendering's datasource item
|
|
11
|
+
datasource: item(path: $datasource, language: $language) {
|
|
12
|
+
id
|
|
13
|
+
name
|
|
14
|
+
# Strongly-typed querying on known templates is possible!
|
|
15
|
+
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>GraphQLConnectedDemo {
|
|
16
|
+
# Single-line text field
|
|
17
|
+
sample1 {
|
|
18
|
+
# the 'jsonValue' field is a JSON blob that represents the object that
|
|
19
|
+
# should be passed to JSS field rendering helpers (i.e. text, image, link)
|
|
20
|
+
jsonValue
|
|
21
|
+
value
|
|
22
|
+
}
|
|
23
|
+
# General Link field
|
|
24
|
+
sample2 {
|
|
25
|
+
jsonValue
|
|
26
|
+
# Structured querying of the field's values is possible
|
|
27
|
+
text
|
|
28
|
+
target
|
|
29
|
+
url
|
|
30
|
+
# Access to the template definition is possible
|
|
31
|
+
definition {
|
|
32
|
+
type
|
|
33
|
+
shared
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
# Context/route item query
|
|
40
|
+
# $contextItem should be set to the ID of the current context item (the route item)
|
|
41
|
+
contextItem: item(path: $contextItem, language: $language) {
|
|
42
|
+
id
|
|
43
|
+
# Get the page title from the app route template
|
|
44
|
+
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>AppRoute {
|
|
45
|
+
pageTitle {
|
|
46
|
+
value
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
# List the children of the current route
|
|
51
|
+
children(hasLayout: true) {
|
|
52
|
+
results {
|
|
53
|
+
id
|
|
54
|
+
# typing fragments can be used anywhere!
|
|
55
|
+
# so in this case, we're grabbing the 'pageTitle'
|
|
56
|
+
# field on all child route items.
|
|
57
|
+
...on <%- helper.getAppPrefix(appPrefix, appName, false) %>AppRoute {
|
|
58
|
+
pageTitle {
|
|
59
|
+
jsonValue
|
|
60
|
+
value
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
url{
|
|
64
|
+
path
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
{
|
|
2
|
-
"dependencies": {
|
|
3
|
-
"bootstrap": "^5.1.3",
|
|
4
|
-
"font-awesome": "^4.7.0",
|
|
5
|
-
"sass": "^1.52.3",
|
|
6
|
-
"sass-alias": "^1.0.5"
|
|
7
|
-
},
|
|
8
|
-
"scripts": {
|
|
9
|
-
"scaffold": "ts-node --project tsconfig.scripts.json scripts/scaffold-component/index.ts"
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"dependencies": {
|
|
3
|
+
"bootstrap": "^5.1.3",
|
|
4
|
+
"font-awesome": "^4.7.0",
|
|
5
|
+
"sass": "^1.52.3",
|
|
6
|
+
"sass-alias": "^1.0.5"
|
|
7
|
+
},
|
|
8
|
+
"scripts": {
|
|
9
|
+
"scaffold": "ts-node --project tsconfig.scripts.json scripts/scaffold-component/index.ts"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
.component-content {
|
|
2
|
-
@include respond-to(mobile-large) {
|
|
3
|
-
.row {
|
|
4
|
-
padding: 0;
|
|
5
|
-
margin: 0;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
@include respond-to(mobile-large) {
|
|
10
|
-
.row {
|
|
11
|
-
margin: 0;
|
|
12
|
-
padding: 0;
|
|
13
|
-
> * {
|
|
14
|
-
padding: 0;
|
|
15
|
-
margin: 0;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.hero-banner {
|
|
21
|
-
.component-content {
|
|
22
|
-
background-position: center;
|
|
23
|
-
background-repeat: no-repeat;
|
|
24
|
-
background-size: cover;
|
|
25
|
-
height: 800px;
|
|
26
|
-
|
|
27
|
-
@include respond-to(mobile-large) {
|
|
28
|
-
height: 300px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
.sc-image-wrapper {
|
|
32
|
-
opacity: 0;
|
|
33
|
-
}
|
|
34
|
-
&.scEnabledChrome {
|
|
35
|
-
&.hero-banner-empty {
|
|
36
|
-
.sc-image-wrapper {
|
|
37
|
-
display: block;
|
|
38
|
-
width: 100%;
|
|
39
|
-
|
|
40
|
-
.scEmptyImage {
|
|
41
|
-
max-height: 800px;
|
|
42
|
-
max-width: 100%;
|
|
43
|
-
width: 100%;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
1
|
+
.component-content {
|
|
2
|
+
@include respond-to(mobile-large) {
|
|
3
|
+
.row {
|
|
4
|
+
padding: 0;
|
|
5
|
+
margin: 0;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
@include respond-to(mobile-large) {
|
|
10
|
+
.row {
|
|
11
|
+
margin: 0;
|
|
12
|
+
padding: 0;
|
|
13
|
+
> * {
|
|
14
|
+
padding: 0;
|
|
15
|
+
margin: 0;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.hero-banner {
|
|
21
|
+
.component-content {
|
|
22
|
+
background-position: center;
|
|
23
|
+
background-repeat: no-repeat;
|
|
24
|
+
background-size: cover;
|
|
25
|
+
height: 800px;
|
|
26
|
+
|
|
27
|
+
@include respond-to(mobile-large) {
|
|
28
|
+
height: 300px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
.sc-image-wrapper {
|
|
32
|
+
opacity: 0;
|
|
33
|
+
}
|
|
34
|
+
&.scEnabledChrome {
|
|
35
|
+
&.hero-banner-empty {
|
|
36
|
+
.sc-image-wrapper {
|
|
37
|
+
display: block;
|
|
38
|
+
width: 100%;
|
|
39
|
+
|
|
40
|
+
.scEmptyImage {
|
|
41
|
+
max-height: 800px;
|
|
42
|
+
max-width: 100%;
|
|
43
|
+
width: 100%;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
@import "@sass/abstracts/mixins";
|
|
2
|
-
@import "variables";
|
|
3
|
-
|
|
4
|
-
body {
|
|
5
|
-
font-family: Roboto;
|
|
6
|
-
color: $main-color;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
@media (min-width: 1400px) {
|
|
11
|
-
.container {
|
|
12
|
-
max-width: 1250px;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
main {
|
|
17
|
-
.main-header {
|
|
18
|
-
margin-top: 55px;
|
|
19
|
-
margin-bottom: 30px;
|
|
20
|
-
|
|
21
|
-
@include respond-to(mobile-large) {
|
|
22
|
-
margin-bottom: 0;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
h4 {
|
|
26
|
-
font-size: $text-size-50;
|
|
27
|
-
font-weight: 500;
|
|
28
|
-
line-height: 70px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.main-news-header {
|
|
33
|
-
margin-top: 60px;
|
|
34
|
-
|
|
35
|
-
h2 {
|
|
36
|
-
font-size: $text-size-36;
|
|
37
|
-
line-height: 43px;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@include respond-to(mobile-large) {
|
|
42
|
-
padding-top: 0;
|
|
43
|
-
margin-bottom: 0;
|
|
44
|
-
|
|
45
|
-
.main-header {
|
|
46
|
-
margin-top: 10px;
|
|
47
|
-
|
|
48
|
-
h4 {
|
|
49
|
-
font-size: $text-size-24;
|
|
50
|
-
line-height: 32px;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.main-news-header {
|
|
55
|
-
padding-bottom: 35px;
|
|
56
|
-
|
|
57
|
-
h2 {
|
|
58
|
-
margin-top: 0;
|
|
59
|
-
font-size: $text-size-18;
|
|
60
|
-
line-height: 22px;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
@import "@sass/abstracts/mixins";
|
|
2
|
+
@import "variables";
|
|
3
|
+
|
|
4
|
+
body {
|
|
5
|
+
font-family: Roboto;
|
|
6
|
+
color: $main-color;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@media (min-width: 1400px) {
|
|
11
|
+
.container {
|
|
12
|
+
max-width: 1250px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
main {
|
|
17
|
+
.main-header {
|
|
18
|
+
margin-top: 55px;
|
|
19
|
+
margin-bottom: 30px;
|
|
20
|
+
|
|
21
|
+
@include respond-to(mobile-large) {
|
|
22
|
+
margin-bottom: 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
h4 {
|
|
26
|
+
font-size: $text-size-50;
|
|
27
|
+
font-weight: 500;
|
|
28
|
+
line-height: 70px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.main-news-header {
|
|
33
|
+
margin-top: 60px;
|
|
34
|
+
|
|
35
|
+
h2 {
|
|
36
|
+
font-size: $text-size-36;
|
|
37
|
+
line-height: 43px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@include respond-to(mobile-large) {
|
|
42
|
+
padding-top: 0;
|
|
43
|
+
margin-bottom: 0;
|
|
44
|
+
|
|
45
|
+
.main-header {
|
|
46
|
+
margin-top: 10px;
|
|
47
|
+
|
|
48
|
+
h4 {
|
|
49
|
+
font-size: $text-size-24;
|
|
50
|
+
line-height: 32px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.main-news-header {
|
|
55
|
+
padding-bottom: 35px;
|
|
56
|
+
|
|
57
|
+
h2 {
|
|
58
|
+
margin-top: 0;
|
|
59
|
+
font-size: $text-size-18;
|
|
60
|
+
line-height: 22px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|