{"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":["\nexport 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'], defaultValue: 'contained',\n  },\n  width: { control: 'select', options: ['small', 'medium', 'large'], defaultValue: 'small' },\n  fullwidth: {\n    control: 'boolean'\n  },\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAcO,MAAM,MAAM,GAAgB;IACjC,SAAS;IACP,SAAS;IACT,SAAS;IACT,WAAW;IACX,SAAS;IACT,MAAM;IACN,SAAS;IACT;;AAGG,MAAM,aAAa,GAAG;AAC3B,IAAA,KAAK,EAAE;AACL,QAAA,OAAO,EAAE,QAAQ;AACjB,QAAA,OAAO,EAAE,MAAM;AAChB,KAAA;AACD,IAAA,OAAO,EAAE;AACP,QAAA,OAAO,EAAE,QAAQ;QACjB,OAAO,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,WAAW,CAAC,EAAE,YAAY,EAAE,WAAW;AACtE,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;AACT,QAAA,OAAO,EAAE;AACV,KAAA;;;ACrCH;;AAEG;;;;"}