Is this a regression?
Description
In tag, size is passed in as DaffButtonSize, and the defaultSize value is "sm", even though it's set to md in the component.
https://next.daff.io/docs/design/components/tag?tab=api-tab
Spinner's size is also set to DaffButtonSize.
https://next.daff.io/docs/design/components/spinner?tab=api-tab
Environment
- Daffodil version: 0.92.0
- Angular version:
- Browser(s):
- Node version: run
node --version
- Operating system:
Steps to reproduce
Steps to reproduce:
- Visit https://next.daff.io/docs/design/components/tag?tab=api-tab or https://next.daff.io/docs/design/components/spinner?tab=api-tab
Expected behavior
size for each component should pass in the correct values instead of DaffButtonSize
Actual behavior
DaffButtonSize is being used throughout design components.
Additional context
No response
Is this a regression?
Description
In tag, size is passed in as
DaffButtonSize, and thedefaultSizevalue is"sm", even though it's set tomdin the component.https://next.daff.io/docs/design/components/tag?tab=api-tab
Spinner's size is also set to
DaffButtonSize.https://next.daff.io/docs/design/components/spinner?tab=api-tab
Environment
node --versionSteps to reproduce
Steps to reproduce:
Expected behavior
size for each component should pass in the correct values instead of
DaffButtonSizeActual behavior
DaffButtonSizeis being used throughout design components.Additional context
No response