Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9dad90c

Browse files
author
Ronan Levesque
committed
Add -noRefinement classes
1 parent 303923c commit 9dad90c

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed

content/widgets/breadcrumb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ html: |
2020
classes:
2121
- name: .ais-Breadcrumb
2222
description: the root div of the widget
23+
- name: .ais-Breadcrumb--noRefinement
24+
description: the root div of the widget with no refinement
2325
- name: .ais-Breadcrumb-list
2426
description: the list of all breadcrumb items
2527
- name: .ais-Breadcrumb-item

content/widgets/hierarchical-menu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ althtml2: |
116116
classes:
117117
- name: .ais-HierarchicalMenu
118118
description: the root div of the widget
119+
- name: .ais-HierarchicalMenu--noRefinement
120+
description: the root div of the widget with no refinement
119121
- name: .ais-HierarchicalMenu-header
120122
description: the header of the widget (optional)
121123
- name: .ais-HierarchicalMenu-body

content/widgets/menu-select.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ html: |
1111
classes:
1212
- name: .ais-MenuSelect
1313
description: the root div of the widget
14+
- name: .ais-MenuSelect--noRefinement
15+
description: the root div of the widget with no refinement
1416
- name: .ais-MenuSelect-header
1517
description: the header of the widget (optional)
1618
- name: .ais-MenuSelect-body

content/widgets/menu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ althtml2: |
8888
classes:
8989
- name: .ais-Menu
9090
description: the root div of the widget
91+
- name: .ais-Menu--noRefinement
92+
description: the root div of the widget with no refinement
9193
- name: .ais-Menu-searchBox
9294
description: the search box of the widget
9395
- name: .ais-Menu-list

content/widgets/numeric-menu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ html: |
2121
classes:
2222
- name: .ais-NumericMenu
2323
description: the root div of the widget
24+
- name: .ais-NumericMenu--noRefinement
25+
description: the root div of the widget with no refinement
2426
- name: .ais-NumericMenu-list
2527
description: the list of all refinement items
2628
- name: .ais-NumericMenu-item

content/widgets/pagination.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ html: |
3333
classes:
3434
- name: .ais-Pagination
3535
description: the root div of the widget
36+
- name: .ais-Pagination--noRefinement
37+
description: the root div of the widget with no refinement
3638
- name: .ais-Pagination-list
3739
description: the list of all pagination items
3840
- name: .ais-Pagination-item

content/widgets/range-input.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ html: |
1919
classes:
2020
- name: .ais-RangeInput
2121
description: the root div of the widget
22+
- name: .ais-RangeInput--noRefinement
23+
description: the root div of the widget with no refinement
2224
- name: .ais-RangeInput-form
2325
description: the wrapping form
2426
- name: .ais-RangeInput-label

content/widgets/rating-menu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ html: |
4646
classes:
4747
- name: .ais-RatingMenu
4848
description: the root div of the widget
49+
- name: .ais-RatingMenu--noRefinement
50+
description: the root div of the widget with no refinement
4951
- name: .ais-RatingMenu-list
5052
description: the list of ratings
5153
- name: .ais-RatingMenu-item

content/widgets/refinement-list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ althtml2: |
9292
classes:
9393
- name: .ais-RefinementList
9494
description: the root div of the widget
95+
- name: .ais-RefinementList--noRefinement
96+
description: the root div of the widget with no refinement
9597
- name: .ais-RefinementList-searchBox
9698
description: the search box of the widget
9799
- name: .ais-RefinementList-list

0 commit comments

Comments
 (0)