orbiq-neural-ui-kit 1.1.7 → 1.1.8

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.
@@ -434,7 +434,7 @@ class NeuralButtonComponent {
434
434
  ...(ngDevMode ? [{ debugName: "variant" }] : /* istanbul ignore next */ []));
435
435
  theme = input('gray', /* @ts-ignore */
436
436
  ...(ngDevMode ? [{ debugName: "theme" }] : /* istanbul ignore next */ []));
437
- size = input('md', /* @ts-ignore */
437
+ size = input('sm', /* @ts-ignore */
438
438
  ...(ngDevMode ? [{ debugName: "size" }] : /* istanbul ignore next */ []));
439
439
  type = input('button', /* @ts-ignore */
440
440
  ...(ngDevMode ? [{ debugName: "type" }] : /* istanbul ignore next */ []));