@northdata/fomantic-ui 2.8.722 → 2.9.400

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 (133) 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 +5619 -6592
  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/package.json +17 -7
  108. package/lib/semantic-ui/dist/components/shape.css +0 -160
  109. package/lib/semantic-ui/dist/components/shape.js +0 -848
  110. package/lib/semantic-ui/dist/components/shape.min.css +0 -9
  111. package/lib/semantic-ui/dist/components/shape.min.js +0 -11
  112. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.eot +0 -0
  113. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.svg +0 -450
  114. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  115. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  116. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  117. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  118. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.eot +0 -0
  119. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.svg +0 -4938
  120. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.ttf +0 -0
  121. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  122. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  123. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  124. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  125. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.svg +0 -200
  126. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  127. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.woff +0 -0
  128. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.eot +0 -0
  129. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.svg +0 -2373
  130. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.ttf +0 -0
  131. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff +0 -0
  132. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff2 +0 -0
  133. /package/lib/semantic-ui/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI - Popup
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.4 - Popup
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
 
@@ -20,21 +20,18 @@
20
20
  right: 0;
21
21
 
22
22
  /* Fixes content being squished when inline (moz only) */
23
- min-width: -webkit-min-content;
24
- min-width: -moz-min-content;
25
23
  min-width: min-content;
26
24
  z-index: 1900;
27
- border: 1px solid #D4D4D5;
25
+ border: 1px solid #d4d4d5;
28
26
  line-height: 1.4285em;
29
27
  max-width: 250px;
30
- background: #FFFFFF;
28
+ background: #fff;
31
29
  padding: 0.833em 1em;
32
30
  font-weight: normal;
33
31
  font-style: normal;
34
32
  color: rgba(0, 0, 0, 0.87);
35
33
  border-radius: 0;
36
- -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
37
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
34
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
38
35
  }
