rails-active-ui 0.3.0 → 0.3.2

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 (197) hide show
  1. checksums.yaml +4 -4
  2. data/app/javascript/ui/controllers/turbo_modal_controller.js +36 -0
  3. data/config/importmap.rb +1 -0
  4. data/formantic-ui/components/accordion.css +369 -0
  5. data/formantic-ui/components/accordion.js +595 -0
  6. data/formantic-ui/components/accordion.min.css +9 -0
  7. data/formantic-ui/components/accordion.min.js +11 -0
  8. data/formantic-ui/components/ad.css +264 -0
  9. data/formantic-ui/components/ad.min.css +10 -0
  10. data/formantic-ui/components/api.js +1225 -0
  11. data/formantic-ui/components/api.min.js +11 -0
  12. data/formantic-ui/components/breadcrumb.css +135 -0
  13. data/formantic-ui/components/breadcrumb.min.css +9 -0
  14. data/formantic-ui/components/button.css +4058 -0
  15. data/formantic-ui/components/button.min.css +9 -0
  16. data/formantic-ui/components/calendar.css +327 -0
  17. data/formantic-ui/components/calendar.js +2045 -0
  18. data/formantic-ui/components/calendar.min.css +9 -0
  19. data/formantic-ui/components/calendar.min.js +11 -0
  20. data/formantic-ui/components/card.css +1881 -0
  21. data/formantic-ui/components/card.min.css +9 -0
  22. data/formantic-ui/components/checkbox.css +785 -0
  23. data/formantic-ui/components/checkbox.js +888 -0
  24. data/formantic-ui/components/checkbox.min.css +9 -0
  25. data/formantic-ui/components/checkbox.min.js +11 -0
  26. data/formantic-ui/components/comment.css +283 -0
  27. data/formantic-ui/components/comment.min.css +9 -0
  28. data/formantic-ui/components/container.css +300 -0
  29. data/formantic-ui/components/container.min.css +9 -0
  30. data/formantic-ui/components/dimmer.css +367 -0
  31. data/formantic-ui/components/dimmer.js +732 -0
  32. data/formantic-ui/components/dimmer.min.css +9 -0
  33. data/formantic-ui/components/dimmer.min.js +11 -0
  34. data/formantic-ui/components/divider.css +287 -0
  35. data/formantic-ui/components/divider.min.css +9 -0
  36. data/formantic-ui/components/dropdown.css +2087 -0
  37. data/formantic-ui/components/dropdown.js +4432 -0
  38. data/formantic-ui/components/dropdown.min.css +9 -0
  39. data/formantic-ui/components/dropdown.min.js +11 -0
  40. data/formantic-ui/components/embed.css +155 -0
  41. data/formantic-ui/components/embed.js +688 -0
  42. data/formantic-ui/components/embed.min.css +9 -0
  43. data/formantic-ui/components/embed.min.js +11 -0
  44. data/formantic-ui/components/emoji.css +15311 -0
  45. data/formantic-ui/components/emoji.min.css +9 -0
  46. data/formantic-ui/components/feed.css +799 -0
  47. data/formantic-ui/components/feed.min.css +9 -0
  48. data/formantic-ui/components/flag.css +1149 -0
  49. data/formantic-ui/components/flag.min.css +9 -0
  50. data/formantic-ui/components/flyout.css +546 -0
  51. data/formantic-ui/components/flyout.js +1551 -0
  52. data/formantic-ui/components/flyout.min.css +9 -0
  53. data/formantic-ui/components/flyout.min.js +11 -0
  54. data/formantic-ui/components/form.css +1885 -0
  55. data/formantic-ui/components/form.js +2199 -0
  56. data/formantic-ui/components/form.min.css +9 -0
  57. data/formantic-ui/components/form.min.js +11 -0
  58. data/formantic-ui/components/grid.css +1952 -0
  59. data/formantic-ui/components/grid.min.css +9 -0
  60. data/formantic-ui/components/header.css +778 -0
  61. data/formantic-ui/components/header.min.css +9 -0
  62. data/formantic-ui/components/icon.css +7066 -0
  63. data/formantic-ui/components/icon.min.css +9 -0
  64. data/formantic-ui/components/image.css +315 -0
  65. data/formantic-ui/components/image.min.css +9 -0
  66. data/formantic-ui/components/input.css +1566 -0
  67. data/formantic-ui/components/input.min.css +9 -0
  68. data/formantic-ui/components/item.css +534 -0
  69. data/formantic-ui/components/item.min.css +9 -0
  70. data/formantic-ui/components/label.css +2114 -0
  71. data/formantic-ui/components/label.min.css +9 -0
  72. data/formantic-ui/components/list.css +955 -0
  73. data/formantic-ui/components/list.min.css +9 -0
  74. data/formantic-ui/components/loader.css +787 -0
  75. data/formantic-ui/components/loader.min.css +9 -0
  76. data/formantic-ui/components/menu.css +2131 -0
  77. data/formantic-ui/components/menu.min.css +9 -0
  78. data/formantic-ui/components/message.css +619 -0
  79. data/formantic-ui/components/message.min.css +9 -0
  80. data/formantic-ui/components/modal.css +779 -0
  81. data/formantic-ui/components/modal.js +1637 -0
  82. data/formantic-ui/components/modal.min.css +9 -0
  83. data/formantic-ui/components/modal.min.js +11 -0
  84. data/formantic-ui/components/nag.css +290 -0
  85. data/formantic-ui/components/nag.js +566 -0
  86. data/formantic-ui/components/nag.min.css +9 -0
  87. data/formantic-ui/components/nag.min.js +11 -0
  88. data/formantic-ui/components/placeholder.css +228 -0
  89. data/formantic-ui/components/placeholder.min.css +9 -0
  90. data/formantic-ui/components/popup.css +1184 -0
  91. data/formantic-ui/components/popup.js +1561 -0
  92. data/formantic-ui/components/popup.min.css +9 -0
  93. data/formantic-ui/components/popup.min.js +11 -0
  94. data/formantic-ui/components/progress.css +761 -0
  95. data/formantic-ui/components/progress.js +979 -0
  96. data/formantic-ui/components/progress.min.css +9 -0
  97. data/formantic-ui/components/progress.min.js +11 -0
  98. data/formantic-ui/components/rail.css +147 -0
  99. data/formantic-ui/components/rail.min.css +9 -0
  100. data/formantic-ui/components/rating.css +414 -0
  101. data/formantic-ui/components/rating.js +540 -0
  102. data/formantic-ui/components/rating.min.css +9 -0
  103. data/formantic-ui/components/rating.min.js +11 -0
  104. data/formantic-ui/components/reset.css +386 -0
  105. data/formantic-ui/components/reset.min.css +9 -0
  106. data/formantic-ui/components/reveal.css +277 -0
  107. data/formantic-ui/components/reveal.min.css +9 -0
  108. data/formantic-ui/components/search.css +541 -0
  109. data/formantic-ui/components/search.js +1641 -0
  110. data/formantic-ui/components/search.min.css +9 -0
  111. data/formantic-ui/components/search.min.js +11 -0
  112. data/formantic-ui/components/segment.css +1053 -0
  113. data/formantic-ui/components/segment.min.css +9 -0
  114. data/formantic-ui/components/shape.css +144 -0
  115. data/formantic-ui/components/shape.js +797 -0
  116. data/formantic-ui/components/shape.min.css +9 -0
  117. data/formantic-ui/components/shape.min.js +11 -0
  118. data/formantic-ui/components/sidebar.css +539 -0
  119. data/formantic-ui/components/sidebar.js +1054 -0
  120. data/formantic-ui/components/sidebar.min.css +9 -0
  121. data/formantic-ui/components/sidebar.min.js +11 -0
  122. data/formantic-ui/components/site.css +286 -0
  123. data/formantic-ui/components/site.js +455 -0
  124. data/formantic-ui/components/site.min.css +9 -0
  125. data/formantic-ui/components/site.min.js +11 -0
  126. data/formantic-ui/components/slider.css +926 -0
  127. data/formantic-ui/components/slider.js +1546 -0
  128. data/formantic-ui/components/slider.min.css +9 -0
  129. data/formantic-ui/components/slider.min.js +11 -0
  130. data/formantic-ui/components/state.js +697 -0
  131. data/formantic-ui/components/state.min.js +11 -0
  132. data/formantic-ui/components/statistic.css +586 -0
  133. data/formantic-ui/components/statistic.min.css +9 -0
  134. data/formantic-ui/components/step.css +1538 -0
  135. data/formantic-ui/components/step.min.css +9 -0
  136. data/formantic-ui/components/sticky.css +73 -0
  137. data/formantic-ui/components/sticky.js +917 -0
  138. data/formantic-ui/components/sticky.min.css +9 -0
  139. data/formantic-ui/components/sticky.min.js +11 -0
  140. data/formantic-ui/components/tab.css +84 -0
  141. data/formantic-ui/components/tab.js +967 -0
  142. data/formantic-ui/components/tab.min.css +9 -0
  143. data/formantic-ui/components/tab.min.js +11 -0
  144. data/formantic-ui/components/table.css +3473 -0
  145. data/formantic-ui/components/table.min.css +9 -0
  146. data/formantic-ui/components/text.css +155 -0
  147. data/formantic-ui/components/text.min.css +9 -0
  148. data/formantic-ui/components/toast.css +751 -0
  149. data/formantic-ui/components/toast.js +964 -0
  150. data/formantic-ui/components/toast.min.css +9 -0
  151. data/formantic-ui/components/toast.min.js +11 -0
  152. data/formantic-ui/components/transition.css +1148 -0
  153. data/formantic-ui/components/transition.js +1034 -0
  154. data/formantic-ui/components/transition.min.css +9 -0
  155. data/formantic-ui/components/transition.min.js +11 -0
  156. data/formantic-ui/components/visibility.js +1292 -0
  157. data/formantic-ui/components/visibility.min.js +11 -0
  158. data/formantic-ui/semantic.css +78485 -0
  159. data/formantic-ui/semantic.js +31036 -0
  160. data/formantic-ui/semantic.min.css +11 -0
  161. data/formantic-ui/semantic.min.js +11 -0
  162. data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
  163. data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
  164. data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
  165. data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  166. data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  167. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  168. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  169. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  170. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  171. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  172. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  173. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  174. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  175. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  176. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  177. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  178. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  179. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  180. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  181. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  182. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  183. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  184. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  185. data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
  186. data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
  187. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  188. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  189. data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
  190. data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
  191. data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
  192. data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
  193. data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
  194. data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
  195. data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
  196. data/lib/ui/version.rb +1 -1
  197. metadata +194 -1
