@speakapbv/dough-component-library 10.6.1 → 10.7.0

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.
@@ -0,0 +1,4 @@
1
+ declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("./card").CardProps>;
2
+ export default _default;
3
+ export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, import("./card").CardProps>;
4
+ export declare const ActionCard: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, import("./card").CardProps>;
@@ -39,6 +39,10 @@ export declare enum FixedColors {
39
39
  SELECTOR4 = "dough-color-selector-4",
40
40
  SELECTOR5 = "dough-color-selector-5"
41
41
  }
42
+ export declare enum CardColors {
43
+ ORANGE = "dough-color-card-orange-light",
44
+ BLUE = "dough-color-card-blue-light"
45
+ }
42
46
  export declare enum ColorsText {
43
47
  DEFAULT = "dough-color-text-default",
44
48
  BLACK = "dough-color-text-black",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakapbv/dough-component-library",
3
- "version": "10.6.1",
3
+ "version": "10.7.0",
4
4
  "description": "DOUGH: Speakap React Component Library",
5
5
  "author": "Speakap",
6
6
  "license": "MIT",
@@ -94,7 +94,7 @@
94
94
  "dist"
95
95
  ],
96
96
  "dependencies": {
97
- "@speakapbv/dough-component-library-tokens": "1.6.0"
97
+ "@speakapbv/dough-component-library-tokens": "1.7.2"
98
98
  },
99
99
  "publishConfig": {
100
100
  "registry": "https://registry.npmjs.org/"