@citizenplane/pimp 18.2.1 → 18.3.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.
- package/dist/components/CpBadge.vue.d.ts +2 -2
- package/dist/components/CpBadge.vue.d.ts.map +1 -1
- package/dist/components/icons/IconAirportAlt.vue.d.ts +3 -0
- package/dist/components/icons/IconAirportAlt.vue.d.ts.map +1 -0
- package/dist/constants/CpCustomIcons.d.ts +1 -0
- package/dist/constants/CpCustomIcons.d.ts.map +1 -1
- package/dist/pimp.es.js +1663 -1645
- package/dist/pimp.umd.js +41 -41
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/css/dimensions.css +1 -0
- package/src/components/CpBadge.vue +12 -1
- package/src/components/icons/IconAirportAlt.vue +12 -0
- package/src/constants/CpCustomIcons.ts +2 -0
- package/src/stories/CpBadge.stories.ts +1 -1
|
@@ -5,7 +5,7 @@ interface Props {
|
|
|
5
5
|
isSquare?: boolean;
|
|
6
6
|
label?: string;
|
|
7
7
|
leadingIcon?: string;
|
|
8
|
-
size?: '2xs' | 'xs' | 'sm' | 'md';
|
|
8
|
+
size?: '2xs' | 'xs' | 'sm' | 'md' | 'lg';
|
|
9
9
|
trailingIcon?: string;
|
|
10
10
|
variant?: 'outline' | 'soft' | 'solid';
|
|
11
11
|
}
|
|
@@ -23,7 +23,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
23
23
|
onOnClear?: (() => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
25
|
label: string;
|
|
26
|
-
size: "2xs" | "xs" | "sm" | "md";
|
|
26
|
+
size: "2xs" | "xs" | "sm" | "md" | "lg";
|
|
27
27
|
variant: "outline" | "soft" | "solid";
|
|
28
28
|
color: "neutral" | "accent" | "error" | "warning" | "success" | "blue" | "pink" | "magenta" | "yellow" | "white";
|
|
29
29
|
isClearable: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CpBadge.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpBadge.vue"],"names":[],"mappings":"AAgBA;
|
|
1
|
+
{"version":3,"file":"CpBadge.vue.d.ts","sourceRoot":"","sources":["../../src/components/CpBadge.vue"],"names":[],"mappings":"AAgBA;AAsTA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;IACjH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACxC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAA;CACvC;AAwHD,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAU,EAAE,QAAQ,IAAY,CAAE;AAChE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAwBxD,QAAA,MAAM,eAAe;;;;;WAzJX,MAAM;UAEP,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;aAE9B,SAAS,GAAG,MAAM,GAAG,OAAO;WAR9B,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO;iBAEnG,OAAO;iBAGP,MAAM;kBAEL,MAAM;6EA8JrB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=IconAirportAlt.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconAirportAlt.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icons/IconAirportAlt.vue"],"names":[],"mappings":";AAuDA,wBAKG"}
|
|
@@ -6,6 +6,7 @@ export declare const CustomCpIcons: {
|
|
|
6
6
|
aerosol: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
7
|
aggregator: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
airline: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
'airport-alt': import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
10
|
'airport-terminal': import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
11
|
'all-flight-alt': import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
12
|
arrival: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CpCustomIcons.d.ts","sourceRoot":"","sources":["../../src/constants/CpCustomIcons.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CpCustomIcons.d.ts","sourceRoot":"","sources":["../../src/constants/CpCustomIcons.ts"],"names":[],"mappings":"AAqIA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqIzB,CAAA"}
|