@windstream/react-shared-components 0.0.97 → 0.0.99

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 (139) hide show
  1. package/README.md +635 -635
  2. package/dist/contentful/index.esm.js +1 -1
  3. package/dist/contentful/index.esm.js.map +1 -1
  4. package/dist/contentful/index.js +1 -1
  5. package/dist/contentful/index.js.map +1 -1
  6. package/dist/index.js.map +1 -1
  7. package/package.json +177 -177
  8. package/src/components/accordion/Accordion.stories.tsx +230 -230
  9. package/src/components/accordion/types.ts +11 -11
  10. package/src/components/alert-card/AlertCard.stories.tsx +171 -171
  11. package/src/components/alert-card/index.tsx +38 -38
  12. package/src/components/alert-card/types.ts +12 -12
  13. package/src/components/brand-button/BrandButton.stories.tsx +223 -223
  14. package/src/components/brand-button/helpers.ts +35 -35
  15. package/src/components/brand-button/index.tsx +115 -115
  16. package/src/components/brand-button/types.ts +37 -37
  17. package/src/components/button/Button.stories.tsx +108 -108
  18. package/src/components/button/index.tsx +27 -27
  19. package/src/components/button/types.ts +14 -14
  20. package/src/components/call-button/CallButton.stories.tsx +324 -324
  21. package/src/components/call-button/index.tsx +86 -86
  22. package/src/components/call-button/types.ts +11 -11
  23. package/src/components/checkbox/Checkbox.stories.tsx +247 -247
  24. package/src/components/checkbox/index.tsx +197 -197
  25. package/src/components/checkbox/types.ts +27 -27
  26. package/src/components/checklist/Checklist.stories.tsx +150 -150
  27. package/src/components/checklist/index.tsx +55 -55
  28. package/src/components/checklist/types.ts +14 -14
  29. package/src/components/collapse/Collapse.stories.tsx +255 -255
  30. package/src/components/collapse/index.tsx +46 -46
  31. package/src/components/collapse/types.ts +6 -6
  32. package/src/components/divider/Divider.stories.tsx +205 -205
  33. package/src/components/divider/index.tsx +22 -22
  34. package/src/components/divider/type.ts +3 -3
  35. package/src/components/image/Image.stories.tsx +113 -113
  36. package/src/components/image/index.tsx +25 -25
  37. package/src/components/image/types.ts +40 -40
  38. package/src/components/input/Input.stories.tsx +325 -325
  39. package/src/components/input/index.tsx +177 -177
  40. package/src/components/input/types.ts +37 -37
  41. package/src/components/link/Link.stories.tsx +163 -163
  42. package/src/components/link/types.ts +25 -25
  43. package/src/components/list/List.stories.tsx +272 -272
  44. package/src/components/list/index.tsx +88 -88
  45. package/src/components/list/list-item/index.tsx +38 -38
  46. package/src/components/list/list-item/types.ts +13 -13
  47. package/src/components/list/types.ts +29 -29
  48. package/src/components/material-icon/MaterialIcon.stories.tsx +322 -322
  49. package/src/components/material-icon/constants.ts +98 -98
  50. package/src/components/material-icon/index.tsx +47 -47
  51. package/src/components/material-icon/types.ts +31 -31
  52. package/src/components/modal/Modal.stories.tsx +171 -171
  53. package/src/components/modal/index.tsx +164 -164
  54. package/src/components/modal/types.ts +24 -24
  55. package/src/components/next-image/index.tsx +32 -32
  56. package/src/components/next-image/types.ts +1 -1
  57. package/src/components/radio-button/RadioButton.stories.tsx +307 -307
  58. package/src/components/radio-button/index.tsx +75 -75
  59. package/src/components/radio-button/types.ts +21 -21
  60. package/src/components/see-more/SeeMore.stories.tsx +181 -181
  61. package/src/components/see-more/index.tsx +44 -44
  62. package/src/components/see-more/types.ts +4 -4
  63. package/src/components/select/Select.stories.tsx +411 -411
  64. package/src/components/select/index.tsx +150 -150
  65. package/src/components/select/types.ts +35 -35
  66. package/src/components/select-plan-button/SelectPlanButton.stories.tsx +184 -184
  67. package/src/components/select-plan-button/index.tsx +57 -57
  68. package/src/components/select-plan-button/types.ts +14 -14
  69. package/src/components/skeleton/Skeleton.stories.tsx +179 -179
  70. package/src/components/skeleton/index.tsx +61 -61
  71. package/src/components/skeleton/types.ts +4 -4
  72. package/src/components/spinner/Spinner.stories.tsx +335 -335
  73. package/src/components/spinner/index.tsx +44 -44
  74. package/src/components/spinner/types.ts +5 -5
  75. package/src/components/text/Text.stories.tsx +321 -321
  76. package/src/components/text/index.tsx +25 -25
  77. package/src/components/text/types.ts +45 -45
  78. package/src/components/tooltip/Tooltip.stories.tsx +219 -219
  79. package/src/components/tooltip/index.tsx +74 -74
  80. package/src/components/tooltip/types.ts +7 -7
  81. package/src/components/view-cart-button/ViewCartButton.stories.tsx +252 -252
  82. package/src/components/view-cart-button/index.tsx +42 -42
  83. package/src/components/view-cart-button/types.ts +5 -5
  84. package/src/contentful/blocks/button/Button.stories.tsx +40 -40
  85. package/src/contentful/blocks/button/index.tsx +107 -107
  86. package/src/contentful/blocks/button/types.ts +34 -34
  87. package/src/contentful/blocks/callout/Callout.stories.tsx +23 -23
  88. package/src/contentful/blocks/callout/index.tsx +66 -66
  89. package/src/contentful/blocks/cards/Cards.stories.tsx +23 -23
  90. package/src/contentful/blocks/cards/index.tsx +13 -13
  91. package/src/contentful/blocks/cards/product-card/index.tsx +206 -206
  92. package/src/contentful/blocks/cards/product-card/types.ts +28 -28
  93. package/src/contentful/blocks/cards/testimonial-card/index.tsx +88 -88
  94. package/src/contentful/blocks/cards/testimonial-card/types.tsx +12 -12
  95. package/src/contentful/blocks/cards/types.ts +1 -1
  96. package/src/contentful/blocks/carousel/Carousel.stories.tsx +23 -23
  97. package/src/contentful/blocks/carousel/helper.tsx +356 -356
  98. package/src/contentful/blocks/carousel/index.tsx +74 -74
  99. package/src/contentful/blocks/carousel/types.ts +143 -143
  100. package/src/contentful/blocks/cta-callout/CtaCallout.stories.tsx +46 -46
  101. package/src/contentful/blocks/cta-callout/index.tsx +60 -60
  102. package/src/contentful/blocks/cta-callout/types.ts +26 -26
  103. package/src/contentful/blocks/find-kinetic/index.tsx +124 -124
  104. package/src/contentful/blocks/floating-banner/FloatingBanner.stories.tsx +34 -34
  105. package/src/contentful/blocks/floating-banner/types.ts +22 -22
  106. package/src/contentful/blocks/footer/Footer.stories.tsx +30 -30
  107. package/src/contentful/blocks/image-promo-bar/ImagePromoBar.stories.tsx +23 -23
  108. package/src/contentful/blocks/image-promo-bar/helper.tsx +28 -28
  109. package/src/contentful/blocks/image-promo-bar/index.tsx +234 -234
  110. package/src/contentful/blocks/image-promo-bar/types.ts +44 -44
  111. package/src/contentful/blocks/image-promo-bar/vimeo-embed.tsx +93 -93
  112. package/src/contentful/blocks/image-promo-bar/youtube-embed.tsx +46 -46
  113. package/src/contentful/blocks/modal/constants.ts +53 -53
  114. package/src/contentful/blocks/modal/index.tsx +91 -91
  115. package/src/contentful/blocks/modal/types.ts +12 -12
  116. package/src/contentful/blocks/navigation/desktop-link-groups.tsx/index.tsx +111 -111
  117. package/src/contentful/blocks/navigation/index.tsx +385 -385
  118. package/src/contentful/blocks/navigation/mobile-link-groups.tsx/index.tsx +80 -80
  119. package/src/contentful/blocks/navigation/types.ts +41 -41
  120. package/src/contentful/blocks/primary-hero/PrimaryHero.stories.tsx +23 -23
  121. package/src/contentful/blocks/primary-hero/index.tsx +229 -229
  122. package/src/contentful/blocks/primary-hero/types.ts +35 -35
  123. package/src/contentful/blocks/shape-background-wrapper/ShapeBackgroundWrapper.stories.tsx +26 -26
  124. package/src/contentful/blocks/shape-background-wrapper/index.tsx +124 -124
  125. package/src/contentful/blocks/shape-background-wrapper/types.ts +36 -36
  126. package/src/contentful/blocks/text/Text.stories.tsx +23 -23
  127. package/src/contentful/blocks/text/index.tsx +12 -12
  128. package/src/contentful/blocks/text/types.ts +1 -1
  129. package/src/contentful/index.ts +57 -57
  130. package/src/hooks/use-body-scroll-lock.ts +34 -34
  131. package/src/hooks/use-outside-click.ts +17 -17
  132. package/src/index.ts +96 -96
  133. package/src/next/index.ts +5 -5
  134. package/src/setupTests.ts +46 -46
  135. package/src/stories/DocsTemplate.tsx +24 -24
  136. package/src/styles/globals.css +343 -343
  137. package/src/types/global.d.ts +9 -9
  138. package/src/types/micro-components.ts +99 -99
  139. package/src/utils/index.ts +49 -49
