gridstack 7.3.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/README.md +9 -2
  2. package/dist/dd-base-impl.d.ts +20 -20
  3. package/dist/dd-base-impl.js +31 -35
  4. package/dist/dd-base-impl.js.map +1 -1
  5. package/dist/dd-draggable.d.ts +28 -28
  6. package/dist/dd-draggable.js +336 -344
  7. package/dist/dd-draggable.js.map +1 -1
  8. package/dist/dd-droppable.d.ts +26 -26
  9. package/dist/dd-droppable.js +146 -148
  10. package/dist/dd-droppable.js.map +1 -1
  11. package/dist/dd-element.d.ts +27 -27
  12. package/dist/dd-element.js +90 -94
  13. package/dist/dd-element.js.map +1 -1
  14. package/dist/dd-gridstack.d.ts +34 -34
  15. package/dist/dd-gridstack.js +127 -124
  16. package/dist/dd-gridstack.js.map +1 -1
  17. package/dist/dd-manager.d.ts +22 -22
  18. package/dist/dd-manager.js +9 -13
  19. package/dist/dd-manager.js.map +1 -1
  20. package/dist/dd-resizable-handle.d.ts +14 -14
  21. package/dist/dd-resizable-handle.js +102 -105
  22. package/dist/dd-resizable-handle.js.map +1 -1
  23. package/dist/dd-resizable.d.ts +28 -28
  24. package/dist/dd-resizable.js +290 -296
  25. package/dist/dd-resizable.js.map +1 -1
  26. package/dist/dd-touch.d.ts +33 -33
  27. package/dist/dd-touch.js +173 -182
  28. package/dist/dd-touch.js.map +1 -1
  29. package/dist/es5/dd-base-impl.d.ts +20 -20
  30. package/dist/es5/dd-base-impl.js +40 -40
  31. package/dist/es5/dd-base-impl.js.map +1 -1
  32. package/dist/es5/dd-draggable.d.ts +28 -28
  33. package/dist/es5/dd-draggable.js +366 -367
  34. package/dist/es5/dd-draggable.js.map +1 -1
  35. package/dist/es5/dd-droppable.d.ts +26 -26
  36. package/dist/es5/dd-droppable.js +181 -179
  37. package/dist/es5/dd-droppable.js.map +1 -1
  38. package/dist/es5/dd-element.d.ts +27 -27
  39. package/dist/es5/dd-element.js +95 -95
  40. package/dist/es5/dd-element.js.map +1 -1
  41. package/dist/es5/dd-gridstack.d.ts +34 -34
  42. package/dist/es5/dd-gridstack.js +144 -144
  43. package/dist/es5/dd-gridstack.js.map +1 -1
  44. package/dist/es5/dd-manager.d.ts +22 -22
  45. package/dist/es5/dd-manager.js +16 -16
  46. package/dist/es5/dd-manager.js.map +1 -1
  47. package/dist/es5/dd-resizable-handle.d.ts +14 -14
  48. package/dist/es5/dd-resizable-handle.js +105 -106
  49. package/dist/es5/dd-resizable-handle.js.map +1 -1
  50. package/dist/es5/dd-resizable.d.ts +28 -28
  51. package/dist/es5/dd-resizable.js +317 -318
  52. package/dist/es5/dd-resizable.js.map +1 -1
  53. package/dist/es5/dd-touch.d.ts +33 -33
  54. package/dist/es5/dd-touch.js +185 -185
  55. package/dist/es5/dd-touch.js.map +1 -1
  56. package/dist/es5/gridstack-all.js +1 -1
  57. package/dist/es5/gridstack-all.js.LICENSE.txt +1 -1
  58. package/dist/es5/gridstack-all.js.map +1 -1
  59. package/dist/es5/gridstack-engine.d.ts +102 -102
  60. package/dist/es5/gridstack-engine.js +1000 -995
  61. package/dist/es5/gridstack-engine.js.map +1 -1
  62. package/dist/es5/gridstack-poly.js +1 -1
  63. package/dist/es5/gridstack.d.ts +392 -376
  64. package/dist/es5/gridstack.js +2254 -2233
  65. package/dist/es5/gridstack.js.map +1 -1
  66. package/dist/es5/types.d.ts +279 -284
  67. package/dist/es5/types.js +47 -35
  68. package/dist/es5/types.js.map +1 -1
  69. package/dist/es5/utils.d.ts +95 -93
  70. package/dist/es5/utils.js +600 -569
  71. package/dist/es5/utils.js.map +1 -1
  72. package/dist/gridstack-all.js +1 -1
  73. package/dist/gridstack-all.js.LICENSE.txt +1 -1
  74. package/dist/gridstack-all.js.map +1 -1
  75. package/dist/gridstack-engine.d.ts +102 -102
  76. package/dist/gridstack-engine.js +950 -954
  77. package/dist/gridstack-engine.js.map +1 -1
  78. package/dist/gridstack-extra.css +0 -390
  79. package/dist/gridstack-extra.min.css +1 -1
  80. package/dist/gridstack.css +19 -97
  81. package/dist/gridstack.d.ts +392 -376
  82. package/dist/gridstack.js +2155 -2157
  83. package/dist/gridstack.js.map +1 -1
  84. package/dist/gridstack.min.css +1 -1
  85. package/dist/ng/README.md +154 -0
  86. package/dist/ng/gridstack-item.component.d.ts +29 -0
  87. package/dist/ng/gridstack-item.component.js +65 -0
  88. package/dist/ng/gridstack-item.component.js.map +1 -0
  89. package/dist/ng/gridstack.component.d.ts +118 -0
  90. package/dist/ng/gridstack.component.js +245 -0
  91. package/dist/ng/gridstack.component.js.map +1 -0
  92. package/dist/src/gridstack-extra.scss +0 -2
  93. package/dist/src/gridstack.scss +14 -9
  94. package/dist/types.d.ts +279 -284
  95. package/dist/types.js +44 -35
  96. package/dist/types.js.map +1 -1
  97. package/dist/utils.d.ts +95 -93
  98. package/dist/utils.js +546 -527
  99. package/dist/utils.js.map +1 -1
  100. package/{dist → dist_save}/angular/gridstack-item.component.ts +5 -3
  101. package/{dist → dist_save}/angular/gridstack.component.ts +32 -18
  102. package/dist_save/dd-base-impl.d.ts +20 -0
  103. package/dist_save/dd-base-impl.js +36 -0
  104. package/dist_save/dd-base-impl.js.map +1 -0
  105. package/dist_save/dd-draggable.d.ts +28 -0
  106. package/dist_save/dd-draggable.js +343 -0
  107. package/dist_save/dd-draggable.js.map +1 -0
  108. package/dist_save/dd-droppable.d.ts +26 -0
  109. package/dist_save/dd-droppable.js +149 -0
  110. package/dist_save/dd-droppable.js.map +1 -0
  111. package/dist_save/dd-element.d.ts +27 -0
  112. package/dist_save/dd-element.js +95 -0
  113. package/dist_save/dd-element.js.map +1 -0
  114. package/dist_save/dd-gridstack.d.ts +34 -0
  115. package/dist_save/dd-gridstack.js +125 -0
  116. package/dist_save/dd-gridstack.js.map +1 -0
  117. package/dist_save/dd-manager.d.ts +22 -0
  118. package/dist_save/dd-manager.js +14 -0
  119. package/dist_save/dd-manager.js.map +1 -0
  120. package/dist_save/dd-resizable-handle.d.ts +14 -0
  121. package/dist_save/dd-resizable-handle.js +106 -0
  122. package/dist_save/dd-resizable-handle.js.map +1 -0
  123. package/dist_save/dd-resizable.d.ts +28 -0
  124. package/dist_save/dd-resizable.js +294 -0
  125. package/dist_save/dd-resizable.js.map +1 -0
  126. package/dist_save/dd-touch.d.ts +33 -0
  127. package/dist_save/dd-touch.js +183 -0
  128. package/dist_save/dd-touch.js.map +1 -0
  129. package/dist_save/es5/dd-base-impl.d.ts +20 -0
  130. package/dist_save/es5/dd-base-impl.js +41 -0
  131. package/dist_save/es5/dd-base-impl.js.map +1 -0
  132. package/dist_save/es5/dd-draggable.d.ts +28 -0
  133. package/dist_save/es5/dd-draggable.js +366 -0
  134. package/dist_save/es5/dd-draggable.js.map +1 -0
  135. package/dist_save/es5/dd-droppable.d.ts +26 -0
  136. package/dist_save/es5/dd-droppable.js +180 -0
  137. package/dist_save/es5/dd-droppable.js.map +1 -0
  138. package/dist_save/es5/dd-element.d.ts +27 -0
  139. package/dist_save/es5/dd-element.js +96 -0
  140. package/dist_save/es5/dd-element.js.map +1 -0
  141. package/dist_save/es5/dd-gridstack.d.ts +34 -0
  142. package/dist_save/es5/dd-gridstack.js +145 -0
  143. package/dist_save/es5/dd-gridstack.js.map +1 -0
  144. package/dist_save/es5/dd-manager.d.ts +22 -0
  145. package/dist_save/es5/dd-manager.js +17 -0
  146. package/dist_save/es5/dd-manager.js.map +1 -0
  147. package/dist_save/es5/dd-resizable-handle.d.ts +14 -0
  148. package/dist_save/es5/dd-resizable-handle.js +107 -0
  149. package/dist_save/es5/dd-resizable-handle.js.map +1 -0
  150. package/dist_save/es5/dd-resizable.d.ts +28 -0
  151. package/dist_save/es5/dd-resizable.js +316 -0
  152. package/dist_save/es5/dd-resizable.js.map +1 -0
  153. package/dist_save/es5/dd-touch.d.ts +33 -0
  154. package/dist_save/es5/dd-touch.js +186 -0
  155. package/dist_save/es5/dd-touch.js.map +1 -0
  156. package/dist_save/es5/gridstack-all.js +3 -0
  157. package/dist_save/es5/gridstack-all.js.LICENSE.txt +7 -0
  158. package/dist_save/es5/gridstack-all.js.map +1 -0
  159. package/dist_save/es5/gridstack-engine.d.ts +102 -0
  160. package/dist_save/es5/gridstack-engine.js +997 -0
  161. package/dist_save/es5/gridstack-engine.js.map +1 -0
  162. package/dist_save/es5/gridstack-poly.js +356 -0
  163. package/dist_save/es5/gridstack.d.ts +376 -0
  164. package/dist_save/es5/gridstack.js +2238 -0
  165. package/dist_save/es5/gridstack.js.map +1 -0
  166. package/dist_save/es5/types.d.ts +284 -0
  167. package/dist_save/es5/types.js +36 -0
  168. package/dist_save/es5/types.js.map +1 -0
  169. package/dist_save/es5/utils.d.ts +95 -0
  170. package/dist_save/es5/utils.js +590 -0
  171. package/dist_save/es5/utils.js.map +1 -0
  172. package/dist_save/gridstack-all.js +3 -0
  173. package/dist_save/gridstack-all.js.LICENSE.txt +7 -0
  174. package/dist_save/gridstack-all.js.map +1 -0
  175. package/dist_save/gridstack-engine.d.ts +102 -0
  176. package/dist_save/gridstack-engine.js +956 -0
  177. package/dist_save/gridstack-engine.js.map +1 -0
  178. package/dist_save/gridstack-extra.css +433 -0
  179. package/dist_save/gridstack-extra.min.css +1 -0
  180. package/dist_save/gridstack.css +226 -0
  181. package/dist_save/gridstack.d.ts +376 -0
  182. package/dist_save/gridstack.js +2162 -0
  183. package/dist_save/gridstack.js.map +1 -0
  184. package/dist_save/gridstack.min.css +1 -0
  185. package/dist_save/src/gridstack-extra.scss +27 -0
  186. package/dist_save/src/gridstack.scss +131 -0
  187. package/dist_save/types.d.ts +284 -0
  188. package/dist_save/types.js +36 -0
  189. package/dist_save/types.js.map +1 -0
  190. package/dist_save/utils.d.ts +95 -0
  191. package/dist_save/utils.js +548 -0
  192. package/dist_save/utils.js.map +1 -0
  193. package/doc/CHANGES.md +20 -0
  194. package/doc/README.md +21 -14
  195. package/package.json +25 -24
  196. /package/{dist → dist_save}/angular/README.md +0 -0
