@ably/ui 14.0.0-dev.0ed6be7 → 14.0.0-dev.6d5cd62

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 (149) hide show
  1. package/README.md +8 -10
  2. package/core/.DS_Store +0 -0
  3. package/core/Accordion.js +1 -1
  4. package/core/Code.js +1 -1
  5. package/core/ConnectStateWrapper.js +1 -1
  6. package/core/ContactFooter.js +1 -1
  7. package/core/CookieMessage.js +1 -1
  8. package/core/DropdownMenu.js +1 -1
  9. package/core/FeaturedLink.js +1 -1
  10. package/core/Flash.js +1 -1
  11. package/core/Footer.js +1 -1
  12. package/core/Meganav.js +1 -1
  13. package/core/MeganavBlogPostsList.js +1 -1
  14. package/core/MeganavContentCompany.js +1 -1
  15. package/core/MeganavContentDevelopers.js +1 -1
  16. package/core/MeganavContentProducts.js +1 -1
  17. package/core/MeganavContentUseCases.js +1 -1
  18. package/core/MeganavControl.js +1 -1
  19. package/core/MeganavControlMobileDropdown.js +1 -1
  20. package/core/MeganavControlMobilePanelClose.js +1 -1
  21. package/core/MeganavControlMobilePanelOpen.js +1 -1
  22. package/core/MeganavItemsDesktop.js +1 -1
  23. package/core/MeganavItemsMobile.js +1 -1
  24. package/core/MeganavItemsSignedIn.js +1 -1
  25. package/core/MeganavSearch.js +1 -1
  26. package/core/MeganavSearchPanel.js +1 -1
  27. package/core/MeganavSearchSuggestions.js +1 -1
  28. package/core/Notice/component.js +1 -1
  29. package/core/Notice.js +1 -1
  30. package/core/Slider.js +1 -1
  31. package/core/Table/TableCell.js +1 -1
  32. package/core/Table/data.js +1 -1
  33. package/core/Table.js +1 -1
  34. package/core/Tooltip.js +1 -1
  35. package/package.json +1 -1
  36. package/src/core/.DS_Store +0 -0
  37. package/src/core/Accordion/Accordion.stories.tsx +1 -1
  38. package/src/core/Accordion.tsx +1 -1
  39. package/src/core/Code/Code.stories.tsx +1 -1
  40. package/src/core/Code.tsx +3 -3
  41. package/src/core/ConnectStateWrapper.tsx +1 -1
  42. package/src/core/ContactFooter/ContactFooter.stories.tsx +1 -1
  43. package/src/core/ContactFooter.tsx +4 -4
  44. package/src/core/CookieMessage/CookieMessage.stories.tsx +1 -1
  45. package/src/core/CookieMessage.tsx +2 -2
  46. package/src/core/CustomerLogos/CustomerLogos.stories.tsx +1 -1
  47. package/src/core/DropdownMenu/DropdownMenu.stories.tsx +2 -2
  48. package/src/core/DropdownMenu.tsx +1 -1
  49. package/src/core/FeaturedLink/FeaturedLink.stories.tsx +1 -1
  50. package/src/core/FeaturedLink.tsx +1 -1
  51. package/src/core/Flash/Flash.stories.tsx +1 -1
  52. package/src/core/Flash.tsx +4 -4
  53. package/src/core/Footer/Footer.stories.tsx +1 -1
  54. package/src/core/Footer.tsx +3 -3
  55. package/src/core/Icon/Icon.stories.tsx +1 -1
  56. package/src/core/Loader/Loader.stories.tsx +1 -1
  57. package/src/core/Logo/Logo.stories.tsx +1 -1
  58. package/src/core/Meganav/Meganav.stories.tsx +1 -1
  59. package/src/core/Meganav.tsx +17 -19
  60. package/src/core/MeganavBlogPostsList.tsx +2 -2
  61. package/src/core/MeganavContentCompany.tsx +5 -5
  62. package/src/core/MeganavContentDevelopers.tsx +2 -2
  63. package/src/core/MeganavContentProducts.tsx +2 -2
  64. package/src/core/MeganavContentUseCases.tsx +2 -2
  65. package/src/core/MeganavControl.tsx +2 -2
  66. package/src/core/MeganavControlMobileDropdown.tsx +2 -2
  67. package/src/core/MeganavControlMobilePanelClose.tsx +1 -2
  68. package/src/core/MeganavControlMobilePanelOpen.tsx +1 -2
  69. package/src/core/MeganavItemsDesktop.tsx +3 -3
  70. package/src/core/MeganavItemsMobile.tsx +9 -9
  71. package/src/core/MeganavItemsSignedIn.tsx +4 -8
  72. package/src/core/MeganavSearch.tsx +3 -3
  73. package/src/core/MeganavSearchPanel.tsx +4 -4
  74. package/src/core/MeganavSearchSuggestions.tsx +2 -2
  75. package/src/core/Notice/component.js +1 -1
  76. package/src/core/Notice.tsx +3 -4
  77. package/src/core/SignOutLink.tsx +1 -1
  78. package/src/core/Slider/Slider.stories.tsx +1 -1
  79. package/src/core/Slider.tsx +3 -3
  80. package/src/core/Table/TableCell.tsx +1 -1
  81. package/src/core/Table/data.tsx +3 -3
  82. package/src/core/Table.tsx +3 -3
  83. package/src/core/Tooltip/Tooltip.stories.tsx +1 -1
  84. package/src/core/Tooltip.tsx +1 -2
  85. package/src/pages/Buttons.mdx +1 -1
  86. package/src/pages/Chips.mdx +1 -1
  87. package/src/pages/Forms.mdx +2 -2
  88. package/core/Accordion/component.js +0 -0
  89. package/core/ConnectStateWrapper/component.js +0 -0
  90. package/core/CookieMessage/component.js +0 -1
  91. package/core/CustomerLogos/component.js +0 -0
  92. package/core/DropdownMenu/component.js +0 -0
  93. package/core/FeaturedLink/component.js +0 -0
  94. package/core/Flash/component.js +0 -1
  95. package/core/Footer/component.js +0 -1
  96. package/core/Icon/component.js +0 -0
  97. package/core/Loader/component.js +0 -0
  98. package/core/Logo/component.js +0 -0
  99. package/core/MeganavContentCompany/.DS_Store +0 -0
  100. package/core/MeganavContentCompany/component.js +0 -0
  101. package/core/MeganavContentDevelopers/.DS_Store +0 -0
  102. package/core/MeganavContentDevelopers/component.js +0 -0
  103. package/core/MeganavContentProducts/.DS_Store +0 -0
  104. package/core/MeganavContentProducts/component.js +0 -0
  105. package/core/MeganavContentUseCases/.DS_Store +0 -0
  106. package/core/MeganavContentUseCases/component.js +0 -0
  107. package/core/MeganavItemsDesktop/.DS_Store +0 -0
  108. package/core/MeganavItemsDesktop/component.js +0 -0
  109. package/core/MeganavItemsMobile/.DS_Store +0 -0
  110. package/core/MeganavItemsMobile/component.js +0 -0
  111. package/core/MeganavItemsSignedIn/.DS_Store +0 -0
  112. package/core/MeganavItemsSignedIn/component.js +0 -0
  113. package/core/MeganavSearch/.DS_Store +0 -0
  114. package/core/MeganavSearch/component.js +0 -0
  115. package/core/MeganavSearchPanel/.DS_Store +0 -0
  116. package/core/MeganavSearchPanel/component.js +0 -0
  117. package/core/SignOutLink/.DS_Store +0 -0
  118. package/core/SignOutLink/component.js +0 -0
  119. package/src/core/Accordion/component.js +0 -0
  120. package/src/core/ConnectStateWrapper/component.js +0 -0
  121. package/src/core/CookieMessage/component.js +0 -1
  122. package/src/core/CustomerLogos/component.js +0 -0
  123. package/src/core/DropdownMenu/component.js +0 -0
  124. package/src/core/FeaturedLink/component.js +0 -0
  125. package/src/core/Flash/component.js +0 -1
  126. package/src/core/Footer/component.js +0 -1
  127. package/src/core/Icon/component.js +0 -0
  128. package/src/core/Loader/component.js +0 -0
  129. package/src/core/Logo/component.js +0 -0
  130. package/src/core/MeganavContentCompany/.DS_Store +0 -0
  131. package/src/core/MeganavContentCompany/component.js +0 -0
  132. package/src/core/MeganavContentDevelopers/.DS_Store +0 -0
  133. package/src/core/MeganavContentDevelopers/component.js +0 -0
  134. package/src/core/MeganavContentProducts/.DS_Store +0 -0
  135. package/src/core/MeganavContentProducts/component.js +0 -0
  136. package/src/core/MeganavContentUseCases/.DS_Store +0 -0
  137. package/src/core/MeganavContentUseCases/component.js +0 -1
  138. package/src/core/MeganavItemsDesktop/.DS_Store +0 -0
  139. package/src/core/MeganavItemsDesktop/component.js +0 -0
  140. package/src/core/MeganavItemsMobile/.DS_Store +0 -0
  141. package/src/core/MeganavItemsMobile/component.js +0 -0
  142. package/src/core/MeganavItemsSignedIn/.DS_Store +0 -0
  143. package/src/core/MeganavItemsSignedIn/component.js +0 -0
  144. package/src/core/MeganavSearch/.DS_Store +0 -0
  145. package/src/core/MeganavSearch/component.js +0 -0
  146. package/src/core/MeganavSearchPanel/.DS_Store +0 -0
  147. package/src/core/MeganavSearchPanel/component.js +0 -0
  148. package/src/core/SignOutLink/.DS_Store +0 -0
  149. package/src/core/SignOutLink/component.js +0 -0
