@northdata/fomantic-ui 2.8.722 → 2.9.401

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 (157) hide show
  1. package/lib/semantic-ui/dist/components/accordion.css +62 -69
  2. package/lib/semantic-ui/dist/components/accordion.js +595 -618
  3. package/lib/semantic-ui/dist/components/accordion.min.css +4 -4
  4. package/lib/semantic-ui/dist/components/accordion.min.js +6 -6
  5. package/lib/semantic-ui/dist/components/api.js +1225 -1177
  6. package/lib/semantic-ui/dist/components/api.min.js +6 -6
  7. package/lib/semantic-ui/dist/components/button.css +291 -634
  8. package/lib/semantic-ui/dist/components/button.min.css +4 -4
  9. package/lib/semantic-ui/dist/components/calendar.css +149 -33
  10. package/lib/semantic-ui/dist/components/calendar.js +2045 -1774
  11. package/lib/semantic-ui/dist/components/calendar.min.css +4 -4
  12. package/lib/semantic-ui/dist/components/calendar.min.js +6 -6
  13. package/lib/semantic-ui/dist/components/card.css +147 -537
  14. package/lib/semantic-ui/dist/components/card.min.css +4 -4
  15. package/lib/semantic-ui/dist/components/checkbox.css +215 -405
  16. package/lib/semantic-ui/dist/components/checkbox.js +888 -876
  17. package/lib/semantic-ui/dist/components/checkbox.min.css +4 -4
  18. package/lib/semantic-ui/dist/components/checkbox.min.js +6 -6
  19. package/lib/semantic-ui/dist/components/container.css +20 -21
  20. package/lib/semantic-ui/dist/components/container.min.css +4 -4
  21. package/lib/semantic-ui/dist/components/dimmer.css +76 -184
  22. package/lib/semantic-ui/dist/components/dimmer.js +732 -753
  23. package/lib/semantic-ui/dist/components/dimmer.min.css +4 -4
  24. package/lib/semantic-ui/dist/components/dimmer.min.js +6 -6
  25. package/lib/semantic-ui/dist/components/divider.css +81 -88
  26. package/lib/semantic-ui/dist/components/divider.min.css +4 -4
  27. package/lib/semantic-ui/dist/components/dropdown.css +431 -450
  28. package/lib/semantic-ui/dist/components/dropdown.js +4432 -4238
  29. package/lib/semantic-ui/dist/components/dropdown.min.css +4 -4
  30. package/lib/semantic-ui/dist/components/dropdown.min.js +6 -6
  31. package/lib/semantic-ui/dist/components/feed.css +130 -87
  32. package/lib/semantic-ui/dist/components/feed.min.css +4 -4
  33. package/lib/semantic-ui/dist/components/flag.css +541 -511
  34. package/lib/semantic-ui/dist/components/flag.min.css +4 -4
  35. package/lib/semantic-ui/dist/components/form.css +437 -476
  36. package/lib/semantic-ui/dist/components/form.js +2199 -2033
  37. package/lib/semantic-ui/dist/components/form.min.css +4 -4
  38. package/lib/semantic-ui/dist/components/form.min.js +6 -6
  39. package/lib/semantic-ui/dist/components/grid.css +151 -306
  40. package/lib/semantic-ui/dist/components/grid.min.css +4 -4
  41. package/lib/semantic-ui/dist/components/header.css +82 -99
  42. package/lib/semantic-ui/dist/components/header.min.css +4 -4
  43. package/lib/semantic-ui/dist/components/icon.css +2744 -2706
  44. package/lib/semantic-ui/dist/components/icon.min.css +4 -4
  45. package/lib/semantic-ui/dist/components/image.css +38 -73
  46. package/lib/semantic-ui/dist/components/image.min.css +4 -4
  47. package/lib/semantic-ui/dist/components/input.css +344 -254
  48. package/lib/semantic-ui/dist/components/input.min.css +4 -4
  49. package/lib/semantic-ui/dist/components/item.css +91 -139
  50. package/lib/semantic-ui/dist/components/item.min.css +4 -4
  51. package/lib/semantic-ui/dist/components/label.css +244 -267
  52. package/lib/semantic-ui/dist/components/label.min.css +4 -4
  53. package/lib/semantic-ui/dist/components/list.css +75 -113
  54. package/lib/semantic-ui/dist/components/list.min.css +4 -4
  55. package/lib/semantic-ui/dist/components/loader.css +142 -601
  56. package/lib/semantic-ui/dist/components/loader.min.css +4 -4
  57. package/lib/semantic-ui/dist/components/menu.css +398 -638
  58. package/lib/semantic-ui/dist/components/menu.min.css +9 -1
  59. package/lib/semantic-ui/dist/components/message.css +116 -332
  60. package/lib/semantic-ui/dist/components/message.min.css +4 -4
  61. package/lib/semantic-ui/dist/components/modal.css +149 -138
  62. package/lib/semantic-ui/dist/components/modal.js +1637 -1209
  63. package/lib/semantic-ui/dist/components/modal.min.css +4 -4
  64. package/lib/semantic-ui/dist/components/modal.min.js +6 -6
  65. package/lib/semantic-ui/dist/components/popup.css +284 -277
  66. package/lib/semantic-ui/dist/components/popup.js +1561 -1541
  67. package/lib/semantic-ui/dist/components/popup.min.css +4 -4
  68. package/lib/semantic-ui/dist/components/popup.min.js +6 -6
  69. package/lib/semantic-ui/dist/components/reset.css +12 -17
  70. package/lib/semantic-ui/dist/components/reset.min.css +4 -4
  71. package/lib/semantic-ui/dist/components/search.css +99 -137
  72. package/lib/semantic-ui/dist/components/search.js +1641 -1565
  73. package/lib/semantic-ui/dist/components/search.min.css +4 -4
  74. package/lib/semantic-ui/dist/components/search.min.js +6 -6
  75. package/lib/semantic-ui/dist/components/segment.css +149 -275
  76. package/lib/semantic-ui/dist/components/segment.min.css +4 -4
  77. package/lib/semantic-ui/dist/components/site.css +40 -48
  78. package/lib/semantic-ui/dist/components/site.js +455 -493
  79. package/lib/semantic-ui/dist/components/site.min.css +4 -4
  80. package/lib/semantic-ui/dist/components/site.min.js +6 -6
  81. package/lib/semantic-ui/dist/components/tab.css +16 -20
  82. package/lib/semantic-ui/dist/components/tab.js +967 -1001
  83. package/lib/semantic-ui/dist/components/tab.min.css +4 -4
  84. package/lib/semantic-ui/dist/components/tab.min.js +6 -6
  85. package/lib/semantic-ui/dist/components/table.css +465 -424
  86. package/lib/semantic-ui/dist/components/table.min.css +4 -4
  87. package/lib/semantic-ui/dist/components/transition.css +264 -1282
  88. package/lib/semantic-ui/dist/components/transition.js +1034 -1109
  89. package/lib/semantic-ui/dist/components/transition.min.css +4 -4
  90. package/lib/semantic-ui/dist/components/transition.min.js +6 -6
  91. package/lib/semantic-ui/dist/semantic-packed.css +5610 -6590
  92. package/lib/semantic-ui/dist/semantic.css +8547 -11697
  93. package/lib/semantic-ui/dist/semantic.full.css +14698 -11227
  94. package/lib/semantic-ui/dist/semantic.full.min.css +6 -262
  95. package/lib/semantic-ui/dist/semantic.js +19428 -19253
  96. package/lib/semantic-ui/dist/semantic.min.css +128 -128
  97. package/lib/semantic-ui/dist/semantic.min.js +6 -6
  98. package/lib/semantic-ui/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  99. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  100. package/lib/semantic-ui/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  101. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  102. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  103. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff +0 -0
  104. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  105. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  106. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  107. package/lib/semantic-ui/types/fomantic-ui-accordion.d.ts +244 -0
  108. package/lib/semantic-ui/types/fomantic-ui-api.d.ts +561 -0
  109. package/lib/semantic-ui/types/fomantic-ui-calendar.d.ts +867 -0
  110. package/lib/semantic-ui/types/fomantic-ui-checkbox.d.ts +342 -0
  111. package/lib/semantic-ui/types/fomantic-ui-dimmer.d.ts +408 -0
  112. package/lib/semantic-ui/types/fomantic-ui-dropdown.d.ts +1221 -0
  113. package/lib/semantic-ui/types/fomantic-ui-embed.d.ts +343 -0
  114. package/lib/semantic-ui/types/fomantic-ui-flyout.d.ts +539 -0
  115. package/lib/semantic-ui/types/fomantic-ui-form.d.ts +759 -0
  116. package/lib/semantic-ui/types/fomantic-ui-modal.d.ts +567 -0
  117. package/lib/semantic-ui/types/fomantic-ui-nag.d.ts +270 -0
  118. package/lib/semantic-ui/types/fomantic-ui-popup.d.ts +549 -0
  119. package/lib/semantic-ui/types/fomantic-ui-progress.d.ts +465 -0
  120. package/lib/semantic-ui/types/fomantic-ui-rating.d.ts +187 -0
  121. package/lib/semantic-ui/types/fomantic-ui-search.d.ts +612 -0
  122. package/lib/semantic-ui/types/fomantic-ui-shape.d.ts +274 -0
  123. package/lib/semantic-ui/types/fomantic-ui-sidebar.d.ts +402 -0
  124. package/lib/semantic-ui/types/fomantic-ui-slider.d.ts +368 -0
  125. package/lib/semantic-ui/types/fomantic-ui-sticky.d.ts +215 -0
  126. package/lib/semantic-ui/types/fomantic-ui-tab.d.ts +361 -0
  127. package/lib/semantic-ui/types/fomantic-ui-toast.d.ts +526 -0
  128. package/lib/semantic-ui/types/fomantic-ui-transition.d.ts +389 -0
  129. package/lib/semantic-ui/types/fomantic-ui-visibility.d.ts +355 -0
  130. package/lib/semantic-ui/types/index.d.ts +63 -0
  131. package/package.json +19 -8
  132. package/lib/semantic-ui/dist/components/shape.css +0 -160
  133. package/lib/semantic-ui/dist/components/shape.js +0 -848
  134. package/lib/semantic-ui/dist/components/shape.min.css +0 -9
  135. package/lib/semantic-ui/dist/components/shape.min.js +0 -11
  136. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.eot +0 -0
  137. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.svg +0 -450
  138. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  139. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  140. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  141. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  142. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.eot +0 -0
  143. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.svg +0 -4938
  144. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.ttf +0 -0
  145. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  146. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  147. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  148. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  149. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.svg +0 -200
  150. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  151. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.woff +0 -0
  152. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.eot +0 -0
  153. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.svg +0 -2373
  154. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.ttf +0 -0
  155. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff +0 -0
  156. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff2 +0 -0
  157. /package/lib/semantic-ui/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI - Segment
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.4 - Segment
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -16,8 +16,7 @@
16
16
  .ui.segment {
17
17
  position: relative;
18
18
  background: #e6e5ea;
19
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
20
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
19
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
21
20
  margin: 1rem 0;
22
21
  padding: 1em 1em;
23
22
  border-radius: 0;
@@ -37,19 +36,17 @@
37
36
  padding-right: 0;
38
37
  background: none transparent;
39
38
  border-radius: 0;
40
- -webkit-box-shadow: none;
41
- box-shadow: none;
39
+ box-shadow: none;
42
40
  border: none;
43
- border-bottom: 1px solid rgba(34, 36, 38, 0.15);
41
+ border-top: 1px solid rgba(34, 36, 38, 0.15);
44
42
  }
