@@ -53,12 +53,12 @@ <h1 style="margin: 0 auto; text-align: center">Modal</h1>
53
53
**************************************************
54
54
-->
55
55
< div class ="parent ">
56
- < div class ="child right-aligned-text "> Width S</ div >
56
+ < div class ="child right-aligned-text "> WidthScale S</ div >
57
57
58
- <!-- small width & scale -->
58
+ <!-- small widthScale & scale -->
59
59
< div class ="child ">
60
- < calcite-modal class ="js-modal-s-s " width ="s " scale ="s ">
61
- < h3 slot ="header "> Small width and small scale modal</ h3 >
60
+ < calcite-modal class ="js-modal-s-s " width-scale ="s " scale ="s ">
61
+ < h3 slot ="header "> Small widthScale and small scale modal</ h3 >
62
62
< div slot ="content ">
63
63
< p >
64
64
The small modal is perfect for short confirmation dialogs or very compact interfaces with few elements.
@@ -82,10 +82,10 @@ <h3 slot="header">Small width and small scale modal</h3>
82
82
</ calcite-button >
83
83
</ div >
84
84
85
- <!-- small width & medium scale -->
85
+ <!-- small widthScale & medium scale -->
86
86
< div class ="child ">
87
- < calcite-modal class ="js-modal-s-m " width ="s " scale ="m ">
88
- < h3 slot ="header "> Small width and medium scale modal</ h3 >
87
+ < calcite-modal class ="js-modal-s-m " width-scale ="s " scale ="m ">
88
+ < h3 slot ="header "> Small widthScale and medium scale modal</ h3 >
89
89
< div slot ="content ">
90
90
< p >
91
91
The small modal is perfect for short confirmation dialogs or very compact interfaces with few elements.
@@ -109,10 +109,10 @@ <h3 slot="header">Small width and medium scale modal</h3>
109
109
</ calcite-button >
110
110
</ div >
111
111
112
- <!-- small width & large scale -->
112
+ <!-- small widthScale & large scale -->
113
113
< div class ="child ">
114
- < calcite-modal class ="js-modal-s-l " width ="s " scale ="l ">
115
- < h3 slot ="header "> Small width and large scale modal</ h3 >
114
+ < calcite-modal class ="js-modal-s-l " width-scale ="s " scale ="l ">
115
+ < h3 slot ="header "> Small widthScale and large scale modal</ h3 >
116
116
< div slot ="content ">
117
117
< p >
118
118
The small modal is perfect for short confirmation dialogs or very compact interfaces with few elements.
@@ -143,12 +143,12 @@ <h3 slot="header">Small width and large scale modal</h3>
143
143
**************************************************
144
144
-->
145
145
< div class ="parent ">
146
- < div class ="child right-aligned-text "> Width M</ div >
146
+ < div class ="child right-aligned-text "> WidthScale M</ div >
147
147
148
- <!-- medium width & small scale -->
148
+ <!-- medium widthScale & small scale -->
149
149
< div class ="child ">
150
- < calcite-modal class ="js-modal-m-s " width ="m " scale ="s ">
151
- < h3 slot ="header "> Medium wdith and small scale modal</ h3 >
150
+ < calcite-modal class ="js-modal-m-s " width-scale ="m " scale ="s ">
151
+ < h3 slot ="header "> Medium wdithScale and small scale modal</ h3 >
152
152
< div slot ="content ">
153
153
< table >
154
154
< tbody >
@@ -184,10 +184,10 @@ <h3 slot="header">Medium wdith and small scale modal</h3>
184
184
</ calcite-button >
185
185
</ div >
186
186
187
- <!-- medium width & medium scale -->
187
+ <!-- medium widthScale & medium scale -->
188
188
< div class ="child ">
189
- < calcite-modal class ="js-modal-m-m " width ="m " scale ="m ">
190
- < h3 slot ="header "> Medium width and medium scale modal</ h3 >
189
+ < calcite-modal class ="js-modal-m-m " width-scale ="m " scale ="m ">
190
+ < h3 slot ="header "> Medium widthScale and medium scale modal</ h3 >
191
191
< div slot ="content ">
192
192
< table >
193
193
< tbody >
@@ -223,10 +223,10 @@ <h3 slot="header">Medium width and medium scale modal</h3>
223
223
</ calcite-button >
224
224
</ div >
225
225
226
- <!-- medium width & large scale -->
226
+ <!-- medium widthScale & large scale -->
227
227
< div class ="child ">
228
- < calcite-modal class ="js-modal-m-l " width ="m " scale ="l ">
229
- < h3 slot ="header "> Medium width and large scale modal</ h3 >
228
+ < calcite-modal class ="js-modal-m-l " width-scale ="m " scale ="l ">
229
+ < h3 slot ="header "> Medium widthScale and large scale modal</ h3 >
230
230
< div slot ="content ">
231
231
< table >
232
232
< tbody >
@@ -269,12 +269,12 @@ <h3 slot="header">Medium width and large scale modal</h3>
269
269
**************************************************
270
270
-->
271
271
< div class ="parent ">
272
- < div class ="child right-aligned-text "> Width L</ div >
272
+ < div class ="child right-aligned-text "> WidthScale L</ div >
273
273
274
- <!-- large width & small scale -->
274
+ <!-- large widthScale & small scale -->
275
275
< div class ="child ">
276
- < calcite-modal class ="js-modal-l-s " width ="l " scale ="s ">
277
- < h3 slot ="header "> Large width and small scale modal</ h3 >
276
+ < calcite-modal class ="js-modal-l-s " width-scale ="l " scale ="s ">
277
+ < h3 slot ="header "> Large widthScale and small scale modal</ h3 >
278
278
< div slot ="content ">
279
279
< p >
280
280
This modal will be fullscreen until it is as wide as the calcite-web grid's max-width. This enables you
@@ -300,10 +300,10 @@ <h3 slot="header">Large width and small scale modal</h3>
300
300
</ calcite-button >
301
301
</ div >
302
302
303
- <!-- large width & medium scale -->
303
+ <!-- large widthScale & medium scale -->
304
304
< div class ="child ">
305
- < calcite-modal class ="js-modal-l-m " width ="l " scale ="m ">
306
- < h3 slot ="header "> Large width and medium scale modal</ h3 >
305
+ < calcite-modal class ="js-modal-l-m " width-scale ="l " scale ="m ">
306
+ < h3 slot ="header "> Large widthScale and medium scale modal</ h3 >
307
307
< div slot ="content ">
308
308
< p >
309
309
This modal will be fullscreen until it is as wide as the calcite-web grid's max-width. This enables you
@@ -329,10 +329,10 @@ <h3 slot="header">Large width and medium scale modal</h3>
329
329
</ calcite-button >
330
330
</ div >
331
331
332
- <!-- large width & large scale -->
332
+ <!-- large widthScale & large scale -->
333
333
< div class ="child ">
334
- < calcite-modal class ="js-modal-l-l " width ="l " scale ="l ">
335
- < h3 slot ="header "> Large width and large scale modal</ h3 >
334
+ < calcite-modal class ="js-modal-l-l " width-scale ="l " scale ="l ">
335
+ < h3 slot ="header "> Large widthScale and large scale modal</ h3 >
336
336
< div slot ="content ">
337
337
< p >
338
338
This modal will be fullscreen until it is as wide as the calcite-web grid's max-width. This enables you
@@ -873,7 +873,7 @@ <h3 slot="header">Fullscreen modal</h3>
873
873
**************************************************
874
874
-->
875
875
< div class ="child ">
876
- < calcite-modal class ="js-modal-docked " status ="info " docked width ="s ">
876
+ < calcite-modal class ="js-modal-docked " status ="info " docked width-scale ="s ">
877
877
< h3 slot ="header "> Docked</ h3 >
878
878
< div slot ="content ">
879
879
< p >
0 commit comments