@ambita/design-system 3.0.27-231.0 → 3.0.27-251.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.
|
Binary file
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="584" height="584" viewBox="0 0 584 584" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<style>
|
|
3
|
+
#favicon{fill: #8237DC;}
|
|
4
|
+
@media (prefers-color-scheme: dark) {
|
|
5
|
+
#favicon {fill: #FFF;}
|
|
6
|
+
}
|
|
7
|
+
</style>
|
|
8
|
+
<path id="favicon" d="M435.463 303.831C433.579 342.337 418.392 378.997 392.493 407.559C379.028 421.358 362.927 432.31 345.145 439.764C327.363 447.218 308.264 451.022 288.983 450.95C269.67 451.24 250.505 447.535 232.692 440.068C214.88 432.601 198.803 421.533 185.472 407.559C158.783 378.631 143.17 338.582 143.17 292.995V291.897C143.457 245.595 158.974 205.975 185.472 178.384C198.359 163.698 214.3 152.004 232.179 144.121C250.059 136.239 269.446 132.358 288.983 132.75C308.486 132.582 327.803 136.564 345.649 144.431C363.495 152.299 379.463 163.873 392.493 178.384C418.704 206.652 433.945 243.357 435.463 281.873V303.879V303.831ZM506.555 13.6517H482.682C470.171 13.6895 458.182 18.6755 449.335 27.5209C440.488 36.3662 435.501 48.3522 435.463 60.8614V61.5774C392.752 30.826 341.52 14.1414 288.887 13.8427C253.297 13.8319 218.094 21.2281 185.519 35.5606C152.944 49.893 123.709 70.848 99.6752 97.092C52.0738 146.784 24.2864 215.474 24 291.85V292.948C23.3913 365.437 50.4552 435.43 99.6752 488.66C123.969 514.427 153.301 534.926 185.85 548.886C218.399 562.845 253.47 569.967 288.887 569.809C341.43 569.835 392.671 553.465 435.463 522.981C435.589 535.428 440.616 547.324 449.455 556.089C458.294 564.855 470.232 569.785 482.682 569.809H506.555C519.066 569.771 531.055 564.785 539.902 555.94C548.749 547.095 553.736 535.109 553.774 522.599V60.8614C553.736 48.3522 548.749 36.3662 539.902 27.5209C531.055 18.6755 519.066 13.6895 506.555 13.6517V13.6517Z" fill="#8237DC"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Story } from '@storybook/vue3';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const StatusBadge: Story<import("@storybook/vue3").Args>;
|
|
8
|
+
export declare const Examples: Story<import("@storybook/vue3").Args>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const STATUS_TYPES: string[];
|