45
- .ui.vertical.segment:last-child {
46
- border-bottom: none;
43
+ .ui.vertical.segment:first-child {
44
+ border-top: none;
47
45
  }
48
46
 
49
- /*-------------------
47
+ /* -------------------
50
48
  Loose Coupling
51
- --------------------*/
52
-
49
+ -------------------- */
53
50
 
54
51
  /* Label */
55
52
  .ui[class*="bottom attached"].segment > [class*="top attached"].label {
@@ -85,8 +82,7 @@
85
82
  .ui.basic.table.segment {
86
83
  background: #e6e5ea;
87
84
  border: 1px solid #e6e5ea;
88
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
89
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
85
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
90
86
  }
91
87
  .ui[class*="very basic"].table.segment {
92
88
  padding: 1em 1em;
@@ -103,34 +99,28 @@
103
99
  *******************************/
104
100
 
105
101
 
106
- /*-------------------
107
- Placeholder
108
- --------------------*/
109
-
102
+ /* -------------------
103
+ Placeholder
104
+ -------------------- */
110
105
  .ui.placeholder.segment {
111
- display: -webkit-box;
112
- display: -ms-flexbox;
113
106
  display: flex;
114
- -webkit-box-orient: vertical;
115
- -webkit-box-direction: normal;
116
- -ms-flex-direction: column;
117
- flex-direction: column;
118
- -webkit-box-pack: center;
119
- -ms-flex-pack: center;
120
- justify-content: center;
121
- -webkit-box-align: stretch;
122
- -ms-flex-align: stretch;
123
- align-items: stretch;
107
+ flex-direction: column;
108
+ justify-content: center;
109
+ align-items: stretch;
124
110
  max-width: initial;
125
- -webkit-animation: none;
126
- animation: none;
111
+ animation: none;
127
112
  overflow: visible;
128
113
  padding: 1em 1em;
129
114
  min-height: 18rem;
130
- background: #F9FAFB;
115
+ background: #f9fafb;
131
116
  border-color: rgba(34, 36, 38, 0.15);
132
- -webkit-box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
133
- box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
117
+ box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
118
+ }
119
+ .ui.placeholder.segment.tab {
120
+ display: none;
121
+ }
122
+ .ui.placeholder.segment.tab.active {
123
+ display: flex;
134
124
  }
135
125
  .ui.placeholder.segment .button,
136
126
  .ui.placeholder.segment textarea {
@@ -153,8 +143,7 @@
153
143
  margin-right: auto;
154
144
  }
155
145
  .ui.placeholder.segment > .inline {
156
- -ms-flex-item-align: center;
157
- align-self: center;
146
+ align-self: center;
158
147
  }
159
148
  .ui.placeholder.segment > .inline > .button {
160
149
  display: inline-block;
@@ -165,82 +154,17 @@
165
154
  margin-right: 0;
166
155
  }
167
156
 
168
- /*-------------------
169
- Piled
170
- --------------------*/
171
-
172
- .ui.piled.segments,
173
- .ui.piled.segment {
174
- margin: 3em 0;
175
- -webkit-box-shadow: '';
176
- box-shadow: '';
177
- z-index: auto;
178
- }
179
- .ui.piled.segment:first-child {
180
- margin-top: 0;
181
- }
182
- .ui.piled.segment:last-child {
183
- margin-bottom: 0;
184
- }
185
- .ui.piled.segments:after,
186
- .ui.piled.segments:before,
187
- .ui.piled.segment:after,
188
- .ui.piled.segment:before {
189
- background-color: #FFFFFF;
190
- visibility: visible;
191
- content: '';
192
- display: block;
193
- height: 100%;
194
- left: 0;
195
- position: absolute;
196
- width: 100%;
197
- border: 1px solid #e6e5ea;
198
- -webkit-box-shadow: '';
199
- box-shadow: '';
200
- }
201
- .ui.piled.segments:before,
202
- .ui.piled.segment:before {
203
- -webkit-transform: rotate(-1.2deg);
204
- transform: rotate(-1.2deg);
205
- top: 0;
206
- z-index: -2;
207
- }
208
- .ui.piled.segments:after,
209
- .ui.piled.segment:after {
210
- -webkit-transform: rotate(1.2deg);
211
- transform: rotate(1.2deg);
212
- top: 0;
213
- z-index: -1;
214
- }
215
-
216
- /* Piled Attached */
217
- .ui[class*="top attached"].piled.segment {
218
- margin-top: 3em;
219
- margin-bottom: 0;
220
- }
221
- .ui.piled.segment[class*="top attached"]:first-child {
222
- margin-top: 0;
223
- }
224
- .ui.piled.segment[class*="bottom attached"] {
225
- margin-top: 0;
226
- margin-bottom: 3em;
227
- }
228
- .ui.piled.segment[class*="bottom attached"]:last-child {
229
- margin-bottom: 0;
230
- }
231
-
232
- /*-------------------
233
- Stacked
234
- --------------------*/
235
-
157
+ /* -------------------
158
+ Stacked
159
+ -------------------- */
236
160
  .ui.stacked.segment {
237
161
  padding-bottom: 1.4em;
238
162
  }
239
- .ui.stacked.segments:before,
240
- .ui.stacked.segments:after,
241
- .ui.stacked.segment:before,
242
- .ui.stacked.segment:after {
243
- content: '';
163
+ .ui.stacked.segments::before,
164
+ .ui.stacked.segments::after,
165
+ .ui.stacked.segment::before,
166
+ .ui.stacked.segment::after {
167
+ content: "";
244
168
  position: absolute;
245
169
  bottom: -3px;
246
170
  left: 0;
@@ -250,28 +174,24 @@
250
174
  height: 6px;
251
175
  visibility: visible;
252
176
  }
253
- .ui.stacked.segments:before,
254
- .ui.stacked.segment:before {
177
+ .ui.stacked.segments::before,
178
+ .ui.stacked.segment::before {
255
179
  display: none;
256
180
  }
257
181
 
258
182
  /* Add additional page */
259
- .ui.tall.stacked.segments:before,
260
- .ui.tall.stacked.segment:before {
183
+ .ui.tall.stacked.segments::before,
184
+ .ui.tall.stacked.segment::before {
261
185
  display: block;
262
186
  bottom: 0;
263
187
  }
264
188
 
265
- /*-------------------
266
- Padded
267
- --------------------*/
268
-
189
+ /* -------------------
190
+ Padded
191
+ -------------------- */
269
192
  .ui.padded.segment {
270
193
  padding: 1.5em;
271
194
  }
272
- .ui[class*="very padded"].segment {
273
- padding: 3em;
274
- }
275
195
 
276
196
  /* Padded vertical */
277
197
  .ui.padded.segment.vertical.segment,
@@ -280,32 +200,26 @@
280
200
  padding-right: 0;
281
201
  }
282
202
 
283
- /*-------------------
284
- Compact
285
- --------------------*/
286
-
203
+ /* -------------------
204
+ Compact
205
+ -------------------- */
287
206
  .ui.compact.segment {
288
207
  display: table;
289
208
  }
290
209
 
291
210
  /* Compact Group */
292
211
  .ui.compact.segments {
293
- display: -webkit-inline-box;
294
- display: -ms-inline-flexbox;
295
212
  display: inline-flex;
296
213
  }
297
214
  .ui.compact.segments .segment,
298
215
  .ui.segments .compact.segment {
299
216
  display: block;
300
- -webkit-box-flex: 0;
301
- -ms-flex: 0 1 auto;
302
- flex: 0 1 auto;
217
+ flex: 0 1 auto;
303
218
  }
304
219
 
305
- /*-------------------
306
- Circular
307
- --------------------*/
308
-
220
+ /* -------------------
221
+ Circular
222
+ -------------------- */
309
223
  .ui.circular.segment {
310
224
  display: table-cell;
311
225
  padding: 2em;
@@ -314,33 +228,27 @@
314
228
  border-radius: 500em;
315
229
  }
316
230
 
317
- /*-------------------
318
- Raised
319
- --------------------*/
320
-
321
- .ui.raised.raised.segments,
322
- .ui.raised.raised.segment {
323
- -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
324
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
231
+ /* -------------------
232
+ Raised
233
+ -------------------- */
234
+ .ui.ui.raised.segments,
235
+ .ui.ui.raised.segment {
236
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
325
237
  }
326
238
 
327
239
 
328
240
  /*******************************
329
- Groups
330
- *******************************/
241
+ Groups
242
+ *******************************/
331
243
 
332
244
 
333
245
  /* Group */
334
246
  .ui.segments {
335
- -webkit-box-orient: vertical;
336
- -webkit-box-direction: normal;
337
- -ms-flex-direction: column;
338
- flex-direction: column;
247
+ flex-direction: column;
339
248
  position: relative;
340
249
  margin: 1rem 0;
341
250
  border: 1px solid #e6e5ea;
342
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
343
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
251
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
344
252
  border-radius: 0;
345
253
  }
346
254
  .ui.segments:first-child {
@@ -357,8 +265,7 @@
357
265
  border-radius: 0;
358
266
  margin: 0;
359
267
  width: auto;
360
- -webkit-box-shadow: none;
361
- box-shadow: none;
268
+ box-shadow: none;
362
269
  border: none;
363
270
  border-top: 1px solid #e6e5ea;
364
271
  }
@@ -377,8 +284,7 @@
377
284
  bottom: 0;
378
285
  margin-top: 0;
379
286
  margin-bottom: 0;
380
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
381
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
287
+ box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
382
288
  border-radius: 0 0 0 0;
383
289
  }
384
290
 
@@ -390,7 +296,7 @@
390
296
  /* Nested Group */
391
297
  .ui.segments > .ui.segments {
392
298
  border-top: 1px solid #e6e5ea;
393
- margin: 1rem 1rem;
299
+ margin: 1rem;
394
300
  }
395
301
  .ui.segments > .segments:first-child {
396
302
  border-top: none;
@@ -401,24 +307,18 @@
401
307
 
402
308
  /* Horizontal Group */
403
309
  .ui.horizontal.segments {
404
- display: -webkit-box;
405
- display: -ms-flexbox;
406
310
  display: flex;
407
- -webkit-box-orient: horizontal;
408
- -webkit-box-direction: normal;
409
- -ms-flex-direction: row;
410
- flex-direction: row;
311
+ flex-direction: row;
411
312
  background-color: transparent;
412
313
  padding: 0;
413
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
414
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
314
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
415
315
  margin: 1rem 0;
416
316
  border-radius: 0;
417
317
  border: 1px solid #e6e5ea;
418
318
  }
319
+ .ui.wrapping.horizontal.segments,
419
320
  .ui.stackable.horizontal.segments {
420
- -ms-flex-wrap: wrap;
421
- flex-wrap: wrap;
321
+ flex-wrap: wrap;
422
322
  }
423
323
 
424
324
  /* Nested Horizontal Group */
@@ -427,26 +327,20 @@
427
327
  background-color: transparent;
428
328
  border-radius: 0;
429
329
  border: none;
430
- -webkit-box-shadow: none;
431
- box-shadow: none;
330
+ box-shadow: none;
432
331
  border-top: 1px solid #e6e5ea;
433
332
  }
434
333
 
435
334
  /* Horizontal Segment */
436
335
  .ui.horizontal.segments:not(.compact) > .segment:not(.compact) {
437
- -webkit-box-flex: 1;
438
- flex: 1 1 auto;
439
- -ms-flex: 1 1 0;
440
-
441
- /* Solves #2550 MS Flex */
336
+ flex: 1 1 auto;
442
337
  }
443
338
  .ui.horizontal.segments > .segment {
444
339
  margin: 0;
445
340
  min-width: 0;
446
341
  border-radius: 0;
447
342
  border: none;
448
- -webkit-box-shadow: none;
449
- box-shadow: none;
343
+ box-shadow: none;
450
344
  border-left: 1px solid rgba(34, 36, 38, 0.15);
451
345
  }
452
346
 
@@ -454,7 +348,7 @@
454
348
  .ui.segments > .horizontal.segments:first-child {
455
349
  border-top: none;
456
350
  }
457
- .ui.horizontal.segments:not(.stackable) > .segment:first-child {
351
+ .ui.horizontal.segments:not(.stackable):not(.wrapping) > .segment:first-child {
458
352
  border-left: none;
459
353
  }
460
354
  .ui.horizontal.segments > .segment:first-child {
@@ -464,27 +358,35 @@
464
358
  border-radius: 0 0 0 0;
465
359
  }
466
360
 
361
+ /* Equal Width */
362
+ .ui[class*="equal width"].horizontal.segments > .segment {
363
+ width: 100%;
364
+ }
365
+
467
366
 
468
367
  /*******************************
469
368
  States
470
369
  *******************************/
471
370
 
472
371
 
473
- /*--------------
474
- Loading
475
- ---------------*/
476
-
372
+ /* --------------
373
+ Loading
374
+ --------------- */
375
+ .ui.loading.segments,
477
376
  .ui.loading.segment {
478
377
  position: relative;
479
378
  cursor: default;
480
379
  pointer-events: none;
481
- text-shadow: none !important;
482
- -webkit-transition: all 0s linear;
380
+ -webkit-user-select: none;
381
+ -ms-user-select: none;
382
+ user-select: none;
483
383
  transition: all 0s linear;
384
+ min-height: 4.5em;
484
385
  }
485
- .ui.loading.segment:before {
386
+ .ui.loading.segments::before,
387
+ .ui.loading.segment::before {
486
388
  position: absolute;
487
- content: '';
389
+ content: "";
488
390
  top: 0;
489
391
  left: 0;
490
392
  background: rgba(255, 255, 255, 0.8);
@@ -493,20 +395,19 @@
493
395
  border-radius: 0;
494
396
  z-index: 100;
495
397
  }
496
- .ui.loading.segment:after {
398
+ .ui.loading.segments::after,
399
+ .ui.loading.segment::after {
497
400
  position: absolute;
498
- content: '';
401
+ content: "";
499
402
  top: 50%;
500
403
  left: 50%;
501
404
  margin: -1.5em 0 0 -1.5em;
502
405
  width: 3em;
503
406
  height: 3em;
504
- -webkit-animation: loader 0.6s infinite linear;
505
- animation: loader 0.6s infinite linear;
407
+ animation: loader 0.6s infinite linear;
506
408
  border: 0.2em solid #9ab5c1;
507
409
  border-radius: 500rem;
508
- -webkit-box-shadow: 0 0 0 1px transparent;
509
- box-shadow: 0 0 0 1px transparent;
410
+ box-shadow: 0 0 0 1px transparent;
510
411
  visibility: visible;
511
412
  z-index: 101;
512
413
  }
@@ -517,78 +418,40 @@
517
418
  *******************************/
518
419
 
519
420
 
520
- /*-------------------
521
- Basic
522
- --------------------*/
523
-
421
+ /* -------------------
422
+ Basic
423
+ -------------------- */
524
424
  .ui.basic.segment,
525
425
  .ui.segments .ui.basic.segment,
526
426
  .ui.basic.segments {
527
427
  background: none transparent;
528
- -webkit-box-shadow: none;
529
- box-shadow: none;
428
+ box-shadow: none;
530
429
  border: none;
531
430
  border-radius: 0;
532
431
  }
533
432
 
534
- /*-------------------
535
- Clearing
536
- --------------------*/
537
-
538
- .ui.clearing.segment:after {
433
+ /* -------------------
434
+ Clearing
435
+ -------------------- */
436
+ .ui.clearing.segment::after {
539
437
  content: "";
540
438
  display: block;
541
439
  clear: both;
542
440
  }
543
441
 
544
- /*-------------------
442
+ /* -------------------
545
443
  Colors
546
- --------------------*/
547
-
548
- .ui.red.segment.segment.segment.segment.segment:not(.inverted) {
549
- border-top: 2px solid #af4e4a;
550
- }
551
- .ui.orange.segment.segment.segment.segment.segment:not(.inverted) {
552
- border-top: 2px solid #F2711C;
553
- }
554
- .ui.yellow.segment.segment.segment.segment.segment:not(.inverted) {
555
- border-top: 2px solid #FBBD08;
556
- }
557
- .ui.olive.segment.segment.segment.segment.segment:not(.inverted) {
558
- border-top: 2px solid #9baf66;
559
- }
560
- .ui.green.segment.segment.segment.segment.segment:not(.inverted) {
561
- border-top: 2px solid #66af8b;
562
- }
563
- .ui.teal.segment.segment.segment.segment.segment:not(.inverted) {
564
- border-top: 2px solid #66afac;
565
- }
566
- .ui.blue.segment.segment.segment.segment.segment:not(.inverted) {
444
+ -------------------- */
445
+ .ui.ui.ui.ui.ui.blue.segment {
567
446
  border-top: 2px solid #007388;
568
447
  }
569
- .ui.violet.segment.segment.segment.segment.segment:not(.inverted) {
570
- border-top: 2px solid #a166af;
571
- }
572
- .ui.purple.segment.segment.segment.segment.segment:not(.inverted) {
573
- border-top: 2px solid #af6690;
574
- }
575
- .ui.pink.segment.segment.segment.segment.segment:not(.inverted) {
576
- border-top: 2px solid #E03997;
577
- }
578
- .ui.brown.segment.segment.segment.segment.segment:not(.inverted) {
579
- border-top: 2px solid #af9666;
580
- }
581
- .ui.grey.segment.segment.segment.segment.segment:not(.inverted) {
448
+ .ui.ui.ui.ui.ui.grey.segment {
582
449
  border-top: 2px solid #9ab5c1;
583
450
  }
584
- .ui.black.segment.segment.segment.segment.segment:not(.inverted) {
585
- border-top: 2px solid #1B1C1D;
586
- }
587
-
588
- /*-------------------
589
- Aligned
590
- --------------------*/
591
451
 
452
+ /* -------------------
453
+ Aligned
454
+ -------------------- */
592
455
  .ui[class*="left aligned"].segment {
593
456
  text-align: left;
594
457
  }
@@ -599,10 +462,9 @@
599
462
  text-align: center;
600
463
  }
601
464
 
602
- /*-------------------
603
- Floated
604
- --------------------*/
605
-
465
+ /* -------------------
466
+ Floated
467
+ -------------------- */
606
468
  .ui.floated.segment,
607
469
  .ui[class*="left floated"].segment {
608
470
  float: left;
@@ -613,10 +475,9 @@
613
475
  margin-left: 1em;
614
476
  }
615
477
 
616
- /*-------------------
478
+ /* -------------------
617
479
  Emphasis
618
- --------------------*/
619
-
480
+ -------------------- */
620
481
 
621
482
  /* Secondary */
622
483
  .ui.secondary.segment {
@@ -630,10 +491,9 @@
630
491
  color: rgba(0, 0, 0, 0.6);
631
492
  }
632
493
 
633
- /*-------------------
634
- Attached
635
- --------------------*/
636
-
494
+ /* -------------------
495
+ Attached
496
+ -------------------- */
637
497
 
638
498
  /* Middle */
639
499
  .ui.attached.segment {
@@ -643,16 +503,17 @@
643
503
  margin: 0 -1px;
644
504
  width: calc(100% + 2px);
645
505
  max-width: calc(100% + 2px);
646
- -webkit-box-shadow: none;
647
- box-shadow: none;
648
- border: 1px solid #D4D4D5;
506
+ box-shadow: none;
507
+ }
508
+ .ui.attached.segment:not(.basic) {
509
+ border: 1px solid #d4d4d5;
649
510
  }
650
- .ui.attached:not(.message) + .ui.attached.segment:not(.top) {
511
+ .ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]) {
651
512
  border-top: none;
652
513
  }
653
514
 
654
515
  /* Top */
655
- .ui[class*="top attached"].segment {
516
+ .ui.segment[class*="top attached"] {
656
517
  bottom: 0;
657
518
  margin-bottom: 0;
658
519
  top: 0;
@@ -662,6 +523,9 @@
662
523
  .ui.segment[class*="top attached"]:first-child {
663
524
  margin-top: 0;
664
525
  }
526
+ .ui.tab.segment[class*="top attached"]:first-child {
527
+ margin-top: 1rem;
528
+ }
665
529
 
666
530
  /* Bottom */
667
531
  .ui.segment[class*="bottom attached"] {
@@ -669,31 +533,41 @@
669
533
  margin-top: 0;
670
534
  top: 0;
671
535
  margin-bottom: 1rem;
672
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
673
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
536
+ box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
674
537
  border-radius: 0 0 0 0;
675
538
  }
676
539
  .ui.segment[class*="bottom attached"]:last-child {
540
+ margin-bottom: 0;
541
+ }
542
+ .ui.tab.segment[class*="bottom attached"]:last-child {
677
543
  margin-bottom: 1rem;
678
544
  }
679
-
680
- /*--------------
681
- Fitted
682
- ---------------*/
683
-
684
- .ui.fitted.segment:not(.horizontally) {
685
- padding-top: 0;
686
- padding-bottom: 0;
545
+ .ui[class*="left attached"].segment {
546
+ margin-right: 0;
687
547
  }
688
- .ui.fitted.segment:not(.vertically) {
689
- padding-left: 0;
690
- padding-right: 0;
548
+ .ui[class*="right attached"].segment {
549
+ margin-left: 0;
550
+ }
551
+ .ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]) {
552
+ border-top: none;
553
+ border-bottom: none;
554
+ }
555
+ .ui.seamless.attached.segment.top {
556
+ border-bottom: none;
557
+ }
558
+ .ui.seamless.attached.segment.bottom {
559
+ border-top: none;
560
+ }
561
+ .ui.seamless.attached.segment[class*="left attached"] {
562
+ border-right: none;
563
+ }
564
+ .ui.seamless.attached.segment[class*="right attached"] {
565
+ border-left: none;
691
566
  }
692
567
 
693
- /*-------------------
568
+ /* -------------------
694
569
  Size
695
- --------------------*/
696
-
570
+ -------------------- */
697
571
  .ui.segments .segment,
698
572
  .ui.segment {
699
573
  font-size: 1rem;