@@ -11,24 +11,12 @@
11
11
  .grid-stack.grid-stack-2 > .grid-stack-item[gs-x="1"] {
12
12
  left: 50%;
13
13
  }
14
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-min-w="1"] {
15
- min-width: 50%;
16
- }
17
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-max-w="1"] {
18
- max-width: 50%;
19
- }
20
14
  .grid-stack.grid-stack-2 > .grid-stack-item[gs-w="2"] {
21
15
  width: 100%;
22
16
  }
23
17
  .grid-stack.grid-stack-2 > .grid-stack-item[gs-x="2"] {
24
18
  left: 100%;
25
19
  }
26
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-min-w="2"] {
27
- min-width: 100%;
28
- }
29
- .grid-stack.grid-stack-2 > .grid-stack-item[gs-max-w="2"] {
30
- max-width: 100%;
31
- }
32
20
 
33
21
  .grid-stack.grid-stack-3 > .grid-stack-item {
34
22
  min-width: 33.3333333333%;
@@ -39,36 +27,18 @@
39
27
  .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="1"] {
40
28
  left: 33.3333333333%;
41
29
  }
42
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="1"] {
43
- min-width: 33.3333333333%;
44
- }
45
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="1"] {
46
- max-width: 33.3333333333%;
47
- }
48
30
  .grid-stack.grid-stack-3 > .grid-stack-item[gs-w="2"] {
49
31
  width: 66.6666666667%;
50
32
  }
