@dereekb/dbx-web 13.11.6 → 13.11.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.
|
@@ -1278,6 +1278,9 @@ class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
1278
1278
|
buttonStyle = input(...(ngDevMode ? [undefined, { debugName: "buttonStyle" }] : /* istanbul ignore next */ []));
|
|
1279
1279
|
color = input(...(ngDevMode ? [undefined, { debugName: "color" }] : /* istanbul ignore next */ []));
|
|
1280
1280
|
spinnerColor = input(...(ngDevMode ? [undefined, { debugName: "spinnerColor" }] : /* istanbul ignore next */ []));
|
|
1281
|
+
/**
|
|
1282
|
+
* @deprecated Use {@link color} with a {@link DbxColorConfig}, e.g. `[color]="{ color: '#ff0066' }"`. The `[dbxColor]` directive applies the background through `.dbx-color-bg`.
|
|
1283
|
+
*/
|
|
1281
1284
|
customButtonColor = input(...(ngDevMode ? [undefined, { debugName: "customButtonColor" }] : /* istanbul ignore next */ []));
|
|
1282
1285
|
customTextColor = input(...(ngDevMode ? [undefined, { debugName: "customTextColor" }] : /* istanbul ignore next */ []));
|
|
1283
1286
|
customSpinnerColor = input(...(ngDevMode ? [undefined, { debugName: "customSpinnerColor" }] : /* istanbul ignore next */ []));
|