@orangesk/orange-design-system 2.0.0-beta.19 → 2.0.0-beta.20
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 +346 -19
- package/build/components/Accordion/style.css +1 -1
- package/build/components/Accordion/style.css.map +1 -1
- package/build/components/Alert/style.css +1 -1
- package/build/components/Alert/style.css.map +1 -1
- package/build/components/AnchorNavigation/style.css +1 -1
- package/build/components/AnchorNavigation/style.css.map +1 -1
- package/build/components/BlockAction/style.css +1 -1
- package/build/components/BlockAction/style.css.map +1 -1
- package/build/components/CarouselPromotions/style.css +1 -1
- package/build/components/CarouselPromotions/style.css.map +1 -1
- package/build/components/FeatureAccordion/style.css +1 -1
- package/build/components/FeatureAccordion/style.css.map +1 -1
- package/build/components/Footer/style.css +1 -1
- package/build/components/Footer/style.css.map +1 -1
- package/build/components/Hero/style.css +1 -1
- package/build/components/Hero/style.css.map +1 -1
- package/build/components/Megamenu/style.css +1 -1
- package/build/components/Megamenu/style.css.map +1 -1
- package/build/components/Modal/style.css +1 -1
- package/build/components/Modal/style.css.map +1 -1
- package/build/components/Progress/style.css +1 -1
- package/build/components/Progress/style.css.map +1 -1
- package/build/components/PromoBanner/style.css +1 -1
- package/build/components/PromoBanner/style.css.map +1 -1
- package/build/components/PromotionCard/style.css +1 -1
- package/build/components/PromotionCard/style.css.map +1 -1
- package/build/components/Tag/style.css +1 -1
- package/build/components/Tag/style.css.map +1 -1
- package/build/components/Tile/style.css +1 -1
- package/build/components/Tile/style.css.map +1 -1
- package/build/components/index.js +1 -1
- package/build/components/index.js.map +1 -1
- package/build/components/tsconfig.tsbuildinfo +1 -1
- package/build/components/types/index.d.ts +5 -40
- package/build/components/types/src/components/Alert/Alert.d.ts +0 -2
- package/build/components/types/src/components/AnchorNavigation/AnchorNavigation.d.ts +1 -2
- package/build/components/types/src/components/BlockAction/BlockAction.d.ts +2 -0
- package/build/components/types/src/components/BlockAction/Context.d.ts +2 -0
- package/build/components/types/src/components/Breadcrumbs/Breadcrumbs.d.ts +0 -2
- package/build/components/types/src/components/Button/Button.d.ts +0 -1
- package/build/components/types/src/components/Card/index.d.ts +1 -0
- package/build/components/types/src/components/Carousel/Carousel.d.ts +0 -2
- package/build/components/types/src/components/CarouselHero/CarouselHero.d.ts +0 -1
- package/build/components/types/src/components/CarouselPromotions/CarouselPromotions.d.ts +0 -1
- package/build/components/types/src/components/Controls/Controls.d.ts +0 -1
- package/build/components/types/src/components/Expander/Expander.d.ts +0 -3
- package/build/components/types/src/components/FeatureAccordion/FeatureAccordion.d.ts +0 -2
- package/build/components/types/src/components/Forms/InputStepper/InputStepper.d.ts +0 -1
- package/build/components/types/src/components/Hero/Hero.d.ts +0 -3
- package/build/components/types/src/components/Icon/iconSearchTags.d.ts +167 -166
- package/build/components/types/src/components/Link/Link.d.ts +0 -2
- package/build/components/types/src/components/Megamenu/static.d.ts +2 -3
- package/build/components/types/src/components/Modal/Modal.d.ts +0 -2
- package/build/components/types/src/components/Pagination/Pagination.d.ts +0 -2
- package/build/components/types/src/components/Pill/Pill.d.ts +0 -1
- package/build/components/types/src/components/Progress/Progress.d.ts +0 -1
- package/build/components/types/src/components/PromoBanner/PromoBanner.d.ts +1 -2
- package/build/components/types/src/components/PromotionCard/PromotionCard.d.ts +2 -2
- package/build/components/types/src/components/Stepbar/Stepbar.d.ts +0 -2
- package/build/components/types/src/components/Table/Table.d.ts +0 -2
- package/build/components/types/src/components/Tabs/Tabs.d.ts +0 -2
- package/build/components/types/src/components/Tooltip/Tooltip.d.ts +0 -1
- package/build/components/types/src/scripts/index.d.ts +2 -3
- package/build/components/types/src/styles/export/color.d.ts +102 -20
- package/build/lib/base.css +1 -1
- package/build/lib/base.css.map +1 -1
- package/build/lib/components.css +1 -1
- package/build/lib/components.css.map +1 -1
- package/build/lib/footer.css +1 -1
- package/build/lib/footer.css.map +1 -1
- package/build/lib/megamenu.css +1 -1
- package/build/lib/megamenu.css.map +1 -1
- package/build/lib/megamenu.js +1 -1
- package/build/lib/megamenu.js.map +1 -1
- package/build/lib/scripts.js +1 -1
- package/build/lib/scripts.js.map +1 -1
- package/build/lib/style.css +1 -1
- package/build/lib/style.css.map +1 -1
- package/build/lib/tsconfig.tsbuildinfo +1 -1
- package/build/lib/utilities.css +1 -1
- package/build/lib/utilities.css.map +1 -1
- package/build/sprite.svg +1 -1
- package/package.json +13 -13
- package/src/assets/icons/quote.svg +4 -0
- package/src/components/Accordion/styles/mixins.scss +2 -0
- package/src/components/Alert/Alert.tsx +0 -6
- package/src/components/Alert/styles/mixins.scss +3 -1
- package/src/components/Alert/tests/Alert.test.js +0 -14
- package/src/components/AnchorNavigation/AnchorNavigation.tsx +1 -10
- package/src/components/AnchorNavigation/tests/AnchorNavigation.conformance.test.js +0 -9
- package/src/components/BlockAction/BlockAction.tsx +10 -3
- package/src/components/BlockAction/Context.tsx +4 -0
- package/src/components/BlockAction/styles/mixins.scss +6 -0
- package/src/components/BlockAction/styles/style.scss +5 -0
- package/src/components/Breadcrumbs/BreadcrumbItem.tsx +16 -7
- package/src/components/Breadcrumbs/Breadcrumbs.tsx +4 -12
- package/src/components/Breadcrumbs/tests/BreadcrumbItem.unit.test.js +14 -8
- package/src/components/Breadcrumbs/tests/Breadcrumbs.integration.test.js +14 -37
- package/src/components/Breadcrumbs/tests/Breadcrumbs.unit.test.js +19 -23
- package/src/components/Button/Button.tsx +0 -4
- package/src/components/Button/tests/Button.test.js +0 -10
- package/src/components/Card/index.ts +1 -0
- package/src/components/Carousel/Carousel.static.ts +5 -0
- package/src/components/Carousel/Carousel.tsx +0 -5
- package/src/components/Carousel/tests/Carousel.unit.test.js +0 -21
- package/src/components/CarouselHero/CarouselHero.tsx +1 -9
- package/src/components/CarouselHero/tests/CarouselHero.conformance.test.js +0 -1
- package/src/components/CarouselHero/tests/CarouselHero.unit.test.js +0 -14
- package/src/components/CarouselPromotions/CarouselPromotions.tsx +1 -6
- package/src/components/CarouselPromotions/styles/mixins.scss +6 -3
- package/src/components/CarouselPromotions/tests/CarouselPromotions.unit.test.js +0 -17
- package/src/components/Controls/Controls.tsx +2 -7
- package/src/components/Controls/tests/Controls.test.js +0 -23
- package/src/components/Expander/Expander.tsx +0 -6
- package/src/components/Expander/tests/Expander.conformance.test.js +8 -12
- package/src/components/Expander/tests/Expander.unit.test.js +37 -47
- package/src/components/FeatureAccordion/FeatureAccordion.tsx +2 -12
- package/src/components/FeatureAccordion/styles/mixins.scss +6 -14
- package/src/components/FeatureAccordion/styles/style.scss +2 -4
- package/src/components/FeatureAccordion/tests/FeatureAccordion.unit.test.js +0 -5
- package/src/components/Footer/styles/mixins.scss +1 -0
- package/src/components/Forms/InputStepper/InputStepper.tsx +0 -4
- package/src/components/Forms/Label/styles/config.scss +3 -0
- package/src/components/Hero/Hero.tsx +2 -16
- package/src/components/Hero/styles/style.scss +0 -14
- package/src/components/Hero/tests/Hero.unit.test.js +109 -119
- package/src/components/Icon/iconSearchTags.ts +167 -166
- package/src/components/Link/Link.tsx +0 -5
- package/src/components/Link/tests/Link.conformance.test.js +1 -7
- package/src/components/Link/tests/Link.unit.test.js +0 -20
- package/src/components/Megamenu/static.ts +5 -2
- package/src/components/Modal/Modal.tsx +0 -5
- package/src/components/Modal/styles/mixins.scss +7 -0
- package/src/components/Modal/styles/style.scss +1 -0
- package/src/components/Modal/tests/Modal.unit.test.js +0 -22
- package/src/components/Pagination/Pagination.tsx +1 -11
- package/src/components/Pill/Pill.tsx +0 -4
- package/src/components/Pill/tests/Pill.conformance.test.js +0 -4
- package/src/components/Pill/tests/Pill.unit.test.js +0 -18
- package/src/components/Progress/Progress.tsx +1 -13
- package/src/components/Progress/styles/mixins.scss +9 -7
- package/src/components/PromoBanner/PromoBanner.tsx +1 -10
- package/src/components/PromoBanner/styles/mixins.scss +0 -3
- package/src/components/PromoBanner/tests/PromoBanner.conformance.test.js +0 -30
- package/src/components/PromoBanner/tests/PromoBanner.unit.test.js +1 -33
- package/src/components/PromotionCard/PromotionCard.tsx +4 -6
- package/src/components/PromotionCard/styles/mixins.scss +1 -0
- package/src/components/PromotionCard/tests/PromotionCard.conformance.test.js +18 -19
- package/src/components/PromotionCard/tests/PromotionCard.unit.test.js +12 -74
- package/src/components/Stepbar/Stepbar.tsx +0 -5
- package/src/components/Table/Table.tsx +0 -5
- package/src/components/Table/tests/Table.unit.test.js +0 -31
- package/src/components/Tabs/Tabs.tsx +0 -5
- package/src/components/Tabs/tests/Tabs.unit.test.js +0 -8
- package/src/components/Tag/styles/config.scss +1 -1
- package/src/components/Tag/styles/style.scss +10 -9
- package/src/components/Tile/styles/mixins.scss +1 -0
- package/src/components/Tooltip/Tooltip.tsx +1 -10
- package/src/components/Tooltip/tests/Tooltip.unit.test.js +0 -29
- package/src/styles/base/globals.scss +9 -0
- package/src/styles/base/styleguide.scss +6 -2
- package/src/styles/export/color.js +102 -20
- package/src/styles/export/color.scss +10 -20
- package/src/styles/typography/config.scss +83 -37
- package/src/styles/typography/mixins.scss +3 -3
- package/src/styles/utilities/text.scss +26 -2
- package/src/components/Pagination/tests/utils.js +0 -12
|
@@ -4,84 +4,52 @@ export declare const iconsWithTags: {
|
|
|
4
4
|
"accessibility-mobility": string[];
|
|
5
5
|
"accessibility-motor": string[];
|
|
6
6
|
"accessibility-vision": string[];
|
|
7
|
-
accessibility: string[];
|
|
8
|
-
add: string[];
|
|
9
|
-
advertising: string[];
|
|
10
|
-
aeroplane: string[];
|
|
11
7
|
"age-rating-3": string[];
|
|
12
8
|
"airbox-auto": string[];
|
|
13
9
|
"alias-numbers": string[];
|
|
14
10
|
"android-manage": string[];
|
|
15
|
-
ai: string[];
|
|
16
|
-
antenna: string[];
|
|
17
11
|
"apartment-building": string[];
|
|
18
|
-
apps: string[];
|
|
19
|
-
article: string[];
|
|
20
|
-
assistent: string[];
|
|
21
|
-
assistance: string[];
|
|
22
|
-
at: string[];
|
|
23
|
-
avatar: string[];
|
|
24
12
|
"backup-internet": string[];
|
|
25
|
-
bank: string[];
|
|
26
13
|
"battery-charging": string[];
|
|
27
14
|
"battery-full": string[];
|
|
28
15
|
"battery-status-1-3": string[];
|
|
29
16
|
"battery-status-charging": string[];
|
|
30
17
|
"battery-status-full": string[];
|
|
31
|
-
bed: string[];
|
|
32
|
-
birth: string[];
|
|
33
|
-
birthday: string[];
|
|
34
|
-
bluetooth: string[];
|
|
35
18
|
"boarding-pass": string[];
|
|
36
19
|
"book-award": string[];
|
|
37
|
-
book: string[];
|
|
38
|
-
boxes: string[];
|
|
39
|
-
briefcase: string[];
|
|
40
20
|
"browser-plug-in": string[];
|
|
41
21
|
"business-advisor": string[];
|
|
42
22
|
"business-consultant": string[];
|
|
43
23
|
"business-lounge": string[];
|
|
44
|
-
buy: string[];
|
|
45
24
|
"calendar-30": string[];
|
|
46
25
|
"calendar-alarm": string[];
|
|
47
26
|
"calendar-day": string[];
|
|
48
27
|
"calendar-month": string[];
|
|
49
28
|
"call-in": string[];
|
|
50
29
|
"call-out": string[];
|
|
51
|
-
call: string[];
|
|
52
|
-
camera: string[];
|
|
53
30
|
"car-park": string[];
|
|
54
|
-
car: string[];
|
|
55
31
|
"card-reader": string[];
|
|
56
|
-
casting: string[];
|
|
57
32
|
"cest-ici": string[];
|
|
58
|
-
charger: string[];
|
|
59
|
-
chatbot: string[];
|
|
60
33
|
"check-your-balance": string[];
|
|
61
|
-
checked: string[];
|
|
62
34
|
"chevron-down": string[];
|
|
63
35
|
"chevron-end": string[];
|
|
64
36
|
"chevron-left": string[];
|
|
65
37
|
"chevron-right": string[];
|
|
66
38
|
"chevron-start": string[];
|
|
67
39
|
"chevron-up": string[];
|
|
68
|
-
child: string[];
|
|
69
40
|
"children-channel": string[];
|
|
70
41
|
"childrens-content": string[];
|
|
71
42
|
"christmas-tree": string[];
|
|
72
43
|
"cinema-ticket-2-for-1": string[];
|
|
73
44
|
"cle-pc": string[];
|
|
74
|
-
clock: string[];
|
|
75
45
|
"closed-captions": string[];
|
|
76
46
|
"cloud-backup": string[];
|
|
77
47
|
"cloud-security": string[];
|
|
78
48
|
"collective-class-training": string[];
|
|
79
49
|
"community-sms": string[];
|
|
80
50
|
"company-structure": string[];
|
|
81
|
-
connections: string[];
|
|
82
51
|
"control-centre": string[];
|
|
83
52
|
"control-my-data": string[];
|
|
84
|
-
cpu: string[];
|
|
85
53
|
"currency-euro": string[];
|
|
86
54
|
"cyber-shield": string[];
|
|
87
55
|
"dashboard-display": string[];
|
|
@@ -89,8 +57,6 @@ export declare const iconsWithTags: {
|
|
|
89
57
|
"data-centre": string[];
|
|
90
58
|
"data-services": string[];
|
|
91
59
|
"data-traffic": string[];
|
|
92
|
-
data: string[];
|
|
93
|
-
delete: string[];
|
|
94
60
|
"desk-phone": string[];
|
|
95
61
|
"desktop-pc": string[];
|
|
96
62
|
"device-fixed-line-phone": string[];
|
|
@@ -99,33 +65,16 @@ export declare const iconsWithTags: {
|
|
|
99
65
|
"device-smart-phone": string[];
|
|
100
66
|
"device-tablet": string[];
|
|
101
67
|
"device-tv": string[];
|
|
102
|
-
diagnostic: string[];
|
|
103
68
|
"digital-frame": string[];
|
|
104
69
|
"discussion-more": string[];
|
|
105
|
-
doctor: string[];
|
|
106
|
-
documentary: string[];
|
|
107
|
-
donation: string[];
|
|
108
|
-
download: string[];
|
|
109
70
|
"e-reader": string[];
|
|
110
71
|
"e-shop": string[];
|
|
111
72
|
"easy-internet": string[];
|
|
112
73
|
"eco-mode": string[];
|
|
113
|
-
edit: string[];
|
|
114
|
-
electrcar: string[];
|
|
115
|
-
email: string[];
|
|
116
|
-
employees: string[];
|
|
117
74
|
"empty-trash": string[];
|
|
118
|
-
entertainment: string[];
|
|
119
|
-
epg: string[];
|
|
120
75
|
"error-severe": string[];
|
|
121
|
-
ethenet: string[];
|
|
122
|
-
euro: string[];
|
|
123
|
-
exit: string[];
|
|
124
76
|
"facebook-2": string[];
|
|
125
|
-
facebook: string[];
|
|
126
|
-
factory: string[];
|
|
127
77
|
"family-place": string[];
|
|
128
|
-
fashion: string[];
|
|
129
78
|
"fast-delivery": string[];
|
|
130
79
|
"file-compressed": string[];
|
|
131
80
|
"file-copy": string[];
|
|
@@ -134,91 +83,50 @@ export declare const iconsWithTags: {
|
|
|
134
83
|
"file-draft-edit": string[];
|
|
135
84
|
"file-pdf": string[];
|
|
136
85
|
"file-terms-and-conditions": string[];
|
|
137
|
-
files: string[];
|
|
138
|
-
film: string[];
|
|
139
|
-
filter: string[];
|
|
140
|
-
finance: string[];
|
|
141
|
-
firewall: string[];
|
|
142
|
-
flag: string[];
|
|
143
|
-
flashlight: string[];
|
|
144
86
|
"flexible-storage": string[];
|
|
145
|
-
folder: string[];
|
|
146
87
|
"football-match": string[];
|
|
147
88
|
"football-quiz": string[];
|
|
148
|
-
football: string[];
|
|
149
89
|
"form-tick": string[];
|
|
150
90
|
"front-end-dashboard": string[];
|
|
151
|
-
funny: string[];
|
|
152
91
|
"futher-education": string[];
|
|
153
|
-
games: string[];
|
|
154
92
|
"garage-closed": string[];
|
|
155
93
|
"gauge-rate": string[];
|
|
156
|
-
gears: string[];
|
|
157
|
-
geolocation: string[];
|
|
158
94
|
"guide-info": string[];
|
|
159
|
-
hammer: string[];
|
|
160
95
|
"hand-shake": string[];
|
|
161
96
|
"hard-drive": string[];
|
|
162
97
|
"hdmi-key": string[];
|
|
163
|
-
headphones: string[];
|
|
164
98
|
"health-app": string[];
|
|
165
99
|
"health-monitor": string[];
|
|
166
100
|
"health-patient": string[];
|
|
167
|
-
heart: string[];
|
|
168
101
|
"home-appliance": string[];
|
|
169
|
-
home: string[];
|
|
170
|
-
homelive: string[];
|
|
171
|
-
hourglass: string[];
|
|
172
|
-
house: string[];
|
|
173
102
|
"id-card": string[];
|
|
174
|
-
image: string[];
|
|
175
|
-
important: string[];
|
|
176
|
-
improvement: string[];
|
|
177
|
-
inbox: string[];
|
|
178
|
-
info: string[];
|
|
179
103
|
"information-data": string[];
|
|
180
|
-
instagram: string[];
|
|
181
104
|
"international-globe": string[];
|
|
182
105
|
"internet-browser": string[];
|
|
183
106
|
"internet-security-desktop": string[];
|
|
184
107
|
"internet-security-mobile": string[];
|
|
185
108
|
"internet-security-password": string[];
|
|
186
109
|
"internet-usage": string[];
|
|
187
|
-
internet: string[];
|
|
188
110
|
"invoice-euro": string[];
|
|
189
111
|
"invoices-euro": string[];
|
|
190
|
-
iso: string[];
|
|
191
112
|
"it-infrastructure": string[];
|
|
192
|
-
keyboard: string[];
|
|
193
113
|
"la-cle-tv": string[];
|
|
194
114
|
"laptop-connected": string[];
|
|
195
|
-
laptop: string[];
|
|
196
115
|
"le-vote": string[];
|
|
197
|
-
link: string[];
|
|
198
116
|
"linkedin-2": string[];
|
|
199
|
-
linkedin: string[];
|
|
200
117
|
"location-on-map": string[];
|
|
201
118
|
"location-pin": string[];
|
|
202
119
|
"lock-open": string[];
|
|
203
|
-
lock: string[];
|
|
204
|
-
logistics: string[];
|
|
205
120
|
"love-logo": string[];
|
|
206
|
-
mahali: string[];
|
|
207
121
|
"maintenance-man": string[];
|
|
208
122
|
"map-pin": string[];
|
|
209
|
-
map: string[];
|
|
210
|
-
medal: string[];
|
|
211
123
|
"medical-app": string[];
|
|
212
124
|
"medical-chart": string[];
|
|
213
|
-
medicine: string[];
|
|
214
125
|
"menu-arrow": string[];
|
|
215
126
|
"menu-grid": string[];
|
|
216
|
-
menu: string[];
|
|
217
127
|
"message-alert": string[];
|
|
218
|
-
messages: string[];
|
|
219
128
|
"micro-sd-card": string[];
|
|
220
129
|
"microphone-mute": string[];
|
|
221
|
-
microphone: string[];
|
|
222
130
|
"mini-games": string[];
|
|
223
131
|
"mobile-applications": string[];
|
|
224
132
|
"mobile-data-toggle": string[];
|
|
@@ -227,7 +135,6 @@ export declare const iconsWithTags: {
|
|
|
227
135
|
"mobile-payment": string[];
|
|
228
136
|
"mobile-security": string[];
|
|
229
137
|
"mobile-setup": string[];
|
|
230
|
-
modem: string[];
|
|
231
138
|
"modifier-delete": string[];
|
|
232
139
|
"modifier-done": string[];
|
|
233
140
|
"modifier-download": string[];
|
|
@@ -235,7 +142,6 @@ export declare const iconsWithTags: {
|
|
|
235
142
|
"money-box": string[];
|
|
236
143
|
"more-dots": string[];
|
|
237
144
|
"multi-sim": string[];
|
|
238
|
-
music: string[];
|
|
239
145
|
"my-account": string[];
|
|
240
146
|
"my-orange": string[];
|
|
241
147
|
"my-skills": string[];
|
|
@@ -246,11 +152,8 @@ export declare const iconsWithTags: {
|
|
|
246
152
|
"network-optical-amplifier": string[];
|
|
247
153
|
"network-optical-transport": string[];
|
|
248
154
|
"network-wan-optimisation-engine": string[];
|
|
249
|
-
networks: string[];
|
|
250
|
-
newspaper: string[];
|
|
251
155
|
"not-checked": string[];
|
|
252
156
|
"notification-alert": string[];
|
|
253
|
-
office: string[];
|
|
254
157
|
"online-help": string[];
|
|
255
158
|
"orange-assistant": string[];
|
|
256
159
|
"orange-cash": string[];
|
|
@@ -270,72 +173,35 @@ export declare const iconsWithTags: {
|
|
|
270
173
|
"orange-rewards": string[];
|
|
271
174
|
"orange-tv": string[];
|
|
272
175
|
"orange-vr-experience": string[];
|
|
273
|
-
outbox: string[];
|
|
274
176
|
"package-content": string[];
|
|
275
177
|
"package-services": string[];
|
|
276
|
-
package: string[];
|
|
277
178
|
"packaging-icon-hd": string[];
|
|
278
179
|
"parabole-tv": string[];
|
|
279
180
|
"parental-control": string[];
|
|
280
|
-
pause: string[];
|
|
281
181
|
"payment-card": string[];
|
|
282
182
|
"payment-euro": string[];
|
|
283
|
-
pda: string[];
|
|
284
|
-
pencil: string[];
|
|
285
183
|
"personal-hotspot": string[];
|
|
286
184
|
"personal-smartphone-trainer": string[];
|
|
287
185
|
"phone-advisor": string[];
|
|
288
186
|
"play-and-win": string[];
|
|
289
|
-
play: string[];
|
|
290
187
|
"plug-socket": string[];
|
|
291
|
-
power: string[];
|
|
292
|
-
powerstation: string[];
|
|
293
|
-
presentation: string[];
|
|
294
|
-
print: string[];
|
|
295
|
-
printer: string[];
|
|
296
188
|
"real-time": string[];
|
|
297
189
|
"recycle-device": string[];
|
|
298
|
-
recycle: string[];
|
|
299
|
-
reduction: string[];
|
|
300
|
-
reload: string[];
|
|
301
|
-
reminders: string[];
|
|
302
190
|
"remote-desktop-protocol": string[];
|
|
303
|
-
remove: string[];
|
|
304
|
-
repair: string[];
|
|
305
|
-
reseau: string[];
|
|
306
|
-
restaurant: string[];
|
|
307
|
-
rewards: string[];
|
|
308
|
-
running: string[];
|
|
309
|
-
safety: string[];
|
|
310
|
-
satallite: string[];
|
|
311
|
-
save: string[];
|
|
312
|
-
school: string[];
|
|
313
|
-
science: string[];
|
|
314
191
|
"sd-card": string[];
|
|
315
|
-
search: string[];
|
|
316
192
|
"security-status-good": string[];
|
|
317
|
-
send: string[];
|
|
318
193
|
"senior-person": string[];
|
|
319
194
|
"server-storage-array": string[];
|
|
320
195
|
"server-tower": string[];
|
|
321
196
|
"session-enter": string[];
|
|
322
197
|
"session-leave": string[];
|
|
323
|
-
settings: string[];
|
|
324
|
-
share: string[];
|
|
325
198
|
"shop-pin": string[];
|
|
326
|
-
shop: string[];
|
|
327
199
|
"showroom-mobile-pro": string[];
|
|
328
200
|
"signal-5-5": string[];
|
|
329
|
-
silence: string[];
|
|
330
201
|
"sim-e": string[];
|
|
331
|
-
sim: string[];
|
|
332
202
|
"simple-mode": string[];
|
|
333
|
-
simplicity: string[];
|
|
334
|
-
siren: string[];
|
|
335
|
-
skiing: string[];
|
|
336
203
|
"skip-to-end": string[];
|
|
337
204
|
"skip-to-start": string[];
|
|
338
|
-
sleep: string[];
|
|
339
205
|
"smart-care": string[];
|
|
340
206
|
"smart-home": string[];
|
|
341
207
|
"smart-tap": string[];
|
|
@@ -344,78 +210,213 @@ export declare const iconsWithTags: {
|
|
|
344
210
|
"sms-message-compose": string[];
|
|
345
211
|
"sms-message": string[];
|
|
346
212
|
"social-network": string[];
|
|
347
|
-
sofa: string[];
|
|
348
|
-
sort: string[];
|
|
349
|
-
stadium: string[];
|
|
350
|
-
"star-favourite-half": string[];
|
|
351
213
|
"star-empty": string[];
|
|
214
|
+
"star-favourite-half": string[];
|
|
352
215
|
"star-favourite": string[];
|
|
353
|
-
startover: string[];
|
|
354
|
-
statistics: string[];
|
|
355
216
|
"stop-secret": string[];
|
|
356
217
|
"storage-cloud": string[];
|
|
357
218
|
"store-locator": string[];
|
|
358
|
-
street: string[];
|
|
359
219
|
"subscription-package": string[];
|
|
360
|
-
suitcase: string[];
|
|
361
|
-
support: string[];
|
|
362
220
|
"surveillance-camera": string[];
|
|
363
|
-
syncronise: string[];
|
|
364
221
|
"tag-advertising": string[];
|
|
365
|
-
tag: string[];
|
|
366
222
|
"target-location": string[];
|
|
367
|
-
tarif: string[];
|
|
368
223
|
"task-list": string[];
|
|
369
224
|
"team-connect": string[];
|
|
370
225
|
"thumb-up": string[];
|
|
371
|
-
tick: string[];
|
|
372
|
-
ticket: string[];
|
|
373
226
|
"top-up-card-euro": string[];
|
|
374
227
|
"top-up-euro": string[];
|
|
375
228
|
"top-up-time": string[];
|
|
376
|
-
town: string[];
|
|
377
|
-
townhall: string[];
|
|
378
|
-
train: string[];
|
|
379
229
|
"training-session": string[];
|
|
380
|
-
tranquility: string[];
|
|
381
230
|
"transfer-data": string[];
|
|
382
|
-
transfers: string[];
|
|
383
|
-
trash: string[];
|
|
384
231
|
"tv-channel-list": string[];
|
|
385
232
|
"tv-commande": string[];
|
|
386
233
|
"unlimited-calls": string[];
|
|
387
|
-
upload: string[];
|
|
388
234
|
"usb-hard-drive": string[];
|
|
389
235
|
"usb-key": string[];
|
|
390
236
|
"user-manual": string[];
|
|
391
|
-
user: string[];
|
|
392
237
|
"video-call": string[];
|
|
393
238
|
"video-live": string[];
|
|
394
239
|
"video-phone": string[];
|
|
395
240
|
"video-record": string[];
|
|
396
|
-
video: string[];
|
|
397
241
|
"vip-contact": string[];
|
|
398
242
|
"virtual-gamepad": string[];
|
|
399
243
|
"vod-portrait": string[];
|
|
400
|
-
volte: string[];
|
|
401
244
|
"volume-status-4-4": string[];
|
|
245
|
+
"warning-important": string[];
|
|
246
|
+
"web-browser": string[];
|
|
247
|
+
"web-camera": string[];
|
|
248
|
+
"weighing-scales": string[];
|
|
249
|
+
"wifi-home": string[];
|
|
250
|
+
"your-balance": string[];
|
|
251
|
+
"zoom-in": string[];
|
|
252
|
+
"zoom-out": string[];
|
|
253
|
+
accessibility: string[];
|
|
254
|
+
add: string[];
|
|
255
|
+
advertising: string[];
|
|
256
|
+
aeroplane: string[];
|
|
257
|
+
ai: string[];
|
|
258
|
+
antenna: string[];
|
|
259
|
+
apps: string[];
|
|
260
|
+
article: string[];
|
|
261
|
+
assistance: string[];
|
|
262
|
+
assistent: string[];
|
|
263
|
+
at: string[];
|
|
264
|
+
avatar: string[];
|
|
265
|
+
bank: string[];
|
|
266
|
+
bed: string[];
|
|
267
|
+
birth: string[];
|
|
268
|
+
birthday: string[];
|
|
269
|
+
bluetooth: string[];
|
|
270
|
+
book: string[];
|
|
271
|
+
boxes: string[];
|
|
272
|
+
briefcase: string[];
|
|
273
|
+
buy: string[];
|
|
274
|
+
call: string[];
|
|
275
|
+
camera: string[];
|
|
276
|
+
car: string[];
|
|
277
|
+
casting: string[];
|
|
278
|
+
charger: string[];
|
|
279
|
+
chatbot: string[];
|
|
280
|
+
checked: string[];
|
|
281
|
+
child: string[];
|
|
282
|
+
clock: string[];
|
|
283
|
+
connections: string[];
|
|
284
|
+
cpu: string[];
|
|
285
|
+
data: string[];
|
|
286
|
+
delete: string[];
|
|
287
|
+
diagnostic: string[];
|
|
288
|
+
doctor: string[];
|
|
289
|
+
documentary: string[];
|
|
290
|
+
donation: string[];
|
|
291
|
+
download: string[];
|
|
292
|
+
edit: string[];
|
|
293
|
+
electrcar: string[];
|
|
294
|
+
email: string[];
|
|
295
|
+
employees: string[];
|
|
296
|
+
entertainment: string[];
|
|
297
|
+
epg: string[];
|
|
298
|
+
ethenet: string[];
|
|
299
|
+
euro: string[];
|
|
300
|
+
exit: string[];
|
|
301
|
+
facebook: string[];
|
|
302
|
+
factory: string[];
|
|
303
|
+
fashion: string[];
|
|
304
|
+
files: string[];
|
|
305
|
+
film: string[];
|
|
306
|
+
filter: string[];
|
|
307
|
+
finance: string[];
|
|
308
|
+
firewall: string[];
|
|
309
|
+
flag: string[];
|
|
310
|
+
flashlight: string[];
|
|
311
|
+
folder: string[];
|
|
312
|
+
football: string[];
|
|
313
|
+
funny: string[];
|
|
314
|
+
games: string[];
|
|
315
|
+
gears: string[];
|
|
316
|
+
geolocation: string[];
|
|
317
|
+
hammer: string[];
|
|
318
|
+
headphones: string[];
|
|
319
|
+
heart: string[];
|
|
320
|
+
home: string[];
|
|
321
|
+
homelive: string[];
|
|
322
|
+
hourglass: string[];
|
|
323
|
+
house: string[];
|
|
324
|
+
image: string[];
|
|
325
|
+
important: string[];
|
|
326
|
+
improvement: string[];
|
|
327
|
+
inbox: string[];
|
|
328
|
+
info: string[];
|
|
329
|
+
instagram: string[];
|
|
330
|
+
internet: string[];
|
|
331
|
+
iso: string[];
|
|
332
|
+
keyboard: string[];
|
|
333
|
+
laptop: string[];
|
|
334
|
+
link: string[];
|
|
335
|
+
linkedin: string[];
|
|
336
|
+
lock: string[];
|
|
337
|
+
logistics: string[];
|
|
338
|
+
mahali: string[];
|
|
339
|
+
map: string[];
|
|
340
|
+
medal: string[];
|
|
341
|
+
medicine: string[];
|
|
342
|
+
menu: string[];
|
|
343
|
+
messages: string[];
|
|
344
|
+
microphone: string[];
|
|
345
|
+
modem: string[];
|
|
346
|
+
music: string[];
|
|
347
|
+
networks: string[];
|
|
348
|
+
newspaper: string[];
|
|
349
|
+
office: string[];
|
|
350
|
+
outbox: string[];
|
|
351
|
+
package: string[];
|
|
352
|
+
pause: string[];
|
|
353
|
+
pda: string[];
|
|
354
|
+
pencil: string[];
|
|
355
|
+
play: string[];
|
|
356
|
+
power: string[];
|
|
357
|
+
powerstation: string[];
|
|
358
|
+
presentation: string[];
|
|
359
|
+
print: string[];
|
|
360
|
+
printer: string[];
|
|
361
|
+
quote: string[];
|
|
362
|
+
recycle: string[];
|
|
363
|
+
reduction: string[];
|
|
364
|
+
reload: string[];
|
|
365
|
+
reminders: string[];
|
|
366
|
+
remove: string[];
|
|
367
|
+
repair: string[];
|
|
368
|
+
reseau: string[];
|
|
369
|
+
restaurant: string[];
|
|
370
|
+
rewards: string[];
|
|
371
|
+
running: string[];
|
|
372
|
+
safety: string[];
|
|
373
|
+
satallite: string[];
|
|
374
|
+
save: string[];
|
|
375
|
+
school: string[];
|
|
376
|
+
science: string[];
|
|
377
|
+
search: string[];
|
|
378
|
+
send: string[];
|
|
379
|
+
settings: string[];
|
|
380
|
+
share: string[];
|
|
381
|
+
shop: string[];
|
|
382
|
+
silence: string[];
|
|
383
|
+
sim: string[];
|
|
384
|
+
simplicity: string[];
|
|
385
|
+
siren: string[];
|
|
386
|
+
skiing: string[];
|
|
387
|
+
sleep: string[];
|
|
388
|
+
sofa: string[];
|
|
389
|
+
sort: string[];
|
|
390
|
+
stadium: string[];
|
|
391
|
+
startover: string[];
|
|
392
|
+
statistics: string[];
|
|
393
|
+
street: string[];
|
|
394
|
+
suitcase: string[];
|
|
395
|
+
support: string[];
|
|
396
|
+
syncronise: string[];
|
|
397
|
+
tag: string[];
|
|
398
|
+
tarif: string[];
|
|
399
|
+
tick: string[];
|
|
400
|
+
ticket: string[];
|
|
401
|
+
town: string[];
|
|
402
|
+
townhall: string[];
|
|
403
|
+
train: string[];
|
|
404
|
+
tranquility: string[];
|
|
405
|
+
transfers: string[];
|
|
406
|
+
trash: string[];
|
|
407
|
+
upload: string[];
|
|
408
|
+
user: string[];
|
|
409
|
+
video: string[];
|
|
410
|
+
volte: string[];
|
|
402
411
|
vowifi: string[];
|
|
403
412
|
wallet: string[];
|
|
404
|
-
"warning-important": string[];
|
|
405
413
|
washroom: string[];
|
|
406
414
|
watch: string[];
|
|
407
415
|
water: string[];
|
|
408
416
|
weather: string[];
|
|
409
|
-
"web-browser": string[];
|
|
410
|
-
"web-camera": string[];
|
|
411
|
-
"weighing-scales": string[];
|
|
412
417
|
widget: string[];
|
|
413
|
-
"wifi-home": string[];
|
|
414
418
|
wifi: string[];
|
|
415
419
|
x: string[];
|
|
416
|
-
"your-balance": string[];
|
|
417
420
|
youtube: string[];
|
|
418
|
-
"zoom-in": string[];
|
|
419
|
-
"zoom-out": string[];
|
|
420
421
|
};
|
|
421
422
|
export declare const tags: string[];
|
|
@@ -8,8 +8,6 @@ export interface LinkProps {
|
|
|
8
8
|
className?: string;
|
|
9
9
|
/** link content */
|
|
10
10
|
children?: React.ReactNode;
|
|
11
|
-
/** color scheme for link: dark (white text) or light (black text) */
|
|
12
|
-
colorScheme?: "dark" | "light";
|
|
13
11
|
/** whether the link should be underlined */
|
|
14
12
|
isUnderline?: boolean;
|
|
15
13
|
/** whether the link should have normal font weight */
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import Megamenu from "./Megamenu.static";
|
|
2
|
-
import { initModulesWithin, destroyModulesWithin } from "../../scripts/lib/moduleFactory";
|
|
3
2
|
import "./styles/style.scss";
|
|
4
3
|
export declare const customMegamenuModuleSelectorPairs: {
|
|
5
4
|
Module: typeof Megamenu;
|
|
@@ -13,8 +12,8 @@ declare global {
|
|
|
13
12
|
instances: Megamenu[];
|
|
14
13
|
init: () => void;
|
|
15
14
|
destroy: () => void;
|
|
16
|
-
initModulesWithin:
|
|
17
|
-
destroyModulesWithin:
|
|
15
|
+
initModulesWithin: (container: any) => {};
|
|
16
|
+
destroyModulesWithin: (container: any, removeOrphanedNodes?: boolean | undefined) => {};
|
|
18
17
|
};
|
|
19
18
|
}
|
|
20
19
|
}
|
|
@@ -30,8 +30,6 @@ interface ModalProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
30
30
|
children?: React.ReactNode;
|
|
31
31
|
/** Additional CSS classes */
|
|
32
32
|
className?: string;
|
|
33
|
-
/** Color scheme for the modal */
|
|
34
|
-
colorScheme?: "dark" | "light";
|
|
35
33
|
/** Disables header paddings */
|
|
36
34
|
disableHeaderSpacing?: boolean;
|
|
37
35
|
/** Disables footer paddings */
|
|
@@ -12,8 +12,6 @@ interface PaginationItemProps {
|
|
|
12
12
|
interface PaginationProps {
|
|
13
13
|
/** Collapsed version */
|
|
14
14
|
isCompact?: boolean;
|
|
15
|
-
/** Dark theme */
|
|
16
|
-
colorScheme?: "light" | "dark";
|
|
17
15
|
/** All pagination items - buttons & numbers */
|
|
18
16
|
items: PaginationItemProps[];
|
|
19
17
|
/** Accessibility label */
|
|
@@ -6,7 +6,6 @@ interface PillProps extends HTMLAttributes<HTMLSpanElement> {
|
|
|
6
6
|
children?: ReactNode;
|
|
7
7
|
color?: PillColor;
|
|
8
8
|
size?: "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
9
|
-
colorScheme?: "light" | "dark";
|
|
10
9
|
}
|
|
11
10
|
declare const Pill: React.FC<PillProps>;
|
|
12
11
|
export { Pill };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
interface PromoBannerProps {
|
|
3
|
-
colorScheme?: "light" | "dark";
|
|
4
3
|
className?: string;
|
|
5
4
|
image?: string;
|
|
6
5
|
alignImage?: "bottom" | "top";
|
|
@@ -12,5 +11,5 @@ interface PromoBannerProps {
|
|
|
12
11
|
imageClassName?: string;
|
|
13
12
|
variant?: "vertical" | "reverse";
|
|
14
13
|
}
|
|
15
|
-
export declare const PromoBanner: ({ image,
|
|
14
|
+
export declare const PromoBanner: ({ image, className, alignImage, bleedImage, children, itemClassName, imageClassName, variant, imageFullWidth, }: PromoBannerProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
15
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { CardColor } from "../Card";
|
|
2
3
|
export interface PromotionCardProps {
|
|
3
|
-
/** Inverse colors */
|
|
4
|
-
colorScheme?: "light" | "dark";
|
|
5
4
|
className?: string;
|
|
6
5
|
children?: React.ReactNode;
|
|
6
|
+
color?: CardColor;
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
}
|
|
9
9
|
export declare const PromotionCard: React.FC<PromotionCardProps>;
|
|
@@ -14,8 +14,6 @@ export interface StepbarProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
14
14
|
showTitlesFrom?: ShowTitlesFrom;
|
|
15
15
|
/** Array of step objects */
|
|
16
16
|
steps: StepbarStep[];
|
|
17
|
-
/** Visual variant of the stepbar */
|
|
18
|
-
colorScheme?: "dark" | "light";
|
|
19
17
|
}
|
|
20
18
|
declare const Stepbar: React.FC<StepbarProps>;
|
|
21
19
|
export { Stepbar };
|
|
@@ -19,8 +19,6 @@ interface TableProps extends React.TableHTMLAttributes<HTMLTableElement> {
|
|
|
19
19
|
/** rows to print out in the table. */
|
|
20
20
|
rows: TableRow[];
|
|
21
21
|
className?: string;
|
|
22
|
-
/** Sets color scheme */
|
|
23
|
-
colorScheme?: "dark" | "light";
|
|
24
22
|
}
|
|
25
23
|
declare const Table: React.FC<TableProps>;
|
|
26
24
|
export { Table };
|
|
@@ -7,8 +7,6 @@ interface TabsProps extends React.HTMLAttributes<HTMLUListElement> {
|
|
|
7
7
|
activeTabIndex?: number;
|
|
8
8
|
/** Additional classes for tabs header. */
|
|
9
9
|
classesTabNav?: string;
|
|
10
|
-
/** Color theme for the tabs */
|
|
11
|
-
colorScheme?: "dark" | "light";
|
|
12
10
|
/** All tabs have equal width inside a full-width container */
|
|
13
11
|
hasEqualTabWidth?: boolean;
|
|
14
12
|
/** Fullwidth container */
|
|
@@ -19,7 +19,6 @@ export interface TooltipProps extends React.HTMLAttributes<HTMLElement> {
|
|
|
19
19
|
/** Additional CSS classes */
|
|
20
20
|
className?: string;
|
|
21
21
|
children?: React.ReactNode;
|
|
22
|
-
colorScheme?: "dark" | "light";
|
|
23
22
|
}
|
|
24
23
|
declare const Tooltip: React.FC<TooltipProps>;
|
|
25
24
|
export { Tooltip };
|