@@ -0,0 +1,541 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Search
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
10
+
11
+
12
+ /*******************************
13
+ Search
14
+ *******************************/
15
+
16
+ .ui.search {
17
+ position: relative;
18
+ }
19
+ .ui.search > .prompt {
20
+ margin: 0;
21
+ outline: none;
22
+ -webkit-appearance: none;
23
+ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
24
+ text-shadow: none;
25
+ font-style: normal;
26
+ font-weight: normal;
27
+ line-height: 1.21428571em;
28
+ padding: 0.67857143em 1em;
29
+ font-size: 1em;
30
+ background: #fff;
31
+ border: 1px solid rgba(34, 36, 38, 0.15);
32
+ color: rgba(0, 0, 0, 0.87);
33
+ box-shadow: 0 0 0 0 transparent inset;
34
+ transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
35
+ }
36
+ .ui.search .prompt {
37
+ border-radius: 500rem;
38
+ }
39
+
40
+ /* --------------
41
+ Icon
42
+ --------------- */
43
+ .ui.search .prompt ~ .search.icon {
44
+ cursor: pointer;
45
+ }
46
+
47
+ /* --------------
48
+ Results
49
+ --------------- */
50
+ .ui.search > .results {
51
+ display: none;
52
+ position: absolute;
53
+ top: 100%;
54
+ left: 0;
55
+ transform-origin: center top;
56
+ white-space: normal;
57
+ text-align: left;
58
+ text-transform: none;
59
+ background: #fff;
60
+ margin-top: 0.5em;
61
+ width: 18em;
62
+ border-radius: 0.28571429rem;
63
+ box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
64
+ border: 1px solid #d4d4d5;
65
+ z-index: 998;
66
+ }
67
+ .ui.search > .results > :first-child {
68
+ border-radius: 0.28571429rem 0.28571429rem 0 0;
69
+ }
70
+ .ui.search > .results > :last-child {
71
+ border-radius: 0 0 0.28571429rem 0.28571429rem;
72
+ }
73
+
74
+ /* --------------
75
+ Result
76
+ --------------- */
77
+ .ui.search > .results .result {
78
+ cursor: pointer;
79
+ display: block;
80
+ overflow: hidden;
81
+ font-size: 1em;
82
+ padding: 0.85714286em 1.14285714em;
83
+ color: rgba(0, 0, 0, 0.87);
84
+ line-height: 1.33;
85
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
86
+ }
87
+ .ui.search > .results .result:last-child {
88
+ border-bottom: none !important;
89
+ }
90
+
91
+ /* Image */
92
+ .ui.search > .results .result .image {
93
+ float: right;
94
+ overflow: hidden;
95
+ background: none;
96
+ width: 5em;
97
+ height: 3em;
98
+ border-radius: 0.25em;
99
+ }
100
+ .ui.search > .results .result .image img {
101
+ display: block;
102
+ width: auto;
103
+ height: 100%;
104
+ }
105
+
106
+ /* --------------
107
+ Info
108
+ --------------- */
109
+ .ui.search > .results .result .image + .content {
110
+ margin: 0 6em 0 0;
111
+ }
112
+ .ui.search > .results .result .title {
113
+ margin: -0.14285714em 0 0;
114
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
115
+ font-weight: bold;
116
+ font-size: 1em;
117
+ color: rgba(0, 0, 0, 0.85);
118
+ }
119
+ .ui.search > .results .result .description {
120
+ margin-top: 0;
121
+ font-size: 0.92857143em;
122
+ color: rgba(0, 0, 0, 0.4);
123
+ }
124
+ .ui.search > .results .result .price {
125
+ float: right;
126
+ color: #21ba45;
127
+ }
128
+
129
+ /* --------------
130
+ Message
131
+ --------------- */
132
+ .ui.search > .results > .message {
133
+ padding: 1em 1em;
134
+ }
135
+ .ui.search > .results > .message .header {
136
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
137
+ font-size: 1rem;
138
+ font-weight: bold;
139
+ color: rgba(0, 0, 0, 0.87);
140
+ }
141
+ .ui.search > .results > .message .description {
142
+ margin-top: 0.25rem;
143
+ font-size: 1em;
144
+ color: rgba(0, 0, 0, 0.87);
145
+ }
146
+
147
+ /* View All Results */
148
+ .ui.search > .results > .action {
149
+ display: block;
150
+ border-top: none;
151
+ background: #f3f4f5;
152
+ padding: 0.92857143em 1em;
153
+ color: rgba(0, 0, 0, 0.87);
154
+ font-weight: bold;
155
+ text-align: center;
156
+ }
157
+
158
+
159
+ /*******************************
160
+ States
161
+ *******************************/
162
+
163
+
164
+ /* --------------------
165
+ Focus
166
+ --------------------- */
167
+ .ui.search > .prompt:focus {
168
+ border-color: rgba(34, 36, 38, 0.35);
169
+ background: #fff;
170
+ color: rgba(0, 0, 0, 0.95);
171
+ }
172
+
173
+ /* --------------------
174
+ Loading
175
+ --------------------- */
176
+ .ui.loading.search .input > i.icon::before {
177
+ position: absolute;
178
+ content: "";
179
+ top: 50%;
180
+ left: 50%;
181
+ margin: -0.64285714em 0 0 -0.64285714em;
182
+ width: 1.28571429em;
183
+ height: 1.28571429em;
184
+ border-radius: 500rem;
185
+ border: 0.2em solid rgba(0, 0, 0, 0.1);
186
+ }
187
+ .ui.loading.search .input > i.icon::after {
188
+ position: absolute;
189
+ content: "";
190
+ top: 50%;
191
+ left: 50%;
192
+ margin: -0.64285714em 0 0 -0.64285714em;
193
+ width: 1.28571429em;
194
+ height: 1.28571429em;
195
+ animation: loader 0.6s infinite linear;
196
+ border: 0.2em solid #767676;
197
+ border-radius: 500rem;
198
+ box-shadow: 0 0 0 1px transparent;
199
+ }
200
+
201
+ /* --------------
202
+ Hover
203
+ --------------- */
204
+ .ui.search > .results .result:hover,
205
+ .ui.category.search > .results .category .result:hover {
206
+ background: #f9fafb;
207
+ }
208
+ .ui.search .action:hover:not(div) {
209
+ background: #e0e0e0;
210
+ }
211
+
212
+ /* --------------
213
+ Active
214
+ --------------- */
215
+ .ui.category.search > .results .category.active {
216
+ background: #f3f4f5;
217
+ }
218
+ .ui.category.search > .results .category.active > .name {
219
+ color: rgba(0, 0, 0, 0.87);
220
+ }
221
+ .ui.search > .results .result.active,
222
+ .ui.category.search > .results .category .result.active {
223
+ position: relative;
224
+ border-left-color: rgba(34, 36, 38, 0.1);
225
+ background: #f3f4f5;
226
+ box-shadow: none;
227
+ }
228
+ .ui.search > .results .result.active .title {
229
+ color: rgba(0, 0, 0, 0.85);
230
+ }
231
+ .ui.search > .results .result.active .description {
232
+ color: rgba(0, 0, 0, 0.85);
233
+ }
234
+
235
+ /* --------------------
236
+ Disabled
237
+ ---------------------- */
238
+
239
+ /* Disabled */
240
+ .ui.disabled.search {
241
+ cursor: default;
242
+ pointer-events: none;
243
+ opacity: 0.45;
244
+ }
245
+
246
+
247
+ /*******************************
248
+ Types
249
+ *******************************/
250
+
251
+
252
+ /* --------------
253
+ Clear Icon
254
+ --------------- */
255
+ .ui.search > .icon.input > .remove.icon {
256
+ pointer-events: all;
257
+ transition: opacity 0.1s ease;
258
+ cursor: pointer;
259
+ opacity: 0.6;
260
+ }
261
+ .ui.search > .icon.input > .remove.icon:hover {
262
+ opacity: 1;
263
+ }
264
+ .ui.search > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
265
+ right: 1.85714em;
266
+ }
267
+ .ui.search input[type="search"]::-webkit-search-cancel-button {
268
+ -webkit-appearance: none;
269
+ cursor: pointer;
270
+ -webkit-transition: opacity 0.1s ease;
271
+ transition: opacity 0.1s ease;
272
+ opacity: 0.6;
273
+ background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath d='M242.7 256l100.1-100.1c12.3-12.3 12.3-32.2 0-44.5l-22.2-22.2c-12.3-12.3-32.2-12.3-44.5 0L176 189.3 75.9 89.2c-12.3-12.3-32.2-12.3-44.5 0L9.2 111.5c-12.3 12.3-12.3 32.2 0 44.5L109.3 256 9.2 356.1c-12.3 12.3-12.3 32.2 0 44.5l22.2 22.2c12.3 12.3 32.2 12.3 44.5 0L176 322.7l100.1 100.1c12.3 12.3 32.2 12.3 44.5 0l22.2-22.2c12.3-12.3 12.3-32.2 0-44.5L242.7 256z'/%3E%3C/svg%3E") no-repeat;
274
+ height: 1em;
275
+ width: 1em;
276
+ }
277
+ .ui.search input[type="search"]::-webkit-search-cancel-button:hover {
278
+ opacity: 1;
279
+ }
280
+ .ui.loading.search input[type="search"]::-webkit-search-cancel-button {
281
+ display: none;
282
+ }
283
+ .ui.search > .icon.input > input:-ms-input-placeholder ~ .remove.icon {
284
+ display: none;
285
+ }
286
+ .ui.search > .icon.input > input:placeholder-shown ~ .remove.icon,
287
+ .ui.search.loading > .icon.input > .remove.icon {
288
+ display: none;
289
+ }
290
+ .ui.search > .icon.input > input:-ms-input-placeholder ~ .remove.icon {
291
+ display: none;
292
+ }
293
+
294
+ /* --------------
295
+ Category
296
+ --------------- */
297
+ .ui.category.search .results {
298
+ width: 28em;
299
+ }
300
+ .ui.category.search .results.animating,
301
+ .ui.category.search .results.visible {
302
+ display: table;
303
+ }
304
+
305
+ /* Category */
306
+ .ui.category.search > .results .category {
307
+ display: table-row;
308
+ background: #f3f4f5;
309
+ box-shadow: none;
310
+ transition: background 0.1s ease, border-color 0.1s ease;
311
+ }
312
+
313
+ /* Last Category */
314
+ .ui.category.search > .results .category:last-child {
315
+ border-bottom: none;
316
+ }
317
+
318
+ /* First / Last */
319
+ .ui.category.search > .results .category:first-child .name + .result {
320
+ border-radius: 0 0.28571429rem 0 0;
321
+ }
322
+ .ui.category.search > .results .category:last-child .result:last-child {
323
+ border-radius: 0 0 0.28571429rem 0;
324
+ }
325
+
326
+ /* Category Result Name */
327
+ .ui.category.search > .results .category > .name {
328
+ display: table-cell;
329
+ text-overflow: ellipsis;
330
+ width: 100px;
331
+ white-space: nowrap;
332
+ background: transparent;
333
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
334
+ font-size: 1em;
335
+ padding: 0.4em 1em;
336
+ font-weight: bold;
337
+ color: rgba(0, 0, 0, 0.4);
338
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
339
+ }
340
+
341
+ /* Category Result */
342
+ .ui.category.search > .results .category .results {
343
+ display: table-cell;
344
+ background: #fff;
345
+ border-left: 1px solid rgba(34, 36, 38, 0.15);
346
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
347
+ }
348
+ .ui.category.search > .results .category .result {
349
+ border-bottom: 1px solid rgba(34, 36, 38, 0.1);
350
+ transition: background 0.1s ease, border-color 0.1s ease;
351
+ padding: 0.85714286em 1.14285714em;
352
+ }
353
+ .ui.horizontal.category.search > .results .category,
354
+ .ui.horizontal.category.search > .results .category > .name,
355
+ .ui.horizontal.category.search > .results .category > .results {
356
+ display: block;
357
+ }
358
+ .ui.horizontal.category.search > .results .category > .results {
359
+ width: 100%;
360
+ border-left: 0;
361
+ }
362
+
363
+
364
+ /*******************************
365
+ Variations
366
+ *******************************/
367
+
368
+
369
+ /* -------------------
370
+ Scrolling
371
+ -------------------- */
372
+ .ui.scrolling.search > .results,
373
+ .ui.search.long > .results,
374
+ .ui.search.short > .results {
375
+ overflow-x: hidden;
376
+ overflow-y: auto;
377
+ -ms-scroll-chaining: none;
378
+ overscroll-behavior: none;
379
+ -webkit-backface-visibility: hidden;
380
+ backface-visibility: hidden;
381
+ }
382
+ @media only screen and (max-width: 767.98px) {
383
+ .ui.scrolling.search > .results {
384
+ max-height: 12.17714286em;
385
+ }
386
+ .resizable.ui.scrolling.search > .results {
387
+ height: 12.17714286em;
388
+ }
389
+ }
390
+ @media only screen and (min-width: 768px) {
391
+ .ui.scrolling.search > .results {
392
+ max-height: 18.26571429em;
393
+ }
394
+ .resizable.ui.scrolling.search > .results {
395
+ height: 18.26571429em;
396
+ }
397
+ }
398
+ @media only screen and (min-width: 992px) {
399
+ .ui.scrolling.search > .results {
400
+ max-height: 24.35428571em;
401
+ }
402
+ .resizable.ui.scrolling.search > .results {
403
+ height: 24.35428571em;
404
+ }
405
+ }
406
+ @media only screen and (min-width: 1920px) {
407
+ .ui.scrolling.search > .results {
408
+ max-height: 36.53142857em;
409
+ }
410
+ .resizable.ui.scrolling.search > .results {
411
+ height: 36.53142857em;
412
+ }
413
+ }
414
+ .ui.scrolling.resizable.search > .results {
415
+ resize: vertical;
416
+ max-height: none;
417
+ }
418
+ @media only screen and (max-width: 767.98px) {
419
+ .ui.search.short > .results {
420
+ max-height: 12.17714286em;
421
+ }
422
+ .ui.search[class*="very short"] > .results {
423
+ max-height: 9.13285714em;
424
+ }
425
+ .ui.search.long > .results {
426
+ max-height: 24.35428571em;
427
+ }
428
+ .ui.search[class*="very long"] > .results {
429
+ max-height: 36.53142857em;
430
+ }
431
+ }
432
+ @media only screen and (min-width: 768px) {
433
+ .ui.search.short > .results {
434
+ max-height: 18.26571429em;
435
+ }
436
+ .ui.search[class*="very short"] > .results {
437
+ max-height: 13.69928571em;
438
+ }
439
+ .ui.search.long > .results {
440
+ max-height: 36.53142857em;
441
+ }
442
+ .ui.search[class*="very long"] > .results {
443
+ max-height: 54.79714286em;
444
+ }
445
+ }
446
+ @media only screen and (min-width: 992px) {
447
+ .ui.search.short > .results {
448
+ max-height: 24.35428571em;
449
+ }
450
+ .ui.search[class*="very short"] > .results {
451
+ max-height: 18.26571429em;
452
+ }
453
+ .ui.search.long > .results {
454
+ max-height: 48.70857143em;
455
+ }
456
+ .ui.search[class*="very long"] > .results {
457
+ max-height: 73.06285714em;
458
+ }
459
+ }
460
+ @media only screen and (min-width: 1920px) {
461
+ .ui.search.short > .results {
462
+ max-height: 36.53142857em;
463
+ }
464
+ .ui.search[class*="very short"] > .results {
465
+ max-height: 27.39857143em;
466
+ }
467
+ .ui.search.long > .results {
468
+ max-height: 73.06285714em;
469
+ }
470
+ .ui.search[class*="very long"] > .results {
471
+ max-height: 109.59428571em;
472
+ }
473
+ }
474
+
475
+ /* -------------------
476
+ Left / Right
477
+ -------------------- */
478
+ .ui[class*="left aligned"].search > .results {
479
+ right: auto;
480
+ left: 0;
481
+ }
482
+ .ui[class*="right aligned"].search > .results {
483
+ right: 0;
484
+ left: auto;
485
+ }
486
+
487
+ /* --------------
488
+ Fluid
489
+ --------------- */
490
+ .ui.fluid.search .results {
491
+ width: 100%;
492
+ }
493
+
494
+ /* --------------
495
+ Sizes
496
+ --------------- */
497
+ .ui.search {
498
+ font-size: 1em;
499
+ }
500
+ .ui.mini.search {
501
+ font-size: 0.78571429em;
502
+ }
503
+ .ui.tiny.search {
504
+ font-size: 0.85714286em;
505
+ }
506
+ .ui.small.search {
507
+ font-size: 0.92857143em;
508
+ }
509
+ .ui.large.search {
510
+ font-size: 1.14285714em;
511
+ }
512
+ .ui.big.search {
513
+ font-size: 1.28571429em;
514
+ }
515
+ .ui.huge.search {
516
+ font-size: 1.42857143em;
517
+ }
518
+ .ui.massive.search {
519
+ font-size: 1.71428571em;
520
+ }
521
+
522
+ /* --------------
523
+ Mobile
524
+ --------------- */
525
+ @media only screen and (max-width: 767.98px) {
526
+ .ui.search .results {
527
+ max-width: calc(100vw - 2rem);
528
+ }
529
+ }
530
+
531
+
532
+ /*******************************
533
+ Theme Overrides
534
+ *******************************/
535
+
536
+
537
+
538
+ /*******************************
539
+ Site Overrides
540
+ *******************************/
541
+