@ctrliq/quantic-components 1.60.1 → 1.61.1

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.
@@ -15,6 +15,7 @@ export declare const BadgeColor: {
15
15
  };
16
16
  export type BadgeColor = ComponentColor;
17
17
  export declare const BadgeSize: {
18
+ readonly ExtraSmall: "xs";
18
19
  readonly Small: "sm";
19
20
  readonly Medium: "md";
20
21
  readonly Large: "lg";
@@ -25,7 +25,7 @@ declare const _default: {
25
25
  control: {
26
26
  type: string;
27
27
  };
28
- options: ("sm" | "md" | "lg")[];
28
+ options: ("xs" | "sm" | "md" | "lg")[];
29
29
  description: string;
30
30
  };
31
31
  rounded: {
@@ -51,6 +51,7 @@ export declare const Indigo: import("../shared/story").StoryObject<Args>;
51
51
  export declare const Purple: import("../shared/story").StoryObject<Args>;
52
52
  export declare const Pink: import("../shared/story").StoryObject<Args>;
53
53
  export declare const Orange: import("../shared/story").StoryObject<Args>;
54
+ export declare const ExtraSmall: import("../shared/story").StoryObject<Args>;
54
55
  export declare const Small: import("../shared/story").StoryObject<Args>;
55
56
  export declare const Medium: import("../shared/story").StoryObject<Args>;
56
57
  export declare const Large: import("../shared/story").StoryObject<Args>;
@@ -23,7 +23,7 @@ declare const _default: {
23
23
  control: {
24
24
  type: string;
25
25
  };
26
- options: ("sm" | "md" | "lg")[];
26
+ options: ("xs" | "sm" | "md" | "lg")[];
27
27
  description: string;
28
28
  };
29
29
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrliq/quantic-components",
3
- "version": "1.60.1",
3
+ "version": "1.61.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "exports": {
@@ -16,11 +16,6 @@
16
16
  },
17
17
  "unpkg": "dist/quantic-components.min.js",
18
18
  "jsdelivr": "dist/quantic-components.min.js",
19
- "repository": {
20
- "type": "git",
21
- "url": "git+https://github.com/ctrliq/quantic-design-system.git",
22
- "directory": "packages/components"
23
- },
24
19
  "publishConfig": {
25
20
  "registry": "https://registry.npmjs.org/",
26
21
  "access": "public"