@tet/tet-components 1.3.146-testing → 1.3.147-testing
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/cjs/index-f559cb2e.js +24 -36
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tet-notification.cjs.entry.js → tet-accordion_2.cjs.entry.js} +131 -0
- package/dist/cjs/tet-address-offers-filters-products_2.cjs.entry.js +1 -1
- package/dist/cjs/{tet-autocomplete_2.cjs.entry.js → tet-autocomplete.cjs.entry.js} +0 -65
- package/dist/cjs/tet-b2b-check-out-form_5.cjs.entry.js +647 -0
- package/dist/cjs/tet-b2b-configurator.cjs.entry.js +536 -0
- package/dist/cjs/tet-b2b-service-calculator.cjs.entry.js +1 -1
- package/dist/cjs/tet-border-radius.cjs.entry.js +1 -1
- package/dist/cjs/tet-business-lines.cjs.entry.js +1 -1
- package/dist/cjs/tet-colors.cjs.entry.js +4 -4
- package/dist/cjs/tet-compare-card-v2.cjs.entry.js +1 -1
- package/dist/cjs/tet-components.cjs.js +1 -1
- package/dist/cjs/tet-font-weight.cjs.entry.js +1 -1
- package/dist/cjs/tet-fonts.cjs.entry.js +1 -1
- package/dist/cjs/tet-grid.cjs.entry.js +1 -1
- package/dist/cjs/tet-layout.cjs.entry.js +1 -1
- package/dist/cjs/tet-link.cjs.entry.js +1 -1
- package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
- package/dist/cjs/tet-spinner.cjs.entry.js +71 -0
- package/dist/cjs/tet-text-list.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/advanced/cards/tet-b2b-compare-card/test/tet-b2b-compare-card.spec.js +0 -1
- package/dist/collection/components/advanced/cards/tet-b2b-compare-card/tet-b2b-compare-card.js +8 -8
- package/dist/collection/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.css +7 -0
- package/dist/collection/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.js +31 -7
- package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.css +1 -0
- package/dist/collection/components/advanced/cards/tet-compare-card-v2/tet-compare-card-v2.css +1 -0
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.css +0 -2
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.js +24 -4
- package/dist/collection/components/simple/lists/tet-text-list/tet-text-list.css +1 -0
- package/dist/collection/components/simple/menu/tet-business-navigation/tet-business-navigation.css +15 -5
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.css +4 -2
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +27 -5
- package/dist/collection/components/views/tet-b2b-configurator/b2b-configurator.store.js +47 -0
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/test/tet-b2b-configurator-cart.spec.js +10 -1
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.css +54 -9
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.js +106 -8
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.css +472 -0
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.js +612 -0
- package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +1 -1
- package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +1 -1
- package/dist/collection/docs/styling/border-radius/tet-border-radius.js +1 -1
- package/dist/collection/docs/styling/colors/tet-colors.js +4 -4
- package/dist/collection/docs/styling/font-weight/tet-font-weight.js +1 -1
- package/dist/collection/docs/styling/fonts/tet-fonts.js +1 -1
- package/dist/collection/docs/styling/layout/tet-layout.js +1 -1
- package/dist/collection/docs/styling/link/tet-link.js +1 -1
- package/dist/collection/docs/styling/spacing/tet-spacing.js +1 -1
- package/dist/collection/docs/styling/tet-grid/tet-grid.js +1 -1
- package/dist/collection/services/utils/minimum-duration-time.js +14 -0
- package/dist/components/index.js +2 -0
- package/dist/components/{p-08cb8e8b.js → p-401be6d8.js} +8 -6
- package/dist/components/{p-b3266df2.js → p-42c3311c.js} +1 -1
- package/dist/components/{p-c15aec6f.js → p-4a4c9b2c.js} +1 -1
- package/dist/{esm/tet-business-navigation.entry.js → components/p-5541195e.js} +35 -8
- package/dist/components/{p-e735af9c.js → p-8dd212bd.js} +1 -1
- package/dist/{esm/tet-b2b-compare-card.entry.js → components/p-922171da.js} +68 -20
- package/dist/{esm/tet-b2b-check-out-form.entry.js → components/p-b74f5470.js} +69 -16
- package/dist/components/p-cbf2c238.js +227 -0
- package/dist/components/{p-18778346.js → p-e72ea31d.js} +1 -1
- package/dist/{esm/tet-business-summary-card.entry.js → components/p-f68a8deb.js} +66 -14
- package/dist/components/tet-accordion.js +1 -1
- package/dist/components/tet-address-offers-view.js +2 -2
- package/dist/components/tet-address-offers.js +1 -1
- package/dist/components/tet-b2b-check-out-form.js +1 -207
- package/dist/components/tet-b2b-compare-card.js +1 -206
- package/dist/components/tet-b2b-configurator-cart.js +1 -167
- package/dist/components/tet-b2b-configurator.d.ts +11 -0
- package/dist/components/tet-b2b-configurator.js +661 -0
- package/dist/components/tet-b2b-service-calculator.js +1 -1
- package/dist/components/tet-border-radius.js +1 -1
- package/dist/components/tet-business-compare-card.js +1 -1
- package/dist/components/tet-business-lines.js +1 -1
- package/dist/components/tet-business-navigation.js +1 -103
- package/dist/components/tet-business-summary-card.js +1 -116
- package/dist/components/tet-colors.js +4 -4
- package/dist/components/tet-compare-card-v2.js +1 -1
- package/dist/components/tet-compare-card.js +1 -1
- package/dist/components/tet-compare-cards-tab.js +2 -2
- package/dist/components/tet-compare-cards.js +1 -1
- package/dist/components/tet-font-weight.js +1 -1
- package/dist/components/tet-fonts.js +1 -1
- package/dist/components/tet-grid.js +1 -1
- package/dist/components/tet-layout.js +1 -1
- package/dist/components/tet-link.js +1 -1
- package/dist/components/tet-spacing.js +1 -1
- package/dist/components/tet-text-list.js +1 -1
- package/dist/esm/index-7f1e2a22.js +24 -36
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tet-notification.entry.js → tet-accordion_2.entry.js} +132 -2
- package/dist/esm/tet-address-offers-filters-products_2.entry.js +1 -1
- package/dist/esm/{tet-autocomplete_2.entry.js → tet-autocomplete.entry.js} +1 -65
- package/dist/esm/tet-b2b-check-out-form_5.entry.js +639 -0
- package/dist/esm/tet-b2b-configurator.entry.js +532 -0
- package/dist/esm/tet-b2b-service-calculator.entry.js +1 -1
- package/dist/esm/tet-border-radius.entry.js +1 -1
- package/dist/esm/tet-business-lines.entry.js +1 -1
- package/dist/esm/tet-colors.entry.js +4 -4
- package/dist/esm/tet-compare-card-v2.entry.js +1 -1
- package/dist/esm/tet-components.js +1 -1
- package/dist/esm/tet-font-weight.entry.js +1 -1
- package/dist/esm/tet-fonts.entry.js +1 -1
- package/dist/esm/tet-grid.entry.js +1 -1
- package/dist/esm/tet-layout.entry.js +1 -1
- package/dist/esm/tet-link.entry.js +1 -1
- package/dist/esm/tet-spacing.entry.js +1 -1
- package/dist/esm/tet-spinner.entry.js +67 -0
- package/dist/esm/tet-text-list.entry.js +1 -1
- package/dist/tet-components/{p-0121cef5.entry.js → p-067c2f1b.entry.js} +1 -1
- package/dist/tet-components/{p-bb6387c6.entry.js → p-0738afc0.entry.js} +1 -1
- package/dist/tet-components/{p-f476f61c.entry.js → p-07aee8d0.entry.js} +1 -1
- package/dist/tet-components/p-0d818b7e.entry.js +1 -0
- package/dist/tet-components/{p-56460d2d.entry.js → p-4c9e742f.entry.js} +1 -1
- package/dist/tet-components/{p-9c274191.entry.js → p-4e0a24ba.entry.js} +1 -1
- package/dist/tet-components/p-4ea127f4.entry.js +1 -0
- package/dist/tet-components/{p-9bfcf2cc.entry.js → p-62eb4fe0.entry.js} +1 -1
- package/dist/tet-components/{p-38c3b247.entry.js → p-662d9457.entry.js} +1 -1
- package/dist/tet-components/{p-1ddb9e3c.entry.js → p-677b8bf7.entry.js} +1 -1
- package/dist/tet-components/{p-7f00f463.entry.js → p-6a4a979c.entry.js} +1 -1
- package/dist/tet-components/p-6d2c4b16.entry.js +1 -0
- package/dist/tet-components/{p-6782340f.entry.js → p-9513c8f6.entry.js} +1 -1
- package/dist/tet-components/p-af917a8f.entry.js +1 -0
- package/dist/tet-components/{p-597e234a.entry.js → p-dcb66405.entry.js} +1 -1
- package/dist/tet-components/{p-4838a00a.entry.js → p-e311eb7d.entry.js} +1 -1
- package/dist/tet-components/p-ed67bd52.entry.js +1 -0
- package/dist/tet-components/{p-bd8a0449.entry.js → p-eed6163a.entry.js} +1 -1
- package/dist/tet-components/tet-components.css +1 -1
- package/dist/tet-components/tet-components.esm.js +1 -1
- package/dist/types/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.d.ts +4 -2
- package/dist/types/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.d.ts +2 -1
- package/dist/types/components/simple/structural/tet-accordion/tet-accordion.d.ts +5 -0
- package/dist/types/components/views/tet-b2b-configurator/b2b-configurator.store.d.ts +22 -0
- package/dist/types/components.d.ts +100 -4
- package/dist/types/services/api/interfaces/property.interface.d.ts +2 -2
- package/dist/types/services/api/services/b2b-configurator/b2b-configurator.d.ts +4 -4
- package/dist/types/services/utils/minimum-duration-time.d.ts +9 -0
- package/package.json +1 -1
- package/dist/cjs/tet-accordion.cjs.entry.js +0 -136
- package/dist/cjs/tet-b2b-check-out-form.cjs.entry.js +0 -164
- package/dist/cjs/tet-b2b-compare-card.cjs.entry.js +0 -164
- package/dist/cjs/tet-b2b-configurator-cart.cjs.entry.js +0 -129
- package/dist/cjs/tet-business-navigation.cjs.entry.js +0 -82
- package/dist/cjs/tet-business-summary-card.cjs.entry.js +0 -77
- package/dist/esm/tet-accordion.entry.js +0 -132
- package/dist/esm/tet-b2b-configurator-cart.entry.js +0 -125
- package/dist/tet-components/p-05fc6443.entry.js +0 -1
- package/dist/tet-components/p-319c29e9.entry.js +0 -1
- package/dist/tet-components/p-47618056.entry.js +0 -1
- package/dist/tet-components/p-4eb386f5.entry.js +0 -1
- package/dist/tet-components/p-62419a1f.entry.js +0 -1
- package/dist/tet-components/p-a9499bbb.entry.js +0 -1
- package/dist/tet-components/p-d0d39e88.entry.js +0 -1
- package/dist/tet-components/p-ff5dba0e.entry.js +0 -1
- package/dist/types/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.d.ts +0 -67
|
@@ -55,15 +55,15 @@ const TetColors = class {
|
|
|
55
55
|
this.darkTheme = false;
|
|
56
56
|
}
|
|
57
57
|
render() {
|
|
58
|
-
return (index.h(index.Host, { key: '
|
|
58
|
+
return (index.h(index.Host, { key: '723dc403af8aaf74e5572a9fd9101790d553f27c' }, index.h("div", { key: '29ec2f6b443be1b763a48088a8c19be91ee8d355', class: {
|
|
59
59
|
'dark': this.darkTheme
|
|
60
|
-
} }, index.h("div", { key: '
|
|
60
|
+
} }, index.h("div", { key: '90b484c14e6b34c17305918db8d9ad125c971f49', class: {
|
|
61
61
|
'container': true,
|
|
62
62
|
'variable-container': true,
|
|
63
|
-
} }, index.h("div", { key: '
|
|
63
|
+
} }, index.h("div", { key: '163fd5a37229c300029c6185956d229b3d18303a', class: "container-title main" }, "Kr\u0101sas klase"), index.h("div", { key: '548a5a88adf3d867e62019a954e325f54253c757', class: "container-section" }, index.h("div", { key: 'dc7f365e9781d899c0a76b2c864e448f45ae13a2', class: "variable-wrapper" }, index.h("span", { key: '30f6c33a6544fcd90625a0868434444f1cf8ecf2', class: "variable-name" }, index.h("span", { key: 'f51fd2407e44ecc6eddbed81d3b76bb8288ea975', class: "variable-part" }, "tet"), index.h("span", { key: 'a41a3e59333196cbea2e98677bb778fd0d6cc260', class: "variable-part variable variable-attribute" }, "-color"), index.h("span", { key: '47fb100259f88e16b2e44130572c67c30e5768a0', class: "variable-part variable variable-color" }, "__red30"), index.h("span", { key: '65b5f79ea6ddcd28361044a63d568eff6a67735e', class: "variable-part variable variable-type" }, "--background"), index.h("span", { key: '152d8ca1bf8e4e403803e6a9495897a7d1978455', class: "variable-part variable variable-state" }, "-focus"))))), index.h("div", { key: '678667ed47446baa4cacc0388e52ccecb0730ba5', class: "container" }, index.h("div", { key: '6ba84f0d08d6426996bfdd1fe504abf121b5f43e', class: "container-title" }, "Piem\u0113ri"), index.h("div", { key: 'cd0a0046e51b96e45a8ddfa2963f36db7a494939', class: "container-section container-example" }, index.h("span", { key: '822c970fe0b148d218ea35b54820d9c5508b61ad', class: "subsection-title" }, "Teksta kr\u0101sas mai\u0146a"), index.h("code", { key: 'ba8d833054314f2fd85f3c8850af318fa0a0e725', class: "variable-example" }, "<div class=\"tet-color__red30\">Teksts</div>"), index.h("span", { key: 'b7969688e32b424428290b8c5d5e08e82a8a0c2c' }, "Teksta kr\u0101sas mai\u0146a", ' ', index.h("span", { key: '445dd8f9e82e4ba1021a2a95ed428f9fff7e8b5a', class: "example-element tet-color__red30" }, "elementam"), "."), index.h("code", { key: '540dcd6808bda4731ae11abfcdef3fdc8b0ad300', class: "variable-example" }, "<div class=\"tet-color__red30--hover\">Teksts</div>"), index.h("span", { key: '43447b4eac32e910259412eab88f5db2a46f165d' }, "Teksta kr\u0101sas mai\u0146a", ' ', index.h("span", { key: '9d3776ff0ea4ed6ecfd362866d3ded79b01307d1', class: "example-element example-element--hover tet-color__red30--hover" }, "elementam"), ' ', "hover st\u0101vokl\u012B."), index.h("code", { key: 'b98e389879beb5be9d73e53e873f856269f40c6d', class: "variable-example" }, "<div class=\"tet-color__red30--focus\">Teksts</div>"), index.h("span", { key: '925af80f6828a9e686dc34dcf53ae253fee93b66' }, "Teksta kr\u0101sas mai\u0146a", ' ', index.h("span", { key: '72903c087c5925acb072c2b8850fc50ea3238937', tabindex: "0", class: "example-element tet-color__red30--focus" }, "elementam"), ' ', "focus st\u0101vokl\u012B."), index.h("span", { key: '841a0ddd68a0361a9c8809e49ae59c762ba8f9c9', class: "subsection-title" }, "Fona kr\u0101sas mai\u0146a"), index.h("code", { key: 'e026d6c1fae6119b6e57462d13510ae8946e3dcf', class: "variable-example" }, "<div class=\"tet-color__red30--background\">Teksts</div>"), index.h("span", { key: 'ee8bc5754f6669a364ca3385cf32a3d66350dde2' }, "Fona kr\u0101sas mai\u0146a", ' ', index.h("span", { key: 'bc970d1e27922f91d1c99491ffce546bd10628e9', class: "example-element tet-color__red30--background" }, "elementam"), "."), index.h("code", { key: 'cc306c813566eaee7dbed4bac4690b8ffd1dfac1', class: "variable-example" }, "<div class=\"tet-color__red30--background-hover\">Teksts</div>"), index.h("span", { key: '0f6225c1931aa5a40f4ba23ff680d868927097d0' }, "Fona kr\u0101sas mai\u0146a elementam", ' ', index.h("span", { key: '58105a1dd9fc3c9c6ea2c8ca29ac9bf8abe8dd0b', class: "example-element example-element--hover tet-color__red30--background-hover" }, "elementam"), ' ', "hover st\u0101vokl\u012B."), index.h("code", { key: 'd62ffab4d99e465f51fe60b1aab4fc51988b18aa', class: "variable-example" }, "<div class=\"tet-color__red30--background-focus\">Teksts</div>"), index.h("span", { key: '91e03960f11d6bd834b086d50f72e4cac657c397' }, "Fona kr\u0101sas mai\u0146a elementam", ' ', index.h("span", { key: '95a6c1b599dfa363ebdff992c3ad728b94dc5a48', tabindex: "0", class: "example-element tet-color__red30--background-focus" }, "elementam"), ' ', "focus st\u0101vokl\u012B."), index.h("span", { key: '4ae5bd03851d56af1b7e9218b226fc1c4d2676e8', class: "subsection-title" }, "Apmales kr\u0101sas mai\u0146a"), index.h("code", { key: '9e6b8b4faed44e6a4f475aac0880cf12bb64af36', class: "variable-example" }, "<div class=\"tet-color__red30--border\">Teksts</div>"), index.h("span", { key: '9af2f03684c8cb829c9e52b9b6a86ed36e090dfc' }, "Apmales kr\u0101sas mai\u0146a", ' ', index.h("span", { key: '3259bab42804113e5ef01f29af8a7b4b21518cb1', class: "example-element border-example tet-color__red30--border" }, "elementam"), "."), index.h("code", { key: '8e60801146a8975dbb188f4dd55592c14499531d', class: "variable-example" }, "<div class=\"tet-color__red30--border-hover\">Teksts</div>"), index.h("span", { key: '157e0f6f423ba67913fda4162e820a0b6b37c17b' }, "Apmales kr\u0101sas mai\u0146a elementam", ' ', index.h("span", { key: 'ac6a5cc0d8161726fca9c9e0859d5484bb00932c', class: "example-element example-element--hover border-example tet-color__red30--border-hover" }, "elementam"), ' ', "hover st\u0101vokl\u012B."), index.h("code", { key: 'bc8cc192246b7791c01d680ca33fc7a7d38bc1ab', class: "variable-example" }, "<div class=\"tet-color__red30--border-focus\">Teksts</div>"), index.h("span", { key: '1d614923bd5cd231d7e839e9a18d36b0a5be6e84' }, "Apmales kr\u0101sas mai\u0146a elementam", ' ', index.h("span", { key: 'ad1cb22e636c5074bfee48e867f61e6a4c658082', tabindex: "0", class: "example-element border-example tet-color__red30--border-focus" }, "elementam"), ' ', "focus st\u0101vokl\u012B."), index.h("span", { key: 'd352934887afcc84ba955e886e944198c4bee3e8', class: "subsection-title" }, "Nemain\u012Bga gai\u0161\u0101s t\u0113mas kr\u0101sa"), index.h("code", { key: '587633a144ea3e1439a392a644b9085e60daad05', class: "variable-example" }, "<div class=\"tet-color__red30 tet-color--static\">Teksts</div>"), index.h("span", { key: '888e723df56a3ce8a28eeb89c16ea3e8198637ce' }, "Nemain\u012Bga teksta kr\u0101sa", ' ', index.h("span", { key: '7af656d9b5b3eff9eab788a1e95f82b0c6e5b4db', class: "example-element tet-color__red30 tet-color--static" }, "elementam"), "."))), index.h("div", { key: 'a8ff6234c0dbdf6f1c336607e7183d97108b757a', class: {
|
|
64
64
|
'container': true,
|
|
65
65
|
'show-variables': this.showVariables
|
|
66
|
-
} }, index.h("div", { key: '
|
|
66
|
+
} }, index.h("div", { key: 'cc3150ef8d8274203b109f21c4bc77359f78083c', class: "container-title" }, "Kr\u0101sas un To\u0146i"), index.h("div", { key: 'e711a5fd4de26bee5e2b3f6d3ad169826c993fb8', class: "container-section" }, Object.entries(this.colorSections).map(([key, section]) => this.renderColorSection(key, section)))))));
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
69
|
TetColors.style = TetColorsStyle0;
|