51
33
  .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="2"] {
52
34
  left: 66.6666666667%;
53
35
  }
54
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="2"] {
55
- min-width: 66.6666666667%;
56
- }
57
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="2"] {
58
- max-width: 66.6666666667%;
59
- }
60
36
  .grid-stack.grid-stack-3 > .grid-stack-item[gs-w="3"] {
61
37
  width: 100%;
62
38
  }
63
39
  .grid-stack.grid-stack-3 > .grid-stack-item[gs-x="3"] {
64
40
  left: 100%;
65
41
  }
66
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="3"] {
67
- min-width: 100%;
68
- }
69
- .grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="3"] {
70
- max-width: 100%;
71
- }
72
42
 
73
43
  .grid-stack.grid-stack-4 > .grid-stack-item {
74
44
  min-width: 25%;
@@ -79,48 +49,24 @@
79
49
  .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="1"] {
80
50
  left: 25%;
81
51
  }
82
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="1"] {
83
- min-width: 25%;
84
- }
85
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="1"] {
86
- max-width: 25%;
87
- }
88
52
  .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="2"] {
89
53
  width: 50%;
90
54
  }
91
55
  .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="2"] {
92
56
  left: 50%;
93
57
  }
94
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="2"] {
95
- min-width: 50%;
96
- }
97
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="2"] {
98
- max-width: 50%;
99
- }
100
58
  .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="3"] {
101
59
  width: 75%;
102
60
  }