39
36
  .ui.popup > .header {
40
37
  padding: 0;
@@ -46,17 +43,15 @@
46
43
  .ui.popup > .header + .content {
47
44
  padding-top: 0.5em;
48
45
  }
49
- .ui.popup:before {
46
+ .ui.popup::before {
50
47
  position: absolute;
51
- content: '';
48
+ content: "";
52
49
  width: 0.71428571em;
53
50
  height: 0.71428571em;
54
- background: #FFFFFF;
55
- -webkit-transform: rotate(45deg);
56
- transform: rotate(45deg);
51
+ background: #fff;
52
+ transform: rotate(45deg);
57
53
  z-index: 1901;
58
- -webkit-box-shadow: 1px 1px 0 0 #bababc;
59
- box-shadow: 1px 1px 0 0 #bababc;
54
+ box-shadow: 1px 1px 0 0 #bababc;
60
55
  }
61
56
 
62
57
 
@@ -65,10 +60,9 @@
65
60
  *******************************/
66
61
 
67
62
 
68
- /*--------------
69
- Tooltip
70
- ---------------*/
71
-
63
+ /* --------------
64
+ Tooltip
65
+ --------------- */
72
66
 
73
67
  /* Content */
74
68
  [data-tooltip] {
@@ -76,23 +70,20 @@
76
70
  }
77
71
 
78
72
  /* Arrow */
79
- [data-tooltip]:before {
73
+ [data-tooltip]::before {
80
74
  pointer-events: none;
81
75
  position: absolute;
82
- content: '';
76
+ content: "";
83
77
  font-size: 1rem;
84
78
  width: 0.71428571em;
85
79
  height: 0.71428571em;
86
- background: #FFFFFF;
87
- -webkit-transform: rotate(45deg);
88
- transform: rotate(45deg);
80
+ background: #fff;
89
81
  z-index: 1901;
90
- -webkit-box-shadow: 1px 1px 0 0 #bababc;
91
- box-shadow: 1px 1px 0 0 #bababc;
82
+ box-shadow: 1px 1px 0 0 #bababc;
92
83
  }
93
84
 
94
85
  /* Popup */
95
- [data-tooltip]:after {
86
+ [data-tooltip]::after {
96
87
  pointer-events: none;
97
88
  content: attr(data-tooltip);
98
89
  position: absolute;
@@ -101,160 +92,136 @@
101
92
  text-shadow: none;
102
93
  white-space: nowrap;
103
94
  font-size: 1rem;
104
- border: 1px solid #D4D4D5;
95
+ border: 1px solid #d4d4d5;
105
96
  line-height: 1.4285em;
106
97
  max-width: none;
107
- background: #FFFFFF;
98
+ background: #fff;
108
99
  padding: 0.833em 1em;
109
100
  font-weight: normal;
110
101
  font-style: normal;
111
102
  color: rgba(0, 0, 0, 0.87);
112
103
  border-radius: 0;
113
- -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
114
- box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
104
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
115
105
  z-index: 1900;
116
106
  }
117
107
 
118
- /* Default Position (Top Center) */
119
- [data-tooltip]:not([data-position]):before {
120
- top: auto;
121
- right: auto;
122
- bottom: 100%;
123
- left: 50%;
124
- background: #FFFFFF;
125
- margin-left: -0.07142857rem;
126
- margin-bottom: 0.14285714rem;
127
- }
128
- [data-tooltip]:not([data-position]):after {
129
- left: 50%;
130
- -webkit-transform: translateX(-50%);
131
- transform: translateX(-50%);
132
- bottom: 100%;
133
- margin-bottom: 0.5em;
134
- }
135
-
136
108
  /* Animation */
137
- [data-tooltip]:before,
138
- [data-tooltip]:after {
109
+ [data-tooltip]::before,
110
+ [data-tooltip]::after {
139
111
  pointer-events: none;
140
- visibility: hidden;
141
112
  opacity: 0;
142
- -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
143
- transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
144
- transition: transform 0.1s ease, opacity 0.1s ease;
145
- transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
146
- }
147
- [data-tooltip]:before {
148
- -webkit-transform: rotate(45deg) scale(0) !important;
149
- transform: rotate(45deg) scale(0) !important;
150
- -webkit-transform-origin: center top;
151
- transform-origin: center top;
152
- }
153
- [data-tooltip]:after {
154
- -webkit-transform-origin: center bottom;
155
- transform-origin: center bottom;
156
- }
157
- [data-tooltip]:hover:before,
158
- [data-tooltip]:hover:after {
159
- visibility: visible;
113
+ transition: transform 0.2s ease, opacity 0.2s ease;
114
+ }
115
+ [data-tooltip]::after,
116
+ [data-tooltip]:hover::before {
117
+ transition-delay: 0.04s;
118
+ }
119
+ [data-tooltip]::before,
120
+ [data-tooltip]:hover::after {
121
+ transition-delay: 0s;
122
+ }
123
+ [data-tooltip]::before {
124
+ transform: rotate(45deg) scale(0.8);
125
+ transform-origin: center top;
126
+ }
127
+ [data-tooltip]::after {
128
+ transform-origin: center bottom;
129
+ }
130
+ [data-tooltip][data-variation~="visible"]::before,
131
+ [data-tooltip][data-variation~="visible"]::after,
132
+ [data-tooltip]:hover::before,
133
+ [data-tooltip]:hover::after {
160
134
  pointer-events: auto;
161
135
  opacity: 1;
162
136
  }
163
- [data-tooltip]:hover:before {
164
- -webkit-transform: rotate(45deg) scale(1) !important;
165
- transform: rotate(45deg) scale(1) !important;
137
+ [data-tooltip]:hover::before {
138
+ transform: rotate(45deg) scale(1);
166
139
  }
167
140
 
168
141
  /* Animation Position */
169
- [data-tooltip]:after,
170
- [data-tooltip][data-position="top center"]:after,
171
- [data-tooltip][data-position="bottom center"]:after {
172
- -webkit-transform: translateX(-50%) scale(0) !important;
173
- transform: translateX(-50%) scale(0) !important;
174
- }
175
- [data-tooltip]:hover:after,
176
- [data-tooltip][data-position="bottom center"]:hover:after {
177
- -webkit-transform: translateX(-50%) scale(1) !important;
178
- transform: translateX(-50%) scale(1) !important;
179
- }
180
- [data-tooltip][data-position="left center"]:after,
181
- [data-tooltip][data-position="right center"]:after {
182
- -webkit-transform: translateY(-50%) scale(0) !important;
183
- transform: translateY(-50%) scale(0) !important;
184
- }
185
- [data-tooltip][data-position="left center"]:hover:after,
186
- [data-tooltip][data-position="right center"]:hover:after {
187
- -webkit-transform: translateY(-50%) scale(1) !important;
188
- transform: translateY(-50%) scale(1) !important;
142
+ [data-tooltip]:not([data-position])::after,
143
+ [data-tooltip][data-position="top center"]::after,
144
+ [data-tooltip][data-position="bottom center"]::after {
145
+ transform: translateX(-50%) scale(0.8);
146
+ }
147
+ [data-tooltip]:not([data-position]):hover::after,
148
+ [data-tooltip][data-position="top center"]:hover::after,
149
+ [data-tooltip][data-position="bottom center"]:hover::after {
150
+ transform: translateX(-50%) scale(1);
151
+ }
152
+ [data-tooltip][data-position="left center"]::after,
153
+ [data-tooltip][data-position="right center"]::after {
154
+ transform: translateY(-50%) scale(0.8);
155
+ }
156
+ [data-tooltip][data-position="left center"]:hover::after,
157
+ [data-tooltip][data-position="right center"]:hover::after {
158
+ transform: translateY(-50%) scale(1);
189
159
  -moz-transform: translateY(-50%) scale(1.0001) !important;
190
160
  }
191
- [data-tooltip][data-position="top left"]:after,
192
- [data-tooltip][data-position="top right"]:after,
193
- [data-tooltip][data-position="bottom left"]:after,
194
- [data-tooltip][data-position="bottom right"]:after {
195
- -webkit-transform: scale(0) !important;
196
- transform: scale(0) !important;
197
- }
198
- [data-tooltip][data-position="top left"]:hover:after,
199
- [data-tooltip][data-position="top right"]:hover:after,
200
- [data-tooltip][data-position="bottom left"]:hover:after,
201
- [data-tooltip][data-position="bottom right"]:hover:after {
202
- -webkit-transform: scale(1) !important;
203
- transform: scale(1) !important;
204
- }
205
- [data-tooltip][data-variation~="fixed"]:after {
161
+ [data-tooltip][data-position="top left"]::after,
162
+ [data-tooltip][data-position="top right"]::after,
163
+ [data-tooltip][data-position="bottom left"]::after,
164
+ [data-tooltip][data-position="bottom right"]::after {
165
+ transform: scale(0.8);
166
+ }
167
+ [data-tooltip][data-position="top left"]:hover::after,
168
+ [data-tooltip][data-position="top right"]:hover::after,
169
+ [data-tooltip][data-position="bottom left"]:hover::after,
170
+ [data-tooltip][data-position="bottom right"]:hover::after {
171
+ transform: scale(1);
172
+ }
173
+ [data-tooltip][data-variation~="fixed"]::after {
206
174
  white-space: normal;
207
175
  width: 250px;
208
176
  }
209
- [data-tooltip][data-variation*="wide fixed"]:after {
177
+ [data-tooltip][data-variation*="wide fixed"]::after {
210
178
  width: 350px;
211
179
  }
212
- [data-tooltip][data-variation*="very wide fixed"]:after {
180
+ [data-tooltip][data-variation*="very wide fixed"]::after {
213
181
  width: 550px;
214
182
  }
215
183
  @media only screen and (max-width: 767.98px) {
216
- [data-tooltip][data-variation~="fixed"]:after {
184
+ [data-tooltip][data-variation~="fixed"]::after {
217
185
  width: 250px;
218
186
  }
219
187
  }
220
188
 
221
- /*--------------
222
- Position
223
- ---------------*/
224
-
225
- [data-position~="top"][data-tooltip]:before {
226
- background: #FFFFFF;
189
+ /* --------------
190
+ Position
191
+ --------------- */
192
+ [data-position~="top"][data-tooltip]::before {
193
+ background: #fff;
227
194
  }
228
195
 
229
- /* Top Center */
230
- [data-position="top center"][data-tooltip]:after {
196
+ /* Top Center (default) */
197
+ [data-tooltip]:not([data-position])::after,
198
+ [data-position="top center"][data-tooltip]::after {
231
199
  top: auto;
232
200
  right: auto;
233
201
  left: 50%;
234
202
  bottom: 100%;
235
- -webkit-transform: translateX(-50%);
236
- transform: translateX(-50%);
237
203
  margin-bottom: 0.5em;
238
204
  }
239
- [data-position="top center"][data-tooltip]:before {
205
+ [data-tooltip]:not([data-position])::before,
206
+ [data-position="top center"][data-tooltip]::before {
240
207
  top: auto;
241
208
  right: auto;
242
209
  bottom: 100%;
243
210
  left: 50%;
244
- background: #FFFFFF;
211
+ background: #fff;
245
212
  margin-left: -0.07142857rem;
246
213
  margin-bottom: 0.14285714rem;
247
214
  }
248
215
 
249
216
  /* Top Left */
250
- [data-position="top left"][data-tooltip]:after {
217
+ [data-position="top left"][data-tooltip]::after {
251
218
  top: auto;
252
219
  right: auto;
253
220
  left: 0;
254
221
  bottom: 100%;
255
222
  margin-bottom: 0.5em;
256
223
  }
257
- [data-position="top left"][data-tooltip]:before {
224
+ [data-position="top left"][data-tooltip]::before {
258
225
  top: auto;
259
226
  right: auto;
260
227
  bottom: 100%;
@@ -264,14 +231,14 @@
264
231
  }
265
232
 
266
233
  /* Top Right */
267
- [data-position="top right"][data-tooltip]:after {
234
+ [data-position="top right"][data-tooltip]::after {
268
235
  top: auto;
269
236
  left: auto;
270
237
  right: 0;
271
238
  bottom: 100%;
272
239
  margin-bottom: 0.5em;
273
240
  }
274
- [data-position="top right"][data-tooltip]:before {
241
+ [data-position="top right"][data-tooltip]::before {
275
242
  top: auto;
276
243
  left: auto;
277
244
  bottom: 100%;
@@ -279,38 +246,35 @@
279
246
  margin-left: -0.07142857rem;
280
247
  margin-bottom: 0.14285714rem;
281
248
  }
282
- [data-position~="bottom"][data-tooltip]:before {
283
- background: #FFFFFF;
284
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
285
- box-shadow: -1px -1px 0 0 #bababc;
249
+ [data-position~="bottom"][data-tooltip]::before {
250
+ background: #fff;
251
+ box-shadow: -1px -1px 0 0 #bababc;
286
252
  }
287
253
 
288
254
  /* Bottom Center */
289
- [data-position="bottom center"][data-tooltip]:after {
255
+ [data-position="bottom center"][data-tooltip]::after {
290
256
  bottom: auto;
291
257
  right: auto;
292
258
  left: 50%;
293
259
  top: 100%;
294
- -webkit-transform: translateX(-50%);
295
- transform: translateX(-50%);
296
260
  margin-top: 0.5em;
297
261
  }
298
- [data-position="bottom center"][data-tooltip]:before {
262
+ [data-position="bottom center"][data-tooltip]::before {
299
263
  bottom: auto;
300
264
  right: auto;
301
265
  top: 100%;
302
266
  left: 50%;
303
267
  margin-left: -0.07142857rem;
304
- margin-top: 0.14285714rem;
268
+ margin-top: 0.30714286em;
305
269
  }
306
270
 
307
271
  /* Bottom Left */
308
- [data-position="bottom left"][data-tooltip]:after {
272
+ [data-position="bottom left"][data-tooltip]::after {
309
273
  left: 0;
310
274
  top: 100%;
311
275
  margin-top: 0.5em;
312
276
  }
313
- [data-position="bottom left"][data-tooltip]:before {
277
+ [data-position="bottom left"][data-tooltip]::before {
314
278
  bottom: auto;
315
279
  right: auto;
316
280
  top: 100%;
@@ -320,12 +284,12 @@
320
284
  }
321
285
 
322
286
  /* Bottom Right */
323
- [data-position="bottom right"][data-tooltip]:after {
287
+ [data-position="bottom right"][data-tooltip]::after {
324
288
  right: 0;
325
289
  top: 100%;
326
290
  margin-top: 0.5em;
327
291
  }
328
- [data-position="bottom right"][data-tooltip]:before {
292
+ [data-position="bottom right"][data-tooltip]::before {
329
293
  bottom: auto;
330
294
  left: auto;
331
295
  top: 100%;
@@ -335,77 +299,81 @@
335
299
  }
336
300
 
337
301
  /* Left Center */
338
- [data-position="left center"][data-tooltip]:after {
302
+ [data-position="left center"][data-tooltip]::after {
339
303
  right: 100%;
340
304
  top: 50%;
341
305
  margin-right: 0.5em;
342
- -webkit-transform: translateY(-50%);
343
- transform: translateY(-50%);
344
306
  }
345
- [data-position="left center"][data-tooltip]:before {
307
+ [data-position="left center"][data-tooltip]::before {
346
308
  right: 100%;
347
309
  top: 50%;
348
310
  margin-top: -0.14285714rem;
349
311
  margin-right: -0.07142857rem;
350
- background: #FFFFFF;
351
- -webkit-box-shadow: 1px -1px 0 0 #bababc;
352
- box-shadow: 1px -1px 0 0 #bababc;
312
+ background: #fff;
313
+ box-shadow: 1px -1px 0 0 #bababc;
353
314
  }
354
315
 
355
316
  /* Right Center */
356
- [data-position="right center"][data-tooltip]:after {
317
+ [data-position="right center"][data-tooltip]::after {
357
318
  left: 100%;
358
319
  top: 50%;
359
320
  margin-left: 0.5em;
360
- -webkit-transform: translateY(-50%);
361
- transform: translateY(-50%);
362
321
  }
363
- [data-position="right center"][data-tooltip]:before {
322
+ [data-position="right center"][data-tooltip]::before {
364
323
  left: 100%;
365
324
  top: 50%;
366
325
  margin-top: -0.07142857rem;
367
326
  margin-left: 0.14285714rem;
368
- background: #FFFFFF;
369
- -webkit-box-shadow: -1px 1px 0 0 #bababc;
370
- box-shadow: -1px 1px 0 0 #bababc;
327
+ background: #fff;
328
+ box-shadow: -1px 1px 0 0 #bababc;
371
329
  }
372
- [data-position~="bottom"][data-tooltip]:before {
373
- -webkit-transform-origin: center bottom;
374
- transform-origin: center bottom;
330
+ [data-position~="bottom"][data-tooltip]::before {
331
+ transform-origin: center bottom;
375
332
  }
376
- [data-position~="bottom"][data-tooltip]:after {
377
- -webkit-transform-origin: center top;
378
- transform-origin: center top;
333
+ [data-position~="bottom"][data-tooltip]::after {
334
+ transform-origin: center top;
379
335
  }
380
- [data-position="left center"][data-tooltip]:before {
381
- -webkit-transform-origin: top center;
382
- transform-origin: top center;
336
+ [data-position="bottom center"][data-tooltip]::before {
337
+ transform-origin: center top;
383
338
  }
384
- [data-position="left center"][data-tooltip]:after {
385
- -webkit-transform-origin: right center;
386
- transform-origin: right center;
339
+ [data-position="left center"][data-tooltip]::before {
340
+ transform-origin: top center;
387
341
  }
388
- [data-position="right center"][data-tooltip]:before {
389
- -webkit-transform-origin: right center;
390
- transform-origin: right center;
342
+ [data-position="left center"][data-tooltip]::after {
343
+ transform-origin: right center;
391
344
  }
392
- [data-position="right center"][data-tooltip]:after {
393
- -webkit-transform-origin: left center;
394
- transform-origin: left center;
345
+ [data-position="right center"][data-tooltip]::before {
346
+ transform-origin: right center;
347
+ }
348
+ [data-position="right center"][data-tooltip]::after {
349
+ transform-origin: left center;
350
+ }
351
+ [data-position="top left"][data-tooltip]::after {
352
+ transform-origin: bottom left;
353
+ }
354
+ [data-position="top right"][data-tooltip]::after {
355
+ transform-origin: bottom right;
356
+ }
357
+ [data-position="bottom left"][data-tooltip]::after {
358
+ transform-origin: top left;
359
+ }
360
+ [data-position="bottom right"][data-tooltip]::after {
361
+ transform-origin: top right;
395
362
  }
396
363
 
397
- /*--------------
398
- Basic
399
- ---------------*/
400
-
401
- [data-tooltip][data-variation~="basic"]:before {
364
+ /* --------------
365
+ Basic
366
+ --------------- */
367
+ [data-tooltip][data-variation~="basic"]::before {
402
368
  display: none;
403
369
  }
370
+ [data-tooltip][data-variation~="multiline"]::after {
371
+ white-space: pre-line;
372
+ }
404
373
 
405
- /*--------------
374
+ /* --------------
406
375
  Spacing
407
- ---------------*/
408
-
376
+ --------------- */
409
377
  .ui.popup {
410
378
  margin: 0;
411
379
  }
@@ -415,28 +383,23 @@
415
383
  margin: 0 0 0.71428571em;
416
384
  }
417
385
  .ui.top.left.popup {
418
- -webkit-transform-origin: left bottom;
419
- transform-origin: left bottom;
386
+ transform-origin: left bottom;
420
387
  }
421
388
  .ui.top.center.popup {
422
- -webkit-transform-origin: center bottom;
423
- transform-origin: center bottom;
389
+ transform-origin: center bottom;
424
390
  }
425
391
  .ui.top.right.popup {
426
- -webkit-transform-origin: right bottom;
427
- transform-origin: right bottom;
392
+ transform-origin: right bottom;
428
393
  }
429
394
 
430
395
  /* Extending from Vertical Center */
431
396
  .ui.left.center.popup {
432
397
  margin: 0 0.71428571em 0 0;
433
- -webkit-transform-origin: right 50%;
434
- transform-origin: right 50%;
398
+ transform-origin: right 50%;
435
399
  }
436
400
  .ui.right.center.popup {
437
401
  margin: 0 0 0 0.71428571em;
438
- -webkit-transform-origin: left 50%;
439
- transform-origin: left 50%;
402
+ transform-origin: left 50%;
440
403
  }
441
404
 
442
405
  /* Extending from Bottom */
@@ -444,64 +407,57 @@
444
407
  margin: 0.71428571em 0 0;
445
408
  }
446
409
  .ui.bottom.left.popup {
447
- -webkit-transform-origin: left top;
448
- transform-origin: left top;
410
+ transform-origin: left top;
449
411
  }
450
412
  .ui.bottom.center.popup {
451
- -webkit-transform-origin: center top;
452
- transform-origin: center top;
413
+ transform-origin: center top;
453
414
  }
454
415
  .ui.bottom.right.popup {
455
- -webkit-transform-origin: right top;
456
- transform-origin: right top;
416
+ transform-origin: right top;
457
417
  }
458
418
 
459
- /*--------------
460
- Pointer
461
- ---------------*/
462
-
463
-
464
- /*--- Below ---*/
419
+ /* --------------
420
+ Pointer
421
+ --------------- */
465
422
 
466
- .ui.bottom.center.popup:before {
423
+ /* --- Below --- */
424
+ .ui.bottom.center.popup::before {
467
425
  margin-left: -0.30714286em;
468
426
  top: -0.30714286em;
469
427
  left: 50%;
470
428
  right: auto;
471
429
  bottom: auto;
472
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
473
- box-shadow: -1px -1px 0 0 #bababc;
430
+ box-shadow: -1px -1px 0 0 #bababc;
474
431
  }
475
432
  .ui.bottom.left.popup {
476
433
  margin-left: 0;
477
434
  }
478
- /*rtl:rename*/
479
- .ui.bottom.left.popup:before {
435
+
436
+ /* rtl:rename */
437
+ .ui.bottom.left.popup::before {
480
438
  top: -0.30714286em;
481
439
  left: 1em;
482
440
  right: auto;
483
441
  bottom: auto;
484
442
  margin-left: 0;
485
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
486
- box-shadow: -1px -1px 0 0 #bababc;
443
+ box-shadow: -1px -1px 0 0 #bababc;
487
444
  }
488
445
  .ui.bottom.right.popup {
489
446
  margin-right: 0;
490
447
  }
491
- /*rtl:rename*/
492
- .ui.bottom.right.popup:before {
448
+
449
+ /* rtl:rename */
450
+ .ui.bottom.right.popup::before {
493
451
  top: -0.30714286em;
494
452
  right: 1em;
495
453
  bottom: auto;
496
454
  left: auto;
497
455
  margin-left: 0;
498
- -webkit-box-shadow: -1px -1px 0 0 #bababc;
499
- box-shadow: -1px -1px 0 0 #bababc;
456
+ box-shadow: -1px -1px 0 0 #bababc;
500
457
  }
501
458
 
502
- /*--- Above ---*/
503
-
504
- .ui.top.center.popup:before {
459
+ /* --- Above --- */
460
+ .ui.top.center.popup::before {
505
461
  top: auto;
506
462
  right: auto;
507
463
  bottom: -0.30714286em;
@@ -511,8 +467,9 @@
511
467
  .ui.top.left.popup {
512
468
  margin-left: 0;
513
469
  }
514
- /*rtl:rename*/
515
- .ui.top.left.popup:before {
470
+
471
+ /* rtl:rename */
472
+ .ui.top.left.popup::before {
516
473
  bottom: -0.30714286em;
517
474
  left: 1em;
518
475
  top: auto;
@@ -522,8 +479,9 @@
522
479
  .ui.top.right.popup {
523
480
  margin-right: 0;
524
481
  }
525
- /*rtl:rename*/
526
- .ui.top.right.popup:before {
482
+
483
+ /* rtl:rename */
484
+ .ui.top.right.popup::before {
527
485
  bottom: -0.30714286em;
528
486
  right: 1em;
529
487
  top: auto;
@@ -531,42 +489,40 @@
531
489
  margin-left: 0;
532
490
  }
533
491
 
534
- /*--- Left Center ---*/
492
+ /* --- Left Center --- */
535
493
 
536
- /*rtl:rename*/
537
- .ui.left.center.popup:before {
494
+ /* rtl:rename */
495
+ .ui.left.center.popup::before {
538
496
  top: 50%;
539
497
  right: -0.30714286em;
540
498
  bottom: auto;
541
499
  left: auto;
542
500
  margin-top: -0.30714286em;
543
- -webkit-box-shadow: 1px -1px 0 0 #bababc;
544
- box-shadow: 1px -1px 0 0 #bababc;
501
+ box-shadow: 1px -1px 0 0 #bababc;
545
502
  }
546
503
 
547
- /*--- Right Center ---*/
504
+ /* --- Right Center --- */
548
505
 
549
- /*rtl:rename*/
550
- .ui.right.center.popup:before {
506
+ /* rtl:rename */
507
+ .ui.right.center.popup::before {
551
508
  top: 50%;
552
509
  left: -0.30714286em;
553
510
  bottom: auto;
554
511
  right: auto;
555
512
  margin-top: -0.30714286em;
556
- -webkit-box-shadow: -1px 1px 0 0 #bababc;
557
- box-shadow: -1px 1px 0 0 #bababc;
513
+ box-shadow: -1px 1px 0 0 #bababc;
558
514
  }
559
- .ui.right.center.popup:before,
560
- .ui.left.center.popup:before {
561
- background: #FFFFFF;
515
+ .ui.right.center.popup::before,
516
+ .ui.left.center.popup::before {
517
+ background: #fff;
562
518
  }
563
519
 
564
520
  /* Arrow Color By Location */
565
- .ui.bottom.popup:before {
566
- background: #FFFFFF;
521
+ .ui.bottom.popup::before {
522
+ background: #fff;
567
523
  }
568
- .ui.top.popup:before {
569
- background: #FFFFFF;
524
+ .ui.top.popup::before {
525
+ background: #fff;
570
526
  }
571
527
 
572
528
 
@@ -576,7 +532,7 @@
576
532
 
577
533
 
578
534
  /* Immediate Nested Grid */
579
- .ui.popup > .ui.grid:not(.padded) {
535
+ .ui.ui.ui.popup > .ui.grid {
580
536
  width: calc(100% + 1.75rem);
581
537
  margin: -0.7rem -0.875rem;
582
538
  }
@@ -587,8 +543,33 @@
587
543
  *******************************/
588
544
 
589
545
  .ui.loading.popup {
546
+ cursor: default;
547
+ pointer-events: none;
548
+ -webkit-user-select: none;
549
+ -ms-user-select: none;
550
+ user-select: none;
551
+ }
552
+ .ui.loading.popup * {
553
+ opacity: 0.3;
554
+ }
555
+ .ui.loading.popup::after {
556
+ position: absolute;
557
+ content: "";
558
+ top: 50%;
559
+ left: 50%;
560
+ margin: -1em 0 0 -1em;
561
+ width: 2em;
562
+ height: 2em;
563
+ animation: loader 0.6s infinite linear;
564
+ border: 0.2em solid #9ab5c1;
565
+ border-radius: 500rem;
566
+ box-shadow: 0 0 0 1px transparent;
567
+ visibility: visible;
568
+ z-index: 101;
569
+ }
570
+ .ui.invisible.popup {
590
571
  display: block;
591
- visibility: hidden;
572
+ visibility: hidden !important;
592
573
  z-index: -1;
593
574
  }
594
575
  .ui.animating.popup,
@@ -596,8 +577,7 @@
596
577
  display: block;
597
578
  }
598
579
  .ui.visible.popup {
599
- -webkit-transform: translateZ(0);
600
- transform: translateZ(0);
580
+ transform: translateZ(0);
601
581
  -webkit-backface-visibility: hidden;
602
582
  backface-visibility: hidden;
603
583
  }
@@ -608,21 +588,19 @@
608
588
  *******************************/
609
589
 
610
590
 
611
- /*--------------
612
- Basic
613
- ---------------*/
614
-
615
- .ui.basic.popup:before {
591
+ /* --------------
592
+ Basic
593
+ --------------- */
594
+ .ui.basic.popup::before {
616
595
  display: none;
617
596
  }
618
597
  .ui.fixed.popup {
619
598
  width: 250px;
620
599
  }
621
600
 
622
- /*--------------
623
- Wide
624
- ---------------*/
625
-
601
+ /* --------------
602
+ Wide
603
+ --------------- */
626
604
  .ui.wide.popup {
627
605
  max-width: 350px;
628
606
  }
@@ -646,77 +624,106 @@
646
624
  }
647
625
  }
648
626
 
649
- /*--------------
650
- Fluid
651
- ---------------*/
652
-
627
+ /* --------------
628
+ Fluid
629
+ --------------- */
653
630
  .ui.fluid.popup {
654
631
  width: 100%;
655
632
  max-width: none;
656
633
  }
657
-
658
- /*--------------
659
- Flowing
660
- ---------------*/
661
-
634
+ .ui.ui.ui.primary.popup::before,
635
+ .ui.primary.popup,
636
+ [data-tooltip][data-variation~="primary"]::after,
637
+ [data-tooltip][data-variation~="primary"]::before {
638
+ background: #007388;
639
+ color: #fff;
640
+ border: none;
641
+ }
642
+ .ui.ui.ui.primary.loading.popup::before,
643
+ .ui.primary.loading.popup {
644
+ background: #22ddff;
645
+ }
646
+ .ui.ui.ui.primary.popup::before,
647
+ [data-tooltip][data-variation~="primary"]::before {
648
+ box-shadow: none;
649
+ }
650
+ .ui.ui.ui.secondary.popup::before,
651
+ .ui.secondary.popup,
652
+ [data-tooltip][data-variation~="secondary"]::after,
653
+ [data-tooltip][data-variation~="secondary"]::before {
654
+ background: #1b1c1d;
655
+ color: #fff;
656
+ border: none;
657
+ }
658
+ .ui.ui.ui.secondary.loading.popup::before,
659
+ .ui.secondary.loading.popup {
660
+ background: #65696c;
661
+ }
662
+ .ui.ui.ui.secondary.popup::before,
663
+ [data-tooltip][data-variation~="secondary"]::before {
664
+ box-shadow: none;
665
+ }
666
+
667
+ /* --------------
668
+ Flowing
669
+ --------------- */
662
670
  .ui.flowing.popup {
663
671
  max-width: none;
664
672
  }
665
673
 
666
- /*--------------
674
+ /* --------------
667
675
  Sizes
668
- ---------------*/
669
-
676
+ --------------- */
670
677
  .ui.popup {
671
678
  font-size: 1rem;
672
679
  }
673
680
  .ui.mini.popup {
674
681
  font-size: 0.78571429rem;
675
682
  }
676
- [data-tooltip][data-variation~="mini"]:before,
677
- [data-tooltip][data-variation~="mini"]:after {
683
+ [data-tooltip][data-variation~="mini"]::before,
684
+ [data-tooltip][data-variation~="mini"]::after {
678
685
  font-size: 0.78571429rem;
679
686
  }
680
687
  .ui.tiny.popup {
681
688
  font-size: 0.85714286rem;
682
689
  }
683
- [data-tooltip][data-variation~="tiny"]:before,
684
- [data-tooltip][data-variation~="tiny"]:after {
690
+ [data-tooltip][data-variation~="tiny"]::before,
691
+ [data-tooltip][data-variation~="tiny"]::after {
685
692
  font-size: 0.85714286rem;
686
693
  }
687
694
  .ui.small.popup {
688
695
  font-size: 0.92857143rem;
689
696
  }
690
- [data-tooltip][data-variation~="small"]:before,
691
- [data-tooltip][data-variation~="small"]:after {
697
+ [data-tooltip][data-variation~="small"]::before,
698
+ [data-tooltip][data-variation~="small"]::after {
692
699
  font-size: 0.92857143rem;
693
700
  }
694
701
  .ui.large.popup {
695
702
  font-size: 1.14285714rem;
696
703
  }
697
- [data-tooltip][data-variation~="large"]:before,
698
- [data-tooltip][data-variation~="large"]:after {
704
+ [data-tooltip][data-variation~="large"]::before,
705
+ [data-tooltip][data-variation~="large"]::after {
699
706
  font-size: 1.14285714rem;
700
707
  }
701
708
  .ui.big.popup {
702
709
  font-size: 1.28571429rem;
703
710
  }
704
- [data-tooltip][data-variation~="big"]:before,
705
- [data-tooltip][data-variation~="big"]:after {
711
+ [data-tooltip][data-variation~="big"]::before,
712
+ [data-tooltip][data-variation~="big"]::after {
706
713
  font-size: 1.28571429rem;
707
714
  }
708
715
  .ui.huge.popup {
709
716
  font-size: 1.42857143rem;
710
717
  }
711
- [data-tooltip][data-variation~="huge"]:before,
712
- [data-tooltip][data-variation~="huge"]:after {
718
+ [data-tooltip][data-variation~="huge"]::before,
719
+ [data-tooltip][data-variation~="huge"]::after {
713
720
  font-size: 1.42857143rem;
714
721
  }
715
722
  .ui.massive.popup {
716
723
  font-size: 1.71428571rem;
717
724
  }
718
- [data-tooltip][data-variation~="massive"]:before,
719
- [data-tooltip][data-variation~="massive"]:after {
725
+ [data-tooltip][data-variation~="massive"]::before,
726
+ [data-tooltip][data-variation~="massive"]::after {
720
727
  font-size: 1.71428571rem;
721
728
  }
722
729