@ably/ui 14.4.0-dev.22628d7 → 14.4.0-dev.a9c66a4
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/package.json +2 -2
- package/types/index.d.ts +59 -59
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "14.4.0-dev.
|
|
3
|
+
"version": "14.4.0-dev.a9c66a4",
|
|
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",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build:prebuild": "rm -rf core reset",
|
|
53
53
|
"build:swc": "swc src/core src/reset -d dist --copy-files --include-dotfiles --strip-leading-paths --config-file .swc --ignore **/*.stories.tsx,**/*.snap",
|
|
54
|
-
"build:tsc": "
|
|
54
|
+
"build:tsc": "tsc && node tsc.js",
|
|
55
55
|
"build:cleanup": "mv dist/* . && rm -r dist",
|
|
56
56
|
"build": "yarn build:prebuild && yarn build:swc && node sprites.js && yarn build:tsc && yarn build:cleanup",
|
|
57
57
|
"watch": "yarn build:swc -w",
|
package/types/index.d.ts
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
1
|
+
export * from './core/Accordion';
|
|
2
|
+
export * from './core/Code';
|
|
3
|
+
export * from './core/ConnectStateWrapper';
|
|
4
|
+
export * from './core/ContactFooter';
|
|
5
|
+
export * from './core/CookieMessage';
|
|
6
|
+
export * from './core/CustomerLogos';
|
|
7
|
+
export * from './core/DropdownMenu';
|
|
8
|
+
export * from './core/Expander';
|
|
9
|
+
export * from './core/FeaturedLink';
|
|
10
|
+
export * from './core/Flash';
|
|
11
|
+
export * from './core/Footer';
|
|
12
|
+
export * from './core/Icon';
|
|
13
|
+
export * from './core/Loader';
|
|
14
|
+
export * from './core/Logo';
|
|
15
|
+
export * from './core/Meganav/component';
|
|
16
|
+
export * from './core/Meganav';
|
|
17
|
+
export * from './core/MeganavBlogPostsList';
|
|
18
|
+
export * from './core/MeganavContentCompany';
|
|
19
|
+
export * from './core/MeganavContentDevelopers';
|
|
20
|
+
export * from './core/MeganavContentProducts';
|
|
21
|
+
export * from './core/MeganavContentUseCases';
|
|
22
|
+
export * from './core/MeganavControl/component';
|
|
23
|
+
export * from './core/MeganavControl';
|
|
24
|
+
export * from './core/MeganavControlMobileDropdown/component';
|
|
25
|
+
export * from './core/MeganavControlMobileDropdown';
|
|
26
|
+
export * from './core/MeganavControlMobilePanelClose/component';
|
|
27
|
+
export * from './core/MeganavControlMobilePanelClose';
|
|
28
|
+
export * from './core/MeganavControlMobilePanelOpen/component';
|
|
29
|
+
export * from './core/MeganavControlMobilePanelOpen';
|
|
30
|
+
export * from './core/MeganavItemsDesktop';
|
|
31
|
+
export * from './core/MeganavItemsMobile';
|
|
32
|
+
export * from './core/MeganavItemsSignedIn';
|
|
33
|
+
export * from './core/MeganavSearch';
|
|
34
|
+
export * from './core/MeganavSearchAutocomplete/component';
|
|
35
|
+
export * from './core/MeganavSearchAutocomplete';
|
|
36
|
+
export * from './core/MeganavSearchPanel';
|
|
37
|
+
export * from './core/MeganavSearchSuggestions/component';
|
|
38
|
+
export * from './core/MeganavSearchSuggestions';
|
|
39
|
+
export * from './core/Notice/component';
|
|
40
|
+
export * from './core/Notice';
|
|
41
|
+
export * from './core/SignOutLink';
|
|
42
|
+
export * from './core/Slider';
|
|
43
|
+
export * from './core/Status';
|
|
44
|
+
export * from './core/Table/Table';
|
|
45
|
+
export * from './core/Table/TableCell';
|
|
46
|
+
export * from './core/Table/TableRow';
|
|
47
|
+
export * from './core/Table/data';
|
|
48
|
+
export * from './core/Table';
|
|
49
|
+
export * from './core/Tooltip';
|
|
50
|
+
export * from './core/css';
|
|
51
|
+
export * from './core/dom-query';
|
|
52
|
+
export * from './core/hubspot-chat-toggle';
|
|
53
|
+
export * from './core/remote-blogs-posts';
|
|
54
|
+
export * from './core/remote-data-store';
|
|
55
|
+
export * from './core/remote-data-util';
|
|
56
|
+
export * from './core/remote-session-data';
|
|
57
|
+
export * from './core/url-base';
|
|
58
|
+
export * from './core/utils/syntax-highlighter-registry';
|
|
59
|
+
export * from './core/utils/syntax-highlighter';
|