103
61
  .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="3"] {
104
62
  left: 75%;
105
63
  }
106
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="3"] {
107
- min-width: 75%;
108
- }
109
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="3"] {
110
- max-width: 75%;
111
- }
112
64
  .grid-stack.grid-stack-4 > .grid-stack-item[gs-w="4"] {
113
65
  width: 100%;
114
66
  }
115
67
  .grid-stack.grid-stack-4 > .grid-stack-item[gs-x="4"] {
116
68
  left: 100%;
117
69
  }
118
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="4"] {
119
- min-width: 100%;
120
- }
121
- .grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="4"] {
122
- max-width: 100%;
123
- }
124
70
 
125
71
  .grid-stack.grid-stack-5 > .grid-stack-item {
126
72
  min-width: 20%;
@@ -131,60 +77,30 @@
131
77
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="1"] {
132
78
  left: 20%;
133
79
  }
134
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="1"] {
135
- min-width: 20%;
136
- }
137
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="1"] {
138
- max-width: 20%;
139
- }
140
80
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="2"] {
141
81
  width: 40%;
142
82
  }
143
83
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="2"] {
144
84
  left: 40%;
145
85
  }
146
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="2"] {
147
- min-width: 40%;
148
- }
149
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="2"] {
150
- max-width: 40%;
151
- }
152
86
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="3"] {
153
87
  width: 60%;
154
88
  }
155
89
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="3"] {
156
90
  left: 60%;
157
91
  }
158
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="3"] {
159
- min-width: 60%;
160
- }
161
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="3"] {
162
- max-width: 60%;
163
- }
164
92
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="4"] {
165
93
  width: 80%;
166
94
  }
167
95
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="4"] {
168
96
  left: 80%;
169
97
  }
