@pageboard/html 0.14.19 → 0.14.21

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 (110) hide show
  1. package/elements/accordion.js +1 -1
  2. package/elements/fieldsets.js +1 -1
  3. package/elements/form.js +2 -2
  4. package/elements/grid.js +1 -1
  5. package/elements/image.js +1 -1
  6. package/elements/input-file.js +2 -2
  7. package/elements/input-property.js +12 -13
  8. package/elements/inputs.js +5 -5
  9. package/elements/layout.js +1 -1
  10. package/elements/link.js +2 -2
  11. package/elements/menu.js +2 -2
  12. package/elements/navigation.js +1 -1
  13. package/elements/page.js +1 -1
  14. package/elements/paragraph.js +2 -2
  15. package/elements/query-tags.js +1 -1
  16. package/elements/tab.js +1 -1
  17. package/elements/table.js +1 -1
  18. package/elements/template.js +1 -1
  19. package/package.json +3 -8
  20. package/ui/card.css +3 -3
  21. package/ui/components/accordion.css +241 -0
  22. package/ui/components/accordion.js +613 -0
  23. package/ui/components/ad.css +275 -0
  24. package/ui/components/api.js +1167 -0
  25. package/ui/components/breadcrumb.css +122 -0
  26. package/ui/components/button.css +3525 -0
  27. package/ui/components/card.css +939 -0
  28. package/ui/components/checkbox.css +604 -0
  29. package/ui/components/checkbox.js +831 -0
  30. package/ui/components/colorize.js +274 -0
  31. package/ui/components/comment.css +268 -0
  32. package/ui/components/container.css +149 -0
  33. package/ui/components/dimmer.css +224 -0
  34. package/ui/components/dimmer.js +733 -0
  35. package/ui/components/divider.css +253 -0
  36. package/ui/components/dropdown.css +1448 -0
  37. package/ui/components/dropdown.js +3955 -0
  38. package/ui/components/embed.css +160 -0
  39. package/ui/components/embed.js +706 -0
  40. package/ui/components/feed.css +281 -0
  41. package/ui/components/flag.css +1035 -0
  42. package/ui/components/form.css +1011 -0
  43. package/ui/components/form.js +1706 -0
  44. package/ui/components/grid.css +1941 -0
  45. package/ui/components/header.css +719 -0
  46. package/ui/components/icon.css +4777 -0
  47. package/ui/components/image.css +310 -0
  48. package/ui/components/input.css +469 -0
  49. package/ui/components/item.css +464 -0
  50. package/ui/components/label.css +1281 -0
  51. package/ui/components/list.css +943 -0
  52. package/ui/components/loader.css +339 -0
  53. package/ui/components/menu.css +1940 -0
  54. package/ui/components/message.css +468 -0
  55. package/ui/components/modal.css +617 -0
  56. package/ui/components/modal.js +1034 -0
  57. package/ui/components/nag.css +145 -0
  58. package/ui/components/nag.js +507 -0
  59. package/ui/components/placeholder.css +229 -0
  60. package/ui/components/popup.css +640 -0
  61. package/ui/components/popup.js +1532 -0
  62. package/ui/components/progress.css +502 -0
  63. package/ui/components/progress.js +931 -0
  64. package/ui/components/rail.css +152 -0
  65. package/ui/components/rating.css +257 -0
  66. package/ui/components/rating.js +508 -0
  67. package/ui/components/reset.css +476 -0
  68. package/ui/components/reveal.css +260 -0
  69. package/ui/components/search.css +431 -0
  70. package/ui/components/search.js +1505 -0
  71. package/ui/components/segment.css +824 -0
  72. package/ui/components/shape.css +143 -0
  73. package/ui/components/shape.js +921 -0
  74. package/ui/components/sidebar.css +537 -0
  75. package/ui/components/sidebar.js +1033 -0
  76. package/ui/components/site.css +184 -0
  77. package/ui/components/site.js +487 -0
  78. package/ui/components/state.js +708 -0
  79. package/ui/components/statistic.css +534 -0
  80. package/ui/components/step.css +566 -0
  81. package/ui/components/sticky.css +73 -0
  82. package/ui/components/sticky.js +959 -0
  83. package/ui/components/tab.css +89 -0
  84. package/ui/components/tab.js +952 -0
  85. package/ui/components/table.css +1108 -0
  86. package/ui/components/transition.css +1792 -0
  87. package/ui/components/transition.js +1095 -0
  88. package/ui/components/video.css +121 -0
  89. package/ui/components/video.js +532 -0
  90. package/ui/components/visibility.js +1311 -0
  91. package/ui/components/visit.js +517 -0
  92. package/ui/item.css +2 -2
  93. package/ui/layout.css +1 -1
  94. package/ui/themes/default/assets/fonts/brand-icons.eot +0 -0
  95. package/ui/themes/default/assets/fonts/brand-icons.svg +1008 -0
  96. package/ui/themes/default/assets/fonts/brand-icons.ttf +0 -0
  97. package/ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  98. package/ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  99. package/ui/themes/default/assets/fonts/icons.eot +0 -0
  100. package/ui/themes/default/assets/fonts/icons.otf +0 -0
  101. package/ui/themes/default/assets/fonts/icons.svg +1518 -0
  102. package/ui/themes/default/assets/fonts/icons.ttf +0 -0
  103. package/ui/themes/default/assets/fonts/icons.woff +0 -0
  104. package/ui/themes/default/assets/fonts/icons.woff2 +0 -0
  105. package/ui/themes/default/assets/fonts/outline-icons.eot +0 -0
  106. package/ui/themes/default/assets/fonts/outline-icons.svg +366 -0
  107. package/ui/themes/default/assets/fonts/outline-icons.ttf +0 -0
  108. package/ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  109. package/ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  110. package/ui/themes/default/assets/images/flags.png +0 -0
