@ably/ui 8.7.0-dev.2b71529 → 8.7.0-dev.3453cca
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/core/.DS_Store +0 -0
- package/core/Code/component.css +0 -2
- package/core/FeaturedLink/component.css +1 -1
- package/core/Footer/component.css +3 -3
- package/core/Footer.jsx +27 -32
- package/core/Meganav/component.css +7 -7
- package/core/Meganav/component.json +1 -1
- package/core/Meganav.jsx +46 -58
- package/core/MeganavContentDevelopers.jsx +13 -1
- package/core/MeganavContentPlatform.jsx +13 -37
- package/core/MeganavContentProducts/component.js +1 -0
- package/core/MeganavContentProducts.jsx +333 -0
- package/core/MeganavContentUseCases.jsx +4 -4
- package/core/MeganavItemsDesktop.jsx +2 -2
- package/core/MeganavItemsMobile.jsx +1 -1
- package/core/Notice/component.css +1 -1
- package/core/Notice.jsx +2 -2
- package/core/images/best-support-2023.svg +1 -0
- package/core/images/fastest-implementation-2023.svg +1 -0
- package/core/images/high-performer-2023.svg +1 -0
- package/core/images/highest-user-adoption-2023.svg +1 -0
- package/core/sprites.svg +29 -0
- package/core/styles.css +80 -117
- package/package.json +3 -3
- package/src/.DS_Store +0 -0
- package/src/core/.DS_Store +0 -0
- package/src/core/FeaturedLink/component.css +1 -1
- package/src/core/Footer/component.css +3 -3
- package/src/core/Footer/component.html.erb +20 -25
- package/src/core/Footer/component.jsx +22 -30
- package/src/core/Meganav/component.css +7 -7
- package/src/core/Meganav/component.json +1 -1
- package/src/core/Meganav/component.jsx +2 -2
- package/src/core/Meganav/component.rb +4 -4
- package/src/core/MeganavContentDevelopers/component.html.erb +9 -0
- package/src/core/MeganavContentDevelopers/component.jsx +9 -0
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +16 -34
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +19 -40
- package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
- package/src/core/MeganavContentUseCases/component.html.erb +4 -4
- package/src/core/MeganavContentUseCases/component.jsx +4 -4
- package/src/core/MeganavItemsDesktop/component.jsx +1 -1
- package/src/core/MeganavItemsDesktop/component.rb +1 -1
- 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/icons/icon-display-asset-tracking-col.svg +18 -0
- package/src/core/icons/icon-display-examples-col.svg +11 -0
- package/src/core/icons/icon-social-x.svg +3 -0
- package/src/core/images/best-support-2023.svg +1 -0
- package/src/core/images/fastest-implementation-2023.svg +1 -0
- package/src/core/images/high-performer-2023.svg +1 -0
- package/src/core/images/highest-user-adoption-2023.svg +1 -0
- package/src/core/styles/buttons.css +5 -5
- package/src/core/styles/forms.css +5 -5
- package/src/core/styles/properties.css +31 -49
- package/src/core/styles/text.css +39 -58
- package/src/core/utils/syntax-highlighter.css +0 -2
- package/tailwind.config.js +25 -41
- package/core/Meganav/component.js.LICENSE.txt +0 -7
- package/core/MeganavContentWhyAbly/component.js +0 -22
- package/core/MeganavContentWhyAbly.jsx +0 -3279
- package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
- package/core/Notice/component.js.LICENSE.txt +0 -9
- package/core/fonts/jetBrains-mono.css +0 -3
- package/core/fonts/manrope.css +0 -3
- package/src/core/fonts/jetBrains-mono.css +0 -3
- package/src/core/fonts/manrope.css +0 -3
- /package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +0 -0
package/core/styles.css
CHANGED
|
@@ -4,24 +4,20 @@
|
|
|
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: #4af7ff;
|
|
8
8
|
--color-zingy-green: #08ff13;
|
|
9
|
-
--color-bright-red: #
|
|
10
|
-
--color-orange-700: #ff2739;
|
|
9
|
+
--color-bright-red: #ff2739;
|
|
11
10
|
--color-jazzy-pink: #ff17d2;
|
|
12
|
-
--color-extra-light-grey: #
|
|
13
|
-
--color-light-grey: #
|
|
14
|
-
--color-mid-grey: #
|
|
15
|
-
--color-dark-grey: #
|
|
16
|
-
--color-charcoal-grey: #
|
|
17
|
-
--color-gui-default: #
|
|
18
|
-
--color-gui-hover: #
|
|
19
|
-
--color-gui-
|
|
20
|
-
--color-gui-default-dark: #4da6ff;
|
|
21
|
-
--color-gui-hover-dark: #2894ff;
|
|
22
|
-
--color-gui-active-dark: #0080ff;
|
|
23
|
-
--color-gui-focus: #80b9f2;
|
|
11
|
+
--color-extra-light-grey: #fafafb;
|
|
12
|
+
--color-light-grey: #f5f5f6;
|
|
13
|
+
--color-mid-grey: #d9d9da;
|
|
14
|
+
--color-dark-grey: #76767c;
|
|
15
|
+
--color-charcoal-grey: #292831;
|
|
16
|
+
--color-gui-default: #0073e6;
|
|
17
|
+
--color-gui-hover: #0867c4;
|
|
18
|
+
--color-gui-focus: #0073e6;
|
|
24
19
|
--color-gui-focus-outline: #80b9f2;
|
|
20
|
+
--color-gui-active: #074095;
|
|
25
21
|
--color-gui-visited: #4887c2;
|
|
26
22
|
--color-gui-unavailable: #a8a8a8;
|
|
27
23
|
--color-gui-error: #fb0c0c;
|
|
@@ -40,10 +36,6 @@
|
|
|
40
36
|
--syntax-red: #d54e53;
|
|
41
37
|
--syntax-lilac: #bb87d3;
|
|
42
38
|
|
|
43
|
-
/* New Neutral colors */
|
|
44
|
-
--color-neutral-900: #39414e;
|
|
45
|
-
--color-neutral-500: #c6ced9;
|
|
46
|
-
|
|
47
39
|
/* uptime status colors */
|
|
48
40
|
--uptime-color-up: #39b54a;
|
|
49
41
|
--uptime-color-trouble: #e87623;
|
|
@@ -78,51 +70,44 @@
|
|
|
78
70
|
|
|
79
71
|
--gradient-hot-pink: linear-gradient(
|
|
80
72
|
80.2deg,
|
|
81
|
-
var(--color-
|
|
73
|
+
var(--color-bright-red) 0%,
|
|
82
74
|
var(--color-jazzy-pink) 100%
|
|
83
75
|
);
|
|
84
76
|
|
|
85
|
-
--fs-title-xl:
|
|
86
|
-
--fs-title:
|
|
87
|
-
--fs-title-xs:
|
|
88
|
-
--fs-h1-xl:
|
|
89
|
-
--fs-h1:
|
|
90
|
-
--fs-h1-xs:
|
|
91
|
-
|
|
92
|
-
--fs-h2-xl: 2.125rem;
|
|
77
|
+
--fs-title-xl: 4rem;
|
|
78
|
+
--fs-title: 3.5rem;
|
|
79
|
+
--fs-title-xs: 3rem;
|
|
80
|
+
--fs-h1-xl: 3.5rem;
|
|
81
|
+
--fs-h1: 3rem;
|
|
82
|
+
--fs-h1-xs: 2.625rem;
|
|
83
|
+
--fs-h2-xl: 2.5rem;
|
|
93
84
|
--fs-h2: 2rem;
|
|
94
|
-
--fs-h2-xs: 1.
|
|
95
|
-
|
|
85
|
+
--fs-h2-xs: 1.875rem;
|
|
96
86
|
--fs-h3: 1.5rem;
|
|
97
|
-
--fs-h4: 1.
|
|
98
|
-
--fs-
|
|
99
|
-
|
|
100
|
-
--fs-p1: 1rem;
|
|
101
|
-
--fs-p2: 0.938rem;
|
|
87
|
+
--fs-h4: 1.125rem;
|
|
88
|
+
--fs-p1: 1.125rem;
|
|
89
|
+
--fs-p2: 1rem;
|
|
102
90
|
--fs-p3: 0.875rem;
|
|
103
91
|
--fs-standfirst-xl: 2.25rem;
|
|
104
92
|
--fs-standfirst: 1.5rem;
|
|
105
|
-
--fs-sub-header: 1.
|
|
106
|
-
--fs-sub-header-xs: 1.
|
|
93
|
+
--fs-sub-header: 1.5rem;
|
|
94
|
+
--fs-sub-header-xs: 1.125rem;
|
|
107
95
|
--fs-overline1: 1rem;
|
|
108
96
|
--fs-overline2: 0.875rem;
|
|
109
|
-
--fs-btn1:
|
|
110
|
-
--fs-btn2:
|
|
97
|
+
--fs-btn1: 1.125rem;
|
|
98
|
+
--fs-btn2: 1rem;
|
|
111
99
|
--fs-btn3: 0.875rem;
|
|
112
|
-
--fs-menu1:
|
|
113
|
-
--fs-menu2:
|
|
100
|
+
--fs-menu1: 1.125rem;
|
|
101
|
+
--fs-menu2: 1rem;
|
|
114
102
|
--fs-menu3: 0.875rem;
|
|
115
|
-
--fs-quote: 1.
|
|
116
|
-
--fs-code: 0.
|
|
117
|
-
--fs-code2: 0.813rem;
|
|
103
|
+
--fs-quote: 1.5rem;
|
|
104
|
+
--fs-code: 0.875rem;
|
|
118
105
|
|
|
119
106
|
--lh-dense: 1;
|
|
120
107
|
--lh-tight: 1.125;
|
|
121
108
|
--lh-snug: 1.15;
|
|
122
|
-
--lh-min-normal: 1.2;
|
|
123
109
|
--lh-normal: 1.25;
|
|
124
110
|
--lh-relaxed: 1.45;
|
|
125
|
-
--lh-extra-relaxed: 1.6;
|
|
126
111
|
|
|
127
112
|
--ls-tighten-0_025: -0.025em;
|
|
128
113
|
--ls-tighten-0_02: -0.02em;
|
|
@@ -130,9 +115,7 @@
|
|
|
130
115
|
--ls-tighten-0_01: -0.01em;
|
|
131
116
|
--ls-tighten-0_005: -0.005em;
|
|
132
117
|
--ls-tighten-0_0025: -0.0025em;
|
|
133
|
-
--ls-tighten-0_0015: -0.0015em;
|
|
134
118
|
--ls-widen-0_1: 0.1em;
|
|
135
|
-
--ls-widen-0_16: 0.16em;
|
|
136
119
|
--ls-widen-0_15: 0.15em;
|
|
137
120
|
|
|
138
121
|
--spacing-0: 0px;
|
|
@@ -147,7 +130,6 @@
|
|
|
147
130
|
--spacing-20: 1.25rem;
|
|
148
131
|
--spacing-24: 1.5rem;
|
|
149
132
|
--spacing-32: 2rem;
|
|
150
|
-
--spacing-36: 2.25rem;
|
|
151
133
|
--spacing-40: 2.5rem;
|
|
152
134
|
--spacing-48: 3rem;
|
|
153
135
|
--spacing-64: 4rem;
|
|
@@ -195,7 +177,7 @@
|
|
|
195
177
|
}
|
|
196
178
|
@layer components {
|
|
197
179
|
.ui-btn {
|
|
198
|
-
@apply text-white bg-cool-black text-btn2 font-
|
|
180
|
+
@apply text-white bg-cool-black text-btn2 font-sans font-medium inline-block rounded p-btn;
|
|
199
181
|
@apply hover:text-white hover:bg-active-orange;
|
|
200
182
|
@apply active:text-white active:bg-red-orange;
|
|
201
183
|
@apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
|
|
@@ -219,7 +201,7 @@
|
|
|
219
201
|
background-size: 200% 100%;
|
|
220
202
|
background-position: 0% 0%;
|
|
221
203
|
|
|
222
|
-
@apply text-white text-btn2 font-
|
|
204
|
+
@apply text-white text-btn2 font-sans font-medium inline-block rounded p-btn;
|
|
223
205
|
@apply focus:outline-gui-focus;
|
|
224
206
|
@apply inline-flex items-center justify-center;
|
|
225
207
|
}
|
|
@@ -235,7 +217,7 @@
|
|
|
235
217
|
}
|
|
236
218
|
|
|
237
219
|
.ui-btn-invert {
|
|
238
|
-
@apply text-cool-black bg-white text-btn2 font-
|
|
220
|
+
@apply text-cool-black bg-white text-btn2 font-sans font-medium inline-block rounded p-btn;
|
|
239
221
|
@apply hover:text-white hover:bg-active-orange;
|
|
240
222
|
@apply active:text-white active:bg-red-orange;
|
|
241
223
|
@apply focus:text-white focus:bg-cool-black focus:outline-gui-focus;
|
|
@@ -245,7 +227,7 @@
|
|
|
245
227
|
}
|
|
246
228
|
|
|
247
229
|
.ui-btn-secondary {
|
|
248
|
-
@apply text-cool-black bg-white text-btn2 font-
|
|
230
|
+
@apply text-cool-black bg-white text-btn2 font-sans font-medium inline-block border-btn border-cool-black rounded p-btn;
|
|
249
231
|
@apply hover:text-cool-black hover:border-active-orange hover:bg-white;
|
|
250
232
|
@apply active:border-red-orange active:bg-white;
|
|
251
233
|
@apply focus:border-cool-black focus:bg-white focus:outline-gui-focus;
|
|
@@ -255,7 +237,7 @@
|
|
|
255
237
|
}
|
|
256
238
|
|
|
257
239
|
.ui-btn-secondary-invert {
|
|
258
|
-
@apply text-white bg-cool-black text-btn2 font-
|
|
240
|
+
@apply text-white bg-cool-black text-btn2 font-sans font-medium inline-block border-btn border-mid-grey rounded p-btn;
|
|
259
241
|
@apply hover:text-white hover:border-active-orange;
|
|
260
242
|
@apply active:border-red-orange;
|
|
261
243
|
@apply focus:outline-gui-focus;
|
|
@@ -340,53 +322,47 @@
|
|
|
340
322
|
}
|
|
341
323
|
@layer components {
|
|
342
324
|
.ui-text-title {
|
|
343
|
-
@apply font-
|
|
325
|
+
@apply font-sans font-medium text-cool-black;
|
|
344
326
|
@apply text-title-xs xs:text-title xl:text-title-xl;
|
|
345
|
-
@apply tracking-tighten-0.
|
|
327
|
+
@apply tracking-tighten-0.01 xs:tracking-tighten-0.015 xl:tracking-tighten-0.02;
|
|
346
328
|
}
|
|
347
329
|
|
|
348
330
|
.ui-text-h1 {
|
|
349
|
-
@apply font-
|
|
331
|
+
@apply font-sans font-medium text-cool-black;
|
|
350
332
|
@apply text-h1-xs xs:text-h1 xl:text-h1-xl;
|
|
351
|
-
@apply tracking-tighten-0.
|
|
333
|
+
@apply tracking-tighten-0.01;
|
|
352
334
|
}
|
|
353
335
|
|
|
354
336
|
.ui-text-h2 {
|
|
355
|
-
@apply font-
|
|
337
|
+
@apply font-sans font-medium text-cool-black;
|
|
356
338
|
@apply text-h2-xs xs:text-h2 xl:text-h2-xl;
|
|
357
|
-
@apply tracking-tighten-0.
|
|
339
|
+
@apply tracking-tighten-0.005;
|
|
358
340
|
}
|
|
359
341
|
|
|
360
342
|
.ui-text-h3 {
|
|
361
|
-
@apply font-
|
|
343
|
+
@apply font-sans font-medium text-cool-black;
|
|
362
344
|
@apply text-h3;
|
|
363
|
-
@apply tracking-tighten-0.
|
|
345
|
+
@apply tracking-tighten-0.0025;
|
|
364
346
|
}
|
|
365
347
|
|
|
366
348
|
.ui-text-h4 {
|
|
367
|
-
@apply font-
|
|
349
|
+
@apply font-sans font-medium text-cool-black;
|
|
368
350
|
@apply text-h4;
|
|
369
|
-
@apply tracking-
|
|
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;
|
|
351
|
+
@apply tracking-widen-0.1;
|
|
376
352
|
}
|
|
377
353
|
|
|
378
354
|
.ui-text-p1 {
|
|
379
|
-
@apply font-
|
|
355
|
+
@apply font-sans font-light text-charcoal-grey;
|
|
380
356
|
@apply text-p1;
|
|
381
357
|
}
|
|
382
358
|
|
|
383
359
|
.ui-text-p2 {
|
|
384
|
-
@apply font-
|
|
360
|
+
@apply font-sans font-light text-charcoal-grey;
|
|
385
361
|
@apply text-p2;
|
|
386
362
|
}
|
|
387
363
|
|
|
388
364
|
.ui-text-p3 {
|
|
389
|
-
@apply font-
|
|
365
|
+
@apply font-sans font-light text-charcoal-grey;
|
|
390
366
|
@apply text-p3;
|
|
391
367
|
}
|
|
392
368
|
|
|
@@ -397,63 +373,60 @@
|
|
|
397
373
|
}
|
|
398
374
|
|
|
399
375
|
.ui-text-quote {
|
|
400
|
-
@apply font-
|
|
401
|
-
@apply text-quote
|
|
402
|
-
@apply tracking-tighten-0.
|
|
376
|
+
@apply font-sans font-light text-cool-black;
|
|
377
|
+
@apply text-quote;
|
|
378
|
+
@apply tracking-tighten-0.025;
|
|
403
379
|
}
|
|
404
380
|
|
|
405
381
|
.ui-text-sub-header {
|
|
406
|
-
@apply font-
|
|
407
|
-
@apply text-sub-header-xs xs:text-sub-header
|
|
382
|
+
@apply font-sans font-light text-dark-grey;
|
|
383
|
+
@apply text-sub-header-xs xs:text-sub-header;
|
|
384
|
+
@apply tracking-tighten-0.025;
|
|
408
385
|
}
|
|
409
386
|
|
|
410
387
|
.ui-text-overline1 {
|
|
411
|
-
@apply font-
|
|
412
|
-
@apply text-overline1
|
|
413
|
-
@apply tracking-widen-0.
|
|
388
|
+
@apply font-sans font-medium text-dark-grey uppercase;
|
|
389
|
+
@apply text-overline1;
|
|
390
|
+
@apply tracking-widen-0.15;
|
|
414
391
|
}
|
|
415
392
|
|
|
416
393
|
.ui-text-overline2 {
|
|
417
|
-
@apply font-
|
|
418
|
-
@apply text-overline2
|
|
419
|
-
@apply tracking-widen-0.
|
|
394
|
+
@apply font-sans font-medium text-dark-grey uppercase;
|
|
395
|
+
@apply text-overline2;
|
|
396
|
+
@apply tracking-widen-0.1;
|
|
420
397
|
}
|
|
421
398
|
|
|
422
399
|
.ui-text-menu1 {
|
|
423
|
-
@apply font-
|
|
424
|
-
@apply text-menu1
|
|
400
|
+
@apply font-sans font-light text-cool-black;
|
|
401
|
+
@apply text-menu1;
|
|
425
402
|
}
|
|
426
403
|
|
|
427
404
|
.ui-text-menu2 {
|
|
428
|
-
@apply font-
|
|
429
|
-
@apply text-menu2
|
|
405
|
+
@apply font-sans font-light text-cool-black;
|
|
406
|
+
@apply text-menu2;
|
|
430
407
|
}
|
|
431
408
|
|
|
432
409
|
.ui-text-menu3 {
|
|
433
|
-
@apply font-
|
|
434
|
-
@apply text-menu3
|
|
410
|
+
@apply font-sans font-light text-cool-black;
|
|
411
|
+
@apply text-menu3;
|
|
435
412
|
}
|
|
436
413
|
|
|
437
414
|
.ui-text-code {
|
|
438
|
-
@apply font-
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.ui-text-code2 {
|
|
442
|
-
@apply font-jetbrains_mono font-medium text-code2;
|
|
415
|
+
@apply font-mono font-semibold text-code;
|
|
443
416
|
}
|
|
444
417
|
|
|
445
418
|
.ui-text-code-inline {
|
|
446
|
-
@apply font-
|
|
419
|
+
@apply font-mono font-semibold text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
|
|
447
420
|
}
|
|
448
421
|
|
|
449
422
|
.ui-unordered-list {
|
|
450
|
-
@apply text-p1 font-
|
|
451
|
-
@apply list-disc ml-32
|
|
423
|
+
@apply text-p1 font-light text-cool-black;
|
|
424
|
+
@apply list-disc ml-32 mb-24;
|
|
452
425
|
}
|
|
453
426
|
|
|
454
427
|
.ui-ordered-list {
|
|
455
|
-
@apply text-p1 font-
|
|
456
|
-
@apply ml-32
|
|
428
|
+
@apply text-p1 font-light text-cool-black;
|
|
429
|
+
@apply ml-32 mb-24 list-decimal;
|
|
457
430
|
}
|
|
458
431
|
|
|
459
432
|
.ui-unordered-list li > *:last-of-type:not(ul):not(ol),
|
|
@@ -470,21 +443,11 @@
|
|
|
470
443
|
}
|
|
471
444
|
|
|
472
445
|
.ui-unordered-list ul ul {
|
|
473
|
-
@apply list-square
|
|
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);
|
|
446
|
+
@apply list-square;
|
|
484
447
|
}
|
|
485
448
|
|
|
486
449
|
.ui-unordered-list-with-emphasis {
|
|
487
|
-
@apply text-p1 font-
|
|
450
|
+
@apply text-p1 font-light text-cool-black;
|
|
488
451
|
@apply list-disc ml-32 mt-32 -mb-12;
|
|
489
452
|
}
|
|
490
453
|
|
|
@@ -520,11 +483,11 @@
|
|
|
520
483
|
}
|
|
521
484
|
@layer components {
|
|
522
485
|
.ui-checkbox-p1 {
|
|
523
|
-
@apply flex items-start mb-16 font-
|
|
486
|
+
@apply flex items-start mb-16 font-sans;
|
|
524
487
|
}
|
|
525
488
|
|
|
526
489
|
.ui-checkbox-p2 {
|
|
527
|
-
@apply flex items-start mb-12 font-
|
|
490
|
+
@apply flex items-start mb-12 font-sans;
|
|
528
491
|
}
|
|
529
492
|
|
|
530
493
|
.ui-checkbox-input {
|
|
@@ -543,12 +506,12 @@
|
|
|
543
506
|
|
|
544
507
|
.ui-checkbox-label-p1 {
|
|
545
508
|
@apply select-none;
|
|
546
|
-
@apply text-p1 font-
|
|
509
|
+
@apply text-p1 font-light text-cool-black;
|
|
547
510
|
}
|
|
548
511
|
|
|
549
512
|
.ui-checkbox-label-p2 {
|
|
550
513
|
@apply select-none;
|
|
551
|
-
@apply text-p2 font-
|
|
514
|
+
@apply text-p2 font-light text-cool-black;
|
|
552
515
|
}
|
|
553
516
|
|
|
554
517
|
.ui-checkbox-input:disabled + .ui-checkbox-styled {
|
|
@@ -569,7 +532,7 @@
|
|
|
569
532
|
}
|
|
570
533
|
|
|
571
534
|
.ui-textarea {
|
|
572
|
-
@apply font-
|
|
535
|
+
@apply font-sans font-light text-cool-black text-p1;
|
|
573
536
|
@apply p-input mb-16;
|
|
574
537
|
@apply bg-light-grey border-mid-grey transition-input border rounded block w-full;
|
|
575
538
|
@apply hover:bg-white hover:shadow-input hover:border-transparent;
|
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.3453cca",
|
|
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",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"lodash.throttle": "^4.1.1",
|
|
75
75
|
"nanoid": "^4.0.0",
|
|
76
76
|
"prop-types": "^15.7.2",
|
|
77
|
-
"react": "^
|
|
78
|
-
"react-dom": "^
|
|
77
|
+
"react": "^18.2.0",
|
|
78
|
+
"react-dom": "^18.2.0",
|
|
79
79
|
"redux": "^4.0.5",
|
|
80
80
|
"scroll-lock": "^2.1.4"
|
|
81
81
|
},
|
package/src/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.ui-footer-col-title {
|
|
3
|
-
@apply
|
|
3
|
+
@apply text-overline2 p-menu-row-title font-normal uppercase tracking-widen-0.1;
|
|
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-light hover:text-gui-hover block;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.ui-footer-link {
|
|
11
|
-
@apply text-gui-default hover:text-gui-hover text-menu3 font-
|
|
11
|
+
@apply text-gui-default hover:text-gui-hover text-menu3 font-light;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.ui-footer-compliance-text {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<footer class="bg-light-grey font-
|
|
1
|
+
<footer class="bg-light-grey font-sans antialiased" data-id="footer">
|
|
2
2
|
<div class="max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6">
|
|
3
3
|
<div class="col-span-full md:col-span-2">
|
|
4
4
|
<div class="flex flex-row p-menu-row-snug">
|
|
5
5
|
<%= image_tag(ably_stack_path, alt: "Ably homepage", class: "mr-24 -mt-16") %>
|
|
6
|
-
<h2 class="text-overline2 col-span-full font-
|
|
6
|
+
<h2 class="text-overline2 col-span-full font-medium uppercase tracking-widen-0.1">The Ably Platform</h2>
|
|
7
7
|
</div>
|
|
8
8
|
<div class="md:col-span-4 md:w-3/4 xs:w-3/5 w-full">
|
|
9
|
-
<p class="
|
|
9
|
+
<p class="text-p3 py-16 font-medium p-menu-row-snug">
|
|
10
10
|
Easily power any realtime experience in your application via a simple API that handles everything realtime.
|
|
11
11
|
</p>
|
|
12
12
|
</div>
|
|
13
13
|
<ul class="grid grid-cols-1">
|
|
14
14
|
<li class="p-menu-row-snug">
|
|
15
|
-
<%= link_to 'Pub/sub messaging', abs_url("/
|
|
15
|
+
<%= link_to 'Pub/sub messaging', abs_url("/solutions/channels"), class: "ui-footer-menu-row-link" %>
|
|
16
16
|
</li>
|
|
17
17
|
<li class="p-menu-row-snug">
|
|
18
18
|
<%= link_to 'Push notifications', abs_url("/push-notifications"), class: "ui-footer-menu-row-link" %>
|
|
@@ -23,9 +23,6 @@
|
|
|
23
23
|
<li class="p-menu-row-snug">
|
|
24
24
|
<%= link_to 'Multiple protocol messaging', abs_url("/protocols"), class: "ui-footer-menu-row-link" %>
|
|
25
25
|
</li>
|
|
26
|
-
<li class="p-menu-row-snug">
|
|
27
|
-
<%= link_to 'Streaming data sources', abs_url("/hub"), class: "ui-footer-menu-row-link" %>
|
|
28
|
-
</li>
|
|
29
26
|
</ul>
|
|
30
27
|
</div>
|
|
31
28
|
<div class="col-span-full xs:col-span-3 md:col-span-1">
|
|
@@ -49,9 +46,6 @@
|
|
|
49
46
|
<li class="p-menu-row-snug">
|
|
50
47
|
<%= link_to 'Healthcare', abs_url("/solutions/healthcare"), class: "ui-footer-menu-row-link" %>
|
|
51
48
|
</li>
|
|
52
|
-
<li class="p-menu-row-snug">
|
|
53
|
-
<%= link_to 'Streaming data sources', abs_url("/hub"), class: "ui-footer-menu-row-link" %>
|
|
54
|
-
</li>
|
|
55
49
|
<li class="p-menu-row-snug">
|
|
56
50
|
<%= link_to 'eCommerce & Retail', abs_url("/solutions/ecommerce-and-retail"), class: "ui-footer-menu-row-link" %>
|
|
57
51
|
</li>
|
|
@@ -152,8 +146,8 @@
|
|
|
152
146
|
<div class="flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2">
|
|
153
147
|
<div class="">
|
|
154
148
|
<div class="flex pb-24">
|
|
155
|
-
<a class="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime" title="Ably on
|
|
156
|
-
<%= render(AblyUi::Core::Icon.new(name: "
|
|
149
|
+
<a class="h-24 pr-24 text-cool-black hover:text-icon-twitter" href="https://twitter.com/ablyrealtime" title="Ably on X">
|
|
150
|
+
<%= render(AblyUi::Core::Icon.new(name: "icon-social-x", size: "1.5rem")) %>
|
|
157
151
|
</a>
|
|
158
152
|
<a
|
|
159
153
|
class="h-24 pr-24 text-cool-black hover:text-icon-linkedin"
|
|
@@ -180,7 +174,7 @@
|
|
|
180
174
|
>
|
|
181
175
|
<%= render(AblyUi::Core::Icon.new(name: "glassdoor", size: "1.5rem")) %>
|
|
182
176
|
</a>
|
|
183
|
-
<div class="pl-16 text-menu3 font-
|
|
177
|
+
<div class="pl-16 text-menu3 font-light">
|
|
184
178
|
<strong class="block font-medium">We're hiring!</strong>
|
|
185
179
|
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" class="ui-footer-link">
|
|
186
180
|
Learn more at Glassdoor
|
|
@@ -200,7 +194,7 @@
|
|
|
200
194
|
>
|
|
201
195
|
<%= render(AblyUi::Core::Icon.new(name: "glassdoor", size: "1.5rem")) %>
|
|
202
196
|
</a>
|
|
203
|
-
<div class="text-menu3 font-
|
|
197
|
+
<div class="text-menu3 font-light">
|
|
204
198
|
<strong class="block font-medium">We're hiring!</strong>
|
|
205
199
|
<a href="https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm" class="ui-footer-link">
|
|
206
200
|
Learn more at Glassdoor
|
|
@@ -210,9 +204,10 @@
|
|
|
210
204
|
</div>
|
|
211
205
|
</div>
|
|
212
206
|
<div class="col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center">
|
|
213
|
-
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption
|
|
214
|
-
<%= image_tag(
|
|
215
|
-
<%= image_tag(
|
|
207
|
+
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2023", class: "mr-24 h-80") %>
|
|
208
|
+
<%= image_tag(best_support, alt: "Best Support 2023", class: "mr-24 h-80") %>
|
|
209
|
+
<%= image_tag(fastest_implementation, alt: "Fastest Implementation 2023", class: "mr-24 h-80") %>
|
|
210
|
+
<%= image_tag(highest_performer, alt: "High Performer 2023", class: "mr-24 h-80") %>
|
|
216
211
|
</div>
|
|
217
212
|
</div>
|
|
218
213
|
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
|
@@ -231,29 +226,29 @@
|
|
|
231
226
|
<div class="flex mr-24">
|
|
232
227
|
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
|
233
228
|
<div>
|
|
234
|
-
<p class="ui-footer-compliance-text font-
|
|
235
|
-
<p class="ui-footer-compliance-text font-
|
|
229
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">SOC 2 Type 2</p>
|
|
230
|
+
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
236
231
|
</div>
|
|
237
232
|
</div>
|
|
238
233
|
<div class="flex mr-24 md:col-start-2">
|
|
239
234
|
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
|
240
235
|
<div>
|
|
241
|
-
<p class="ui-footer-compliance-text font-
|
|
242
|
-
<p class="ui-footer-compliance-text font-
|
|
236
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">HIPAA</p>
|
|
237
|
+
<p class="ui-footer-compliance-text font-light mb-24">Compliant</p>
|
|
243
238
|
</div>
|
|
244
239
|
</div>
|
|
245
240
|
<div class="flex mr-24 md:col-start-3">
|
|
246
241
|
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
|
247
242
|
<div>
|
|
248
|
-
<p class="ui-footer-compliance-text font-
|
|
249
|
-
<p class="ui-footer-compliance-text font-
|
|
243
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">EU GDPR</p>
|
|
244
|
+
<p class="ui-footer-compliance-text font-light mb-24">Certified</p>
|
|
250
245
|
</div>
|
|
251
246
|
</div>
|
|
252
247
|
<div class="flex mr-24 md:col-start-4">
|
|
253
248
|
<%= render(AblyUi::Core::Icon.new(name: "icon-gui-tick", color: "text-active-orange", size: "1.5rem", additional_css:"bg-white rounded-full mr-12 ui-footer-tick-icon")) %>
|
|
254
249
|
<div>
|
|
255
|
-
<p class="ui-footer-compliance-text font-
|
|
256
|
-
<p class="ui-footer-compliance-text font-
|
|
250
|
+
<p class="ui-footer-compliance-text font-medium whitespace-nowrap">256-bit AES</p>
|
|
251
|
+
<p class="ui-footer-compliance-text font-light mb-24">Encryption</p>
|
|
257
252
|
</div>
|
|
258
253
|
</div>
|
|
259
254
|
</div>
|