170
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="4"] {
171
- min-width: 80%;
172
- }
173
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="4"] {
174
- max-width: 80%;
175
- }
176
98
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-w="5"] {
177
99
  width: 100%;
178
100
  }
179
101
  .grid-stack.grid-stack-5 > .grid-stack-item[gs-x="5"] {
180
102
  left: 100%;
181
103
  }
182
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="5"] {
183
- min-width: 100%;
184
- }
185
- .grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="5"] {
186
- max-width: 100%;
187
- }
188
104
 
189
105
  .grid-stack.grid-stack-6 > .grid-stack-item {
190
106
  min-width: 16.6666666667%;
@@ -195,72 +111,36 @@
195
111
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="1"] {
196
112
  left: 16.6666666667%;
197
113
  }
198
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="1"] {
199
- min-width: 16.6666666667%;
200
- }
201
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="1"] {
202
- max-width: 16.6666666667%;
203
- }
204
114
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="2"] {
205
115
  width: 33.3333333333%;
206
116
  }
207
117
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="2"] {
208
118
  left: 33.3333333333%;
209
119
  }
210
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="2"] {
211
- min-width: 33.3333333333%;
212
- }
213
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="2"] {
214
- max-width: 33.3333333333%;
215
- }
216
120
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="3"] {
217
121
  width: 50%;
218
122
  }
219
123
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="3"] {
220
124
  left: 50%;
221
125
  }
222
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="3"] {
223
- min-width: 50%;
224
- }
225
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="3"] {
226
- max-width: 50%;
227
- }
228
126
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="4"] {
229
127
  width: 66.6666666667%;
230
128
  }
231
129
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="4"] {
232
130
  left: 66.6666666667%;
233
131
  }
234
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="4"] {
235
- min-width: 66.6666666667%;
236
- }
237
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="4"] {
238
- max-width: 66.6666666667%;
239
- }
240
132
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="5"] {
241
133
  width: 83.3333333333%;
242
134
  }
243
135
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="5"] {
244
136
  left: 83.3333333333%;
245
137
  }
246
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="5"] {
247
- min-width: 83.3333333333%;
248
- }
249
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="5"] {
250
- max-width: 83.3333333333%;
251
- }
252
138
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-w="6"] {
253
139
  width: 100%;
254
140
  }
255
141
  .grid-stack.grid-stack-6 > .grid-stack-item[gs-x="6"] {
256
142
  left: 100%;
257
143
  }
258
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="6"] {
259
- min-width: 100%;
260
- }
261
- .grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="6"] {
262
- max-width: 100%;
263
- }
264
144
 
265
145
  .grid-stack.grid-stack-7 > .grid-stack-item {
266
146
  min-width: 14.2857142857%;
@@ -271,84 +151,42 @@
271
151
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="1"] {
272
152
  left: 14.2857142857%;
273
153
  }
274
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="1"] {
275
- min-width: 14.2857142857%;
276
- }
277
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="1"] {
278
- max-width: 14.2857142857%;
279
- }
280
154
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="2"] {
281
155
  width: 28.5714285714%;
282
156
  }
283
157
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="2"] {
284
158
  left: 28.5714285714%;
285
159
  }
286
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="2"] {
287
- min-width: 28.5714285714%;
288
- }
289
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="2"] {
290
- max-width: 28.5714285714%;
291
- }
292
160
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="3"] {
293
161
  width: 42.8571428571%;
294
162
  }
295
163
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="3"] {
296
164
  left: 42.8571428571%;
297
165
  }
298
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="3"] {
299
- min-width: 42.8571428571%;
300
- }
301
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="3"] {
302
- max-width: 42.8571428571%;
303
- }
304
166
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="4"] {
305
167
  width: 57.1428571429%;
306
168
  }
307
169
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="4"] {
308
170
  left: 57.1428571429%;
309
171
  }
310
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="4"] {
311
- min-width: 57.1428571429%;
312
- }
313
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="4"] {
314
- max-width: 57.1428571429%;
315
- }
316
172
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="5"] {
317
173
  width: 71.4285714286%;
318
174
  }
319
175
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="5"] {
320
176
  left: 71.4285714286%;
321
177
  }
322
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="5"] {
323
- min-width: 71.4285714286%;
324
- }
325
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="5"] {
326
- max-width: 71.4285714286%;
327
- }
328
178
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="6"] {
329
179
  width: 85.7142857143%;
330
180
  }
