@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 - Dimmer
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.4 - Dimmer
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
 
@@ -19,8 +19,8 @@
19
19
  .ui.dimmer {
20
20
  display: none;
21
21
  position: absolute;
22
- top: 0 !important;
23
- left: 0 !important;
22
+ top: 0;
23
+ left: 0;
24
24
  width: 100%;
25
25
  height: 100%;
26
26
  text-align: center;
@@ -29,24 +29,13 @@
29
29
  background: rgba(0, 0, 0, 0.85);
30
30
  opacity: 0;
31
31
  line-height: 1;
32
- -webkit-animation-fill-mode: both;
33
- animation-fill-mode: both;
34
- -webkit-animation-duration: 0.5s;
35
- animation-duration: 0.5s;
36
- -webkit-transition: background-color 0.5s linear;
37
- transition: background-color 0.5s linear;
38
- -webkit-box-orient: vertical;
39
- -webkit-box-direction: normal;
40
- -ms-flex-direction: column;
41
- flex-direction: column;
42
- -webkit-box-align: center;
43
- -ms-flex-align: center;
44
- align-items: center;
45
- -webkit-box-pack: center;
46
- -ms-flex-pack: center;
47
- justify-content: center;
32
+ animation-fill-mode: both;
33
+ animation-duration: 0.5s;
34
+ transition: all 0.5s linear;
35
+ flex-direction: column;
36
+ align-items: center;
37
+ justify-content: center;
48
38
  -webkit-user-select: none;
49
- -moz-user-select: none;
50
39
  -ms-user-select: none;
51
40
  user-select: none;
52
41
  will-change: opacity;
@@ -56,10 +45,9 @@
56
45
  /* Dimmer Content */
57
46
  .ui.dimmer > .content {
58
47
  -webkit-user-select: text;
59
- -moz-user-select: text;
60
48
  -ms-user-select: text;
61
49
  user-select: text;
62
- color: #FFFFFF;
50
+ color: #fff;
63
51
  }
64
52
 
65
53
  /* Loose Coupling */
@@ -80,6 +68,13 @@
80
68
  .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
81
69
  background: rgba(255, 255, 255, 0.35);
82
70
  }
71
+ @supports (-moz-appearance: none) {
72
+ .ui.dimmer:not(.inverted) {
73
+
74
+ /* firefox: first color thumb, second track */
75
+ scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
76
+ }
77
+ }
83
78
 
84
79
 
85
80
  /*******************************
@@ -97,8 +92,6 @@
97
92
  .dimmed.dimmable > .ui.animating.dimmer,
98
93
  .dimmed.dimmable > .ui.visible.dimmer,
99
94
  .ui.active.dimmer {
100
- display: -webkit-box;
101
- display: -ms-flexbox;
102
95
  display: flex;
103
96
  opacity: 1;
104
97
  }
@@ -109,10 +102,9 @@
109
102
  *******************************/
110
103
 
111
104
 
112
- /*--------------
113
- Legacy
114
- ---------------*/
115
-
105
+ /* --------------
106
+ Legacy
107
+ --------------- */
116
108
 
117
109
  /* Animating / Active / Visible */
118
110
  .dimmed.dimmable > .ui.animating.legacy.dimmer,
@@ -121,33 +113,24 @@
121
113
  display: block;
122
114
  }
123
115
 
124
- /*--------------
125
- Alignment
126
- ---------------*/
127
-
116
+ /* --------------
117
+ Alignment
118
+ --------------- */
128
119
  .ui[class*="top aligned"].dimmer {
129
- -webkit-box-pack: start;
130
- -ms-flex-pack: start;
131
- justify-content: flex-start;
120
+ justify-content: flex-start;
132
121
  }
133
122
  .ui[class*="bottom aligned"].dimmer {
134
- -webkit-box-pack: end;
135
- -ms-flex-pack: end;
136
- justify-content: flex-end;
123
+ justify-content: flex-end;
137
124
  }
138
125
 
