This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ html: |
20
20
classes :
21
21
- name : .ais-Breadcrumb
22
22
description : the root div of the widget
23
+ - name : .ais-Breadcrumb--noRefinement
24
+ description : the root div of the widget with no refinement
23
25
- name : .ais-Breadcrumb-list
24
26
description : the list of all breadcrumb items
25
27
- name : .ais-Breadcrumb-item
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ althtml2: |
116
116
classes :
117
117
- name : .ais-HierarchicalMenu
118
118
description : the root div of the widget
119
+ - name : .ais-HierarchicalMenu--noRefinement
120
+ description : the root div of the widget with no refinement
119
121
- name : .ais-HierarchicalMenu-header
120
122
description : the header of the widget (optional)
121
123
- name : .ais-HierarchicalMenu-body
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ html: |
11
11
classes :
12
12
- name : .ais-MenuSelect
13
13
description : the root div of the widget
14
+ - name : .ais-MenuSelect--noRefinement
15
+ description : the root div of the widget with no refinement
14
16
- name : .ais-MenuSelect-header
15
17
description : the header of the widget (optional)
16
18
- name : .ais-MenuSelect-body
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ althtml2: |
88
88
classes :
89
89
- name : .ais-Menu
90
90
description : the root div of the widget
91
+ - name : .ais-Menu--noRefinement
92
+ description : the root div of the widget with no refinement
91
93
- name : .ais-Menu-searchBox
92
94
description : the search box of the widget
93
95
- name : .ais-Menu-list
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ html: |
21
21
classes :
22
22
- name : .ais-NumericMenu
23
23
description : the root div of the widget
24
+ - name : .ais-NumericMenu--noRefinement
25
+ description : the root div of the widget with no refinement
24
26
- name : .ais-NumericMenu-list
25
27
description : the list of all refinement items
26
28
- name : .ais-NumericMenu-item
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ html: |
33
33
classes :
34
34
- name : .ais-Pagination
35
35
description : the root div of the widget
36
+ - name : .ais-Pagination--noRefinement
37
+ description : the root div of the widget with no refinement
36
38
- name : .ais-Pagination-list
37
39
description : the list of all pagination items
38
40
- name : .ais-Pagination-item
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ html: |
19
19
classes :
20
20
- name : .ais-RangeInput
21
21
description : the root div of the widget
22
+ - name : .ais-RangeInput--noRefinement
23
+ description : the root div of the widget with no refinement
22
24
- name : .ais-RangeInput-form
23
25
description : the wrapping form
24
26
- name : .ais-RangeInput-label
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ html: |
46
46
classes :
47
47
- name : .ais-RatingMenu
48
48
description : the root div of the widget
49
+ - name : .ais-RatingMenu--noRefinement
50
+ description : the root div of the widget with no refinement
49
51
- name : .ais-RatingMenu-list
50
52
description : the list of ratings
51
53
- name : .ais-RatingMenu-item
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ althtml2: |
92
92
classes :
93
93
- name : .ais-RefinementList
94
94
description : the root div of the widget
95
+ - name : .ais-RefinementList--noRefinement
96
+ description : the root div of the widget with no refinement
95
97
- name : .ais-RefinementList-searchBox
96
98
description : the search box of the widget
97
99
- name : .ais-RefinementList-list
You can’t perform that action at this time.
0 commit comments