@sunrise-upc/sales-static-components 3.8.1 → 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.
Files changed (50) hide show
  1. package/README.md +8 -8
  2. package/dist/cjs/components/ButtonGroup/ButtonGroup.css +95 -95
  3. package/dist/cjs/components/FalconButton/falconButton.js.map +1 -1
  4. package/dist/cjs/components/FalconMainNavigation/FalconHeader/BusinessCustomerLinkOut/BusinessCustomerLinkOut.js.map +1 -1
  5. package/dist/cjs/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.js.map +1 -1
  6. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.css +50 -0
  7. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js +1 -1
  8. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js.map +1 -1
  9. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss.css +50 -0
  10. package/dist/cjs/components/InternetAndTvCardsBenefits/InternetAndTvCardItemBenefits.js.map +1 -1
  11. package/dist/cjs/components/RibbonComponent/RibbonComponent.css +389 -389
  12. package/dist/cjs/components/RibbonComponent/RibbonComponentTimer/RibbonComponentTimer.css +68 -68
  13. package/dist/cjs/components/StageTeaserComponent/DoubleGrid/DoubleGridComponent.css +937 -937
  14. package/dist/cjs/components/StageTeaserComponent/SingleGrid/SingleGridRedefined.js.map +1 -1
  15. package/dist/cjs/components/StageTeaserV3/DoubleGrid/DoubleGridComponent.css +87 -87
  16. package/dist/cjs/components/StageTeaserV3/SingleGrid/SingleGridComponent.css +87 -87
  17. package/dist/cjs/components/linecheck/AutoComplete.css +484 -484
  18. package/dist/cjs/components/linecheck/LineCheckV2.css +484 -484
  19. package/dist/cjs/components/linecheck/Success.css +484 -484
  20. package/dist/cjs/node_modules/immer/dist/immer.js +1 -1
  21. package/dist/cjs/node_modules/immer/dist/immer.js.map +1 -1
  22. package/dist/cjs/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js +1 -1
  23. package/dist/cjs/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js.map +1 -1
  24. package/dist/cjs/node_modules/instantsearch.js/es/lib/version.js +1 -1
  25. package/dist/cjs/node_modules/instantsearch.js/es/lib/version.js.map +1 -1
  26. package/dist/cjs/node_modules/react-instantsearch-core/dist/es/version.js +1 -1
  27. package/dist/cjs/node_modules/react-instantsearch-core/dist/es/version.js.map +1 -1
  28. package/dist/esm/components/ButtonGroup/ButtonGroup.css +95 -95
  29. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.css +50 -0
  30. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js +1 -1
  31. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js.map +1 -1
  32. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss.css +50 -0
  33. package/dist/esm/components/RibbonComponent/RibbonComponent.css +389 -389
  34. package/dist/esm/components/RibbonComponent/RibbonComponentTimer/RibbonComponentTimer.css +68 -68
  35. package/dist/esm/components/StageTeaserComponent/DoubleGrid/DoubleGridComponent.css +937 -937
  36. package/dist/esm/components/StageTeaserV3/DoubleGrid/DoubleGridComponent.css +87 -87
  37. package/dist/esm/components/StageTeaserV3/SingleGrid/SingleGridComponent.css +87 -87
  38. package/dist/esm/components/linecheck/AutoComplete.css +484 -484
  39. package/dist/esm/components/linecheck/LineCheckV2.css +484 -484
  40. package/dist/esm/components/linecheck/Success.css +484 -484
  41. package/dist/esm/node_modules/immer/dist/immer.js +1 -1
  42. package/dist/esm/node_modules/immer/dist/immer.js.map +1 -1
  43. package/dist/esm/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js +1 -1
  44. package/dist/esm/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js.map +1 -1
  45. package/dist/esm/node_modules/instantsearch.js/es/lib/version.js +1 -1
  46. package/dist/esm/node_modules/instantsearch.js/es/lib/version.js.map +1 -1
  47. package/dist/esm/node_modules/react-instantsearch-core/dist/es/version.js +1 -1
  48. package/dist/esm/node_modules/react-instantsearch-core/dist/es/version.js.map +1 -1
  49. package/dist/navigation.css +207 -157
  50. 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 */