@@ -0,0 +1,431 @@
1
+ /*!
2
+ * # Semantic UI 2.4.0 - Search
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * http://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: 0em;
21
+ outline: none;
22
+ appearance: none;
23
+ -webkit-tap-highlight-color: rgb(255 255 255 / 0%);
24
+ text-shadow: none;
25
+ font-style: normal;
26
+ font-weight: normal;
27
+ line-height: 1.2143em;
28
+ padding: 0.6786em 1em;
29
+ font-size: 1em;
30
+ background: #FFFFFF;
31
+ border: 1px solid rgb(34 36 38 / 15%);
32
+ color: rgb(0 0 0 / 87%);
33
+ box-shadow: 0em 0em 0em 0em 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
+
44
+ .ui.search .prompt ~ .search.icon {
45
+ cursor: pointer;
46
+ }
47
+
48
+ /*--------------
49
+ Results
50
+ ---------------*/
51
+
52
+ .ui.search > .results {
53
+ display: none;
54
+ position: absolute;
55
+ top: 100%;
56
+ left: 0%;
57
+ transform-origin: center top;
58
+ white-space: normal;
59
+ text-align: left;
60
+ text-transform: none;
61
+ background: #FFFFFF;
62
+ margin-top: 0.5em;
63
+ width: 18em;
64
+ border-radius: 0.2857rem;
65
+ box-shadow: 0px 2px 4px 0px rgb(34 36 38 / 12%), 0px 2px 10px 0px rgb(34 36 38 / 15%);
66
+ border: 1px solid #D4D4D5;
67
+ z-index: 998;
68
+ }
69
+ .ui.search > .results > :first-child {
70
+ border-radius: 0.2857rem 0.2857rem 0em 0em;
71
+ }
72
+ .ui.search > .results > :last-child {
73
+ border-radius: 0em 0em 0.2857rem 0.2857rem;
74
+ }
75
+
76
+ /*--------------
77
+ Result
78
+ ---------------*/
79
+
80
+ .ui.search > .results .result {
81
+ cursor: pointer;
82
+ display: block;
83
+ overflow: hidden;
84
+ font-size: 1em;
85
+ padding: 0.8571em 1.1428em;
86
+ color: rgb(0 0 0 / 87%);
87
+ line-height: 1.33;
88
+ border-bottom: 1px solid rgb(34 36 38 / 10%);
89
+ }
90
+ .ui.search > .results .result:last-child {
91
+ border-bottom: none !important;
92
+ }
93
+
94
+ /* Image */
95
+ .ui.search > .results .result .image {
96
+ float: right;
97
+ overflow: hidden;
98
+ background: none;
99
+ width: 5em;
100
+ height: 3em;
101
+ border-radius: 0.25em;
102
+ }
103
+ .ui.search > .results .result .image img {
104
+ display: block;
105
+ width: auto;
106
+ height: 100%;
107
+ }
108
+
109
+ /*--------------
110
+ Info
111
+ ---------------*/
112
+
113
+ .ui.search > .results .result .image + .content {
114
+ margin: 0em 6em 0em 0em;
115
+ }
116
+ .ui.search > .results .result .title {
117
+ margin: -0.1429em 0em 0em;
118
+ font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
119
+ font-weight: bold;
120
+ font-size: 1em;
121
+ color: rgb(0 0 0 / 85%);
122
+ }
123
+ .ui.search > .results .result .description {
124
+ margin-top: 0;
125
+ font-size: 0.9285em;
126
+ color: rgb(0 0 0 / 40%);
127
+ }
128
+ .ui.search > .results .result .price {
129
+ float: right;
130
+ color: #21BA45;
131
+ }
132
+
133
+ /*--------------
134
+ Message
135
+ ---------------*/
136
+
137
+ .ui.search > .results > .message {
138
+ padding: 1em;
139
+ }
140
+ .ui.search > .results > .message .header {
141
+ font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
142
+ font-size: 1rem;
143
+ font-weight: bold;
144
+ color: rgb(0 0 0 / 87%);
145
+ }
146
+ .ui.search > .results > .message .description {
147
+ margin-top: 0.25rem;
148
+ font-size: 1em;
149
+ color: rgb(0 0 0 / 87%);
150
+ }
151
+
152
+ /* View All Results */
153
+ .ui.search > .results > .action {
154
+ display: block;
155
+ border-top: none;
156
+ background: #F3F4F5;
157
+ padding: 0.9285em 1em;
158
+ color: rgb(0 0 0 / 87%);
159
+ font-weight: bold;
160
+ text-align: center;
161
+ }
162
+
163
+
164
+ /*******************************
165
+ States
166
+ *******************************/
167
+
168
+
169
+ /*--------------------
170
+ Focus
171
+ ---------------------*/
172
+
173
+ .ui.search > .prompt:focus {
174
+ border-color: rgb(34 36 38 / 35%);
175
+ background: #FFFFFF;
176
+ color: rgb(0 0 0 / 95%);
177
+ }
178
+
179
+ /*--------------------
180
+ Loading
181
+ ---------------------*/
182
+
183
+ .ui.loading.search .input > i.icon::before {
184
+ position: absolute;
185
+ content: '';
186
+ top: 50%;
187
+ left: 50%;
188
+ margin: -0.6428em 0em 0em -0.6428em;
189
+ width: 1.2857em;
190
+ height: 1.2857em;
191
+ border-radius: 500rem;
192
+ border: 0.2em solid rgb(0 0 0 / 10%);
193
+ }
194
+ .ui.loading.search .input > i.icon::after {
195
+ position: absolute;
196
+ content: '';
197
+ top: 50%;
198
+ left: 50%;
199
+ margin: -0.6428em 0em 0em -0.6428em;
200
+ width: 1.2857em;
201
+ height: 1.2857em;
202
+ animation: button-spin 0.6s linear;
203
+ animation-iteration-count: infinite;
204
+ border-radius: 500rem;
205
+ border-color: #767676 transparent transparent;
206
+ border-style: solid;
207
+ border-width: 0.2em;
208
+ box-shadow: 0px 0px 0px 1px transparent;
209
+ }
210
+
211
+ /*--------------
212
+ Hover
213
+ ---------------*/
214
+
215
+ .ui.search > .results .result:hover,
216
+ .ui.category.search > .results .category .result:hover {
217
+ background: #F9FAFB;
218
+ }
219
+ .ui.search .action:hover {
220
+ background: #E0E0E0;
221
+ }
222
+
223
+ /*--------------
224
+ Active
225
+ ---------------*/
226
+
227
+ .ui.category.search > .results .category.active {
228
+ background: #F3F4F5;
229
+ }
230
+ .ui.category.search > .results .category.active > .name {
231
+ color: rgb(0 0 0 / 87%);
232
+ }
233
+ .ui.search > .results .result.active,
234
+ .ui.category.search > .results .category .result.active {
235
+ position: relative;
236
+ border-left-color: rgb(34 36 38 / 10%);
237
+ background: #F3F4F5;
238
+ box-shadow: none;
239
+ }
240
+ .ui.search > .results .result.active .title {
241
+ color: rgb(0 0 0 / 85%);
242
+ }
243
+ .ui.search > .results .result.active .description {
244
+ color: rgb(0 0 0 / 85%);
245
+ }
246
+
247
+ /*--------------------
248
+ Disabled
249
+ ----------------------*/
250
+
251
+
252
+ /* Disabled */
253
+ .ui.disabled.search {
254
+ cursor: default;
255
+ pointer-events: none;
256
+ opacity: 0.45;
257
+ }
258
+
259
+
260
+ /*******************************
261
+ Types
262
+ *******************************/
263
+
264
+
265
+ /*--------------
266
+ Selection
267
+ ---------------*/
268
+
269
+ .ui.search.selection .prompt {
270
+ border-radius: 0.2857rem;
271
+ }
272
+
273
+ /* Remove input */
274
+ .ui.search.selection > .icon.input > .remove.icon {
275
+ pointer-events: none;
276
+ position: absolute;
277
+ left: auto;
278
+ opacity: 0;
279
+ color: '';
280
+ top: 0em;
281
+ right: 0em;
282
+ transition: color 0.1s ease, opacity 0.1s ease;
283
+ }
284
+ .ui.search.selection > .icon.input > .active.remove.icon {
285
+ cursor: pointer;
286
+ opacity: 0.8;
287
+ pointer-events: auto;
288
+ }
289
+ .ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
290
+ right: 1.85714em;
291
+ }
292
+ .ui.search.selection > .icon.input > .remove.icon:hover {
293
+ opacity: 1;
294
+ color: #DB2828;
295
+ }
296
+
297
+ /*--------------
298
+ Category
299
+ ---------------*/
300
+
301
+ .ui.category.search .results {
302
+ width: 28em;
303
+ }
304
+ .ui.category.search .results.animating,
305
+ .ui.category.search .results.visible {
306
+ display: table;
307
+ }
308
+
309
+ /* Category */
310
+ .ui.category.search > .results .category {
311
+ display: table-row;
312
+ background: #F3F4F5;
313
+ box-shadow: none;
314
+ transition: background 0.1s ease, border-color 0.1s ease;
315
+ }
316
+
317
+ /* Last Category */
318
+ .ui.category.search > .results .category:last-child {
319
+ border-bottom: none;
320
+ }
321
+
322
+ /* First / Last */
323
+ .ui.category.search > .results .category:first-child .name + .result {
324
+ border-radius: 0em 0.2857rem 0em 0em;
325
+ }
326
+ .ui.category.search > .results .category:last-child .result:last-child {
327
+ border-radius: 0em 0em 0.2857rem;
328
+ }
329
+
330
+ /* Category Result Name */
331
+ .ui.category.search > .results .category > .name {
332
+ display: table-cell;
333
+ text-overflow: ellipsis;
334
+ width: 100px;
335
+ white-space: nowrap;
336
+ background: transparent;
337
+ font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
338
+ font-size: 1em;
339
+ padding: 0.4em 1em;
340
+ font-weight: bold;
341
+ color: rgb(0 0 0 / 40%);
342
+ border-bottom: 1px solid rgb(34 36 38 / 10%);
343
+ }
344
+
345
+ /* Category Result */
346
+ .ui.category.search > .results .category .results {
347
+ display: table-cell;
348
+ background: #FFFFFF;
349
+ border-left: 1px solid rgb(34 36 38 / 15%);
350
+ border-bottom: 1px solid rgb(34 36 38 / 10%);
351
+ }
352
+ .ui.category.search > .results .category .result {
353
+ border-bottom: 1px solid rgb(34 36 38 / 10%);
354
+ transition: background 0.1s ease, border-color 0.1s ease;
355
+ padding: 0.8571em 1.1428em;
356
+ }
357
+
358
+
359
+ /*******************************
360
+ Variations
361
+ *******************************/
362
+
363
+
364
+ /*-------------------
365
+ Left / Right
366
+ --------------------*/
367
+
368
+ .ui[class*="left aligned"].search > .results {
369
+ right: auto;
370
+ left: 0%;
371
+ }
372
+ .ui[class*="right aligned"].search > .results {
373
+ right: 0%;
374
+ left: auto;
375
+ }
376
+
377
+ /*--------------
378
+ Fluid
379
+ ---------------*/
380
+
381
+ .ui.fluid.search .results {
382
+ width: 100%;
383
+ }
384
+
385
+ /*--------------
386
+ Sizes
387
+ ---------------*/
388
+
389
+ .ui.mini.search {
390
+ font-size: 0.7857em;
391
+ }
392
+ .ui.small.search {
393
+ font-size: 0.9285em;
394
+ }
395
+ .ui.search {
396
+ font-size: 1em;
397
+ }
398
+ .ui.large.search {
399
+ font-size: 1.1428em;
400
+ }
401
+ .ui.big.search {
402
+ font-size: 1.2857em;
403
+ }
404
+ .ui.huge.search {
405
+ font-size: 1.4286em;
406
+ }
407
+ .ui.massive.search {
408
+ font-size: 1.7143em;
409
+ }
410
+
411
+ /*--------------
412
+ Mobile
413
+ ---------------*/
414
+
415
+ @media (width <= 767px) {
416
+ .ui.search .results {
417
+ max-width: calc(100vw - 2rem);
418
+ }
419
+ }
420
+
421
+
422
+ /*******************************
423
+ Theme Overrides
424
+ *******************************/
425
+
426
+
427
+
428
+ /*******************************
429
+ Site Overrides
430
+ *******************************/
431
+