@sunrise-upc/sales-static-components 3.8.3 → 3.8.4
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/FalconMainNavigation.js +1 -1
- package/dist/cjs/components/FalconMainNavigation/FalconMainNavigation.js.map +1 -1
- package/dist/cjs/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.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/FalconMainNavigation.js +1 -1
- package/dist/esm/components/FalconMainNavigation/FalconMainNavigation.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/index.d.ts +2 -1
- package/dist/navigation.css +146 -146
- package/package.json +86 -86
package/dist/navigation.css
CHANGED
|
@@ -1,4 +1,138 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/MinimizedHeader/MinimizedHeader.module.scss */
|
|
2
|
+
/* center a block element */
|
|
3
|
+
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
4
|
+
/* setting styles in separate formats for cross browser support */
|
|
5
|
+
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
6
|
+
/* vertically center alilgn any HTML element */
|
|
7
|
+
/* add basePath to assets */
|
|
8
|
+
@media (min-width: 768px) {
|
|
9
|
+
.MinimizedHeader-module__outer___JOzJC {
|
|
10
|
+
background-color: #ffffff;
|
|
11
|
+
border-top: 4px solid #da291c;
|
|
12
|
+
box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
|
|
13
|
+
height: 72px;
|
|
14
|
+
}
|
|
15
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
16
|
+
position: fixed;
|
|
17
|
+
top: 0;
|
|
18
|
+
left: 0;
|
|
19
|
+
padding: 4px 8px;
|
|
20
|
+
font-size: 14px;
|
|
21
|
+
z-index: 10000;
|
|
22
|
+
color: #5f5955;
|
|
23
|
+
background: #ffffff;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
@media (min-width: 768px) and (max-width: 850px) {
|
|
27
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
28
|
+
padding: 0 4px;
|
|
29
|
+
font-size: 8px;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
@media (min-width: 768px) {
|
|
33
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
|
|
34
|
+
width: 100%;
|
|
35
|
+
display: inline-block;
|
|
36
|
+
}
|
|
37
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
|
|
38
|
+
display: flex;
|
|
39
|
+
float: left;
|
|
40
|
+
align-items: center;
|
|
41
|
+
margin: 10px 0;
|
|
42
|
+
}
|
|
43
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
|
|
44
|
+
padding-left: 10px;
|
|
45
|
+
}
|
|
46
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
|
|
47
|
+
float: right;
|
|
48
|
+
display: flex;
|
|
49
|
+
margin: 24px 0 24px 0;
|
|
50
|
+
}
|
|
51
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
|
|
52
|
+
background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
|
|
53
|
+
background-repeat: no-repeat;
|
|
54
|
+
background-size: contain;
|
|
55
|
+
display: block;
|
|
56
|
+
height: 24px;
|
|
57
|
+
margin-right: 6px;
|
|
58
|
+
width: 24px;
|
|
59
|
+
}
|
|
60
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
|
|
61
|
+
color: #da291c;
|
|
62
|
+
font-weight: 700;
|
|
63
|
+
font-size: 18px;
|
|
64
|
+
line-height: 24px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
@media (max-width: 767px) {
|
|
68
|
+
.MinimizedHeader-module__outer___JOzJC {
|
|
69
|
+
background-color: #ffffff;
|
|
70
|
+
border-top: 4px solid #da291c;
|
|
71
|
+
box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
|
|
72
|
+
height: 48px;
|
|
73
|
+
}
|
|
74
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
|
|
75
|
+
width: 100%;
|
|
76
|
+
display: inline-block;
|
|
77
|
+
}
|
|
78
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
|
|
79
|
+
display: flex;
|
|
80
|
+
float: left;
|
|
81
|
+
}
|
|
82
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J {
|
|
83
|
+
margin-top: 12px;
|
|
84
|
+
}
|
|
85
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J > img {
|
|
86
|
+
height: 24px;
|
|
87
|
+
width: 24px;
|
|
88
|
+
float: left;
|
|
89
|
+
}
|
|
90
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
|
|
91
|
+
margin-top: 8px;
|
|
92
|
+
padding-left: 6px;
|
|
93
|
+
}
|
|
94
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 > img {
|
|
95
|
+
height: 20px;
|
|
96
|
+
}
|
|
97
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
|
|
98
|
+
float: right;
|
|
99
|
+
display: flex;
|
|
100
|
+
margin: 12px 0 12px 0;
|
|
101
|
+
}
|
|
102
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
|
|
103
|
+
background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
|
|
104
|
+
background-repeat: no-repeat;
|
|
105
|
+
background-size: contain;
|
|
106
|
+
display: block;
|
|
107
|
+
height: 20px;
|
|
108
|
+
margin-right: 6px;
|
|
109
|
+
width: 20px;
|
|
110
|
+
}
|
|
111
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
|
|
112
|
+
color: #da291c;
|
|
113
|
+
font-weight: 700;
|
|
114
|
+
font-size: 18px;
|
|
115
|
+
line-height: 24px;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
.MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
119
|
+
position: fixed;
|
|
120
|
+
top: 0;
|
|
121
|
+
left: 0;
|
|
122
|
+
padding: 4px 8px;
|
|
123
|
+
font-size: 14px;
|
|
124
|
+
z-index: 10000;
|
|
125
|
+
color: #5f5955;
|
|
126
|
+
background: #ffffff;
|
|
127
|
+
}
|
|
128
|
+
@media (max-width: 850px) {
|
|
129
|
+
.MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
130
|
+
padding: 0 4px;
|
|
131
|
+
font-size: 8px;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconMainNavigation.module.scss */
|
|
2
136
|
/* center a block element */
|
|
3
137
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
4
138
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -274,7 +408,7 @@
|
|
|
274
408
|
}
|
|
275
409
|
}
|
|
276
410
|
|
|
277
|
-
/*
|
|
411
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/ResponsiveRow/row.module.scss */
|
|
278
412
|
/* center a block element */
|
|
279
413
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
280
414
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -309,7 +443,7 @@
|
|
|
309
443
|
}
|
|
310
444
|
}
|
|
311
445
|
|
|
312
|
-
/*
|
|
446
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/InteractiveHamburger/InteractiveHamburger.module.scss */
|
|
313
447
|
/* center a block element */
|
|
314
448
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
315
449
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -351,7 +485,7 @@
|
|
|
351
485
|
width: 24px;
|
|
352
486
|
}
|
|
353
487
|
|
|
354
|
-
/*
|
|
488
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/NavigationMenuItem/NavigationMenuItem.module.scss */
|
|
355
489
|
/* center a block element */
|
|
356
490
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
357
491
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -433,7 +567,7 @@
|
|
|
433
567
|
position: relative;
|
|
434
568
|
}
|
|
435
569
|
|
|
436
|
-
/*
|
|
570
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/FalconHeader.module.scss */
|
|
437
571
|
/* center a block element */
|
|
438
572
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
439
573
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -512,7 +646,7 @@
|
|
|
512
646
|
color: #ffffff;
|
|
513
647
|
}
|
|
514
648
|
|
|
515
|
-
/*
|
|
649
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileNavigation.module.scss */
|
|
516
650
|
/* center a block element */
|
|
517
651
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
518
652
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -601,141 +735,7 @@
|
|
|
601
735
|
visibility: visible;
|
|
602
736
|
}
|
|
603
737
|
|
|
604
|
-
/*
|
|
605
|
-
/* center a block element */
|
|
606
|
-
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
607
|
-
/* setting styles in separate formats for cross browser support */
|
|
608
|
-
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
609
|
-
/* vertically center alilgn any HTML element */
|
|
610
|
-
/* add basePath to assets */
|
|
611
|
-
@media (min-width: 768px) {
|
|
612
|
-
.MinimizedHeader-module__outer___JOzJC {
|
|
613
|
-
background-color: #ffffff;
|
|
614
|
-
border-top: 4px solid #da291c;
|
|
615
|
-
box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
|
|
616
|
-
height: 72px;
|
|
617
|
-
}
|
|
618
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
619
|
-
position: fixed;
|
|
620
|
-
top: 0;
|
|
621
|
-
left: 0;
|
|
622
|
-
padding: 4px 8px;
|
|
623
|
-
font-size: 14px;
|
|
624
|
-
z-index: 10000;
|
|
625
|
-
color: #5f5955;
|
|
626
|
-
background: #ffffff;
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
@media (min-width: 768px) and (max-width: 850px) {
|
|
630
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
631
|
-
padding: 0 4px;
|
|
632
|
-
font-size: 8px;
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
@media (min-width: 768px) {
|
|
636
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
|
|
637
|
-
width: 100%;
|
|
638
|
-
display: inline-block;
|
|
639
|
-
}
|
|
640
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
|
|
641
|
-
display: flex;
|
|
642
|
-
float: left;
|
|
643
|
-
align-items: center;
|
|
644
|
-
margin: 10px 0;
|
|
645
|
-
}
|
|
646
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
|
|
647
|
-
padding-left: 10px;
|
|
648
|
-
}
|
|
649
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
|
|
650
|
-
float: right;
|
|
651
|
-
display: flex;
|
|
652
|
-
margin: 24px 0 24px 0;
|
|
653
|
-
}
|
|
654
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
|
|
655
|
-
background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
|
|
656
|
-
background-repeat: no-repeat;
|
|
657
|
-
background-size: contain;
|
|
658
|
-
display: block;
|
|
659
|
-
height: 24px;
|
|
660
|
-
margin-right: 6px;
|
|
661
|
-
width: 24px;
|
|
662
|
-
}
|
|
663
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
|
|
664
|
-
color: #da291c;
|
|
665
|
-
font-weight: 700;
|
|
666
|
-
font-size: 18px;
|
|
667
|
-
line-height: 24px;
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
@media (max-width: 767px) {
|
|
671
|
-
.MinimizedHeader-module__outer___JOzJC {
|
|
672
|
-
background-color: #ffffff;
|
|
673
|
-
border-top: 4px solid #da291c;
|
|
674
|
-
box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
|
|
675
|
-
height: 48px;
|
|
676
|
-
}
|
|
677
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
|
|
678
|
-
width: 100%;
|
|
679
|
-
display: inline-block;
|
|
680
|
-
}
|
|
681
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
|
|
682
|
-
display: flex;
|
|
683
|
-
float: left;
|
|
684
|
-
}
|
|
685
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J {
|
|
686
|
-
margin-top: 12px;
|
|
687
|
-
}
|
|
688
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J > img {
|
|
689
|
-
height: 24px;
|
|
690
|
-
width: 24px;
|
|
691
|
-
float: left;
|
|
692
|
-
}
|
|
693
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
|
|
694
|
-
margin-top: 8px;
|
|
695
|
-
padding-left: 6px;
|
|
696
|
-
}
|
|
697
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 > img {
|
|
698
|
-
height: 20px;
|
|
699
|
-
}
|
|
700
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
|
|
701
|
-
float: right;
|
|
702
|
-
display: flex;
|
|
703
|
-
margin: 12px 0 12px 0;
|
|
704
|
-
}
|
|
705
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
|
|
706
|
-
background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
|
|
707
|
-
background-repeat: no-repeat;
|
|
708
|
-
background-size: contain;
|
|
709
|
-
display: block;
|
|
710
|
-
height: 20px;
|
|
711
|
-
margin-right: 6px;
|
|
712
|
-
width: 20px;
|
|
713
|
-
}
|
|
714
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
|
|
715
|
-
color: #da291c;
|
|
716
|
-
font-weight: 700;
|
|
717
|
-
font-size: 18px;
|
|
718
|
-
line-height: 24px;
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
.MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
722
|
-
position: fixed;
|
|
723
|
-
top: 0;
|
|
724
|
-
left: 0;
|
|
725
|
-
padding: 4px 8px;
|
|
726
|
-
font-size: 14px;
|
|
727
|
-
z-index: 10000;
|
|
728
|
-
color: #5f5955;
|
|
729
|
-
background: #ffffff;
|
|
730
|
-
}
|
|
731
|
-
@media (max-width: 850px) {
|
|
732
|
-
.MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
733
|
-
padding: 0 4px;
|
|
734
|
-
font-size: 8px;
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/* C:\Sunrise Eshop\Internet\subfolder\static-components\src\components\FalconMainNavigation\FalconHeader\LocaleSelector\LocaleSelector.module.scss */
|
|
738
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/LocaleSelector/LocaleSelector.module.scss */
|
|
739
739
|
/* center a block element */
|
|
740
740
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
741
741
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
}
|
|
881
881
|
}
|
|
882
882
|
|
|
883
|
-
/*
|
|
883
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss */
|
|
884
884
|
/* center a block element */
|
|
885
885
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
886
886
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
}
|
|
1124
1124
|
}
|
|
1125
1125
|
|
|
1126
|
-
/*
|
|
1126
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.module.scss */
|
|
1127
1127
|
/* center a block element */
|
|
1128
1128
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
1129
1129
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -1181,7 +1181,7 @@
|
|
|
1181
1181
|
filter: brightness(0) invert(0.9);
|
|
1182
1182
|
}
|
|
1183
1183
|
|
|
1184
|
-
/*
|
|
1184
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/SubNavigation/SubNavigation.module.scss */
|
|
1185
1185
|
/* center a block element */
|
|
1186
1186
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
1187
1187
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -1261,7 +1261,7 @@
|
|
|
1261
1261
|
border: none;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
|
-
/*
|
|
1264
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/BusinessCustomerLinkOut/BusinessCustomerLinkOut.module.scss */
|
|
1265
1265
|
/* center a block element */
|
|
1266
1266
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
1267
1267
|
/* setting styles in separate formats for cross browser support */
|
|
@@ -1348,7 +1348,7 @@
|
|
|
1348
1348
|
background-color: #1f1f1f;
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
|
-
/*
|
|
1351
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileSubNavigation/MobileSubNavigation.module.scss */
|
|
1352
1352
|
/* center a block element */
|
|
1353
1353
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
1354
1354
|
/* setting styles in separate formats for cross browser support */
|
package/package.json
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@sunrise-upc/sales-static-components",
|
|
3
|
-
"version": "3.8.
|
|
4
|
-
"description": "Static Reusable Components Library",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist/cjs/index.js",
|
|
7
|
-
"module": "dist/esm/index.js",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": "./dist/esm/index.js",
|
|
11
|
-
"require": "./dist/cjs/index.js",
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
13
|
-
},
|
|
14
|
-
"./navigation.css": "./dist/navigation.css"
|
|
15
|
-
},
|
|
16
|
-
"sideEffects": [
|
|
17
|
-
"**/*.css",
|
|
18
|
-
"**/*.scss"
|
|
19
|
-
],
|
|
20
|
-
"files": [
|
|
21
|
-
"dist",
|
|
22
|
-
"package.json"
|
|
23
|
-
],
|
|
24
|
-
"typings": "dist/index.d.ts",
|
|
25
|
-
"scripts": {
|
|
26
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
27
|
-
"clean": "rimraf dist",
|
|
28
|
-
"build": "npm run clean && rollup -c",
|
|
29
|
-
"prepare": "npm run build",
|
|
30
|
-
"dev": "npm run clean && rollup -c -w",
|
|
31
|
-
"prepatch": "npm --no-git-tag-version version prepatch",
|
|
32
|
-
"release:major": "npm version major && npm publish --access public --tag latest",
|
|
33
|
-
"release:minor": "npm version minor && npm publish --access public --tag latest",
|
|
34
|
-
"release:patch": "npm version patch && npm publish --access public --tag latest",
|
|
35
|
-
"release:prepatch": "npm version prepatch --preid=beta && npm publish --access public --tag latest",
|
|
36
|
-
"release:prerelease": "npm version prerelease --preid=beta && npm publish --access public --tag latest"
|
|
37
|
-
},
|
|
38
|
-
"repository": {
|
|
39
|
-
"type": "git",
|
|
40
|
-
"url": "git+https://Angles_Kathirvel@bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components.git"
|
|
41
|
-
},
|
|
42
|
-
"author": "Angles Kathirvel",
|
|
43
|
-
"license": "ISC",
|
|
44
|
-
"bugs": {
|
|
45
|
-
"url": "https://bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components/issues"
|
|
46
|
-
},
|
|
47
|
-
"homepage": "https://bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components#readme",
|
|
48
|
-
"devDependencies": {
|
|
49
|
-
"@rollup/plugin-commonjs": "^29.0.0",
|
|
50
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
51
|
-
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
52
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
53
|
-
"@rollup/plugin-typescript": "^12.3.0",
|
|
54
|
-
"@types/js-cookie": "^3.0.6",
|
|
55
|
-
"@types/node": "^24.6.0",
|
|
56
|
-
"@types/react": "^19.1.13",
|
|
57
|
-
"@types/react-dom": "^19.1.9",
|
|
58
|
-
"rimraf": "^6.0.1",
|
|
59
|
-
"rollup": "^4.56.0",
|
|
60
|
-
"rollup-plugin-dts": "^6.3.0",
|
|
61
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
62
|
-
"postcss": "^8.5.3",
|
|
63
|
-
"postcss-modules": "^6.0.0",
|
|
64
|
-
"sass": "^1.93.0",
|
|
65
|
-
"tslib": "^2.8.1",
|
|
66
|
-
"typescript": "^5.9.2"
|
|
67
|
-
},
|
|
68
|
-
"peerDependencies": {
|
|
69
|
-
"react": "^19.1.0",
|
|
70
|
-
"react-dom": "^19.1.0",
|
|
71
|
-
"react-bootstrap": "^2.10.10",
|
|
72
|
-
"storyblok-rich-text-react-renderer": "^3.0.1"
|
|
73
|
-
},
|
|
74
|
-
"dependencies": {
|
|
75
|
-
"@sunrise-upc/ajax-lib": "^3.0.0",
|
|
76
|
-
"@sunrise-upc/sun-b2c-search-lib": "^2.0.0",
|
|
77
|
-
"axios": "^1.12.2",
|
|
78
|
-
"cookies-next": "^6.1.0",
|
|
79
|
-
"fitty": "^2.4.2",
|
|
80
|
-
"js-cookie": "^3.0.5",
|
|
81
|
-
"react-loading-skeleton": "^3.5.0",
|
|
82
|
-
"react-multi-carousel": "^2.8.5",
|
|
83
|
-
"uuid": "^13.0.0",
|
|
84
|
-
"swiper": "^12.1.4"
|
|
85
|
-
}
|
|
86
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@sunrise-upc/sales-static-components",
|
|
3
|
+
"version": "3.8.4",
|
|
4
|
+
"description": "Static Reusable Components Library",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/cjs/index.js",
|
|
7
|
+
"module": "dist/esm/index.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/esm/index.js",
|
|
11
|
+
"require": "./dist/cjs/index.js",
|
|
12
|
+
"types": "./dist/index.d.ts"
|
|
13
|
+
},
|
|
14
|
+
"./navigation.css": "./dist/navigation.css"
|
|
15
|
+
},
|
|
16
|
+
"sideEffects": [
|
|
17
|
+
"**/*.css",
|
|
18
|
+
"**/*.scss"
|
|
19
|
+
],
|
|
20
|
+
"files": [
|
|
21
|
+
"dist",
|
|
22
|
+
"package.json"
|
|
23
|
+
],
|
|
24
|
+
"typings": "dist/index.d.ts",
|
|
25
|
+
"scripts": {
|
|
26
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
27
|
+
"clean": "rimraf dist",
|
|
28
|
+
"build": "npm run clean && rollup -c",
|
|
29
|
+
"prepare": "npm run build",
|
|
30
|
+
"dev": "npm run clean && rollup -c -w",
|
|
31
|
+
"prepatch": "npm --no-git-tag-version version prepatch",
|
|
32
|
+
"release:major": "npm version major && npm publish --access public --tag latest",
|
|
33
|
+
"release:minor": "npm version minor && npm publish --access public --tag latest",
|
|
34
|
+
"release:patch": "npm version patch && npm publish --access public --tag latest",
|
|
35
|
+
"release:prepatch": "npm version prepatch --preid=beta && npm publish --access public --tag latest",
|
|
36
|
+
"release:prerelease": "npm version prerelease --preid=beta && npm publish --access public --tag latest"
|
|
37
|
+
},
|
|
38
|
+
"repository": {
|
|
39
|
+
"type": "git",
|
|
40
|
+
"url": "git+https://Angles_Kathirvel@bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components.git"
|
|
41
|
+
},
|
|
42
|
+
"author": "Angles Kathirvel",
|
|
43
|
+
"license": "ISC",
|
|
44
|
+
"bugs": {
|
|
45
|
+
"url": "https://bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components/issues"
|
|
46
|
+
},
|
|
47
|
+
"homepage": "https://bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components#readme",
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@rollup/plugin-commonjs": "^29.0.0",
|
|
50
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
51
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
52
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
53
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
54
|
+
"@types/js-cookie": "^3.0.6",
|
|
55
|
+
"@types/node": "^24.6.0",
|
|
56
|
+
"@types/react": "^19.1.13",
|
|
57
|
+
"@types/react-dom": "^19.1.9",
|
|
58
|
+
"rimraf": "^6.0.1",
|
|
59
|
+
"rollup": "^4.56.0",
|
|
60
|
+
"rollup-plugin-dts": "^6.3.0",
|
|
61
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
62
|
+
"postcss": "^8.5.3",
|
|
63
|
+
"postcss-modules": "^6.0.0",
|
|
64
|
+
"sass": "^1.93.0",
|
|
65
|
+
"tslib": "^2.8.1",
|
|
66
|
+
"typescript": "^5.9.2"
|
|
67
|
+
},
|
|
68
|
+
"peerDependencies": {
|
|
69
|
+
"react": "^19.1.0",
|
|
70
|
+
"react-dom": "^19.1.0",
|
|
71
|
+
"react-bootstrap": "^2.10.10",
|
|
72
|
+
"storyblok-rich-text-react-renderer": "^3.0.1"
|
|
73
|
+
},
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"@sunrise-upc/ajax-lib": "^3.0.0",
|
|
76
|
+
"@sunrise-upc/sun-b2c-search-lib": "^2.0.0",
|
|
77
|
+
"axios": "^1.12.2",
|
|
78
|
+
"cookies-next": "^6.1.0",
|
|
79
|
+
"fitty": "^2.4.2",
|
|
80
|
+
"js-cookie": "^3.0.5",
|
|
81
|
+
"react-loading-skeleton": "^3.5.0",
|
|
82
|
+
"react-multi-carousel": "^2.8.5",
|
|
83
|
+
"uuid": "^13.0.0",
|
|
84
|
+
"swiper": "^12.1.4"
|
|
85
|
+
}
|
|
86
|
+
}
|