bromcom-ui 2.4.11 → 2.4.14

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,34 @@
1
+ export declare namespace BcmAtomsState {
2
+ interface BaseAtoms {
3
+ id: string | number;
4
+ }
5
+ interface Button extends BaseAtoms {
6
+ type: any;
7
+ hidden: any;
8
+ size: any;
9
+ disabled: any;
10
+ outline: any;
11
+ icon: any;
12
+ href: any;
13
+ kind: any;
14
+ target: any;
15
+ value: string;
16
+ loading: boolean;
17
+ variant: any;
18
+ fullWidth: boolean;
19
+ iconPosition: any;
20
+ variantClass: string;
21
+ isIconOnly: boolean;
22
+ iconSize: any;
23
+ dataDismiss: () => void;
24
+ }
25
+ interface Badge extends BaseAtoms {
26
+ blink?: any;
27
+ value?: any;
28
+ _slot?: any;
29
+ color?: any;
30
+ size?: any;
31
+ status?: any;
32
+ }
33
+ }
34
+ export default BcmAtomsState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bromcom-ui",
3
- "version": "2.4.11",
3
+ "version": "2.4.14",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",