File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
docs/documentation/docs/controls Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ workflows:
120
120
- build :
121
121
filters :
122
122
branches :
123
- ignore : /^(dev|master|v2)/
123
+ ignore : /^(dev|master|v2|v2-dev|v1-dev )/
124
124
release_next :
125
125
jobs :
126
126
- build :
@@ -129,6 +129,7 @@ workflows:
129
129
only :
130
130
- dev
131
131
- v2
132
+ - v2-dev
132
133
- build_next :
133
134
requires :
134
135
- build
@@ -137,6 +138,7 @@ workflows:
137
138
only :
138
139
- dev
139
140
- v2
141
+ - v2-dev
140
142
- publish_next :
141
143
requires :
142
144
- build_next
@@ -145,6 +147,7 @@ workflows:
145
147
only :
146
148
- dev
147
149
- v2
150
+ - v2-dev
148
151
release :
149
152
jobs :
150
153
- build :
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ Provides options for carousel indicators' shape.
166
166
enum ` CarouselIndicatorsDisplay `
167
167
168
168
Provides options for carousel indicators display mode.
169
+
169
170
| Value | Description |
170
171
| ---- | ---- |
171
172
| overlap | Indicators are displayed on top of the carousel content |
@@ -174,6 +175,7 @@ Provides options for carousel indicators display mode.
174
175
Interface ` ICarouselImageProps `
175
176
176
177
Allows to easily render a set of ` CarouselImage ` components in the carousel
178
+
177
179
| Property | Type | Required | Description |
178
180
| ---- | ---- | ---- | ---- |
179
181
| imageSrc | string | yes | Image source |
You can’t perform that action at this time.
0 commit comments