331
181
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="6"] {
332
182
  left: 85.7142857143%;
333
183
  }
334
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="6"] {
335
- min-width: 85.7142857143%;
336
- }
337
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="6"] {
338
- max-width: 85.7142857143%;
339
- }
340
184
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-w="7"] {
341
185
  width: 100%;
342
186
  }
343
187
  .grid-stack.grid-stack-7 > .grid-stack-item[gs-x="7"] {
344
188
  left: 100%;
345
189
  }
346
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="7"] {
347
- min-width: 100%;
348
- }
349
- .grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="7"] {
350
- max-width: 100%;
351
- }
352
190
 
353
191
  .grid-stack.grid-stack-8 > .grid-stack-item {
354
192
  min-width: 12.5%;
@@ -359,96 +197,48 @@
359
197
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="1"] {
360
198
  left: 12.5%;
361
199
  }
362
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="1"] {
363
- min-width: 12.5%;
364
- }
365
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="1"] {
366
- max-width: 12.5%;
367
- }
368
200
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="2"] {
369
201
  width: 25%;
370
202
  }
371
203
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="2"] {
372
204
  left: 25%;
373
205
  }
374
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="2"] {
375
- min-width: 25%;
376
- }
377
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="2"] {
378
- max-width: 25%;
379
- }
380
206
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="3"] {
381
207
  width: 37.5%;
382
208
  }
383
209
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="3"] {
384
210
  left: 37.5%;
385
211
  }
386
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="3"] {
387
- min-width: 37.5%;
388
- }
389
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="3"] {
390
- max-width: 37.5%;
391
- }
392
212
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="4"] {
393
213
  width: 50%;
394
214
  }
395
215
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="4"] {
396
216
  left: 50%;
397
217
  }
398
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="4"] {
399
- min-width: 50%;
400
- }
401
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="4"] {
402
- max-width: 50%;
403
- }
404
218
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="5"] {
405
219
  width: 62.5%;
406
220
  }
407
221
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="5"] {
408
222
  left: 62.5%;
409
223
  }
410
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="5"] {
411
- min-width: 62.5%;
412
- }
413
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="5"] {
414
- max-width: 62.5%;
415
- }
416
224
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="6"] {
417
225
  width: 75%;
418
226
  }
419
227
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="6"] {
420
228
  left: 75%;
421
229
  }
422
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="6"] {
423
- min-width: 75%;
424
- }
425
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="6"] {
426
- max-width: 75%;
427
- }
428
230
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="7"] {
429
231
  width: 87.5%;
430
232
  }
431
233
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="7"] {
432
234
  left: 87.5%;
433
235
  }
434
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="7"] {
435
- min-width: 87.5%;
436
- }
437
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="7"] {
438
- max-width: 87.5%;
439
- }
440
236
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-w="8"] {
441
237
  width: 100%;
442
238
  }
443
239
  .grid-stack.grid-stack-8 > .grid-stack-item[gs-x="8"] {
444
240
  left: 100%;
445
241
  }
446
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="8"] {
447
- min-width: 100%;
448
- }
449
- .grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="8"] {
450
- max-width: 100%;
451
- }
452
242
 
453
243
  .grid-stack.grid-stack-9 > .grid-stack-item {
454
244
  min-width: 11.1111111111%;
@@ -459,108 +249,54 @@
459
249
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="1"] {
460
250
  left: 11.1111111111%;
461
251
  }
462
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="1"] {
463
- min-width: 11.1111111111%;
464
- }
465
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="1"] {
466
- max-width: 11.1111111111%;
467
- }
468
252
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="2"] {
469
253
  width: 22.2222222222%;
470
254
  }
471
255
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="2"] {
472
256
  left: 22.2222222222%;
473
257
  }
474
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="2"] {
475
- min-width: 22.2222222222%;
476
- }
477
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="2"] {
478
- max-width: 22.2222222222%;
479
- }
480
258
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="3"] {
481
259
  width: 33.3333333333%;
482
260
  }
483
261
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="3"] {
484
262
  left: 33.3333333333%;
485
263
  }
486
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="3"] {
487
- min-width: 33.3333333333%;
488
- }
489
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="3"] {
490
- max-width: 33.3333333333%;
491
- }
492
264
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="4"] {
493
265
  width: 44.4444444444%;
494
266
  }
495
267
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="4"] {
496
268
  left: 44.4444444444%;
497
269
  }