139
- /*--------------
140
- Page
141
- ---------------*/
142
-
126
+ /* --------------
127
+ Page
128
+ --------------- */
143
129
  .ui.page.dimmer {
144
130
  position: fixed;
145
- -webkit-transform-style: '';
146
- transform-style: '';
147
- -webkit-perspective: 2000px;
148
- perspective: 2000px;
149
- -webkit-transform-origin: center center;
150
- transform-origin: center center;
131
+ transform-style: "";
132
+ perspective: 2000px;
133
+ transform-origin: center center;
151
134
  }
152
135
  .ui.page.dimmer.modals {
153
136
  -moz-perspective: none;
@@ -160,35 +143,32 @@ body.dimmable > .dimmer {
160
143
  position: fixed;
161
144
  }
162
145
 
163
- /*--------------
164
- Blurring
165
- ---------------*/
166
-
167
- .blurring.dimmable > :not(.dimmer) {
168
- -webkit-filter: initial;
169
- filter: initial;
170
- -webkit-transition: 800ms -webkit-filter ease;
171
- transition: 800ms -webkit-filter ease;
172
- transition: 800ms filter ease;
173
- transition: 800ms filter ease, 800ms -webkit-filter ease;
174
- }
175
- .blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
176
- -webkit-filter: blur(5px) grayscale(0.7);
177
- filter: blur(5px) grayscale(0.7);
146
+ /* --------------
147
+ Blurring
148
+ --------------- */
149
+ @supports (not (-webkit-backdrop-filter: none)) and (not ((-webkit-backdrop-filter: none) or (backdrop-filter: none))) {
150
+ .blurring.dimmable > :not(.dimmer) {
151
+ filter: initial;
152
+ transition: 800ms filter ease;
153
+ }
154
+ .blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
155
+ filter: blur(5px) grayscale(0.7);
156
+ }
178
157
  }
179
158
 
180
159
  /* Dimmer Color */
181
160
  .blurring.dimmable > .dimmer {
182
161
  background: rgba(0, 0, 0, 0.6);
162
+ -webkit-backdrop-filter: blur(5px) grayscale(0.7);
163
+ backdrop-filter: blur(5px) grayscale(0.7);
183
164
  }
184
165
  .blurring.dimmable > .inverted.dimmer {
185
166
  background: rgba(255, 255, 255, 0.6);
186
167
  }
187
168
 
188
- /*--------------
189
- Aligned
190
- ---------------*/
191
-
169
+ /* --------------
170
+ Aligned
171
+ --------------- */
192
172
  .ui.dimmer > .top.aligned.content > * {
193
173
  vertical-align: top;
194
174
  }
@@ -196,50 +176,46 @@ body.dimmable > .dimmer {
196
176
  vertical-align: bottom;
197
177
  }
198
178
 
199
- /*--------------
200
- Shades
201
- ---------------*/
202
-
179
+ /* --------------
180
+ Shades
181
+ --------------- */
203
182
  .medium.medium.medium.medium.medium.dimmer {
204
183
  background: rgba(0, 0, 0, 0.65);
205
184
  }
206
185
  .light.light.light.light.light.dimmer {
207
186
  background: rgba(0, 0, 0, 0.45);
208
187
  }
