@kouji-ui/core 0.8.0 → 0.8.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.
|
@@ -4694,7 +4694,7 @@ const KJ_BUTTON_GROUP = new InjectionToken('KjButtonGroup');
|
|
|
4694
4694
|
* them when extending: `[...KJ_BUTTON_DEFAULTS.variants, 'brand']`.
|
|
4695
4695
|
*/
|
|
4696
4696
|
const KJ_BUTTON_DEFAULTS = {
|
|
4697
|
-
variants: ['default', 'destructive', 'outline', 'ghost', 'link'],
|
|
4697
|
+
variants: ['default', 'destructive', 'outline', 'ghost', 'link', 'segmented'],
|
|
4698
4698
|
sizes: ['xs', 'sm', 'md', 'lg', 'xl', 'icon'],
|
|
4699
4699
|
defaults: { variant: 'default', size: 'md' },
|
|
4700
4700
|
};
|