@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,469 @@
1
+ /*!
2
+ * # Semantic UI 2.4.1 - Input
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
+ Standard
14
+ *******************************/
15
+
16
+
17
+ /*--------------------
18
+ Inputs
19
+ ---------------------*/
20
+
21
+ .ui.input {
22
+ position: relative;
23
+ font-weight: normal;
24
+ font-style: normal;
25
+ display: inline-flex;
26
+ color: rgb(0 0 0 / 87%);
27
+ }
28
+ .ui.input > input {
29
+ margin: 0em;
30
+ max-width: 100%;
31
+ flex: 1 0 auto;
32
+ outline: none;
33
+ -webkit-tap-highlight-color: rgb(255 255 255 / 0%);
34
+ text-align: left;
35
+ line-height: 1.2143em;
36
+ font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
37
+ padding: 0.6786em 1em;
38
+ background: #FFFFFF;
39
+ border: 1px solid rgb(34 36 38 / 15%);
40
+ color: rgb(0 0 0 / 87%);
41
+ border-radius: 0.2857rem;
42
+ transition: box-shadow 0.1s ease, border-color 0.1s ease;
43
+ box-shadow: none;
44
+ }
45
+
46
+ /*--------------------
47
+ Placeholder
48
+ ---------------------*/
49
+
50
+
51
+ /* browsers require these rules separate */
52
+
53
+ .ui.input > input::placeholder {
54
+ color: rgb(191 191 191 / 87%);
55
+ }
56
+
57
+
58
+
59
+ /*******************************
60
+ States
61
+ *******************************/
62
+
63
+
64
+ /*--------------------
65
+ Disabled
66
+ ---------------------*/
67
+
68
+ .ui.disabled.input,
69
+ .ui.input:not(.disabled) input[disabled] {
70
+ opacity: 0.45;
71
+ }
72
+ .ui.disabled.input > input,
73
+ .ui.input:not(.disabled) input[disabled] {
74
+ pointer-events: none;
75
+ }
76
+
77
+ /*--------------------
78
+ Active
79
+ ---------------------*/
80
+
81
+ .ui.input > input:active,
82
+ .ui.input.down input {
83
+ border-color: rgb(0 0 0 / 30%);
84
+ background: #FAFAFA;
85
+ color: rgb(0 0 0 / 87%);
86
+ box-shadow: none;
87
+ }
88
+
89
+ /*--------------------
90
+ Loading
91
+ ---------------------*/
92
+
93
+ .ui.loading.loading.input > i.icon::before {
94
+ position: absolute;
95
+ content: '';
96
+ top: 50%;
97
+ left: 50%;
98
+ margin: -0.6428em 0em 0em -0.6428em;
99
+ width: 1.2857em;
100
+ height: 1.2857em;
101
+ border-radius: 500rem;
102
+ border: 0.2em solid rgb(0 0 0 / 10%);
103
+ }
104
+ .ui.loading.loading.input > i.icon::after {
105
+ position: absolute;
106
+ content: '';
107
+ top: 50%;
108
+ left: 50%;
109
+ margin: -0.6428em 0em 0em -0.6428em;
110
+ width: 1.2857em;
111
+ height: 1.2857em;
112
+ animation: button-spin 0.6s linear;
113
+ animation-iteration-count: infinite;
114
+ border-radius: 500rem;
115
+ border-color: #767676 transparent transparent;
116
+ border-style: solid;
117
+ border-width: 0.2em;
118
+ box-shadow: 0px 0px 0px 1px transparent;
119
+ }
120
+
121
+ /*--------------------
122
+ Focus
123
+ ---------------------*/
124
+
125
+ .ui.input.focus > input,
126
+ .ui.input > input:focus {
127
+ border-color: #85B7D9;
128
+ background: #FFFFFF;
129
+ color: rgb(0 0 0 / 80%);
130
+ box-shadow: none;
131
+ }
132
+ .ui.input.focus > input::placeholder,
133
+ .ui.input > input:focus::placeholder {
134
+ color: rgb(115 115 115 / 87%);
135
+ }
136
+
137
+ /*--------------------
138
+ Error
139
+ ---------------------*/
140
+
141
+ .ui.input.error > input {
142
+ background-color: #FFF6F6;
143
+ border-color: #E0B4B4;
144
+ color: #9F3A38;
145
+ box-shadow: none;
146
+ }
147
+
148
+ /* Error Placeholder */
149
+
150
+ .ui.input.error > input::placeholder {
151
+ color: #e7bdbc;
152
+ }
153
+
154
+
155
+ /* Focused Error Placeholder */
156
+
157
+ .ui.input.error > input:focus::placeholder {
158
+ color: #da9796;
159
+ }
160
+
161
+
162
+
163
+ /*******************************
164
+ Variations
165
+ *******************************/
166
+
167
+
168
+ /*--------------------
169
+ Transparent
170
+ ---------------------*/
171
+
172
+ .ui.transparent.input > input {
173
+ border-color: transparent !important;
174
+ background-color: transparent !important;
175
+ padding: 0em !important;
176
+ box-shadow: none !important;
177
+ border-radius: 0px !important;
178
+ }
179
+
180
+ /* Transparent Icon */
181
+ .ui.transparent.icon.input > i.icon {
182
+ width: 1.1em;
183
+ }
184
+ .ui.transparent.icon.input > input {
185
+ padding-left: 0em !important;
186
+ padding-right: 2em !important;
187
+ }
188
+ .ui.transparent[class*="left icon"].input > input {
189
+ padding-left: 2em !important;
190
+ padding-right: 0em !important;
191
+ }
192
+
193
+ /* Transparent Inverted */
194
+ .ui.transparent.inverted.input {
195
+ color: #FFFFFF;
196
+ }
197
+ .ui.transparent.inverted.input > input {
198
+ color: inherit;
199
+ }
200
+
201
+ .ui.transparent.inverted.input > input::placeholder {
202
+ color: rgb(255 255 255 / 50%);
203
+ }
204
+
205
+
206
+ /*--------------------
207
+ Icon
208
+ ---------------------*/
209
+
210
+ .ui.icon.input > i.icon {
211
+ cursor: default;
212
+ position: absolute;
213
+ line-height: 1;
214
+ text-align: center;
215
+ top: 0px;
216
+ right: 0px;
217
+ margin: 0em;
218
+ height: 100%;
219
+ width: 2.6714em;
220
+ opacity: 0.5;
221
+ border-radius: 0em 0.2857rem 0.2857rem 0em;
222
+ transition: opacity 0.3s ease;
223
+ }
224
+ .ui.icon.input > i.icon:not(.link) {
225
+ pointer-events: none;
226
+ }
227
+ .ui.icon.input > input {
228
+ padding-right: 2.6714em !important;
229
+ }
230
+ .ui.icon.input > i.icon::before,
231
+ .ui.icon.input > i.icon::after {
232
+ left: 0;
233
+ position: absolute;
234
+ text-align: center;
235
+ top: 50%;
236
+ width: 100%;
237
+ margin-top: -0.5em;
238
+ }
239
+ .ui.icon.input > i.link.icon {
240
+ cursor: pointer;
241
+ }
242
+ .ui.icon.input > i.circular.icon {
243
+ top: 0.35em;
244
+ right: 0.5em;
245
+ }
246
+
247
+ /* Left Icon Input */
248
+ .ui[class*="left icon"].input > i.icon {
249
+ right: auto;
250
+ left: 1px;
251
+ border-radius: 0.2857rem 0em 0em 0.2857rem;
252
+ }
253
+ .ui[class*="left icon"].input > i.circular.icon {
254
+ right: auto;
255
+ left: 0.5em;
256
+ }
257
+ .ui[class*="left icon"].input > input {
258
+ padding-left: 2.6714em !important;
259
+ padding-right: 1em !important;
260
+ }
261
+
262
+ /* Focus */
263
+ .ui.icon.input > input:focus ~ i.icon {
264
+ opacity: 1;
265
+ }
266
+
267
+ /*--------------------
268
+ Labeled
269
+ ---------------------*/
270
+
271
+
272
+ /* Adjacent Label */
273
+ .ui.labeled.input > .label {
274
+ flex: 0 0 auto;
275
+ margin: 0;
276
+ font-size: 1em;
277
+ }
278
+ .ui.labeled.input > .label:not(.corner) {
279
+ padding-top: 0.7857em;
280
+ padding-bottom: 0.7857em;
281
+ }
282
+
283
+ /* Regular Label on Left */
284
+ .ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
285
+ border-top-right-radius: 0px;
286
+ border-bottom-right-radius: 0px;
287
+ }
288
+ .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
289
+ border-top-left-radius: 0px;
290
+ border-bottom-left-radius: 0px;
291
+ border-left-color: transparent;
292
+ }
293
+ .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
294
+ border-left-color: #85B7D9;
295
+ }
296
+
297
+ /* Regular Label on Right */
298
+ .ui[class*="right labeled"].input > input {
299
+ border-top-right-radius: 0px !important;
300
+ border-bottom-right-radius: 0px !important;
301
+ border-right-color: transparent !important;
302
+ }
303
+ .ui[class*="right labeled"].input > input + .label {
304
+ border-top-left-radius: 0px;
305
+ border-bottom-left-radius: 0px;
306
+ }
307
+ .ui[class*="right labeled"].input > input:focus {
308
+ border-right-color: #85B7D9 !important;
309
+ }
310
+
311
+ /* Corner Label */
312
+ .ui.labeled.input .corner.label {
313
+ top: 1px;
314
+ right: 1px;
315
+ font-size: 0.6428em;
316
+ border-radius: 0em 0.2857rem 0em 0em;
317
+ }
318
+
319
+ /* Spacing with corner label */
320
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
321
+ padding-right: 2.5em !important;
322
+ }
323
+ .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
324
+ padding-right: 3.25em !important;
325
+ }
326
+ .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
327
+ margin-right: 1.25em;
328
+ }
329
+
330
+ /* Left Labeled */
331
+ .ui[class*="left corner labeled"].labeled.input > input {
332
+ padding-left: 2.5em !important;
333
+ }
334
+ .ui[class*="left corner labeled"].icon.input > input {
335
+ padding-left: 3.25em !important;
336
+ }
337
+ .ui[class*="left corner labeled"].icon.input > .icon {
338
+ margin-left: 1.25em;
339
+ }
340
+
341
+ /* Corner Label Position */
342
+ .ui.input > .ui.corner.label {
343
+ top: 1px;
344
+ right: 1px;
345
+ }
346
+ .ui.input > .ui.left.corner.label {
347
+ right: auto;
348
+ left: 1px;
349
+ }
350
+
351
+ /*--------------------
352
+ Action
353
+ ---------------------*/
354
+
355
+ .ui.action.input > .button,
356
+ .ui.action.input > .buttons {
357
+ display: flex;
358
+ align-items: center;
359
+ flex: 0 0 auto;
360
+ }
361
+ .ui.action.input > .button,
362
+ .ui.action.input > .buttons > .button {
363
+ padding-top: 0.7857em;
364
+ padding-bottom: 0.7857em;
365
+ margin: 0;
366
+ }
367
+
368
+ /* Button on Right */
369
+ .ui.action.input:not([class*="left action"]) > input {
370
+ border-top-right-radius: 0px !important;
371
+ border-bottom-right-radius: 0px !important;
372
+ border-right-color: transparent !important;
373
+ }
374
+ .ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child),
375
+ .ui.action.input:not([class*="left action"]) > .button:not(:first-child),
376
+ .ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button {
377
+ border-radius: 0px;
378
+ }
379
+ .ui.action.input:not([class*="left action"]) > .dropdown:last-child,
380
+ .ui.action.input:not([class*="left action"]) > .button:last-child,
381
+ .ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
382
+ border-radius: 0px 0.2857rem 0.2857rem 0px;
383
+ }
384
+
385
+ /* Input Focus */
386
+ .ui.action.input:not([class*="left action"]) > input:focus {
387
+ border-right-color: #85B7D9 !important;
388
+ }
389
+
390
+ /* Button on Left */
391
+ .ui[class*="left action"].input > input {
392
+ border-top-left-radius: 0px !important;
393
+ border-bottom-left-radius: 0px !important;
394
+ border-left-color: transparent !important;
395
+ }
396
+ .ui[class*="left action"].input > .dropdown,
397
+ .ui[class*="left action"].input > .button,
398
+ .ui[class*="left action"].input > .buttons > .button {
399
+ border-radius: 0px;
400
+ }
401
+ .ui[class*="left action"].input > .dropdown:first-child,
402
+ .ui[class*="left action"].input > .button:first-child,
403
+ .ui[class*="left action"].input > .buttons:first-child > .button {
404
+ border-radius: 0.2857rem 0px 0px 0.2857rem;
405
+ }
406
+
407
+ /* Input Focus */
408
+ .ui[class*="left action"].input > input:focus {
409
+ border-left-color: #85B7D9 !important;
410
+ }
411
+
412
+ /*--------------------
413
+ Inverted
414
+ ---------------------*/
415
+
416
+
417
+ /* Standard */
418
+ .ui.inverted.input > input {
419
+ border: none;
420
+ }
421
+
422
+ /*--------------------
423
+ Fluid
424
+ ---------------------*/
425
+
426
+ .ui.fluid.input {
427
+ display: flex;
428
+ }
429
+ .ui.fluid.input > input {
430
+ width: 0px !important;
431
+ }
432
+
433
+ /*--------------------
434
+ Size
435
+ ---------------------*/
436
+
437
+ .ui.mini.input {
438
+ font-size: 0.7857em;
439
+ }
440
+ .ui.small.input {
441
+ font-size: 0.9285em;
442
+ }
443
+ .ui.input {
444
+ font-size: 1em;
445
+ }
446
+ .ui.large.input {
447
+ font-size: 1.1428em;
448
+ }
449
+ .ui.big.input {
450
+ font-size: 1.2857em;
451
+ }
452
+ .ui.huge.input {
453
+ font-size: 1.4286em;
454
+ }
455
+ .ui.massive.input {
456
+ font-size: 1.7143em;
457
+ }
458
+
459
+
460
+ /*******************************
461
+ Theme Overrides
462
+ *******************************/
463
+
464
+
465
+
466
+ /*******************************
467
+ Site Overrides
468
+ *******************************/
469
+