@ably/ui 17.5.5-dev.71cdd2bb → 17.5.5-dev.ac350f70

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/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4712,7 +4712,7 @@ export default ForwardRef;
4712
4712
  //# sourceMappingURL=icon-tech-zeromq.d.ts.map
4713
4713
  }
4714
4714
 
4715
- declare module '@ably/ui/core/Icon/components' {
4715
+ declare module '@ably/ui/core/Icon/components/index' {
4716
4716
  import IconDisplay48hrs from "@ably/ui/core/icon-display-48hrs";
4717
4717
  import IconDisplayAblyChannels from "@ably/ui/core/icon-display-ably-channels";
4718
4718
  import IconDisplayAboutAblyCol from "@ably/ui/core/icon-display-about-ably-col";
@@ -5826,7 +5826,7 @@ export const trackPageView: () => void;
5826
5826
  //# sourceMappingURL=datalayer.d.ts.map
5827
5827
  }
5828
5828
 
5829
- declare module '@ably/ui/core/insights' {
5829
+ declare module '@ably/ui/core/insights/index' {
5830
5830
  import { InsightsConfig, InsightsIdentity, TrackPageViewOptions } from "@ably/ui/core/types";
5831
5831
  export type { InsightsConfig };
5832
5832
  export const initInsights: (config: InsightsConfig) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "17.5.5-dev.71cdd2bb",
3
+ "version": "17.5.5-dev.ac350f70",
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",