@ably/ui 8.7.0-dev.28a63f9 → 8.7.0-dev.2b71529
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 +15 -4
- package/core/Code/component.css +2 -0
- package/core/Code/component.js +1 -1
- package/core/Code.jsx +108 -88
- package/core/CompanyAutocomplete/component.js +1 -1
- package/core/ConnectStateWrapper/component.js +1 -1
- package/core/ConnectStateWrapper.jsx +7 -7
- package/core/ContactFooter/component.js +1 -1
- package/core/ContactFooter.jsx +12 -12
- package/core/CookieMessage/component.js +1 -1
- package/core/CookieMessage.jsx +10 -10
- package/core/CustomerLogos/component.js +1 -1
- package/core/CustomerLogos.jsx +7 -7
- package/core/DropdownMenu/component.js +1 -1
- package/core/DropdownMenu.jsx +11 -11
- package/core/FeatureFooter/component.js +1 -1
- package/core/FeaturedLink/component.css +1 -1
- package/core/FeaturedLink/component.js +1 -1
- package/core/FeaturedLink.jsx +10 -10
- package/core/Flash/component.js +1 -1
- package/core/Flash.jsx +19 -19
- package/core/Footer/component.css +23 -3
- package/core/Footer/component.js +1 -1
- package/core/Footer.jsx +156 -65
- package/core/Icon/component.js +1 -1
- package/core/Icon.jsx +7 -7
- package/core/Loader/component.js +1 -1
- package/core/Loader.jsx +7 -7
- package/core/Logo/component.js +1 -1
- package/core/Logo.jsx +7 -7
- package/core/Meganav/component.css +8 -10
- package/core/Meganav/component.js +1 -1
- package/core/Meganav/component.json +1 -1
- package/core/Meganav.jsx +223 -190
- package/core/MeganavBlogPostsList/component.js +1 -1
- package/core/MeganavBlogPostsList.jsx +13 -13
- package/core/MeganavContentCompany/component.js +1 -1
- package/core/MeganavContentCompany.jsx +39 -27
- package/core/MeganavContentDevelopers/component.js +1 -1
- package/core/MeganavContentDevelopers.jsx +30 -17
- package/core/MeganavContentPlatform/component.js +1 -1
- package/core/MeganavContentPlatform.jsx +23 -23
- package/core/MeganavContentUseCases/component.js +1 -1
- package/core/MeganavContentUseCases.jsx +62 -54
- package/core/MeganavControl/component.js +1 -1
- package/core/MeganavControl.jsx +10 -10
- package/core/MeganavControlMobileDropdown/component.js +1 -1
- package/core/MeganavControlMobileDropdown.jsx +11 -11
- package/core/MeganavControlMobilePanelClose/component.js +1 -1
- package/core/MeganavControlMobilePanelClose.jsx +10 -10
- package/core/MeganavControlMobilePanelOpen/component.js +1 -1
- package/core/MeganavControlMobilePanelOpen.jsx +10 -10
- package/core/MeganavItemsDesktop/component.js +1 -1
- package/core/MeganavItemsDesktop.jsx +16 -16
- package/core/MeganavItemsMobile/component.js +1 -1
- package/core/MeganavItemsMobile.jsx +39 -39
- package/core/MeganavItemsSignedIn/component.js +1 -1
- package/core/MeganavItemsSignedIn.jsx +33 -33
- package/core/MeganavSearch/component.js +1 -1
- package/core/MeganavSearch.jsx +23 -23
- package/core/MeganavSearchAutocomplete/component.js +1 -1
- package/core/MeganavSearchAutocomplete.jsx +4 -4
- package/core/MeganavSearchPanel/component.js +1 -1
- package/core/MeganavSearchPanel.jsx +19 -19
- package/core/MeganavSearchSuggestions/component.js +1 -1
- package/core/MeganavSearchSuggestions.jsx +13 -13
- package/core/Notice/component.css +1 -1
- package/core/Notice/component.js +1 -1
- package/core/Notice.jsx +32 -32
- package/core/Showcase/component.js +1 -1
- package/core/Showcase.jsx +1 -1
- package/core/SignOutLink/component.js +1 -1
- package/core/SignOutLink.jsx +7 -7
- package/core/Slider/component.js +1 -1
- package/core/Slider.jsx +14 -14
- package/core/Uptime/component.js +1 -1
- package/core/Uptime.jsx +15 -15
- package/core/fonts/jetBrains-mono.css +3 -0
- package/core/fonts/manrope.css +3 -0
- package/core/images/high-performer-2022.png +0 -0
- package/core/images/highest-user-adoption-2022.png +0 -0
- package/core/images/users-love-us-2022.png +0 -0
- package/core/scripts.js +1 -1
- package/core/sprites.svg +64 -0
- package/core/styles.css +118 -87
- package/package.json +1 -1
- package/reset/scripts.js +1 -1
- package/reset/styles.css +1 -11
- package/src/core/FeaturedLink/component.css +1 -1
- package/src/core/Footer/component.css +23 -3
- package/src/core/Footer/component.html.erb +120 -58
- package/src/core/Footer/component.jsx +127 -52
- package/src/core/Meganav/component.css +8 -8
- package/src/core/Meganav/component.json +1 -1
- package/src/core/Meganav/component.rb +2 -2
- package/src/core/MeganavContentCompany/component.html.erb +9 -0
- package/src/core/MeganavContentCompany/component.jsx +9 -0
- package/src/core/MeganavContentDevelopers/component.html.erb +17 -10
- package/src/core/MeganavContentDevelopers/component.jsx +11 -1
- package/src/core/MeganavContentPlatform/component.html.erb +7 -7
- package/src/core/MeganavContentPlatform/component.jsx +7 -7
- package/src/core/MeganavContentUseCases/component.html.erb +42 -38
- package/src/core/MeganavContentUseCases/component.jsx +41 -38
- package/src/core/Notice/component.css +1 -1
- package/src/core/Notice/component.html.erb +2 -2
- package/src/core/Notice/component.jsx +2 -2
- package/src/core/core.rb +8 -4
- package/src/core/fonts/jetBrains-mono.css +3 -0
- package/src/core/fonts/manrope.css +3 -0
- package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
- package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
- package/src/core/icons/icon-display-events-col.svg +13 -0
- package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
- package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
- package/src/core/icons/icon-tech-apachekafka.svg +3 -0
- package/src/core/images/high-performer-2022.png +0 -0
- package/src/core/images/highest-user-adoption-2022.png +0 -0
- package/src/core/images/users-love-us-2022.png +0 -0
- package/src/core/styles/buttons.css +5 -5
- package/src/core/styles/forms.css +5 -5
- package/src/core/styles/properties.css +49 -31
- package/src/core/styles/text.css +59 -40
- package/src/core/utils/syntax-highlighter-registry.js +2 -0
- package/src/core/utils/syntax-highlighter.css +2 -0
- package/src/core/utils/syntax-highlighter.js +5 -0
- package/tailwind.config.js +41 -25
package/core/styles.css
CHANGED
|
@@ -4,20 +4,24 @@
|
|
|
4
4
|
--color-active-orange: #ff5416;
|
|
5
5
|
--color-red-orange: #e40000;
|
|
6
6
|
--color-white: #ffffff;
|
|
7
|
-
--color-electric-cyan: #
|
|
7
|
+
--color-electric-cyan: #4ad4ff;
|
|
8
8
|
--color-zingy-green: #08ff13;
|
|
9
|
-
--color-bright-red: #
|
|
9
|
+
--color-bright-red: #fe372b;
|
|
10
|
+
--color-orange-700: #ff2739;
|
|
10
11
|
--color-jazzy-pink: #ff17d2;
|
|
11
|
-
--color-extra-light-grey: #
|
|
12
|
-
--color-light-grey: #
|
|
13
|
-
--color-mid-grey: #
|
|
14
|
-
--color-dark-grey: #
|
|
15
|
-
--color-charcoal-grey: #
|
|
16
|
-
--color-gui-default: #
|
|
17
|
-
--color-gui-hover: #
|
|
18
|
-
--color-gui-focus: #0073e6;
|
|
19
|
-
--color-gui-focus-outline: #80b9f2;
|
|
12
|
+
--color-extra-light-grey: #f8fafc;
|
|
13
|
+
--color-light-grey: #f4f8fb;
|
|
14
|
+
--color-mid-grey: #c6ced9;
|
|
15
|
+
--color-dark-grey: #667085;
|
|
16
|
+
--color-charcoal-grey: #2b303b;
|
|
17
|
+
--color-gui-default: #006edc;
|
|
18
|
+
--color-gui-hover: #0862b9;
|
|
20
19
|
--color-gui-active: #074095;
|
|
20
|
+
--color-gui-default-dark: #4da6ff;
|
|
21
|
+
--color-gui-hover-dark: #2894ff;
|
|
22
|
+
--color-gui-active-dark: #0080ff;
|
|
23
|
+
--color-gui-focus: #80b9f2;
|
|
24
|
+
--color-gui-focus-outline: #80b9f2;
|
|
21
25
|
--color-gui-visited: #4887c2;
|
|
22
26
|
--color-gui-unavailable: #a8a8a8;
|
|
23
27
|
--color-gui-error: #fb0c0c;
|
|
@@ -36,6 +40,10 @@
|
|
|
36
40
|
--syntax-red: #d54e53;
|
|
37
41
|
--syntax-lilac: #bb87d3;
|
|
38
42
|
|
|
43
|
+
/* New Neutral colors */
|
|
44
|
+
--color-neutral-900: #39414e;
|
|
45
|
+
--color-neutral-500: #c6ced9;
|
|
46
|
+
|
|
39
47
|
/* uptime status colors */
|
|
40
48
|
--uptime-color-up: #39b54a;
|
|
41
49
|
--uptime-color-trouble: #e87623;
|
|
@@ -70,44 +78,51 @@
|
|
|
70
78
|
|
|
71
79
|
--gradient-hot-pink: linear-gradient(
|
|
72
80
|
80.2deg,
|
|
73
|
-
var(--color-
|
|
81
|
+
var(--color-orange-700) 0%,
|
|
74
82
|
var(--color-jazzy-pink) 100%
|
|
75
83
|
);
|
|
76
84
|
|
|
77
|
-
--fs-title-xl:
|
|
78
|
-
--fs-title:
|
|
79
|
-
--fs-title-xs:
|
|
80
|
-
--fs-h1-xl:
|
|
81
|
-
--fs-h1:
|
|
82
|
-
--fs-h1-xs:
|
|
83
|
-
|
|
85
|
+
--fs-title-xl: 3rem;
|
|
86
|
+
--fs-title: 2.75rem;
|
|
87
|
+
--fs-title-xs: 2.5rem;
|
|
88
|
+
--fs-h1-xl: 2.5rem;
|
|
89
|
+
--fs-h1: 2.25rem;
|
|
90
|
+
--fs-h1-xs: 2rem;
|
|
91
|
+
|
|
92
|
+
--fs-h2-xl: 2.125rem;
|
|
84
93
|
--fs-h2: 2rem;
|
|
85
|
-
--fs-h2-xs: 1.
|
|
94
|
+
--fs-h2-xs: 1.75rem;
|
|
95
|
+
|
|
86
96
|
--fs-h3: 1.5rem;
|
|
87
|
-
--fs-h4: 1.
|
|
88
|
-
--fs-
|
|
89
|
-
|
|
97
|
+
--fs-h4: 1.25rem;
|
|
98
|
+
--fs-h5: 1rem;
|
|
99
|
+
|
|
100
|
+
--fs-p1: 1rem;
|
|
101
|
+
--fs-p2: 0.938rem;
|
|
90
102
|
--fs-p3: 0.875rem;
|
|
91
103
|
--fs-standfirst-xl: 2.25rem;
|
|
92
104
|
--fs-standfirst: 1.5rem;
|
|
93
|
-
--fs-sub-header: 1.
|
|
94
|
-
--fs-sub-header-xs: 1.
|
|
105
|
+
--fs-sub-header: 1.125rem;
|
|
106
|
+
--fs-sub-header-xs: 1.063rem;
|
|
95
107
|
--fs-overline1: 1rem;
|
|
96
108
|
--fs-overline2: 0.875rem;
|
|
97
|
-
--fs-btn1:
|
|
98
|
-
--fs-btn2:
|
|
109
|
+
--fs-btn1: 1rem;
|
|
110
|
+
--fs-btn2: 0.938rem;
|
|
99
111
|
--fs-btn3: 0.875rem;
|
|
100
|
-
--fs-menu1:
|
|
101
|
-
--fs-menu2:
|
|
112
|
+
--fs-menu1: 1rem;
|
|
113
|
+
--fs-menu2: 0.938rem;
|
|
102
114
|
--fs-menu3: 0.875rem;
|
|
103
|
-
--fs-quote: 1.
|
|
104
|
-
--fs-code: 0.
|
|
115
|
+
--fs-quote: 1.25rem;
|
|
116
|
+
--fs-code: 0.938rem;
|
|
117
|
+
--fs-code2: 0.813rem;
|
|
105
118
|
|
|
106
119
|
--lh-dense: 1;
|
|
107
120
|
--lh-tight: 1.125;
|
|
108
121
|
--lh-snug: 1.15;
|
|
122
|
+
--lh-min-normal: 1.2;
|
|
109
123
|
--lh-normal: 1.25;
|
|
110
124
|
--lh-relaxed: 1.45;
|
|
125
|
+
--lh-extra-relaxed: 1.6;
|
|
111
126
|
|
|
112
127
|
--ls-tighten-0_025: -0.025em;
|
|
113
128
|
--ls-tighten-0_02: -0.02em;
|
|
@@ -115,7 +130,9 @@
|
|
|
115
130
|
--ls-tighten-0_01: -0.01em;
|
|
116
131
|
--ls-tighten-0_005: -0.005em;
|
|
117
132
|
--ls-tighten-0_0025: -0.0025em;
|
|
133
|
+
--ls-tighten-0_0015: -0.0015em;
|
|
118
134
|
--ls-widen-0_1: 0.1em;
|
|
135
|
+
--ls-widen-0_16: 0.16em;
|
|
119
136
|
--ls-widen-0_15: 0.15em;
|
|
120
137
|
|
|
121
138
|
--spacing-0: 0px;
|
|
@@ -130,6 +147,7 @@
|
|
|
130
147
|
--spacing-20: 1.25rem;
|
|
131
148
|
--spacing-24: 1.5rem;
|
|
132
149
|
--spacing-32: 2rem;
|
|
150
|
+
--spacing-36: 2.25rem;
|
|
133
151
|
--spacing-40: 2.5rem;
|
|
134
152
|
--spacing-48: 3rem;
|
|
135
153
|
--spacing-64: 4rem;
|
|
@@ -177,7 +195,7 @@
|
|
|
177
195
|
}
|
|
178
196
|
@layer components {
|
|
179
197
|
.ui-btn {
|
|
180
|
-
@apply text-white bg-cool-black text-btn2 font-
|
|
198
|
+
@apply text-white bg-cool-black text-btn2 font-manrope font-bold inline-block rounded p-btn;
|
|
181
199
|
@apply hover:text-white hover:bg-active-orange;
|
|
182
200
|
@apply active:text-white active:bg-red-orange;
|
|
183
201
|
@apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
|
|
@@ -201,7 +219,7 @@
|
|
|
201
219
|
background-size: 200% 100%;
|
|
202
220
|
background-position: 0% 0%;
|
|
203
221
|
|
|
204
|
-
@apply text-white text-btn2 font-
|
|
222
|
+
@apply text-white text-btn2 font-manrope font-bold inline-block rounded p-btn;
|
|
205
223
|
@apply focus:outline-gui-focus;
|
|
206
224
|
@apply inline-flex items-center justify-center;
|
|
207
225
|
}
|
|
@@ -217,7 +235,7 @@
|
|
|
217
235
|
}
|
|
218
236
|
|
|
219
237
|
.ui-btn-invert {
|
|
220
|
-
@apply text-cool-black bg-white text-btn2 font-
|
|
238
|
+
@apply text-cool-black bg-white text-btn2 font-manrope font-bold inline-block rounded p-btn;
|
|
221
239
|
@apply hover:text-white hover:bg-active-orange;
|
|
222
240
|
@apply active:text-white active:bg-red-orange;
|
|
223
241
|
@apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
|
|
@@ -227,7 +245,7 @@
|
|
|
227
245
|
}
|
|
228
246
|
|
|
229
247
|
.ui-btn-secondary {
|
|
230
|
-
@apply text-cool-black bg-white text-btn2 font-
|
|
248
|
+
@apply text-cool-black bg-white text-btn2 font-manrope font-bold inline-block border-btn border-cool-black rounded p-btn;
|
|
231
249
|
@apply hover:text-cool-black hover:border-active-orange hover:bg-white;
|
|
232
250
|
@apply active:border-red-orange active:bg-white;
|
|
233
251
|
@apply focus:border-cool-black focus:bg-white focus:outline-gui-focus;
|
|
@@ -237,7 +255,7 @@
|
|
|
237
255
|
}
|
|
238
256
|
|
|
239
257
|
.ui-btn-secondary-invert {
|
|
240
|
-
@apply text-white bg-cool-black text-btn2 font-
|
|
258
|
+
@apply text-white bg-cool-black text-btn2 font-manrope font-bold inline-block border-btn border-mid-grey rounded p-btn;
|
|
241
259
|
@apply hover:text-white hover:border-active-orange;
|
|
242
260
|
@apply active:border-red-orange;
|
|
243
261
|
@apply focus:outline-gui-focus;
|
|
@@ -322,47 +340,53 @@
|
|
|
322
340
|
}
|
|
323
341
|
@layer components {
|
|
324
342
|
.ui-text-title {
|
|
325
|
-
@apply font-
|
|
343
|
+
@apply font-manrope font-extrabold text-cool-black;
|
|
326
344
|
@apply text-title-xs xs:text-title xl:text-title-xl;
|
|
327
|
-
@apply tracking-tighten-0.
|
|
345
|
+
@apply tracking-tighten-0.015 xs:tracking-tighten-0.02 xl:tracking-tighten-0.02;
|
|
328
346
|
}
|
|
329
347
|
|
|
330
348
|
.ui-text-h1 {
|
|
331
|
-
@apply font-
|
|
349
|
+
@apply font-manrope font-extrabold text-cool-black;
|
|
332
350
|
@apply text-h1-xs xs:text-h1 xl:text-h1-xl;
|
|
333
|
-
@apply tracking-tighten-0.
|
|
351
|
+
@apply tracking-tighten-0.0125 xs:tracking-tighten-0.015;
|
|
334
352
|
}
|
|
335
353
|
|
|
336
354
|
.ui-text-h2 {
|
|
337
|
-
@apply font-
|
|
355
|
+
@apply font-manrope font-extrabold text-cool-black;
|
|
338
356
|
@apply text-h2-xs xs:text-h2 xl:text-h2-xl;
|
|
339
|
-
@apply tracking-tighten-0.
|
|
357
|
+
@apply tracking-tighten-0.015 xs:tracking-tighten-0.01;
|
|
340
358
|
}
|
|
341
359
|
|
|
342
360
|
.ui-text-h3 {
|
|
343
|
-
@apply font-
|
|
361
|
+
@apply font-manrope font-extrabold text-cool-black;
|
|
344
362
|
@apply text-h3;
|
|
345
|
-
@apply tracking-tighten-0.
|
|
363
|
+
@apply tracking-tighten-0.005;
|
|
346
364
|
}
|
|
347
365
|
|
|
348
366
|
.ui-text-h4 {
|
|
349
|
-
@apply font-
|
|
350
|
-
@apply text-h4
|
|
351
|
-
@apply tracking-
|
|
367
|
+
@apply font-manrope font-extrabold text-cool-black;
|
|
368
|
+
@apply text-h4;
|
|
369
|
+
@apply tracking-tighten-0.0015;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.ui-text-h5 {
|
|
373
|
+
@apply font-manrope font-extrabold text-cool-black;
|
|
374
|
+
@apply text-h5;
|
|
375
|
+
@apply tracking-tighten-0.0025;
|
|
352
376
|
}
|
|
353
377
|
|
|
354
378
|
.ui-text-p1 {
|
|
355
|
-
@apply font-
|
|
379
|
+
@apply font-manrope font-medium text-charcoal-grey;
|
|
356
380
|
@apply text-p1;
|
|
357
381
|
}
|
|
358
382
|
|
|
359
383
|
.ui-text-p2 {
|
|
360
|
-
@apply font-
|
|
384
|
+
@apply font-manrope font-medium text-charcoal-grey;
|
|
361
385
|
@apply text-p2;
|
|
362
386
|
}
|
|
363
387
|
|
|
364
388
|
.ui-text-p3 {
|
|
365
|
-
@apply font-
|
|
389
|
+
@apply font-manrope font-medium text-charcoal-grey;
|
|
366
390
|
@apply text-p3;
|
|
367
391
|
}
|
|
368
392
|
|
|
@@ -373,60 +397,63 @@
|
|
|
373
397
|
}
|
|
374
398
|
|
|
375
399
|
.ui-text-quote {
|
|
376
|
-
@apply font-
|
|
377
|
-
@apply text-quote;
|
|
378
|
-
@apply tracking-tighten-0.
|
|
400
|
+
@apply font-manrope font-normal text-cool-black;
|
|
401
|
+
@apply text-quote leading-normal;
|
|
402
|
+
@apply tracking-tighten-0.0015;
|
|
379
403
|
}
|
|
380
404
|
|
|
381
405
|
.ui-text-sub-header {
|
|
382
|
-
@apply font-
|
|
383
|
-
@apply text-sub-header-xs xs:text-sub-header;
|
|
384
|
-
@apply tracking-tighten-0.025;
|
|
406
|
+
@apply font-manrope font-semibold text-neutral-900;
|
|
407
|
+
@apply text-sub-header-xs xs:text-sub-header leading-normal;
|
|
385
408
|
}
|
|
386
409
|
|
|
387
410
|
.ui-text-overline1 {
|
|
388
|
-
@apply font-
|
|
389
|
-
@apply text-overline1;
|
|
390
|
-
@apply tracking-widen-0.
|
|
411
|
+
@apply font-jetbrains_mono font-medium text-active-orange uppercase;
|
|
412
|
+
@apply text-overline1 leading-normal;
|
|
413
|
+
@apply tracking-widen-0.16;
|
|
391
414
|
}
|
|
392
415
|
|
|
393
416
|
.ui-text-overline2 {
|
|
394
|
-
@apply font-
|
|
395
|
-
@apply text-overline2;
|
|
396
|
-
@apply tracking-widen-0.
|
|
417
|
+
@apply font-jetbrains_mono font-medium text-active-orange uppercase;
|
|
418
|
+
@apply text-overline2 leading-normal;
|
|
419
|
+
@apply tracking-widen-0.16;
|
|
397
420
|
}
|
|
398
421
|
|
|
399
422
|
.ui-text-menu1 {
|
|
400
|
-
@apply font-
|
|
401
|
-
@apply text-menu1;
|
|
423
|
+
@apply font-manrope font-medium text-cool-black;
|
|
424
|
+
@apply text-menu1 leading-snug;
|
|
402
425
|
}
|
|
403
426
|
|
|
404
427
|
.ui-text-menu2 {
|
|
405
|
-
@apply font-
|
|
406
|
-
@apply text-menu2;
|
|
428
|
+
@apply font-manrope font-medium text-cool-black;
|
|
429
|
+
@apply text-menu2 leading-snug;
|
|
407
430
|
}
|
|
408
431
|
|
|
409
432
|
.ui-text-menu3 {
|
|
410
|
-
@apply font-
|
|
411
|
-
@apply text-menu3;
|
|
433
|
+
@apply font-manrope font-medium text-cool-black;
|
|
434
|
+
@apply text-menu3 leading-snug;
|
|
412
435
|
}
|
|
413
436
|
|
|
414
437
|
.ui-text-code {
|
|
415
|
-
@apply font-
|
|
438
|
+
@apply font-jetbrains_mono font-medium text-code;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.ui-text-code2 {
|
|
442
|
+
@apply font-jetbrains_mono font-medium text-code2;
|
|
416
443
|
}
|
|
417
444
|
|
|
418
445
|
.ui-text-code-inline {
|
|
419
|
-
@apply font-
|
|
446
|
+
@apply font-jetbrains_mono font-medium text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
|
|
420
447
|
}
|
|
421
448
|
|
|
422
449
|
.ui-unordered-list {
|
|
423
|
-
@apply text-p1 font-
|
|
424
|
-
@apply list-disc ml-32
|
|
450
|
+
@apply text-p1 font-medium text-cool-black;
|
|
451
|
+
@apply list-disc ml-32 my-16;
|
|
425
452
|
}
|
|
426
453
|
|
|
427
454
|
.ui-ordered-list {
|
|
428
|
-
@apply text-p1 font-
|
|
429
|
-
@apply ml-32
|
|
455
|
+
@apply text-p1 font-medium text-charcoal-grey;
|
|
456
|
+
@apply ml-32 my-16 list-decimal;
|
|
430
457
|
}
|
|
431
458
|
|
|
432
459
|
.ui-unordered-list li > *:last-of-type:not(ul):not(ol),
|
|
@@ -443,11 +470,21 @@
|
|
|
443
470
|
}
|
|
444
471
|
|
|
445
472
|
.ui-unordered-list ul ul {
|
|
446
|
-
@apply list-square;
|
|
473
|
+
@apply list-square my-8;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.ui-unordered-list ul ul {
|
|
477
|
+
@apply my-8;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.ui-ordered-list li,
|
|
481
|
+
.ui-unordered-list li {
|
|
482
|
+
@apply font-medium font-manrope tracking-widen-0;
|
|
483
|
+
line-height: var(--lh-extra-relaxed);
|
|
447
484
|
}
|
|
448
485
|
|
|
449
486
|
.ui-unordered-list-with-emphasis {
|
|
450
|
-
@apply text-p1 font-
|
|
487
|
+
@apply text-p1 font-medium text-cool-black;
|
|
451
488
|
@apply list-disc ml-32 mt-32 -mb-12;
|
|
452
489
|
}
|
|
453
490
|
|
|
@@ -483,11 +520,11 @@
|
|
|
483
520
|
}
|
|
484
521
|
@layer components {
|
|
485
522
|
.ui-checkbox-p1 {
|
|
486
|
-
@apply flex items-start mb-16 font-
|
|
523
|
+
@apply flex items-start mb-16 font-manrope font-medium;
|
|
487
524
|
}
|
|
488
525
|
|
|
489
526
|
.ui-checkbox-p2 {
|
|
490
|
-
@apply flex items-start mb-12 font-
|
|
527
|
+
@apply flex items-start mb-12 font-manrope font-medium;
|
|
491
528
|
}
|
|
492
529
|
|
|
493
530
|
.ui-checkbox-input {
|
|
@@ -506,12 +543,12 @@
|
|
|
506
543
|
|
|
507
544
|
.ui-checkbox-label-p1 {
|
|
508
545
|
@apply select-none;
|
|
509
|
-
@apply text-p1 font-
|
|
546
|
+
@apply text-p1 font-medium text-cool-black;
|
|
510
547
|
}
|
|
511
548
|
|
|
512
549
|
.ui-checkbox-label-p2 {
|
|
513
550
|
@apply select-none;
|
|
514
|
-
@apply text-p2 font-
|
|
551
|
+
@apply text-p2 font-medium text-cool-black;
|
|
515
552
|
}
|
|
516
553
|
|
|
517
554
|
.ui-checkbox-input:disabled + .ui-checkbox-styled {
|
|
@@ -532,7 +569,7 @@
|
|
|
532
569
|
}
|
|
533
570
|
|
|
534
571
|
.ui-textarea {
|
|
535
|
-
@apply font-
|
|
572
|
+
@apply font-manrope font-medium text-cool-black text-p1;
|
|
536
573
|
@apply p-input mb-16;
|
|
537
574
|
@apply bg-light-grey border-mid-grey transition-input border rounded block w-full;
|
|
538
575
|
@apply hover:bg-white hover:shadow-input hover:border-transparent;
|
|
@@ -545,12 +582,6 @@
|
|
|
545
582
|
color: #76767c;
|
|
546
583
|
}
|
|
547
584
|
|
|
548
|
-
.ui-textarea:-ms-input-placeholder {
|
|
549
|
-
/* CSS vars don't work in ::placeholder in Webkit :( */
|
|
550
|
-
/* color: var(--text-dark-grey); */
|
|
551
|
-
color: #76767c;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
585
|
.ui-textarea::placeholder {
|
|
555
586
|
/* CSS vars don't work in ::placeholder in Webkit :( */
|
|
556
587
|
/* color: var(--text-dark-grey); */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "8.7.0-dev.
|
|
3
|
+
"version": "8.7.0-dev.2b71529",
|
|
4
4
|
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
package/reset/scripts.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Reset=t())}(this,(
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Reset=t())}(this,(()=>(()=>{"use strict";var e={};return(e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e),e})()));
|
package/reset/styles.css
CHANGED
|
@@ -86,8 +86,7 @@
|
|
|
86
86
|
abbr[title] {
|
|
87
87
|
border-bottom: none; /* 1 */
|
|
88
88
|
text-decoration: underline; /* 2 */
|
|
89
|
-
|
|
90
|
-
text-decoration: underline dotted; /* 2 */
|
|
89
|
+
text-decoration: underline dotted; /* 2 */
|
|
91
90
|
}
|
|
92
91
|
|
|
93
92
|
/**
|
|
@@ -444,19 +443,10 @@
|
|
|
444
443
|
resize: vertical;
|
|
445
444
|
}
|
|
446
445
|
|
|
447
|
-
input:-ms-input-placeholder,
|
|
448
|
-
textarea:-ms-input-placeholder {
|
|
449
|
-
color: #a0aec0;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
446
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
453
447
|
color: #a0aec0;
|
|
454
448
|
}
|
|
455
449
|
|
|
456
|
-
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
|
457
|
-
color: #a0aec0;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
450
|
input::placeholder,
|
|
461
451
|
textarea::placeholder {
|
|
462
452
|
color: #a0aec0;
|
|
@@ -1,13 +1,33 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.ui-footer-col-title {
|
|
3
|
-
@apply text-overline2 p-menu-row-title font-
|
|
3
|
+
@apply font-jetbrains_mono text-overline2 p-menu-row-title font-medium uppercase tracking-widen-0.16;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.ui-footer-menu-row-link {
|
|
7
|
-
@apply text-menu3 text-cool-black font-
|
|
7
|
+
@apply text-menu3 text-cool-black font-manrope font-medium hover:text-gui-hover block;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.ui-footer-link {
|
|
11
|
-
@apply text-gui-default hover:text-gui-hover
|
|
11
|
+
@apply text-gui-default hover:text-gui-hover text-menu3 font-manrope font-medium;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ui-footer-compliance-text {
|
|
15
|
+
font-size: 12px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ui-footer-tick-icon {
|
|
19
|
+
min-width: 1.5rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@media (max-width: 1040px) {
|
|
23
|
+
.ui-footer-bottom-links {
|
|
24
|
+
@apply pb-40;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@media screen {
|
|
29
|
+
.ui-footer-glassdoor {
|
|
30
|
+
display: none;
|
|
31
|
+
}
|
|
12
32
|
}
|
|
13
33
|
}
|