Skip to content

Commit 3dee558

Browse files
committed
docs(sass): update sassdoc theme and theming package
Closes #12691
1 parent 9b9e588 commit 3dee558

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/source-map": "0.5.2",
6767
"fflate": "^0.7.3",
6868
"hammerjs": "^2.0.8",
69-
"igniteui-theming": "^1.4.1",
69+
"igniteui-theming": "^1.4.2",
7070
"igniteui-trial-watermark": "^1.0.3",
7171
"lodash-es": "^4.17.21",
7272
"rxjs": "^6.6.7",
@@ -110,7 +110,7 @@
110110
"gulp-uglify": "^3.0.1",
111111
"hammer-simulator": "0.0.1",
112112
"ig-typedoc-theme": "^4.2.0",
113-
"igniteui-sassdoc-theme": "^1.1.4",
113+
"igniteui-sassdoc-theme": "^1.1.6",
114114
"igniteui-webcomponents": "^4.2.1",
115115
"jasmine": "^4.5.0",
116116
"jasmine-core": "~4.5.0",
@@ -134,4 +134,4 @@
134134
"typedoc-plugin-localization": "^2.4.0",
135135
"typescript": "4.9.5"
136136
}
137-
}
137+
}

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_input-group.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
/// @prop {Map} success-secondary-color [color: ('success')] - The success color used in the valid state.
4545
/// @prop {Map} warning-secondary-color [color: ('warn')] - The warning color used in the warning state.
4646
/// @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.
4949
/// @prop {Map} placeholder-color [color: ('gray', 700)] - The placeholder color of an input group.
5050
/// @prop {Map} disabled-placeholder-color [color: ('gray', 500)] - The disabled placeholder color of an input group.
5151
/// @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(
258258
/// @prop {Map} input-suffix-background [color: ('gray', 100)] - The background color of an input suffix of type line, box and border.
259259
/// @prop {Map} input-suffix-background-filled [color: ('gray', 100)] - The background color of an input suffix in the filled state.
260260
/// @prop {Map} input-suffix-background--focused [color: ('gray', 100)] - The background color of an input suffix in the focused state.
261-
262261
/// @requires {Map} $light-input-group
263262
/// @requires {Map} $fluent-elevation-input-group
264263
$fluent-input-group: extend(
@@ -387,7 +386,6 @@ $fluent-input-group: extend(
387386
/// @prop {Map} input-suffix-background [color: ('gray', 300)] - The background color of an input suffix in the idle state.
388387
/// @prop {Map} input-suffix-background-filled [color: ('gray', 300)] - The background color of an input suffix in the filled state.
389388
/// @prop {Map} input-suffix-background--focused [color: ('gray', 300)] - The background color of an input suffix in the focused state.
390-
391389
/// @requires {Map} $light-input-group
392390
$bootstrap-input-group: extend(
393391
$light-input-group,
@@ -503,9 +501,9 @@ $bootstrap-input-group: extend(
503501
/// @prop {Map} placeholder-color [color: ('gray', 300)] - The placeholder color of an input group.
504502
/// @prop {Map} disabled-placeholder-color [color: ('gray', 300)] - The disabled placeholder color of an input group.
505503
/// @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.
507505
/// @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.
509507
/// @requires {Map} $light-input-group
510508
/// @requires {Map} $indigo-elevation-input-group
511509
$indigo-input-group: extend(

0 commit comments

Comments
 (0)