@ably/ui 14.7.3 → 14.7.8-dev.40d3bee

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.
@@ -1 +1 @@
1
- ["bg-blue-400","bg-blue-100","bg-neutral-1300","bg-neutral-300","bg-neutral-200","bg-neutral-100","bg-neutral-000","bg-neutral-600","bg-orange-900","bg-orange-600","border-blue-400","border-neutral-200","border-neutral-600","border-neutral-500","border-orange-600","from-neutral-400","group-hover:bg-neutral-100","text-blue-600","text-blue-200","text-neutral-1300","text-neutral-300","text-neutral-000","text-neutral-1100","text-neutral-1000","text-neutral-800","text-neutral-700","text-neutral-600","text-neutral-500","text-orange-200","text-orange-600"]
1
+ ["bg-blue-100","bg-neutral-1300","bg-neutral-300","bg-neutral-200","bg-neutral-100","bg-neutral-000","bg-orange-900","border-neutral-500","from-neutral-400"]
package/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export type AccordionData = {
8
8
  name: string;
9
9
  icon?: IconName;
10
10
  content: ReactNode;
11
+ onClick?: () => void;
11
12
  };
12
13
  export type AccordionIcons = {
13
14
  closed: {
@@ -680,19 +681,6 @@ declare module '@ably/ui/core/Pricing/PricingCards' {
680
681
  import type { PricingDataFeature } from "@ably/ui/core/types";
681
682
  import { Theme } from ".@ably/ui/core/styles/colors/types";
682
683
  import { IconName } from ".@ably/ui/core/Icon/types";
683
- /**
684
- Pricing hack to get all the themes loaded
685
-
686
- themeColor("text-orange-600")
687
- themeColor("text-orange-1000")
688
- themeColor("text-neutral-000")
689
- themeColor("text-neutral-500")
690
- themeColor("text-neutral-600")
691
- themeColor("text-neutral-700")
692
- themeColor("text-neutral-1000")
693
- themeColor("text-blue-400")
694
- themeColor("text-blue-800")
695
- */
696
684
  export type PricingCardsProps = {
697
685
  data: PricingDataFeature[];
698
686
  theme?: Theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "14.7.3",
3
+ "version": "14.7.8-dev.40d3bee",
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",