@@ -1,8 +1,8 @@
1
1
  import React, { Fragment } from "react";
2
2
 
3
- import Tooltip from "../../Tooltip/component";
4
- import { Supported, Unsupported } from "../TableCell";
5
- import Table from "..";
3
+ import Tooltip from "../Tooltip";
4
+ import { Supported, Unsupported } from "./TableCell";
5
+ import Table from "../Table";
6
6
 
7
7
  const testRow = (index) => ({
8
8
  label: `Label ${index + 1}`,
@@ -1,5 +1,5 @@
1
- import { Table, TableRowHeader, TableHeader, TableBody } from "./Table";
2
- import { TableRow } from "./TableRow";
1
+ import { Table, TableRowHeader, TableHeader, TableBody } from "./Table/Table";
2
+ import { TableRow } from "./Table/TableRow";
3
3
  import {
4
4
  TableCell,
5
5
  LabelCell,
@@ -7,7 +7,7 @@ import {
7
7
  CtaCell,
8
8
  Supported,
9
9
  Unsupported,
10
- } from "./TableCell";
10
+ } from "./Table/TableCell";
11
11
 
12
12
  export default {
13
13
  Root: Table,
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import Tooltip from "./component";
2
+ import Tooltip from "../Tooltip";
3
3
 
4
4
  export default {
5
5
  title: "Components/Tooltip",
@@ -1,6 +1,5 @@
1
1
  import React, { PropsWithChildren, useEffect, useRef, useState } from "react";
2
- import Icon from "../Icon/component.tsx";
3
-
2
+ import Icon from "./Icon";
4
3
  const Tooltip = ({ children }: PropsWithChildren) => {
5
4
  const [open, setOpen] = useState(false);
6
5
  const [position, setPosition] = useState({ x: 0, y: 0 });
@@ -1,5 +1,5 @@
1
1
  import { Meta, Unstyled } from "@storybook/blocks";
2
- import Icon from "../core/Icon/component.tsx";
2
+ import Icon from "../core/Icon";
3
3
 
4
4
  <Meta title="Brand/Buttons" />
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { Meta, Unstyled } from "@storybook/blocks";
2
- import Icon from "../core/Icon/component.tsx";
2
+ import Icon from "../core/Icon";
3
3
 
4
4
  <Meta title="Brand/Chips" />
5
5
 
@@ -1,7 +1,7 @@
1
1
  import { Meta, Unstyled } from "@storybook/blocks";
2
2
  import { formsHtml } from "./utils";
3
- import Code from "../core/Code/component.tsx";
4
- import Icon from "../core/Icon/component.tsx";
3
+ import Code from "../core/Code";
4
+ import Icon from "../core/Icon";
5
5
 
6
6
  <Meta title="Brand/Forms" />
7
7
 
File without changes
File without changes
@@ -1 +0,0 @@
1
- import"./component.css";
File without changes
File without changes
File without changes
@@ -1 +0,0 @@
1
- import"./component.css";
@@ -1 +0,0 @@
1
- import"./component.css";
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
Binary file
File without changes
Binary file
File without changes
Binary file
File without changes
Binary file
File without changes
Binary file
File without changes
Binary file
File without changes
File without changes
File without changes
@@ -1 +0,0 @@
1
- import "./component.css";
File without changes
File without changes
File without changes
@@ -1 +0,0 @@
1
- import "./component.css";
@@ -1 +0,0 @@
1
- import "./component.css";
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1 +0,0 @@
1
- // TODO: Webpack expects a .js file for any component
File without changes
File without changes
File without changes
Binary file
File without changes
File without changes
Binary file
File without changes