{"version":3,"file":"ng-vagabond-lab-ng-dsv-type.mjs","sources":["../../../projects/ng-dsv/type/color/color.type.ts","../../../projects/ng-dsv/type/ng-vagabond-lab-ng-dsv-type.ts"],"sourcesContent":["export type ButtonWidthType = 'small' | 'medium' | 'large';\nexport type ButtonVariantType = 'text' | 'outlined' | 'contained';\n\nexport type ColorType =\n    | 'default'\n    | 'inherit'\n    | 'primary'\n    | 'secondary'\n    | 'success'\n    | 'info'\n    | 'warning'\n    | 'error';\n\nexport const colors: ColorType[] = [\n    'default',\n    'inherit',\n    'primary',\n    'secondary',\n    'success',\n    'info',\n    'warning',\n    'error',\n];\n\nexport const colorControls = {\n    color: {\n        control: 'select',\n        options: colors,\n    },\n    variant: {\n        control: 'select',\n        options: ['text', 'outlined', 'contained'],\n        defaultValue: 'contained',\n    },\n    width: { control: 'select', options: ['small', 'medium', 'large'], defaultValue: 'small' },\n    fullwidth: {\n        control: 'boolean',\n    },\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAaO,MAAM,MAAM,GAAgB;IAC/B,SAAS;IACT,SAAS;IACT,SAAS;IACT,WAAW;IACX,SAAS;IACT,MAAM;IACN,SAAS;IACT,OAAO;;AAGJ,MAAM,aAAa,GAAG;AACzB,IAAA,KAAK,EAAE;AACH,QAAA,OAAO,EAAE,QAAQ;AACjB,QAAA,OAAO,EAAE,MAAM;AAClB,KAAA;AACD,IAAA,OAAO,EAAE;AACL,QAAA,OAAO,EAAE,QAAQ;AACjB,QAAA,OAAO,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,WAAW,CAAC;AAC1C,QAAA,YAAY,EAAE,WAAW;AAC5B,KAAA;AACD,IAAA,KAAK,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE;AAC1F,IAAA,SAAS,EAAE;AACP,QAAA,OAAO,EAAE,SAAS;AACrB,KAAA;;;ACrCL;;AAEG;;;;"}