@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.
Files changed (2) hide show
  1. package/package.json +2 -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.22628d7",
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": "rm -rf types && tsc && node tsc.js",
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
- declare module '@ably/ui/core/Accordion' { export * from '@ably/ui/core/Accordion'; }
2
- declare module '@ably/ui/core/Code' { export * from '@ably/ui/core/Code'; }
3
- declare module '@ably/ui/core/ConnectStateWrapper' { export * from '@ably/ui/core/ConnectStateWrapper'; }
4
- declare module '@ably/ui/core/ContactFooter' { export * from '@ably/ui/core/ContactFooter'; }
5
- declare module '@ably/ui/core/CookieMessage' { export * from '@ably/ui/core/CookieMessage'; }
6
- declare module '@ably/ui/core/CustomerLogos' { export * from '@ably/ui/core/CustomerLogos'; }
7
- declare module '@ably/ui/core/DropdownMenu' { export * from '@ably/ui/core/DropdownMenu'; }
8
- declare module '@ably/ui/core/Expander' { export * from '@ably/ui/core/Expander'; }
9
- declare module '@ably/ui/core/FeaturedLink' { export * from '@ably/ui/core/FeaturedLink'; }
10
- declare module '@ably/ui/core/Flash' { export * from '@ably/ui/core/Flash'; }
11
- declare module '@ably/ui/core/Footer' { export * from '@ably/ui/core/Footer'; }
12
- declare module '@ably/ui/core/Icon' { export * from '@ably/ui/core/Icon'; }
13
- declare module '@ably/ui/core/Loader' { export * from '@ably/ui/core/Loader'; }
14
- declare module '@ably/ui/core/Logo' { export * from '@ably/ui/core/Logo'; }
15
- declare module '@ably/ui/core/Meganav/component' { export * from '@ably/ui/core/Meganav/component'; }
16
- declare module '@ably/ui/core/Meganav' { export * from '@ably/ui/core/Meganav'; }
17
- declare module '@ably/ui/core/MeganavBlogPostsList' { export * from '@ably/ui/core/MeganavBlogPostsList'; }
18
- declare module '@ably/ui/core/MeganavContentCompany' { export * from '@ably/ui/core/MeganavContentCompany'; }
19
- declare module '@ably/ui/core/MeganavContentDevelopers' { export * from '@ably/ui/core/MeganavContentDevelopers'; }
20
- declare module '@ably/ui/core/MeganavContentProducts' { export * from '@ably/ui/core/MeganavContentProducts'; }
21
- declare module '@ably/ui/core/MeganavContentUseCases' { export * from '@ably/ui/core/MeganavContentUseCases'; }
22
- declare module '@ably/ui/core/MeganavControl/component' { export * from '@ably/ui/core/MeganavControl/component'; }
23
- declare module '@ably/ui/core/MeganavControl' { export * from '@ably/ui/core/MeganavControl'; }
24
- declare module '@ably/ui/core/MeganavControlMobileDropdown/component' { export * from '@ably/ui/core/MeganavControlMobileDropdown/component'; }
25
- declare module '@ably/ui/core/MeganavControlMobileDropdown' { export * from '@ably/ui/core/MeganavControlMobileDropdown'; }
26
- declare module '@ably/ui/core/MeganavControlMobilePanelClose/component' { export * from '@ably/ui/core/MeganavControlMobilePanelClose/component'; }
27
- declare module '@ably/ui/core/MeganavControlMobilePanelClose' { export * from '@ably/ui/core/MeganavControlMobilePanelClose'; }
28
- declare module '@ably/ui/core/MeganavControlMobilePanelOpen/component' { export * from '@ably/ui/core/MeganavControlMobilePanelOpen/component'; }
29
- declare module '@ably/ui/core/MeganavControlMobilePanelOpen' { export * from '@ably/ui/core/MeganavControlMobilePanelOpen'; }
30
- declare module '@ably/ui/core/MeganavItemsDesktop' { export * from '@ably/ui/core/MeganavItemsDesktop'; }
31
- declare module '@ably/ui/core/MeganavItemsMobile' { export * from '@ably/ui/core/MeganavItemsMobile'; }
32
- declare module '@ably/ui/core/MeganavItemsSignedIn' { export * from '@ably/ui/core/MeganavItemsSignedIn'; }
33
- declare module '@ably/ui/core/MeganavSearch' { export * from '@ably/ui/core/MeganavSearch'; }
34
- declare module '@ably/ui/core/MeganavSearchAutocomplete/component' { export * from '@ably/ui/core/MeganavSearchAutocomplete/component'; }
35
- declare module '@ably/ui/core/MeganavSearchAutocomplete' { export * from '@ably/ui/core/MeganavSearchAutocomplete'; }
36
- declare module '@ably/ui/core/MeganavSearchPanel' { export * from '@ably/ui/core/MeganavSearchPanel'; }
37
- declare module '@ably/ui/core/MeganavSearchSuggestions/component' { export * from '@ably/ui/core/MeganavSearchSuggestions/component'; }
38
- declare module '@ably/ui/core/MeganavSearchSuggestions' { export * from '@ably/ui/core/MeganavSearchSuggestions'; }
39
- declare module '@ably/ui/core/Notice/component' { export * from '@ably/ui/core/Notice/component'; }
40
- declare module '@ably/ui/core/Notice' { export * from '@ably/ui/core/Notice'; }
41
- declare module '@ably/ui/core/SignOutLink' { export * from '@ably/ui/core/SignOutLink'; }
42
- declare module '@ably/ui/core/Slider' { export * from '@ably/ui/core/Slider'; }
43
- declare module '@ably/ui/core/Status' { export * from '@ably/ui/core/Status'; }
44
- declare module '@ably/ui/core/Table/Table' { export * from '@ably/ui/core/Table/Table'; }
45
- declare module '@ably/ui/core/Table/TableCell' { export * from '@ably/ui/core/Table/TableCell'; }
46
- declare module '@ably/ui/core/Table/TableRow' { export * from '@ably/ui/core/Table/TableRow'; }
47
- declare module '@ably/ui/core/Table/data' { export * from '@ably/ui/core/Table/data'; }
48
- declare module '@ably/ui/core/Table' { export * from '@ably/ui/core/Table'; }
49
- declare module '@ably/ui/core/Tooltip' { export * from '@ably/ui/core/Tooltip'; }
50
- declare module '@ably/ui/core/css' { export * from '@ably/ui/core/css'; }
51
- declare module '@ably/ui/core/dom-query' { export * from '@ably/ui/core/dom-query'; }
52
- declare module '@ably/ui/core/hubspot-chat-toggle' { export * from '@ably/ui/core/hubspot-chat-toggle'; }
53
- declare module '@ably/ui/core/remote-blogs-posts' { export * from '@ably/ui/core/remote-blogs-posts'; }
54
- declare module '@ably/ui/core/remote-data-store' { export * from '@ably/ui/core/remote-data-store'; }
55
- declare module '@ably/ui/core/remote-data-util' { export * from '@ably/ui/core/remote-data-util'; }
56
- declare module '@ably/ui/core/remote-session-data' { export * from '@ably/ui/core/remote-session-data'; }
57
- declare module '@ably/ui/core/url-base' { export * from '@ably/ui/core/url-base'; }
58
- declare module '@ably/ui/core/utils/syntax-highlighter-registry' { export * from '@ably/ui/core/utils/syntax-highlighter-registry'; }
59
- declare module '@ably/ui/core/utils/syntax-highlighter' { export * from '@ably/ui/core/utils/syntax-highlighter'; }
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';