@ably/ui 14.7.2 → 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.
- package/core/Accordion.js +1 -1
- package/core/Pricing/PricingCards.js +1 -1
- package/core/icons/icon-display-chat-mono.svg +2 -2
- package/core/icons/icon-display-data-broadcast-mono.svg +3 -3
- package/core/icons/icon-display-equalisers-mono.svg +9 -9
- package/core/icons/icon-display-push-notifications-mono.svg +3 -3
- package/core/icons/icon-display-support-chat-mono.svg +5 -5
- package/core/sprites.svg +1 -1
- package/core/styles/colors/computed-colors.json +1 -1
- package/index.d.ts +1 -13
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
["bg-blue-
|
|
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
|
+
"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",
|