@sunrise-upc/sales-static-components 3.8.2 → 3.8.3
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/README.md +8 -8
- package/dist/cjs/components/ButtonGroup/ButtonGroup.css +95 -95
- package/dist/cjs/components/FalconButton/falconButton.js.map +1 -1
- package/dist/cjs/components/FalconMainNavigation/FalconHeader/BusinessCustomerLinkOut/BusinessCustomerLinkOut.js.map +1 -1
- package/dist/cjs/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.js.map +1 -1
- package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js +1 -1
- package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js.map +1 -1
- package/dist/cjs/components/InternetAndTvCardsBenefits/InternetAndTvCardItemBenefits.js.map +1 -1
- package/dist/cjs/components/RibbonComponent/RibbonComponent.css +389 -389
- package/dist/cjs/components/RibbonComponent/RibbonComponentTimer/RibbonComponentTimer.css +68 -68
- package/dist/cjs/components/StageTeaserComponent/DoubleGrid/DoubleGridComponent.css +937 -937
- package/dist/cjs/components/StageTeaserComponent/SingleGrid/SingleGridRedefined.js.map +1 -1
- package/dist/cjs/components/StageTeaserV3/DoubleGrid/DoubleGridComponent.css +87 -87
- package/dist/cjs/components/StageTeaserV3/SingleGrid/SingleGridComponent.css +87 -87
- package/dist/cjs/components/linecheck/AutoComplete.css +484 -484
- package/dist/cjs/components/linecheck/LineCheckV2.css +484 -484
- package/dist/cjs/components/linecheck/Success.css +484 -484
- package/dist/cjs/node_modules/immer/dist/immer.js +1 -1
- package/dist/cjs/node_modules/immer/dist/immer.js.map +1 -1
- package/dist/cjs/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js +1 -1
- package/dist/cjs/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js.map +1 -1
- package/dist/cjs/node_modules/instantsearch.js/es/lib/version.js +1 -1
- package/dist/cjs/node_modules/instantsearch.js/es/lib/version.js.map +1 -1
- package/dist/cjs/node_modules/react-instantsearch-core/dist/es/version.js +1 -1
- package/dist/cjs/node_modules/react-instantsearch-core/dist/es/version.js.map +1 -1
- package/dist/esm/components/ButtonGroup/ButtonGroup.css +95 -95
- package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js +1 -1
- package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js.map +1 -1
- package/dist/esm/components/RibbonComponent/RibbonComponent.css +389 -389
- package/dist/esm/components/RibbonComponent/RibbonComponentTimer/RibbonComponentTimer.css +68 -68
- package/dist/esm/components/StageTeaserComponent/DoubleGrid/DoubleGridComponent.css +937 -937
- package/dist/esm/components/StageTeaserV3/DoubleGrid/DoubleGridComponent.css +87 -87
- package/dist/esm/components/StageTeaserV3/SingleGrid/SingleGridComponent.css +87 -87
- package/dist/esm/components/linecheck/AutoComplete.css +484 -484
- package/dist/esm/components/linecheck/LineCheckV2.css +484 -484
- package/dist/esm/components/linecheck/Success.css +484 -484
- package/dist/esm/node_modules/immer/dist/immer.js +1 -1
- package/dist/esm/node_modules/immer/dist/immer.js.map +1 -1
- package/dist/esm/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js +1 -1
- package/dist/esm/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js.map +1 -1
- package/dist/esm/node_modules/instantsearch.js/es/lib/version.js +1 -1
- package/dist/esm/node_modules/instantsearch.js/es/lib/version.js.map +1 -1
- package/dist/esm/node_modules/react-instantsearch-core/dist/es/version.js +1 -1
- package/dist/esm/node_modules/react-instantsearch-core/dist/es/version.js.map +1 -1
- package/dist/navigation.css +146 -146
- package/package.json +86 -86
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
/* Mobile only viewport */
|
|
2
|
-
@media all and (max-width: 768px) {
|
|
3
|
-
.timer-wrap {
|
|
4
|
-
text-align: center !important;
|
|
5
|
-
margin-left: -4px !important;
|
|
6
|
-
margin-right: 0 !important;
|
|
7
|
-
}
|
|
8
|
-
.timer-container {
|
|
9
|
-
min-width: fit-content;
|
|
10
|
-
}
|
|
11
|
-
.timer-message {
|
|
12
|
-
margin-bottom: 10px;
|
|
13
|
-
}
|
|
14
|
-
.timer-section {
|
|
15
|
-
justify-content: center;
|
|
16
|
-
margin-top: 4px;
|
|
17
|
-
margin-left: unset !important;
|
|
18
|
-
margin-right: unset !important;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
/* Mobile and tablet viewport */
|
|
22
|
-
@media all and (max-width: 1023px) {
|
|
23
|
-
.timer-message {
|
|
24
|
-
margin-top: unset;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/* Tablet only viewport */
|
|
29
|
-
@media all and (min-width: 768px) and (max-width: 1023px) {
|
|
30
|
-
.timer-section {
|
|
31
|
-
margin-top: unset;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.timer-container {
|
|
36
|
-
color: black;
|
|
37
|
-
display: inline-block;
|
|
38
|
-
max-width: 100%;
|
|
39
|
-
min-width: fit-content;
|
|
40
|
-
}
|
|
41
|
-
.colon {
|
|
42
|
-
font-weight: 700;
|
|
43
|
-
font-size: 28px;
|
|
44
|
-
line-height: 36px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.timer-section {
|
|
48
|
-
display: flex;
|
|
49
|
-
padding: 8px 18px 8px 24px;
|
|
50
|
-
}
|
|
51
|
-
.timer-element {
|
|
52
|
-
display: inline-block;
|
|
53
|
-
min-width: 42px;
|
|
54
|
-
padding: 0 6px;
|
|
55
|
-
text-align: center;
|
|
56
|
-
}
|
|
57
|
-
.timer-value {
|
|
58
|
-
font-weight: 700;
|
|
59
|
-
font-size: 32px;
|
|
60
|
-
line-height: 36px;
|
|
61
|
-
}
|
|
62
|
-
.timer-label {
|
|
63
|
-
font-weight: 400;
|
|
64
|
-
font-size: 12px;
|
|
65
|
-
line-height: 16px;
|
|
66
|
-
}
|
|
67
|
-
.transparent-element:first-child {
|
|
68
|
-
padding-left: 0;
|
|
1
|
+
/* Mobile only viewport */
|
|
2
|
+
@media all and (max-width: 768px) {
|
|
3
|
+
.timer-wrap {
|
|
4
|
+
text-align: center !important;
|
|
5
|
+
margin-left: -4px !important;
|
|
6
|
+
margin-right: 0 !important;
|
|
7
|
+
}
|
|
8
|
+
.timer-container {
|
|
9
|
+
min-width: fit-content;
|
|
10
|
+
}
|
|
11
|
+
.timer-message {
|
|
12
|
+
margin-bottom: 10px;
|
|
13
|
+
}
|
|
14
|
+
.timer-section {
|
|
15
|
+
justify-content: center;
|
|
16
|
+
margin-top: 4px;
|
|
17
|
+
margin-left: unset !important;
|
|
18
|
+
margin-right: unset !important;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
/* Mobile and tablet viewport */
|
|
22
|
+
@media all and (max-width: 1023px) {
|
|
23
|
+
.timer-message {
|
|
24
|
+
margin-top: unset;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/* Tablet only viewport */
|
|
29
|
+
@media all and (min-width: 768px) and (max-width: 1023px) {
|
|
30
|
+
.timer-section {
|
|
31
|
+
margin-top: unset;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.timer-container {
|
|
36
|
+
color: black;
|
|
37
|
+
display: inline-block;
|
|
38
|
+
max-width: 100%;
|
|
39
|
+
min-width: fit-content;
|
|
40
|
+
}
|
|
41
|
+
.colon {
|
|
42
|
+
font-weight: 700;
|
|
43
|
+
font-size: 28px;
|
|
44
|
+
line-height: 36px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.timer-section {
|
|
48
|
+
display: flex;
|
|
49
|
+
padding: 8px 18px 8px 24px;
|
|
50
|
+
}
|
|
51
|
+
.timer-element {
|
|
52
|
+
display: inline-block;
|
|
53
|
+
min-width: 42px;
|
|
54
|
+
padding: 0 6px;
|
|
55
|
+
text-align: center;
|
|
56
|
+
}
|
|
57
|
+
.timer-value {
|
|
58
|
+
font-weight: 700;
|
|
59
|
+
font-size: 32px;
|
|
60
|
+
line-height: 36px;
|
|
61
|
+
}
|
|
62
|
+
.timer-label {
|
|
63
|
+
font-weight: 400;
|
|
64
|
+
font-size: 12px;
|
|
65
|
+
line-height: 16px;
|
|
66
|
+
}
|
|
67
|
+
.transparent-element:first-child {
|
|
68
|
+
padding-left: 0;
|
|
69
69
|
}
|
|
70
70
|
/* center a block element */
|
|
71
71
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|