@@ -1,343 +1,343 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
4
-
5
- /* Material Symbols Font */
6
- @font-face {
7
- font-family: "Material Symbols Rounded";
8
- src: url("/material_symbols/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2")
9
- format("woff2");
10
- font-weight: 100 700;
11
- font-style: normal;
12
- font-display: swap;
13
- }
14
-
15
- /* Custom CSS variables for fonts */
16
- /* default theme Residential */
17
- :root {
18
- --win-site-font:
19
- -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
20
- "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
21
-
22
- /* Color tokens - Border */
23
- --color-border: #e6e6e6;
24
- --color-border-brand: #24a76a;
25
- --color-border-critical: #d40000;
26
- --color-border-critical-secondary: #f0a7a7;
27
- --color-border-disabled: #f2f2f4;
28
- --color-border-focus: #24a76a;
29
- --color-border-focus-inverse: #00002d;
30
- --color-border-focus-secondary: #00002d;
31
- --color-border-hover: #cecece;
32
- --color-border-info: #cecece;
33
- --color-border-inverse: #ffffff;
34
- --color-border-secondary: #f2f2f4;
35
- --color-border-secondary-on-bg-fill: #949494;
36
- --color-border-success: #24a76a;
37
- --color-border-tertiary: #cecece;
38
- --color-border-accent: #f5ff1e;
39
-
40
- /* Color tokens - Icon */
41
- --color-icon-brand: #24a76a;
42
- --color-icon-brand-accent: #f5ff1e;
43
- --color-icon-critical: #d40000;
44
- --color-icon: #00002d;
45
- --color-icon-info: #757575;
46
- --color-icon-inverse: #ffffff;
47
- --color-icon-inverse-secondary: #e6e6e6;
48
- --color-icon-secondary: #757575;
49
- --color-icon-success: #24a76a;
50
- --color-icon-disabled: #cecece;
51
-
52
- /* Color tokens - Checkbox */
53
- --color-checkbox-bg-surface-disabled: #f7f7f8;
54
- --color-checkbox-bg-surface-selected-disabled: #e6e6e6;
55
- --color-checkbox-icon-disabled: #ffffff;
56
-
57
- /* Color tokens - Input */
58
- --color-input-bg-surface: #ffffff;
59
- --color-input-bg-surface-active: #f2f2f4;
60
- --color-input-bg-surface-disabled: #f7f7f8;
61
- --color-input-bg-surface-hover: #f7f7f8;
62
- --color-input-border: #cecece;
63
- --color-input-border-critical: #d40000;
64
- --color-input-border-hover: #00002d;
65
- --color-input-border-selected: #24a76a;
66
- --color-input-icon-placeholder: #757575;
67
- --color-input-text-placeholder: #5e5e5e;
68
-
69
- /* Color tokens - Nav */
70
- --color-nav-bg: #ffffff;
71
- --color-nav-bg-surface: #fbfbfc;
72
- --color-nav-bg-surface-active: #f2f2f4;
73
- --color-nav-bg-surface-hover: #f7f7f8;
74
- --color-nav-bg-surface-selected: #f2f2f4;
75
-
76
- /* Color tokens - Radio */
77
- --color-radio-button-bg-surface-disabled: #f7f7f8;
78
- --color-radio-button-bg-surface-selected-disabled: #e6e6e6;
79
- --color-radio-button-icon-disabled: #f7f7f8;
80
-
81
- /* Color tokens - Scrim */
82
- --color-scrim-bg-modal: rgba(0, 0, 0, 0.5);
83
- --color-scrim-bg-video-lightbox: rgba(0, 0, 0, 0.8);
84
-
85
- /* Color tokens - Skeleton */
86
- --color-skeleton-bg-start: #cecece;
87
- --color-skeleton-bg-end: #e6e6e6;
88
-
89
- /* Color tokens - Toggle */
90
- --color-toggle-bg-fill: #ffffff;
91
- --color-toggle-bg-surface-active: #24a76a;
92
- --color-toggle-bg-surface-inactive: #949494;
93
- --color-toggle-bg-surface-disabled: #e6e6e6;
94
-
95
- /* Color tokens - Tooltip */
96
- --color-tooltip-bg: #757575;
97
-
98
- /* Color tokens - Background */
99
- --color-bg: #ffffff;
100
- --color-bg-fill-brand: #24a76a;
101
- --color-bg-fill-brand-accent: #f5ff1e;
102
- --color-bg-fill-brand-active: #209a61;
103
- --color-bg-fill-brand-disabled: #cecece;
104
- --color-bg-fill-brand-hover: #45c187;
105
- --color-bg-fill-brand-selected: #24a76a;
106
- --color-bg-fill-brand-supporting: #07b2e2;
107
- --color-bg-fill-brand-tertiary: #931d69;
108
- --color-bg-fill-translucent: rgba(255, 255, 255, 0.5);
109
- --color-bg-fill-critical: #d40000;
110
- --color-bg-fill-critical-secondary: #fdf5f5;
111
- --color-bg-fill-info: #f2f2f4;
112
- --color-bg-fill-inverse: #00002d;
113
- --color-bg-fill-inverse-active: #00002d;
114
- --color-bg-fill-inverse-disabled: #cecece;
115
- --color-bg-fill-inverse-hover: #191a54;
116
- --color-bg-fill-inverse-selected: #00002d;
117
- --color-bg-fill-secondary: #ffffff;
118
- --color-bg-fill-secondary-active: #f2f2f4;
119
- --color-bg-fill-secondary-hover: #fbfbfc;
120
- --color-bg-fill-success: #24a76a;
121
- --color-bg-fill-success-secondary: #f4fbf8;
122
- --color-bg-fill-surface-brand: #f4fbf8;
123
- --color-bg-fill-surface-inverse: #00002d;
124
- --color-bg-fill-surface-success: #d3f2e3;
125
- --color-bg-inverse: #00002d;
126
- --color-bg-surface: #ffffff;
127
- --color-bg-surface-active: #f2f2f4;
128
- --color-bg-surface-brand: #f4fbf8;
129
- --color-bg-surface-disabled: #f2f2f4;
130
- --color-bg-surface-hover: #f7f7f8;
131
- --color-bg-surface-info: #f7f7f8;
132
- --color-bg-surface-inverse: #191a54;
133
- --color-bg-surface-secondary: #fbfbfc;
134
- --color-bg-surface-secondary-active: #e6e6e6;
135
- --color-bg-surface-secondary-hover: #f2f2f4;
136
- --color-bg-surface-secondary-selected: #e6e6e6;
137
- --color-bg-surface-selected: #f7f7f8;
138
- --color-bg-surface-success: #d3f2e3;
139
- --color-bg-surface-tertiary: #f7f7f8;
140
- --color-bg-surface-tertiary-active: #e6e6e6;
141
- --color-bg-surface-tertiary-hover: #f2f2f4;
142
- --color-bg-surface-transparent: rgba(0, 0, 0, 0);
143
-
144
- /* Color tokens - Text */
145
- --color-text: #00002d;
146
- --color-text-brand: #24a76a;
147
- --color-text-brand-accent-on-bg-fill: #00002d;
148
- --color-text-brand-hover: #1b8352;
149
- --color-text-brand-on-bg-fill: #ffffff;
150
- --color-text-brand-supporting-on-bg-fill: #00002d;
151
- --color-text-brand-tertiary-on-bg-fill: #ffffff;
152
- --color-text-critical: #d40000;
153
- --color-text-critical-on-bg-inverse: #fdf5f5;
154
- --color-text-disabled: #757575;
155
- --color-text-info: #757575;
156
- --color-text-inverse: #ffffff;
157
- --color-text-link: #00002d;
158
- --color-text-link-active: #00002d;
159
- --color-text-link-hover: #00002d;
160
- --color-text-link-inverse: #ffffff;
161
- --color-text-secondary: #464646;
162
- --color-text-success: #1b8352;
163
- --color-text-accent-on-bg-inverse: #f5ff1e;
164
-
165
- /* Border radius tokens - Default (Residential) */
166
- --border-radius-2-5: 10px;
167
- --border-radius-3-5: 14px;
168
- --border-radius-lg: 0.5rem;
169
- --border-radius-xl: 0.75rem;
170
- --border-radius-2xl: 1rem;
171
- --border-radius-2-5xl: 1.25rem;
172
- --border-radius-4xl: 2rem;
173
- --border-radius-5xl: 2.5rem;
174
-
175
- /* Border radius tokens - rebrand */
176
- /* Card */
177
- --border-radius-card-default: 1.25rem; /* 20px */
178
- --border-radius-card-sm: 1rem; /* 16px */
179
- --border-radius-card-lg: 1.5rem; /* 24px */
180
-
181
- /* Modal */
182
- --border-radius-modal-default: 1rem; /* 16px */
183
- --border-radius-modal-sm: 0.5rem; /* 8px */
184
- --border-radius-modal-lg: 1.5rem; /* 24px */
185
-
186
- /* Surface */
187
- --border-radius-surface-default: 1.5rem; /* 24px */
188
- --border-radius-surface-xs: 0.5rem; /* 8px */
189
- --border-radius-surface-sm: 1rem; /* 16px */
190
- --border-radius-surface-lg: 2.5rem; /* 40px */
191
- --border-radius-surface-round: 624.9375rem; /* 9999px */
192
-
193
- /* Button */
194
- --border-radius-button-default: 1rem; /* 16px */
195
- --border-radius-button-sm: 0.5rem; /* 8px */
196
- --border-radius-button-lg: 1.25rem; /* 20px */
197
- --border-radius-button-round: 624.9375rem; /* 9999px */
198
-
199
- /* Inputs */
200
- --border-radius-input-default: 0.75rem; /* 12px */
201
- --border-radius-input-sm: 0.25rem; /* 4px */
202
- --border-radius-input-lg: 1rem; /* 16px */
203
- --border-radius-input-xl: 1.5rem; /* 24px */
204
- --border-radius-input-poppers: 0.75rem; /* 12px */
205
-
206
- /* Images */
207
- --border-radius-image-default: 2.5rem; /* 40px */
208
- --border-radius-image-sm: 1.25rem; /* 20px */
209
- --border-radius-image-lg: 3rem; /* 48px */
210
- }
211
-
212
- /* smb theme */
213
-
214
- [data-theme="business"] {
215
- /* Border colors */
216
- --color-border-brand: #007c93;
217
- --color-border-critical: #d40000;
218
- --color-border-focus: #007c93;
219
- --color-border-focus-inverse: #231f20;
220
- --color-border-focus-secondary: #231f20;
221
- --color-border-success: #24a76a;
222
-
223
- /* Icon colors */
224
- --color-icon-brand: #009bb8;
225
- --color-icon-brand-accent: #22a881;
226
- --color-icon-default: #231f20;
227
- --color-icon-secondary: #a33895;
228
- --color-icon-success: #22a881;
229
-
230
- /* Input colors */
231
- --color-input-border-hover: #231f20;
232
- --color-input-border-selected: #009bb8;
233
- --color-input-icon-placeholder: #949494;
234
- --color-input-text-placeholder: #949494;
235
-
236
- /* Toggle colors */
237
- --color-toggle-bg-surface-active: #009bb8;
238
-
239
- /* Background fill colors */
240
- --color-bg-fill-brand: #007c93;
241
- --color-bg-fill-brand-accent: #22a881;
242
- --color-bg-fill-brand-active: #005d6e;
243
- --color-bg-fill-brand-hover: #30aec5;
244
- --color-bg-fill-brand-selected: #007c93;
245
- --color-bg-fill-brand-supporting: #40afc9;
246
- --color-bg-fill-brand-tertiary: #a33895;
247
- --color-bg-fill-inverse: #231f20;
248
- --color-bg-fill-inverse-active: #231f20;
249
- --color-bg-fill-inverse-hover: #4d4a4a;
250
- --color-bg-fill-inverse-selected: #231f20;
251
- --color-bg-fill-success: #1b8667;
252
- --color-bg-fill-success-secondary: #c8e9e0;
253
- --color-bg-fill-surface-brand: #bfe6ed;
254
- --color-bg-fill-surface-inverse: #231f20;
255
- --color-bg-fill-surface-success: #a0dac9;
256
-
257
- /* Text colors */
258
- --color-text: #231f20;
259
- --color-text-brand: #009bb8;
260
- --color-text-brand-accent-on-bg-fill: #22a881;
261
- --color-text-brand-hover: #003e4a;
262
- --color-text-brand-supporting-on-bg-fill: #40afc9;
263
- --color-text-brand-tertiary-on-bg-fill: #a33895;
264
- --color-text-info: #5a5a5a;
265
- --color-text-link: #009bb8;
266
- --color-text-link-active: #009bb8;
267
- --color-text-link-hover: #003e4a;
268
- --color-text-secondary: #5a5a5a;
269
- --color-text-success: #1b8667;
270
-
271
- /* Border radius tokens - Business theme */
272
- --border-radius-2-5: 0px;
273
- --border-radius-3-5: 3px;
274
- --border-radius-lg: 2px;
275
- --border-radius-xl: 2px;
276
- --border-radius-2xl: 0rem;
277
- --border-radius-2-5xl: 0rem;
278
- --border-radius-4xl: 0rem;
279
- --border-radius-5xl: 2.5rem;
280
- }
281
-
282
- [data-theme="business-rebrand"] {
283
- /* Border colors */
284
- --color-border-brand: #0393ba;
285
- --color-border-focus: #0393ba;
286
-
287
- /* Icon colors */
288
- --color-icon-brand: #0393ba;
289
-
290
- /* Input colors */
291
- --color-input-border-selected: #07b2e2;
292
-
293
- /* Toggle colors */
294
- --color-toggle-bg-surface-active: #0393ba;
295
-
296
- /* Background fill colors */
297
- --color-bg-fill-brand: #0393ba;
298
- --color-bg-fill-brand-hover: #07b2e2;
299
- --color-bg-fill-brand-active: #027693;
300
- --color-bg-fill-brand-selected: #0393ba;
301
-
302
- --color-bg-fill-brand-supporting: #26b170;
303
-
304
- /* Text colors */
305
- --color-text-brand: #0393ba;
306
- --color-text-hover: #027693;
307
- }
308
-
309
- /* Base styles for components */
310
- @layer base {
311
- * {
312
- box-sizing: border-box;
313
- }
314
-
315
- html {
316
- font-family: var(--win-site-font);
317
- }
318
- }
319
-
320
- /* Component-specific styles */
321
- @layer components {
322
- /* Blinking dot animation */
323
- @keyframes blink {
324
- 0%,
325
- 50% {
326
- opacity: 1;
327
- }
328
- 51%,
329
- 100% {
330
- opacity: 0.3;
331
- }
332
- }
333
-
334
- .animate-blink {
335
- animation: blink 1.5s ease-in-out infinite;
336
- }
337
- }
338
-
339
- /* Hide shape background SVGs inside content */
340
-
341
- .shape-bg-content .shape-bg svg {
342
- display: none;
343
- }
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ /* Material Symbols Font */
6
+ @font-face {
7
+ font-family: "Material Symbols Rounded";
8
+ src: url("/material_symbols/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2")
9
+ format("woff2");
10
+ font-weight: 100 700;
11
+ font-style: normal;
12
+ font-display: swap;
13
+ }
14
+
15
+ /* Custom CSS variables for fonts */
16
+ /* default theme Residential */
17
+ :root {
18
+ --win-site-font:
19
+ -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
20
+ "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
21
+
22
+ /* Color tokens - Border */
23
+ --color-border: #e6e6e6;
24
+ --color-border-brand: #24a76a;
25
+ --color-border-critical: #d40000;
26
+ --color-border-critical-secondary: #f0a7a7;
27
+ --color-border-disabled: #f2f2f4;
28
+ --color-border-focus: #24a76a;
29
+ --color-border-focus-inverse: #00002d;
30
+ --color-border-focus-secondary: #00002d;
31
+ --color-border-hover: #cecece;
32
+ --color-border-info: #cecece;
33
+ --color-border-inverse: #ffffff;
34
+ --color-border-secondary: #f2f2f4;
35
+ --color-border-secondary-on-bg-fill: #949494;
36
+ --color-border-success: #24a76a;
37
+ --color-border-tertiary: #cecece;
38
+ --color-border-accent: #f5ff1e;
39
+
40
+ /* Color tokens - Icon */
41
+ --color-icon-brand: #24a76a;
42
+ --color-icon-brand-accent: #f5ff1e;
43
+ --color-icon-critical: #d40000;
44
+ --color-icon: #00002d;
45
+ --color-icon-info: #757575;
46
+ --color-icon-inverse: #ffffff;
47
+ --color-icon-inverse-secondary: #e6e6e6;
48
+ --color-icon-secondary: #757575;
49
+ --color-icon-success: #24a76a;
50
+ --color-icon-disabled: #cecece;
51
+
52
+ /* Color tokens - Checkbox */
53
+ --color-checkbox-bg-surface-disabled: #f7f7f8;
54
+ --color-checkbox-bg-surface-selected-disabled: #e6e6e6;
55
+ --color-checkbox-icon-disabled: #ffffff;
56
+
57
+ /* Color tokens - Input */
58
+ --color-input-bg-surface: #ffffff;
59
+ --color-input-bg-surface-active: #f2f2f4;
60
+ --color-input-bg-surface-disabled: #f7f7f8;
61
+ --color-input-bg-surface-hover: #f7f7f8;
62
+ --color-input-border: #cecece;
63
+ --color-input-border-critical: #d40000;
64
+ --color-input-border-hover: #00002d;
65
+ --color-input-border-selected: #24a76a;
66
+ --color-input-icon-placeholder: #757575;
67
+ --color-input-text-placeholder: #5e5e5e;
68
+
69
+ /* Color tokens - Nav */
70
+ --color-nav-bg: #ffffff;
71
+ --color-nav-bg-surface: #fbfbfc;
72
+ --color-nav-bg-surface-active: #f2f2f4;
73
+ --color-nav-bg-surface-hover: #f7f7f8;
74
+ --color-nav-bg-surface-selected: #f2f2f4;
75
+
76
+ /* Color tokens - Radio */
77
+ --color-radio-button-bg-surface-disabled: #f7f7f8;
78
+ --color-radio-button-bg-surface-selected-disabled: #e6e6e6;
79
+ --color-radio-button-icon-disabled: #f7f7f8;
80
+
81
+ /* Color tokens - Scrim */
82
+ --color-scrim-bg-modal: rgba(0, 0, 0, 0.5);
83
+ --color-scrim-bg-video-lightbox: rgba(0, 0, 0, 0.8);
84
+
85
+ /* Color tokens - Skeleton */
86
+ --color-skeleton-bg-start: #cecece;
87
+ --color-skeleton-bg-end: #e6e6e6;
88
+
89
+ /* Color tokens - Toggle */
90
+ --color-toggle-bg-fill: #ffffff;
91
+ --color-toggle-bg-surface-active: #24a76a;
92
+ --color-toggle-bg-surface-inactive: #949494;
93
+ --color-toggle-bg-surface-disabled: #e6e6e6;
94
+
95
+ /* Color tokens - Tooltip */
96
+ --color-tooltip-bg: #757575;
97
+
98
+ /* Color tokens - Background */
99
+ --color-bg: #ffffff;
100
+ --color-bg-fill-brand: #24a76a;
101
+ --color-bg-fill-brand-accent: #f5ff1e;
102
+ --color-bg-fill-brand-active: #209a61;
103
+ --color-bg-fill-brand-disabled: #cecece;
104
+ --color-bg-fill-brand-hover: #45c187;
105
+ --color-bg-fill-brand-selected: #24a76a;
106
+ --color-bg-fill-brand-supporting: #07b2e2;
107
+ --color-bg-fill-brand-tertiary: #931d69;
108
+ --color-bg-fill-translucent: rgba(255, 255, 255, 0.5);
109
+ --color-bg-fill-critical: #d40000;
110
+ --color-bg-fill-critical-secondary: #fdf5f5;
111
+ --color-bg-fill-info: #f2f2f4;
112
+ --color-bg-fill-inverse: #00002d;
113
+ --color-bg-fill-inverse-active: #00002d;
114
+ --color-bg-fill-inverse-disabled: #cecece;
115
+ --color-bg-fill-inverse-hover: #191a54;
116
+ --color-bg-fill-inverse-selected: #00002d;
117
+ --color-bg-fill-secondary: #ffffff;
118
+ --color-bg-fill-secondary-active: #f2f2f4;
119
+ --color-bg-fill-secondary-hover: #fbfbfc;
120
+ --color-bg-fill-success: #24a76a;
121
+ --color-bg-fill-success-secondary: #f4fbf8;
122
+ --color-bg-fill-surface-brand: #f4fbf8;
123
+ --color-bg-fill-surface-inverse: #00002d;
124
+ --color-bg-fill-surface-success: #d3f2e3;
125
+ --color-bg-inverse: #00002d;
126
+ --color-bg-surface: #ffffff;
127
+ --color-bg-surface-active: #f2f2f4;
128
+ --color-bg-surface-brand: #f4fbf8;
129
+ --color-bg-surface-disabled: #f2f2f4;
130
+ --color-bg-surface-hover: #f7f7f8;
131
+ --color-bg-surface-info: #f7f7f8;
132
+ --color-bg-surface-inverse: #191a54;
133
+ --color-bg-surface-secondary: #fbfbfc;
134
+ --color-bg-surface-secondary-active: #e6e6e6;
135
+ --color-bg-surface-secondary-hover: #f2f2f4;
136
+ --color-bg-surface-secondary-selected: #e6e6e6;
137
+ --color-bg-surface-selected: #f7f7f8;
138
+ --color-bg-surface-success: #d3f2e3;
139
+ --color-bg-surface-tertiary: #f7f7f8;
140
+ --color-bg-surface-tertiary-active: #e6e6e6;
141
+ --color-bg-surface-tertiary-hover: #f2f2f4;
142
+ --color-bg-surface-transparent: rgba(0, 0, 0, 0);
143
+
144
+ /* Color tokens - Text */
145
+ --color-text: #00002d;
146
+ --color-text-brand: #24a76a;
147
+ --color-text-brand-accent-on-bg-fill: #00002d;
148
+ --color-text-brand-hover: #1b8352;
149
+ --color-text-brand-on-bg-fill: #ffffff;
150
+ --color-text-brand-supporting-on-bg-fill: #00002d;
151
+ --color-text-brand-tertiary-on-bg-fill: #ffffff;
152
+ --color-text-critical: #d40000;
153
+ --color-text-critical-on-bg-inverse: #fdf5f5;
154
+ --color-text-disabled: #757575;
155
+ --color-text-info: #757575;
156
+ --color-text-inverse: #ffffff;
157
+ --color-text-link: #00002d;
158
+ --color-text-link-active: #00002d;
159
+ --color-text-link-hover: #00002d;
160
+ --color-text-link-inverse: #ffffff;
161
+ --color-text-secondary: #464646;
162
+ --color-text-success: #1b8352;
163
+ --color-text-accent-on-bg-inverse: #f5ff1e;
164
+
165
+ /* Border radius tokens - Default (Residential) */
166
+ --border-radius-2-5: 10px;
167
+ --border-radius-3-5: 14px;
168
+ --border-radius-lg: 0.5rem;
169
+ --border-radius-xl: 0.75rem;
170
+ --border-radius-2xl: 1rem;
171
+ --border-radius-2-5xl: 1.25rem;
172
+ --border-radius-4xl: 2rem;
173
+ --border-radius-5xl: 2.5rem;
174
+
175
+ /* Border radius tokens - rebrand */
176
+ /* Card */
177
+ --border-radius-card-default: 1.25rem; /* 20px */
178
+ --border-radius-card-sm: 1rem; /* 16px */
179
+ --border-radius-card-lg: 1.5rem; /* 24px */
180
+
181
+ /* Modal */
182
+ --border-radius-modal-default: 1rem; /* 16px */
183
+ --border-radius-modal-sm: 0.5rem; /* 8px */
184
+ --border-radius-modal-lg: 1.5rem; /* 24px */
185
+
186
+ /* Surface */
187
+ --border-radius-surface-default: 1.5rem; /* 24px */
188
+ --border-radius-surface-xs: 0.5rem; /* 8px */
189
+ --border-radius-surface-sm: 1rem; /* 16px */
190
+ --border-radius-surface-lg: 2.5rem; /* 40px */
191
+ --border-radius-surface-round: 624.9375rem; /* 9999px */
192
+
193
+ /* Button */
194
+ --border-radius-button-default: 1rem; /* 16px */
195
+ --border-radius-button-sm: 0.5rem; /* 8px */
196
+ --border-radius-button-lg: 1.25rem; /* 20px */
197
+ --border-radius-button-round: 624.9375rem; /* 9999px */
198
+
199
+ /* Inputs */
200
+ --border-radius-input-default: 0.75rem; /* 12px */
201
+ --border-radius-input-sm: 0.25rem; /* 4px */
202
+ --border-radius-input-lg: 1rem; /* 16px */
203
+ --border-radius-input-xl: 1.5rem; /* 24px */
204
+ --border-radius-input-poppers: 0.75rem; /* 12px */
205
+
206
+ /* Images */
207
+ --border-radius-image-default: 2.5rem; /* 40px */
208
+ --border-radius-image-sm: 1.25rem; /* 20px */
209
+ --border-radius-image-lg: 3rem; /* 48px */
210
+ }
211
+
212
+ /* smb theme */
213
+
214
+ [data-theme="business"] {
215
+ /* Border colors */
216
+ --color-border-brand: #007c93;
217
+ --color-border-critical: #d40000;
218
+ --color-border-focus: #007c93;
219
+ --color-border-focus-inverse: #231f20;
220
+ --color-border-focus-secondary: #231f20;
221
+ --color-border-success: #24a76a;
222
+
223
+ /* Icon colors */
224
+ --color-icon-brand: #009bb8;
225
+ --color-icon-brand-accent: #22a881;
226
+ --color-icon-default: #231f20;
227
+ --color-icon-secondary: #a33895;
228
+ --color-icon-success: #22a881;
229
+
230
+ /* Input colors */
231
+ --color-input-border-hover: #231f20;
232
+ --color-input-border-selected: #009bb8;
233
+ --color-input-icon-placeholder: #949494;
234
+ --color-input-text-placeholder: #949494;
235
+
236
+ /* Toggle colors */
237
+ --color-toggle-bg-surface-active: #009bb8;
238
+
239
+ /* Background fill colors */
240
+ --color-bg-fill-brand: #007c93;
241
+ --color-bg-fill-brand-accent: #22a881;
242
+ --color-bg-fill-brand-active: #005d6e;
243
+ --color-bg-fill-brand-hover: #30aec5;
244
+ --color-bg-fill-brand-selected: #007c93;
245
+ --color-bg-fill-brand-supporting: #40afc9;
246
+ --color-bg-fill-brand-tertiary: #a33895;
247
+ --color-bg-fill-inverse: #231f20;
248
+ --color-bg-fill-inverse-active: #231f20;
249
+ --color-bg-fill-inverse-hover: #4d4a4a;
250
+ --color-bg-fill-inverse-selected: #231f20;
251
+ --color-bg-fill-success: #1b8667;
252
+ --color-bg-fill-success-secondary: #c8e9e0;
253
+ --color-bg-fill-surface-brand: #bfe6ed;
254
+ --color-bg-fill-surface-inverse: #231f20;
255
+ --color-bg-fill-surface-success: #a0dac9;
256
+
257
+ /* Text colors */
258
+ --color-text: #231f20;
259
+ --color-text-brand: #009bb8;
260
+ --color-text-brand-accent-on-bg-fill: #22a881;
261
+ --color-text-brand-hover: #003e4a;
262
+ --color-text-brand-supporting-on-bg-fill: #40afc9;
263
+ --color-text-brand-tertiary-on-bg-fill: #a33895;
264
+ --color-text-info: #5a5a5a;
265
+ --color-text-link: #009bb8;
266
+ --color-text-link-active: #009bb8;
267
+ --color-text-link-hover: #003e4a;
268
+ --color-text-secondary: #5a5a5a;
269
+ --color-text-success: #1b8667;
270
+
271
+ /* Border radius tokens - Business theme */
272
+ --border-radius-2-5: 0px;
273
+ --border-radius-3-5: 3px;
274
+ --border-radius-lg: 2px;
275
+ --border-radius-xl: 2px;
276
+ --border-radius-2xl: 0rem;
277
+ --border-radius-2-5xl: 0rem;
278
+ --border-radius-4xl: 0rem;
279
+ --border-radius-5xl: 2.5rem;
280
+ }
281
+
282
+ [data-theme="business-rebrand"] {
283
+ /* Border colors */
284
+ --color-border-brand: #0393ba;
285
+ --color-border-focus: #0393ba;
286
+
287
+ /* Icon colors */
288
+ --color-icon-brand: #0393ba;
289
+
290
+ /* Input colors */
291
+ --color-input-border-selected: #07b2e2;
292
+
293
+ /* Toggle colors */
294
+ --color-toggle-bg-surface-active: #0393ba;
295
+
296
+ /* Background fill colors */
297
+ --color-bg-fill-brand: #0393ba;
298
+ --color-bg-fill-brand-hover: #07b2e2;
299
+ --color-bg-fill-brand-active: #027693;
300
+ --color-bg-fill-brand-selected: #0393ba;
301
+
302
+ --color-bg-fill-brand-supporting: #26b170;
303
+
304
+ /* Text colors */
305
+ --color-text-brand: #0393ba;
306
+ --color-text-hover: #027693;
307
+ }
308
+
309
+ /* Base styles for components */
310
+ @layer base {
311
+ * {
312
+ box-sizing: border-box;
313
+ }
314
+
315
+ html {
316
+ font-family: var(--win-site-font);
317
+ }
318
+ }
319
+
320
+ /* Component-specific styles */
321
+ @layer components {
322
+ /* Blinking dot animation */
323
+ @keyframes blink {
324
+ 0%,
325
+ 50% {
326
+ opacity: 1;
327
+ }
328
+ 51%,
329
+ 100% {
330
+ opacity: 0.3;
331
+ }
332
+ }
333
+
334
+ .animate-blink {
335
+ animation: blink 1.5s ease-in-out infinite;
336
+ }
337
+ }
338
+
339
+ /* Hide shape background SVGs inside content */
340
+
341
+ .shape-bg-content .shape-bg svg {
342
+ display: none;
343
+ }