Skip to content

Commit 359c804

Browse files
committed
docs(query-builder): fix wrong docs
1 parent f325658 commit 359c804

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sass/themes/schemas/components/dark/_query-builder.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/// @type {Map}
1212
/// @prop {Map} subquery-header-background [color: ('gray', 50)] - The background color of the subquery header.
1313
/// @prop {Map} subquery-border-color [color: ('gray', 200)] - The border color of the query block.
14-
/// @prop {Map} separator-color [color: ('gray', 200)] - The separator color of the query block.
14+
/// @prop {Map} separator-color [color: ('gray', 300)] - The separator color of the query block.
1515
/// @prop {Color} color-expression-group-and [#da64ff] - The color of advanced filtering "AND" condition group.
1616
/// @prop {Color} color-expression-group-or [#19ad87] - The color of advanced filtering "OR" condition group.
1717
$dark-query-builder: (
@@ -76,7 +76,7 @@ $dark-bootstrap-query-builder: extend(
7676
/// @type {Map}
7777
/// @prop {Map} background [color: ('gray', 50)] - The background color of the query builder.
7878
/// @prop {Map} header-background [color: ('gray', 50)] - The background color of the query builder header.
79-
/// @prop {Map} subquery-header-background [contrast: ('gray', 50, .05)] - The background color of the subquery header.
79+
/// @prop {Map} subquery-header-background [contrast-color: ('gray', 50, .05)] - The background color of the subquery header.
8080
/// @prop {Map} subquery-border-color [color: ('gray', 100)] - The border color of the query block.
8181
/// @see $indigo-query-builder
8282
/// @requires $indigo-query-builder

sass/themes/schemas/components/light/_query-builder.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
/// @prop {Map} header-foreground [color: ('gray', 900)] - The foreground color of the query builder header.
1717
/// @prop {Color} header-border [transparent] - The border color of the query builder header.
1818
/// @prop {Map} label-foreground [color: ('gray', 700)] - The color for query builder labels "from" & "select".
19-
/// @prop {Map} separator-color [color: ('gray', 300)] - The separator color of the query builder tree block.
20-
/// @prop {Map} subquery-header-background [color: ('gray, 100')] - The background color of the subquery header.
19+
/// @prop {Map} separator-color [color: ('gray', 500)] - The separator color of the query builder tree block.
20+
/// @prop {Map} subquery-header-background [color: ('gray', 100)] - The background color of the subquery header.
2121
/// @prop {Map} subquery-border-color [color: ('gray', 300)] - The border color of the subquery block.
2222
/// @prop {Color} color-expression-group-and [#9c27b0] - The color of advanced filtering "AND" condition group.
2323
/// @prop {Color} color-expression-group-or [#007254] - The color of advanced filtering "OR" condition group.

0 commit comments

Comments
 (0)