209
- .very.light.light.light.light.dimmer {
188
+ .very.very.very.very.light.dimmer {
210
189
  background: rgba(0, 0, 0, 0.25);
211
190
  }
212
191
 
213
- /*--------------
214
- Inverted
215
- ---------------*/
216
-
192
+ /* --------------
193
+ Inverted
194
+ --------------- */
217
195
  .ui.inverted.dimmer {
218
196
  background: rgba(255, 255, 255, 0.85);
219
197
  }
220
198
  .ui.inverted.dimmer > .content,
221
199
  .ui.inverted.dimmer > .content > * {
222
- color: #000000;
200
+ color: #000;
223
201
  }
224
202
 
225
- /*--------------
226
- Inverted Shades
227
- ---------------*/
228
-
203
+ /* --------------
204
+ Inverted Shades
205
+ --------------- */
229
206
  .medium.medium.medium.medium.medium.inverted.dimmer {
230
207
  background: rgba(255, 255, 255, 0.65);
231
208
  }
232
209
  .light.light.light.light.light.inverted.dimmer {
233
210
  background: rgba(255, 255, 255, 0.45);
234
211
  }
235
- .very.light.light.light.light.inverted.dimmer {
212
+ .very.very.very.very.light.inverted.dimmer {
236
213
  background: rgba(255, 255, 255, 0.25);
237
214
  }
238
215
 
239
- /*--------------
240
- Simple
241
- ---------------*/
242
-
216
+ /* --------------
217
+ Simple
218
+ --------------- */
243
219
 
244
220
  /* Displays without javascript */
245
221
  .ui.simple.dimmer {
@@ -266,23 +242,21 @@ body.dimmable > .dimmer {
266
242
  background: rgba(255, 255, 255, 0.85);
267
243
  }
268
244
 
269
- /*--------------
270
- Partially
271
- ----------------*/
272
-
245
+ /* --------------
246
+ Partially
247
+ ---------------- */
273
248
  .ui[class*="top dimmer"],
274
249
  .ui[class*="center dimmer"],
275
250
  .ui[class*="bottom dimmer"] {
276
251
  height: auto;
277
252
  }
278
253
  .ui[class*="bottom dimmer"] {
279
- top: auto !important;
254
+ top: auto;
280
255
  bottom: 0;
281
256
  }
282
257
  .ui[class*="center dimmer"] {
283
- top: 50% !important;
258
+ top: 50%;
284
259
  transform: translateY(-50%);
285
- -webkit-transform: translateY(calc(-50% - 0.5px));
286
260
  }
287
261
  .ui.segment > .ui.ui[class*="top dimmer"] {
288
262
  border-bottom-left-radius: 0;
@@ -296,137 +270,58 @@ body.dimmable > .dimmer {
296
270
  border-top-right-radius: 0;
297
271
  }
298
272
  .ui[class*="center dimmer"].transition[class*="fade up"].in {
299
- -webkit-animation-name: fadeInUpCenter;
300
- animation-name: fadeInUpCenter;
273
+ animation-name: fadeInUpCenter;
301
274
  }
302
275
  .ui[class*="center dimmer"].transition[class*="fade down"].in {
303
- -webkit-animation-name: fadeInDownCenter;
304
- animation-name: fadeInDownCenter;
276
+ animation-name: fadeInDownCenter;
305
277
  }
306
278
  .ui[class*="center dimmer"].transition[class*="fade up"].out {
307
- -webkit-animation-name: fadeOutUpCenter;
308
- animation-name: fadeOutUpCenter;
279
+ animation-name: fadeOutUpCenter;
309
280
  }
310
281
  .ui[class*="center dimmer"].transition[class*="fade down"].out {
311
- -webkit-animation-name: fadeOutDownCenter;
312
- animation-name: fadeOutDownCenter;
282
+ animation-name: fadeOutDownCenter;
313
283
  }
314
284
  .ui[class*="center dimmer"].bounce.transition {
315
- -webkit-animation-name: bounceCenter;
316
- animation-name: bounceCenter;
317
- }
318
- @-webkit-keyframes fadeInUpCenter {
319
- 0% {
320
- opacity: 0;
321
- transform: translateY(-40%);
322
- -webkit-transform: translateY(calc(-40% - 0.5px));
323
- }
324
- 100% {
325
- opacity: 1;
326
- transform: translateY(-50%);
327
- -webkit-transform: translateY(calc(-50% - 0.5px));
328
- }
285
+ animation-name: bounceCenter;
329
286
  }
330
287
  @keyframes fadeInUpCenter {
331
288
  0% {
332
289
  opacity: 0;
333
290
  transform: translateY(-40%);
334
- -webkit-transform: translateY(calc(-40% - 0.5px));
335
291
  }
336
292
  100% {
337
293
  opacity: 1;
338
294
  transform: translateY(-50%);
339
- -webkit-transform: translateY(calc(-50% - 0.5px));
340
- }
341
- }
342
- @-webkit-keyframes fadeInDownCenter {
343
- 0% {
344
- opacity: 0;
345
- transform: translateY(-60%);
346
- -webkit-transform: translateY(calc(-60% - 0.5px));
347
- }
348
- 100% {
349
- opacity: 1;
350
- transform: translateY(-50%);
351
- -webkit-transform: translateY(calc(-50% - 0.5px));
352
295
  }
353
296
  }
354
297
  @keyframes fadeInDownCenter {
355
298
  0% {
356
299
  opacity: 0;
357
300
  transform: translateY(-60%);
358
- -webkit-transform: translateY(calc(-60% - 0.5px));
359
301
  }
360
302
  100% {
361
303
  opacity: 1;
362
304
  transform: translateY(-50%);
363
- -webkit-transform: translateY(calc(-50% - 0.5px));
364
- }
365
- }
366
- @-webkit-keyframes fadeOutUpCenter {
367
- 0% {
368
- opacity: 1;
369
- transform: translateY(-50%);
370
- -webkit-transform: translateY(calc(-50% - 0.5px));
371
- }
372
- 100% {
373
- opacity: 0;
374
- transform: translateY(-45%);
375
- -webkit-transform: translateY(calc(-45% - 0.5px));
376
305
  }
377
306
  }
378
307
  @keyframes fadeOutUpCenter {
379
308
  0% {
380
309
  opacity: 1;
381
310
  transform: translateY(-50%);
382
- -webkit-transform: translateY(calc(-50% - 0.5px));
383
311
  }
384
312
  100% {
385
313
  opacity: 0;
386
314
  transform: translateY(-45%);
387
- -webkit-transform: translateY(calc(-45% - 0.5px));
388
- }
389
- }
390
- @-webkit-keyframes fadeOutDownCenter {
391
- 0% {
392
- opacity: 1;
393
- transform: translateY(-50%);
394
- -webkit-transform: translateY(calc(-50% - 0.5px));
395
- }
396
- 100% {
397
- opacity: 0;
398
- transform: translateY(-55%);
399
- -webkit-transform: translateY(calc(-55% - 0.5px));
400
315
  }
401
316
  }
402
317
  @keyframes fadeOutDownCenter {
403
318
  0% {
404
319
  opacity: 1;
405
320
  transform: translateY(-50%);
406
- -webkit-transform: translateY(calc(-50% - 0.5px));
407
321
  }
408
322
  100% {
409
323
  opacity: 0;
410
324
  transform: translateY(-55%);
411
- -webkit-transform: translateY(calc(-55% - 0.5px));
412
- }
413
- }
414
- @-webkit-keyframes bounceCenter {
415
- 0%,
416
- 20%,
417
- 50%,
418
- 80%,
419
- 100% {
420
- transform: translateY(-50%);
421
- -webkit-transform: translateY(calc(-50% - 0.5px));
422
- }
423
- 40% {
424
- -webkit-transform: translateY(calc(-50% - 30px));
425
- transform: translateY(calc(-50% - 30px));
426
- }
427
- 60% {
428
- -webkit-transform: translateY(calc(-50% - 15px));
429
- transform: translateY(calc(-50% - 15px));
430
325
  }
431
326
  }
432
327
  @keyframes bounceCenter {
@@ -436,15 +331,12 @@ body.dimmable > .dimmer {
436
331
  80%,
437
332
  100% {
438
333
  transform: translateY(-50%);
439
- -webkit-transform: translateY(calc(-50% - 0.5px));
440
334
  }
441
335
  40% {
442
- -webkit-transform: translateY(calc(-50% - 30px));
443
- transform: translateY(calc(-50% - 30px));
336
+ transform: translateY(calc(-50% - 30px));
444
337
  }
445
338
  60% {
446
- -webkit-transform: translateY(calc(-50% - 15px));
447
- transform: translateY(calc(-50% - 15px));
339
+ transform: translateY(calc(-50% - 15px));
448
340
  }
449
341
  }
450
342