@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,224 @@
1
+ /*!
2
+ * # Semantic UI 2.4.0 - Dimmer
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
+ Dimmer
14
+ *******************************/
15
+
16
+ .dimmable:not(body) {
17
+ position: relative;
18
+ }
19
+ .ui.dimmer {
20
+ display: none;
21
+ position: absolute;
22
+ top: 0em !important;
23
+ left: 0em !important;
24
+ width: 100%;
25
+ height: 100%;
26
+ text-align: center;
27
+ vertical-align: middle;
28
+ padding: 1em;
29
+ background-color: rgb(0 0 0 / 85%);
30
+ opacity: 0;
31
+ line-height: 1;
32
+ animation-fill-mode: both;
33
+ animation-duration: 0.5s;
34
+ transition: background-color 0.5s linear;
35
+ flex-direction: column;
36
+ align-items: center;
37
+ justify-content: center;
38
+ user-select: none;
39
+ will-change: opacity;
40
+ z-index: 1000;
41
+ }
42
+
43
+ /* Dimmer Content */
44
+ .ui.dimmer > .content {
45
+ user-select: text;
46
+ color: #FFFFFF;
47
+ }
48
+
49
+ /* Loose Coupling */
50
+ .ui.segment > .ui.dimmer {
51
+ border-radius: inherit !important;
52
+ }
53
+
54
+ /* Scrollbars */
55
+ .ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
56
+ background: rgb(255 255 255 / 10%);
57
+ }
58
+ .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
59
+ background: rgb(255 255 255 / 25%);
60
+ }
61
+ .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
62
+ background: rgb(255 255 255 / 15%);
63
+ }
64
+ .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
65
+ background: rgb(255 255 255 / 35%);
66
+ }
67
+
68
+
69
+ /*******************************
70
+ States
71
+ *******************************/
72
+
73
+
74
+ /* Animating */
75
+ .animating.dimmable:not(body),
76
+ .dimmed.dimmable:not(body) {
77
+ overflow: hidden;
78
+ }
79
+
80
+ /* Animating / Active / Visible */
81
+ .dimmed.dimmable > .ui.animating.dimmer,
82
+ .dimmed.dimmable > .ui.visible.dimmer,
83
+ .ui.active.dimmer {
84
+ display: flex;
85
+ opacity: 1;
86
+ }
87
+
88
+ /* Disabled */
89
+ .ui.disabled.dimmer {
90
+ width: 0 !important;
91
+ height: 0 !important;
92
+ }
93
+
94
+
95
+ /*******************************
96
+ Variations
97
+ *******************************/
98
+
99
+
100
+ /*--------------
101
+ Legacy
102
+ ---------------*/
103
+
104
+
105
+ /* Animating / Active / Visible */
106
+ .dimmed.dimmable > .ui.animating.legacy.dimmer,
107
+ .dimmed.dimmable > .ui.visible.legacy.dimmer,
108
+ .ui.active.legacy.dimmer {
109
+ display: block;
110
+ }
111
+
112
+ /*--------------
113
+ Alignment
114
+ ---------------*/
115
+
116
+ .ui[class*="top aligned"].dimmer {
117
+ justify-content: flex-start;
118
+ }
119
+ .ui[class*="bottom aligned"].dimmer {
120
+ justify-content: flex-end;
121
+ }
122
+
123
+ /*--------------
124
+ Page
125
+ ---------------*/
126
+
127
+ .ui.page.dimmer {
128
+ position: fixed;
129
+ transform-style: '';
130
+ perspective: 2000px;
131
+ transform-origin: center center;
132
+ }
133
+ body.animating.in.dimmable,
134
+ body.dimmed.dimmable {
135
+ overflow: hidden;
136
+ }
137
+ body.dimmable > .dimmer {
138
+ position: fixed;
139
+ }
140
+
141
+ /*--------------
142
+ Blurring
143
+ ---------------*/
144
+
145
+ .blurring.dimmable > :not(.dimmer) {
146
+ filter: blur(0px) grayscale(0);
147
+ transition: 800ms filter ease;
148
+ transition: 800ms filter ease, 800ms filter ease;
149
+ }
150
+ .blurring.dimmed.dimmable > :not(.dimmer) {
151
+ filter: blur(5px) grayscale(0.7);
152
+ }
153
+
154
+ /* Dimmer Color */
155
+ .blurring.dimmable > .dimmer {
156
+ background-color: rgb(0 0 0 / 60%);
157
+ }
158
+ .blurring.dimmable > .inverted.dimmer {
159
+ background-color: rgb(255 255 255 / 60%);
160
+ }
161
+
162
+ /*--------------
163
+ Aligned
164
+ ---------------*/
165
+
166
+ .ui.dimmer > .top.aligned.content > * {
167
+ vertical-align: top;
168
+ }
169
+ .ui.dimmer > .bottom.aligned.content > * {
170
+ vertical-align: bottom;
171
+ }
172
+
173
+ /*--------------
174
+ Inverted
175
+ ---------------*/
176
+
177
+ .ui.inverted.dimmer {
178
+ background-color: rgb(255 255 255 / 85%);
179
+ }
180
+ .ui.inverted.dimmer > .content > * {
181
+ color: #FFFFFF;
182
+ }
183
+
184
+ /*--------------
185
+ Simple
186
+ ---------------*/
187
+
188
+
189
+ /* Displays without javascript */
190
+ .ui.simple.dimmer {
191
+ display: block;
192
+ overflow: hidden;
193
+ opacity: 1;
194
+ width: 0%;
195
+ height: 0%;
196
+ z-index: -100;
197
+ background-color: rgb(0 0 0 / 0%);
198
+ }
199
+ .dimmed.dimmable > .ui.simple.dimmer {
200
+ overflow: visible;
201
+ opacity: 1;
202
+ width: 100%;
203
+ height: 100%;
204
+ background-color: rgb(0 0 0 / 85%);
205
+ z-index: 1;
206
+ }
207
+ .ui.simple.inverted.dimmer {
208
+ background-color: rgb(255 255 255 / 0%);
209
+ }
210
+ .dimmed.dimmable > .ui.simple.inverted.dimmer {
211
+ background-color: rgb(255 255 255 / 85%);
212
+ }
213
+
214
+
215
+ /*******************************
216
+ Theme Overrides
217
+ *******************************/
218
+
219
+
220
+
221
+ /*******************************
222
+ User Overrides
223
+ *******************************/
224
+