|
44 | 44 | /// @prop {Map} success-secondary-color [color: ('success')] - The success color used in the valid state.
|
45 | 45 | /// @prop {Map} warning-secondary-color [color: ('warn')] - The warning color used in the warning state.
|
46 | 46 | /// @prop {Map} error-secondary-color [color: ('error')] - The error color used in the error state.
|
47 |
| -/// @prop {Map} $success-shadow-color [color: ('success', 500, .38)] - The shadow/border color for success state for bootstrap input group. |
48 |
| -/// @prop {Map} $error-shadow-color [color: ('error', 500, .38)] - The shadow/border color for error state for bootstrap input group. |
| 47 | +/// @prop {Map} success-shadow-color [color: ('success', 500, .38)] - The shadow/border color for success state for bootstrap input group. |
| 48 | +/// @prop {Map} error-shadow-color [color: ('error', 500, .38)] - The shadow/border color for error state for bootstrap input group. |
49 | 49 | /// @prop {Map} placeholder-color [color: ('gray', 700)] - The placeholder color of an input group.
|
50 | 50 | /// @prop {Map} disabled-placeholder-color [color: ('gray', 500)] - The disabled placeholder color of an input group.
|
51 | 51 | /// @prop {Number} box-border-radius [4px 4px 0 0] - The border radius used for box input. Can be a fraction between 0 and 1, pixels, or percent.
|
@@ -258,7 +258,6 @@ $light-input-group: extend(
|
258 | 258 | /// @prop {Map} input-suffix-background [color: ('gray', 100)] - The background color of an input suffix of type line, box and border.
|
259 | 259 | /// @prop {Map} input-suffix-background-filled [color: ('gray', 100)] - The background color of an input suffix in the filled state.
|
260 | 260 | /// @prop {Map} input-suffix-background--focused [color: ('gray', 100)] - The background color of an input suffix in the focused state.
|
261 |
| - |
262 | 261 | /// @requires {Map} $light-input-group
|
263 | 262 | /// @requires {Map} $fluent-elevation-input-group
|
264 | 263 | $fluent-input-group: extend(
|
@@ -387,7 +386,6 @@ $fluent-input-group: extend(
|
387 | 386 | /// @prop {Map} input-suffix-background [color: ('gray', 300)] - The background color of an input suffix in the idle state.
|
388 | 387 | /// @prop {Map} input-suffix-background-filled [color: ('gray', 300)] - The background color of an input suffix in the filled state.
|
389 | 388 | /// @prop {Map} input-suffix-background--focused [color: ('gray', 300)] - The background color of an input suffix in the focused state.
|
390 |
| - |
391 | 389 | /// @requires {Map} $light-input-group
|
392 | 390 | $bootstrap-input-group: extend(
|
393 | 391 | $light-input-group,
|
@@ -503,9 +501,9 @@ $bootstrap-input-group: extend(
|
503 | 501 | /// @prop {Map} placeholder-color [color: ('gray', 300)] - The placeholder color of an input group.
|
504 | 502 | /// @prop {Map} disabled-placeholder-color [color: ('gray', 300)] - The disabled placeholder color of an input group.
|
505 | 503 | /// @prop {Map} input-prefix-color--filled [color: ('gray', 600)] - The input prefix color in the filled state.
|
506 |
| -/// @param {Map} $input-suffix-color--filled [color: ('gray', 600)] - The input suffix color in the filled state. |
| 504 | +/// @prop {Map} input-suffix-color--filled [color: ('gray', 600)] - The input suffix color in the filled state. |
507 | 505 | /// @prop {Map} input-prefix-color--focused [color: ('gray', 600)] - The input prefix color in the focused state.
|
508 |
| -/// @param {Map} $input-suffix-color--focused [color: ('gray', 600)] - The input suffix color in the focused state. |
| 506 | +/// @prop {Map} input-suffix-color--focused [color: ('gray', 600)] - The input suffix color in the focused state. |
509 | 507 | /// @requires {Map} $light-input-group
|
510 | 508 | /// @requires {Map} $indigo-elevation-input-group
|
511 | 509 | $indigo-input-group: extend(
|
|
0 commit comments