498
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="4"] {
499
- min-width: 44.4444444444%;
500
- }
501
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="4"] {
502
- max-width: 44.4444444444%;
503
- }
504
270
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="5"] {
505
271
  width: 55.5555555556%;
506
272
  }
507
273
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="5"] {
508
274
  left: 55.5555555556%;
509
275
  }
510
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="5"] {
511
- min-width: 55.5555555556%;
512
- }
513
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="5"] {
514
- max-width: 55.5555555556%;
515
- }
516
276
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="6"] {
517
277
  width: 66.6666666667%;
518
278
  }
519
279
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="6"] {
520
280
  left: 66.6666666667%;
521
281
  }
522
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="6"] {
523
- min-width: 66.6666666667%;
524
- }
525
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="6"] {
526
- max-width: 66.6666666667%;
527
- }
528
282
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="7"] {
529
283
  width: 77.7777777778%;
530
284
  }
531
285
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="7"] {
532
286
  left: 77.7777777778%;
533
287
  }
534
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="7"] {
535
- min-width: 77.7777777778%;
536
- }
537
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="7"] {
538
- max-width: 77.7777777778%;
539
- }
540
288
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="8"] {
541
289
  width: 88.8888888889%;
542
290
  }
543
291
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="8"] {
544
292
  left: 88.8888888889%;
545
293
  }
546
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="8"] {
547
- min-width: 88.8888888889%;
548
- }
549
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="8"] {
550
- max-width: 88.8888888889%;
551
- }
552
294
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-w="9"] {
553
295
  width: 100%;
554
296
  }
555
297
  .grid-stack.grid-stack-9 > .grid-stack-item[gs-x="9"] {
556
298
  left: 100%;
557
299
  }
558
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="9"] {
559
- min-width: 100%;
560
- }
561
- .grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="9"] {
562
- max-width: 100%;
563
- }
564
300
 
565
301
  .grid-stack.grid-stack-10 > .grid-stack-item {
566
302
  min-width: 10%;
@@ -571,120 +307,60 @@
571
307
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="1"] {
572
308
  left: 10%;
573
309
  }
574
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="1"] {
575
- min-width: 10%;
576
- }
577
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="1"] {
578
- max-width: 10%;
579
- }
580
310
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="2"] {
581
311
  width: 20%;
582
312
  }
583
313
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="2"] {
584
314
  left: 20%;
585
315
  }
586
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="2"] {
587
- min-width: 20%;
588
- }
589
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="2"] {
590
- max-width: 20%;
591
- }
592
316
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="3"] {
593
317
  width: 30%;
594
318
  }
595
319
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="3"] {
596
320
  left: 30%;
597
321
  }
598
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="3"] {
599
- min-width: 30%;
600
- }
601
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="3"] {
602
- max-width: 30%;
603
- }
604
322
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="4"] {
605
323
  width: 40%;
606
324
  }
607
325
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="4"] {
608
326
  left: 40%;
609
327
  }
610
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="4"] {
611
- min-width: 40%;
612
- }
613
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="4"] {
614
- max-width: 40%;
615
- }
616
328
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="5"] {
617
329
  width: 50%;
618
330
  }
619
331
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="5"] {
620
332
  left: 50%;
621
333
  }
622
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="5"] {
623
- min-width: 50%;
624
- }
625
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="5"] {
626
- max-width: 50%;
627
- }
628
334
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="6"] {
629
335
  width: 60%;
630
336
  }
631
337
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="6"] {
632
338
  left: 60%;
633
339
  }
634
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="6"] {
635
- min-width: 60%;
636
- }
637
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="6"] {
638
- max-width: 60%;
639
- }
640
340
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="7"] {
641
341
  width: 70%;
642
342
  }
643
343
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="7"] {
644
344
  left: 70%;
645
345
  }
646
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="7"] {
647
- min-width: 70%;
648
- }
649
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="7"] {
650
- max-width: 70%;
651
- }
652
346
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="8"] {
653
347
  width: 80%;
654
348
  }
655
349
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="8"] {
656
350
  left: 80%;
657
351
  }
658
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="8"] {
659
- min-width: 80%;
660
- }
661
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="8"] {
662
- max-width: 80%;
663
- }
664
352
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="9"] {
665
353
  width: 90%;
666
354
  }
