@useinsider/ab-components 0.0.86-beta.2 → 0.0.86-beta.3

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/dist/index.d.ts CHANGED
@@ -471,6 +471,15 @@ declare interface ColorPickerProps {
471
471
  showOpacityInHex?: boolean;
472
472
  }
473
473
 
474
+ export declare const ColorPreview: DefineComponent<ColorPreviewProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColorPreviewProps> & Readonly<{}>, {
475
+ size: "small" | "default";
476
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
477
+
478
+ export declare interface ColorPreviewProps {
479
+ colors: string[];
480
+ size?: 'small' | 'default';
481
+ }
482
+
474
483
  declare type CustomIconNames = keyof typeof customIconObjects;
475
484
 
476
485
  declare const customIconObjects: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/ab-components",
3
- "version": "0.0.86-beta.2",
3
+ "version": "0.0.86-beta.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"