667
355
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="9"] {
668
356
  left: 90%;
669
357
  }
670
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="9"] {
671
- min-width: 90%;
672
- }
673
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="9"] {
674
- max-width: 90%;
675
- }
676
358
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-w="10"] {
677
359
  width: 100%;
678
360
  }
679
361
  .grid-stack.grid-stack-10 > .grid-stack-item[gs-x="10"] {
680
362
  left: 100%;
681
363
  }
682
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="10"] {
683
- min-width: 100%;
684
- }
685
- .grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="10"] {
686
- max-width: 100%;
687
- }
688
364
 
689
365
  .grid-stack.grid-stack-11 > .grid-stack-item {
690
366
  min-width: 9.0909090909%;
@@ -695,129 +371,63 @@
695
371
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="1"] {
696
372
  left: 9.0909090909%;
697
373
  }
698
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="1"] {
699
- min-width: 9.0909090909%;
700
- }
701
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="1"] {
702
- max-width: 9.0909090909%;
703
- }
704
374
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="2"] {
705
375
  width: 18.1818181818%;
706
376
  }
707
377
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="2"] {
708
378
  left: 18.1818181818%;
709
379
  }
710
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="2"] {
711
- min-width: 18.1818181818%;
712
- }
713
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="2"] {
714
- max-width: 18.1818181818%;
715
- }
716
380
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="3"] {
717
381
  width: 27.2727272727%;
718
382
  }
719
383
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="3"] {
720
384
  left: 27.2727272727%;
721
385
  }
722
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="3"] {
723
- min-width: 27.2727272727%;
724
- }
725
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="3"] {
726
- max-width: 27.2727272727%;
727
- }
728
386
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="4"] {
729
387
  width: 36.3636363636%;
730
388
  }
731
389
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="4"] {
732
390
  left: 36.3636363636%;
733
391
  }
734
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="4"] {
735
- min-width: 36.3636363636%;
736
- }
737
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="4"] {
738
- max-width: 36.3636363636%;
739
- }
740
392
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="5"] {
741
393
  width: 45.4545454545%;
742
394
  }
743
395
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="5"] {
744
396
  left: 45.4545454545%;
745
397
  }
746
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="5"] {
747
- min-width: 45.4545454545%;
748
- }
749
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="5"] {
750
- max-width: 45.4545454545%;
751
- }
752
398
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="6"] {
753
399
  width: 54.5454545455%;
754
400
  }
755
401
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="6"] {
756
402
  left: 54.5454545455%;
757
403
  }
758
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="6"] {
759
- min-width: 54.5454545455%;
760
- }
761
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="6"] {
762
- max-width: 54.5454545455%;
763
- }
764
404
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="7"] {
765
405
  width: 63.6363636364%;
766
406
  }
767
407
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="7"] {
768
408
  left: 63.6363636364%;
769
409
  }
770
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="7"] {
771
- min-width: 63.6363636364%;
772
- }
773
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="7"] {
774
- max-width: 63.6363636364%;
775
- }
776
410
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="8"] {
777
411
  width: 72.7272727273%;
778
412
  }
779
413
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="8"] {
780
414
  left: 72.7272727273%;
781
415
  }
782
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="8"] {
783
- min-width: 72.7272727273%;
784
- }
785
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="8"] {
786
- max-width: 72.7272727273%;
787
- }
788
416
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="9"] {
789
417
  width: 81.8181818182%;
790
418
  }
791
419
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="9"] {
792
420
  left: 81.8181818182%;
793
421
  }
794
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="9"] {
795
- min-width: 81.8181818182%;
796
- }
797
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="9"] {
798
- max-width: 81.8181818182%;
799
- }
800
422
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="10"] {
801
423
  width: 90.9090909091%;
802
424
  }
803
425
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="10"] {
804
426
  left: 90.9090909091%;
805
427
  }
806
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="10"] {
807
- min-width: 90.9090909091%;
808
- }
809
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="10"] {
810
- max-width: 90.9090909091%;
811
- }
812
428
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-w="11"] {
813
429
  width: 100%;
814
430
  }
815
431
  .grid-stack.grid-stack-11 > .grid-stack-item[gs-x="11"] {
816
432
  left: 100%;
817
- }
818
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="11"] {
819
- min-width: 100%;
820
- }
821
- .grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="11"] {
822
- max-width: 100%;
823
433
  }