fomantic-ui 2.9.4-beta.1 → 2.9.4-beta.100

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 (296) hide show
  1. package/.all-contributorsrc +29 -1
  2. package/.eslintrc.js +17 -0
  3. package/.github/FUNDING.yml +1 -1
  4. package/.github/workflows/ci.yml +8 -8
  5. package/.github/workflows/depsreview.yml +14 -0
  6. package/.github/workflows/nightly.yml +1 -1
  7. package/.github/workflows/release.yml +1 -1
  8. package/CONTRIBUTORS.md +5 -0
  9. package/README.md +2 -12
  10. package/dist/components/accordion.css +1 -1
  11. package/dist/components/accordion.js +4 -2
  12. package/dist/components/accordion.min.css +1 -1
  13. package/dist/components/accordion.min.js +2 -2
  14. package/dist/components/ad.css +1 -1
  15. package/dist/components/ad.min.css +1 -1
  16. package/dist/components/api.js +7 -3
  17. package/dist/components/api.min.js +2 -2
  18. package/dist/components/breadcrumb.css +1 -1
  19. package/dist/components/breadcrumb.min.css +1 -1
  20. package/dist/components/button.css +21 -3
  21. package/dist/components/button.min.css +2 -2
  22. package/dist/components/calendar.css +1 -1
  23. package/dist/components/calendar.js +47 -12
  24. package/dist/components/calendar.min.css +1 -1
  25. package/dist/components/calendar.min.js +3 -3
  26. package/dist/components/card.css +1 -1
  27. package/dist/components/card.min.css +1 -1
  28. package/dist/components/checkbox.css +1 -1
  29. package/dist/components/checkbox.js +10 -4
  30. package/dist/components/checkbox.min.css +1 -1
  31. package/dist/components/checkbox.min.js +3 -3
  32. package/dist/components/comment.css +1 -1
  33. package/dist/components/comment.min.css +1 -1
  34. package/dist/components/container.css +1 -1
  35. package/dist/components/container.min.css +1 -1
  36. package/dist/components/dimmer.css +7 -3
  37. package/dist/components/dimmer.js +4 -2
  38. package/dist/components/dimmer.min.css +2 -2
  39. package/dist/components/dimmer.min.js +2 -2
  40. package/dist/components/divider.css +1 -1
  41. package/dist/components/divider.min.css +1 -1
  42. package/dist/components/dropdown.css +46 -40
  43. package/dist/components/dropdown.js +110 -35
  44. package/dist/components/dropdown.min.css +2 -2
  45. package/dist/components/dropdown.min.js +3 -3
  46. package/dist/components/embed.css +1 -1
  47. package/dist/components/embed.js +17 -7
  48. package/dist/components/embed.min.css +1 -1
  49. package/dist/components/embed.min.js +3 -3
  50. package/dist/components/emoji.css +4309 -3713
  51. package/dist/components/emoji.min.css +2 -2
  52. package/dist/components/feed.css +12 -1
  53. package/dist/components/feed.min.css +2 -2
  54. package/dist/components/flag.css +3 -1
  55. package/dist/components/flag.min.css +2 -2
  56. package/dist/components/flyout.css +3 -3
  57. package/dist/components/flyout.js +4 -2
  58. package/dist/components/flyout.min.css +1 -1
  59. package/dist/components/flyout.min.js +2 -2
  60. package/dist/components/form.css +28 -7
  61. package/dist/components/form.js +74 -29
  62. package/dist/components/form.min.css +2 -2
  63. package/dist/components/form.min.js +3 -3
  64. package/dist/components/grid.css +5 -5
  65. package/dist/components/grid.min.css +2 -2
  66. package/dist/components/header.css +4 -1
  67. package/dist/components/header.min.css +2 -2
  68. package/dist/components/icon.css +1 -1
  69. package/dist/components/icon.min.css +1 -1
  70. package/dist/components/image.css +1 -1
  71. package/dist/components/image.min.css +1 -1
  72. package/dist/components/input.css +30 -10
  73. package/dist/components/input.min.css +2 -2
  74. package/dist/components/item.css +1 -1
  75. package/dist/components/item.min.css +1 -1
  76. package/dist/components/label.css +7 -2
  77. package/dist/components/label.min.css +2 -2
  78. package/dist/components/list.css +1 -1
  79. package/dist/components/list.min.css +1 -1
  80. package/dist/components/loader.css +1 -1
  81. package/dist/components/loader.min.css +1 -1
  82. package/dist/components/menu.css +1 -2
  83. package/dist/components/menu.min.css +2 -2
  84. package/dist/components/message.css +2 -1
  85. package/dist/components/message.min.css +2 -2
  86. package/dist/components/modal.css +3 -3
  87. package/dist/components/modal.js +7 -3
  88. package/dist/components/modal.min.css +1 -1
  89. package/dist/components/modal.min.js +2 -2
  90. package/dist/components/nag.css +1 -1
  91. package/dist/components/nag.js +11 -5
  92. package/dist/components/nag.min.css +1 -1
  93. package/dist/components/nag.min.js +3 -3
  94. package/dist/components/placeholder.css +1 -1
  95. package/dist/components/placeholder.min.css +1 -1
  96. package/dist/components/popup.css +1 -2
  97. package/dist/components/popup.js +10 -4
  98. package/dist/components/popup.min.css +2 -2
  99. package/dist/components/popup.min.js +2 -2
  100. package/dist/components/progress.css +15 -6
  101. package/dist/components/progress.js +4 -2
  102. package/dist/components/progress.min.css +2 -2
  103. package/dist/components/progress.min.js +2 -2
  104. package/dist/components/rail.css +1 -1
  105. package/dist/components/rail.min.css +1 -1
  106. package/dist/components/rating.css +1 -1
  107. package/dist/components/rating.js +4 -2
  108. package/dist/components/rating.min.css +1 -1
  109. package/dist/components/rating.min.js +2 -2
  110. package/dist/components/reset.css +1 -1
  111. package/dist/components/reset.min.css +1 -1
  112. package/dist/components/reveal.css +1 -1
  113. package/dist/components/reveal.min.css +1 -1
  114. package/dist/components/search.css +34 -23
  115. package/dist/components/search.js +78 -14
  116. package/dist/components/search.min.css +2 -2
  117. package/dist/components/search.min.js +3 -3
  118. package/dist/components/segment.css +1 -1
  119. package/dist/components/segment.min.css +1 -1
  120. package/dist/components/shape.css +1 -1
  121. package/dist/components/shape.js +7 -5
  122. package/dist/components/shape.min.css +1 -1
  123. package/dist/components/shape.min.js +3 -3
  124. package/dist/components/sidebar.css +1 -1
  125. package/dist/components/sidebar.js +4 -2
  126. package/dist/components/sidebar.min.css +1 -1
  127. package/dist/components/sidebar.min.js +2 -2
  128. package/dist/components/site.css +14 -6
  129. package/dist/components/site.js +4 -2
  130. package/dist/components/site.min.css +2 -2
  131. package/dist/components/site.min.js +2 -2
  132. package/dist/components/slider.css +152 -2
  133. package/dist/components/slider.js +142 -44
  134. package/dist/components/slider.min.css +2 -2
  135. package/dist/components/slider.min.js +3 -3
  136. package/dist/components/state.js +4 -2
  137. package/dist/components/state.min.js +2 -2
  138. package/dist/components/statistic.css +1 -1
  139. package/dist/components/statistic.min.css +1 -1
  140. package/dist/components/step.css +992 -86
  141. package/dist/components/step.min.css +2 -2
  142. package/dist/components/sticky.css +1 -1
  143. package/dist/components/sticky.js +4 -2
  144. package/dist/components/sticky.min.css +1 -1
  145. package/dist/components/sticky.min.js +2 -2
  146. package/dist/components/tab.css +1 -1
  147. package/dist/components/tab.js +4 -2
  148. package/dist/components/tab.min.css +1 -1
  149. package/dist/components/tab.min.js +2 -2
  150. package/dist/components/table.css +32 -21
  151. package/dist/components/table.min.css +2 -2
  152. package/dist/components/text.css +1 -1
  153. package/dist/components/text.min.css +1 -1
  154. package/dist/components/toast.css +1 -1
  155. package/dist/components/toast.js +7 -3
  156. package/dist/components/toast.min.css +1 -1
  157. package/dist/components/toast.min.js +3 -3
  158. package/dist/components/transition.css +1 -1
  159. package/dist/components/transition.js +7 -3
  160. package/dist/components/transition.min.css +1 -1
  161. package/dist/components/transition.min.js +2 -2
  162. package/dist/components/visibility.js +4 -2
  163. package/dist/components/visibility.min.js +2 -2
  164. package/dist/semantic.css +6226 -3986
  165. package/dist/semantic.js +580 -195
  166. package/dist/semantic.min.css +3 -3
  167. package/dist/semantic.min.js +3 -3
  168. package/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  169. package/dist/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  170. package/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  171. package/dist/themes/github/assets/fonts/LICENSE.txt +94 -0
  172. package/dist/themes/material/assets/fonts/LICENSE.txt +202 -0
  173. package/package.json +14 -14
  174. package/semantic.json.example +1 -1
  175. package/src/definitions/behaviors/api.js +6 -2
  176. package/src/definitions/behaviors/form.js +73 -28
  177. package/src/definitions/behaviors/state.js +3 -1
  178. package/src/definitions/behaviors/visibility.js +3 -1
  179. package/src/definitions/collections/form.less +56 -27
  180. package/src/definitions/collections/grid.less +85 -70
  181. package/src/definitions/collections/menu.less +38 -27
  182. package/src/definitions/collections/message.less +1 -0
  183. package/src/definitions/collections/table.less +183 -157
  184. package/src/definitions/elements/button.less +61 -25
  185. package/src/definitions/elements/container.less +6 -4
  186. package/src/definitions/elements/divider.less +4 -1
  187. package/src/definitions/elements/emoji.less +3 -1
  188. package/src/definitions/elements/header.less +12 -4
  189. package/src/definitions/elements/icon.less +35 -28
  190. package/src/definitions/elements/input.less +35 -19
  191. package/src/definitions/elements/label.less +19 -8
  192. package/src/definitions/elements/list.less +28 -21
  193. package/src/definitions/elements/loader.less +17 -12
  194. package/src/definitions/elements/segment.less +12 -7
  195. package/src/definitions/elements/step.less +405 -87
  196. package/src/definitions/globals/site.js +3 -1
  197. package/src/definitions/globals/site.less +17 -12
  198. package/src/definitions/modules/accordion.js +3 -1
  199. package/src/definitions/modules/accordion.less +15 -13
  200. package/src/definitions/modules/calendar.js +46 -11
  201. package/src/definitions/modules/calendar.less +6 -4
  202. package/src/definitions/modules/checkbox.js +9 -3
  203. package/src/definitions/modules/checkbox.less +12 -6
  204. package/src/definitions/modules/dimmer.js +3 -1
  205. package/src/definitions/modules/dimmer.less +16 -10
  206. package/src/definitions/modules/dropdown.js +109 -34
  207. package/src/definitions/modules/dropdown.less +109 -78
  208. package/src/definitions/modules/embed.js +16 -6
  209. package/src/definitions/modules/flyout.js +3 -1
  210. package/src/definitions/modules/flyout.less +51 -45
  211. package/src/definitions/modules/modal.js +6 -2
  212. package/src/definitions/modules/modal.less +109 -82
  213. package/src/definitions/modules/nag.js +10 -4
  214. package/src/definitions/modules/nag.less +8 -4
  215. package/src/definitions/modules/popup.js +9 -3
  216. package/src/definitions/modules/popup.less +3 -1
  217. package/src/definitions/modules/progress.js +3 -1
  218. package/src/definitions/modules/progress.less +24 -6
  219. package/src/definitions/modules/rating.js +3 -1
  220. package/src/definitions/modules/search.js +77 -13
  221. package/src/definitions/modules/search.less +41 -25
  222. package/src/definitions/modules/shape.js +6 -4
  223. package/src/definitions/modules/sidebar.js +3 -1
  224. package/src/definitions/modules/slider.js +141 -43
  225. package/src/definitions/modules/slider.less +129 -27
  226. package/src/definitions/modules/sticky.js +3 -1
  227. package/src/definitions/modules/tab.js +3 -1
  228. package/src/definitions/modules/toast.js +6 -2
  229. package/src/definitions/modules/toast.less +35 -24
  230. package/src/definitions/modules/transition.js +6 -2
  231. package/src/definitions/views/card.less +7 -5
  232. package/src/definitions/views/feed.less +14 -1
  233. package/src/definitions/views/item.less +7 -5
  234. package/src/themes/basic/assets/fonts/LICENSE.txt +91 -0
  235. package/src/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  236. package/src/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  237. package/src/themes/default/collections/form.variables +1 -0
  238. package/src/themes/default/elements/button.variables +3 -0
  239. package/src/themes/default/elements/emoji.variables +172 -23
  240. package/src/themes/default/elements/flag.variables +3 -3
  241. package/src/themes/default/elements/step.variables +33 -0
  242. package/src/themes/default/globals/site.variables +3 -0
  243. package/src/themes/default/globals/variation.variables +24 -2
  244. package/src/themes/default/modules/dropdown.variables +3 -0
  245. package/src/themes/default/modules/progress.variables +1 -1
  246. package/src/themes/default/modules/search.variables +15 -12
  247. package/src/themes/default/modules/slider.variables +10 -0
  248. package/src/themes/default/views/feed.variables +3 -0
  249. package/src/themes/github/assets/fonts/LICENSE.txt +94 -0
  250. package/src/themes/joypixels/elements/emoji.variables +183 -22
  251. package/src/themes/material/assets/fonts/LICENSE.txt +202 -0
  252. package/tasks/admin/components/create.js +4 -4
  253. package/tasks/admin/components/init.js +2 -2
  254. package/tasks/admin/components/update.js +3 -3
  255. package/tasks/admin/distributions/create.js +3 -3
  256. package/tasks/admin/distributions/init.js +2 -2
  257. package/tasks/admin/distributions/update.js +4 -4
  258. package/tasks/build/assets.js +1 -1
  259. package/tasks/build/css.js +19 -10
  260. package/tasks/build/javascript.js +12 -5
  261. package/tasks/check-install.js +1 -1
  262. package/tasks/config/defaults.js +4 -0
  263. package/tasks/config/project/release.js +19 -1
  264. package/tasks/config/tasks.js +7 -7
  265. package/tasks/docs/build.js +3 -3
  266. package/tasks/docs/metadata.js +1 -1
  267. package/tasks/docs/serve.js +3 -1
  268. package/tasks/install.js +2 -2
  269. package/tasks/watch.js +1 -1
  270. package/types/fomantic-ui-accordion.d.ts +1 -1
  271. package/types/fomantic-ui-api.d.ts +9 -3
  272. package/types/fomantic-ui-calendar.d.ts +114 -13
  273. package/types/fomantic-ui-checkbox.d.ts +14 -4
  274. package/types/fomantic-ui-dimmer.d.ts +1 -1
  275. package/types/fomantic-ui-dropdown.d.ts +82 -44
  276. package/types/fomantic-ui-embed.d.ts +19 -2
  277. package/types/fomantic-ui-flyout.d.ts +25 -11
  278. package/types/fomantic-ui-form.d.ts +128 -20
  279. package/types/fomantic-ui-modal.d.ts +101 -5
  280. package/types/fomantic-ui-nag.d.ts +4 -4
  281. package/types/fomantic-ui-popup.d.ts +38 -12
  282. package/types/fomantic-ui-progress.d.ts +12 -6
  283. package/types/fomantic-ui-rating.d.ts +1 -1
  284. package/types/fomantic-ui-search.d.ts +138 -22
  285. package/types/fomantic-ui-shape.d.ts +2 -2
  286. package/types/fomantic-ui-sidebar.d.ts +4 -4
  287. package/types/fomantic-ui-slider.d.ts +56 -4
  288. package/types/fomantic-ui-sticky.d.ts +1 -1
  289. package/types/fomantic-ui-tab.d.ts +6 -6
  290. package/types/fomantic-ui-toast.d.ts +14 -2
  291. package/types/fomantic-ui-transition.d.ts +41 -7
  292. package/types/fomantic-ui-visibility.d.ts +3 -3
  293. package/types/index.d.ts +25 -25
  294. package/types/tests.ts +188 -0
  295. package/types/tsconfig.json +1 -1
  296. package/types/fomantic-ui-tests.ts +0 -25
@@ -815,9 +815,9 @@
815
815
  };
816
816
  @1f1f2-1f1f0: {
817
817
  countrycode: mk;
818
- class: macedonia;
819
- aliasClass: false;
820
- aliasClass2: false;
818
+ class: republic_of_north_macedonia;
819
+ aliasClass: north_macedonia;
820
+ aliasClass2: macedonia;
821
821
  };
822
822
  @1f1f2-1f1ec: {
823
823
  countrycode: mg;
@@ -101,6 +101,39 @@
101
101
  @orderedFontFamily: inherit;
102
102
  @orderedFontWeight: @bold;
103
103
 
104
+ /* Circular */
105
+ @circularStepsMargin: @stepMargin;
106
+ @circularStepsPadding: @stepMargin;
107
+ @circularStepDisabledItemOpacity: 0.5;
108
+ @circularStepColor: @borderColor;
109
+ @circularStepBorderWidth: 2px;
110
+ @circularStepBorder: @circularStepBorderWidth solid @circularStepColor;
111
+ @circularStepRingSize: 2.2em;
112
+ @circularStepIconSize: 0.95em;
113
+ @circularStepIconDistance: calc((-@circularStepRingSize + @circularStepIconSize) - 0.3em);
114
+ @circularStepCompletedIconLineHeight: 1em;
115
+ @circularStepCompletedIconDistance: calc(-@circularStepRingSize + ((@circularStepRingSize / 2) / 2) + (@circularStepBorderWidth / 2));
116
+
117
+ @circularStepContentMarginTop: -1.5em;
118
+ @circularStepContentCenterAlignedMarginTop: -0.65em;
119
+ @circularStepContentBottomAlignedMarginTop: 0.5em;
120
+ @circularStepContentHorizontalPadding: 0.5em;
121
+ @circularStepContentPadding: 0 @circularStepContentHorizontalPadding;
122
+ @circularStepContentCenterAlignedMarginLeft: -@circularStepContentHorizontalPadding;
123
+ @circularStepContentDescriptionDistance: 0.5em;
124
+ @circularStepContentCenterAlignedBackground: @white;
125
+ @invertedCircularStepContentCenterAlignedBackground: @black;
126
+
127
+ @verticalCircularStepPadding: 3em;
128
+ @verticalCircularStepContentPadding: 3.5em;
129
+ @verticalCircularStepLineDistance: calc(@circularStepRingSize / unit(@circularStepBorderWidth));
130
+ @verticalCircularStepIconDistance: calc((@circularStepRingSize / (unit(@circularStepRingSize) * unit(@circularStepBorderWidth))) + @circularStepBorderWidth);
131
+ @verticalCircularStepCompletedIconDistance: calc((@circularStepRingSize / (unit(@circularStepRingSize) * unit(@circularStepBorderWidth))) + (@circularStepBorderWidth - (@circularStepBorderWidth / 2)));
132
+
133
+ @circularStepActiveColor: @completedColor;
134
+ @circularStepCompletedColor: @white;
135
+ @circularStepCompletedBackground: @completedColor;
136
+
104
137
  /* -------------------
105
138
  States
106
139
  -------------------- */
@@ -1538,3 +1538,6 @@
1538
1538
 
1539
1539
  @inputWarningPlaceholderColor: if(iscolor(@formWarningColor), lighten(@formWarningColor, 40), @formWarningColor);
1540
1540
  @inputWarningPlaceholderFocusColor: if(iscolor(@formWarningColor), lighten(@formWarningColor, 30), @formWarningColor);
1541
+
1542
+ @defaultHighlightMatchesBackground: revert;
1543
+ @defaultHighlightMatchesColor: revert;
@@ -82,6 +82,7 @@
82
82
  @variationHeaderDividing: true;
83
83
  @variationHeaderBlock: true;
84
84
  @variationHeaderAttached: true;
85
+ @variationHeaderSeamless: true;
85
86
  @variationHeaderTags: h1, h2, h3, h4, h5, h6;
86
87
  @variationHeaderSizes: @variationAllSizes;
87
88
  @variationHeaderColors: @variationAllColors;
@@ -185,6 +186,7 @@
185
186
  @variationLoaderIndeterminate: true;
186
187
  @variationLoaderText: true;
187
188
  @variationLoaderInline: true;
189
+ @variationLoaderDouble: true;
188
190
  @variationLoaderElastic: true;
189
191
  @variationLoaderSizes: @variationAllSizes;
190
192
  @variationLoaderColors: @variationAllColors;
@@ -255,6 +257,9 @@
255
257
  @variationStepAttached: true;
256
258
  @variationStepEqualWidth: true;
257
259
  @variationStepSizes: @variationAllSizes;
260
+ @variationStepCircular: true;
261
+ @variationStepUnstackable: true;
262
+ @variationStepColors: @variationAllColors;
258
263
 
259
264
  /* Text */
260
265
  @variationTextInverted: true;
@@ -283,6 +288,7 @@
283
288
  @variationFormGrouped: true;
284
289
  @variationFormEqualWidth: true;
285
290
  @variationFormWide: true;
291
+ @variationFormUnstackable: true;
286
292
  @variationFormSizes: @variationAllSizes;
287
293
 
288
294
  /* Grid */
@@ -295,6 +301,7 @@
295
301
  @variationGridPadded: true;
296
302
  @variationGridFloated: true;
297
303
  @variationGridDivided: true;
304
+ @variationGridHorizontal: true;
298
305
  @variationGridVertical: true;
299
306
  @variationGridAligned: true;
300
307
  @variationGridAttached: true;
@@ -390,6 +397,9 @@
390
397
  @variationTableOverflowingVeryShort: true;
391
398
  @variationTableOverflowingLong: true;
392
399
  @variationTableOverflowingVeryLong: true;
400
+ @variationTableRowSpanned: true;
401
+ @variationTableFullWidth: true;
402
+ @variationTableUnstackable: true;
393
403
  @variationTableSizes: @variationAllSizes;
394
404
  @variationTableColors: @variationAllColors;
395
405
 
@@ -526,6 +536,7 @@
526
536
  @variationCheckboxReadonly: true;
527
537
  @variationCheckboxInverted: true;
528
538
  @variationCheckboxInvisible: true;
539
+ @variationCheckboxCompact: true;
529
540
  @variationCheckboxRadio: true;
530
541
  @variationCheckboxSlider: true;
531
542
  @variationCheckboxToggle: true;
@@ -572,6 +583,8 @@
572
583
  @variationDropdownPointing: true;
573
584
  @variationDropdownColumnar: true;
574
585
  @variationDropdownScrollhint: true;
586
+ @variationDropdownUnlimited: true;
587
+ @variationDropdownHighlightMatches: false;
575
588
  @variationDropdownSizes: @variationAllSizes;
576
589
 
577
590
  /* Embed */
@@ -594,6 +607,7 @@
594
607
  @variationFlyoutRight: true;
595
608
  @variationFlyoutOverlay: true;
596
609
  @variationFlyoutScrolling: true;
610
+ @variationFlyoutClose: true;
597
611
 
598
612
  /* Modal */
599
613
  @variationModalInverted: true;
@@ -604,6 +618,7 @@
604
618
  @variationModalResizable: true;
605
619
  @variationModalScrolling: true;
606
620
  @variationModalLegacy: true;
621
+ @variationModalClose: true;
607
622
  @variationModalCloseInside: true;
608
623
  @variationModalCentered: true;
609
624
  @variationModalActions: true;
@@ -641,6 +656,7 @@
641
656
  /* Progress */
642
657
  @variationProgressInverted: true;
643
658
  @variationProgressDisabled: true;
659
+ @variationProgressBasic: true;
644
660
  @variationProgressIndicating: true;
645
661
  @variationProgressIndeterminate: true;
646
662
  @variationProgressSliding: true;
@@ -665,7 +681,7 @@
665
681
 
666
682
  /* Search */
667
683
  @variationSearchDisabled: true;
668
- @variationSearchSelection: true;
684
+ @variationSearchClear: true;
669
685
  @variationSearchCategory: true;
670
686
  @variationSearchHorizontalCategory: true;
671
687
  @variationSearchLoading: true;
@@ -677,6 +693,7 @@
677
693
  @variationSearchVeryLong: true;
678
694
  @variationSearchResizable: true;
679
695
  @variationSearchScrolling: true;
696
+ @variationSearchHighlightMatches: false;
680
697
  @variationSearchSizes: @variationAllSizes;
681
698
 
682
699
  /* Shape */
@@ -709,6 +726,10 @@
709
726
  @variationSliderTicked: true;
710
727
  @variationSliderVertical: true;
711
728
  @variationSliderBasic: true;
729
+ @variationSliderHighlight: true;
730
+ @variationSliderBottomAligned: true;
731
+ @variationSliderRightAligned: true;
732
+ @variationSliderUiLabel: true;
712
733
  @variationSliderSizes: small, large, big;
713
734
  @variationSliderColors: @variationAllColors;
714
735
 
@@ -739,7 +760,8 @@
739
760
  @variationToastVertical: true;
740
761
  @variationToastAttached: true;
741
762
  @variationToastCompact: true;
742
- @variationToastCentered: true;
763
+ @variationToastBasic: true;
764
+ @variationToastUnclickable: true;
743
765
  @variationToastColors: @variationAllColors;
744
766
 
745
767
  /* Transition */
@@ -480,3 +480,6 @@
480
480
 
481
481
  /* Resizable */
482
482
  @resizableDirection: vertical;
483
+
484
+ @highlightMatchesBackground: @defaultHighlightMatchesBackground;
485
+ @highlightMatchesColor: @defaultHighlightMatchesColor;
@@ -28,7 +28,7 @@
28
28
  width @barTransitionDuration @barTransitionEasing,
29
29
  background-color @barTransitionDuration @barTransitionEasing;
30
30
  @barInitialWidth: 0;
31
- @barMinWidth: 2em;
31
+ @barMinWidth: 2.5em;
32
32
 
33
33
  /* Progress Bar Label */
34
34
  @progressWidth: auto;
@@ -126,20 +126,20 @@
126
126
  Types
127
127
  *******************************/
128
128
 
129
- /* Selection */
130
- @selectionPromptBorderRadius: @defaultBorderRadius;
129
+ /* Clearable */
130
+ @clearableIconTransition: opacity @defaultDuration @defaultEasing;
131
+ @clearableIconOpacity: 0.6;
132
+ @clearableIconHoverOpacity: 1;
133
+ @clearableIconWidth: 1em;
134
+ @clearableIconHeight: @clearableIconWidth;
131
135
 
132
- @selectionCloseTop: 0;
133
- @selectionCloseTransition:
134
- color @defaultDuration @defaultEasing,
135
- opacity @defaultDuration @defaultEasing;
136
- @selectionCloseRight: 0;
137
- @selectionCloseIconOpacity: 0.8;
138
- @selectionCloseIconColor: "";
139
- @selectionCloseIconHoverOpacity: 1;
140
- @selectionCloseIconHoverColor: @red;
136
+ @clearableIconInputRight: 1.85714em;
141
137
 
142
- @selectionCloseIconInputRight: 1.85714em;
138
+ /*
139
+ * Times icon taken from Font Awesome Free 5.15.4 by @fontawesome [https://fontawesome.com]
140
+ * License - https://fontawesome.com/license/free
141
+ */
142
+ @clearableIconBackground: 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;
143
143
 
144
144
  /* Category */
145
145
  @categoryBackground: @darkWhite;
@@ -177,3 +177,6 @@
177
177
 
178
178
  /* Resizable */
179
179
  @resizableDirection: vertical;
180
+
181
+ @highlightMatchesBackground: @defaultHighlightMatchesBackground;
182
+ @highlightMatchesColor: @defaultHighlightMatchesColor;
@@ -14,6 +14,7 @@
14
14
  @trackHeight: 0.4em;
15
15
  @trackPositionTop: (@height / 2) - (@trackHeight / 2);
16
16
  @background: #ccc;
17
+ @invertedBackground: #333;
17
18
  @trackBorderRadius: 4px;
18
19
  @trackColor: @transparentBlack;
19
20
 
@@ -52,14 +53,23 @@
52
53
  Variations
53
54
  -------------------- */
54
55
 
56
+ /* Highlight */
57
+ @highlightOpacity: 0.6;
58
+ @highlightTransition: all 0.2s @defaultEasing;
59
+
55
60
  /* Vertical */
56
61
  @verticalPadding: 0.5em 1em;
62
+ @verticalTickDistance: 0.6em;
63
+ @verticalUiLabelMargin: 0.3em;
57
64
 
58
65
  /* Labeled */
59
66
  @labelHeight: @height;
60
67
  @labelWidth: 1px;
61
68
  @labelColor: @background;
62
69
  @labelPadding: 0.2em 0;
70
+ @invertedLabelColor: @invertedBackground;
71
+ @uiLabelMargin: 0.5em;
72
+ @uiLabelTickHeight: 2em;
63
73
 
64
74
  /* Hover */
65
75
  @hoverVarOpacity: 0;
@@ -190,6 +190,9 @@
190
190
  @invertedLikeHoverColor: @invertedSelectedTextColor;
191
191
  @invertedLikeActiveColor: @invertedLikeColor;
192
192
 
193
+ @invertedMetadataActionColor: @invertedLightTextColor;
194
+ @invertedMetadataActionHoverColor: @invertedSelectedTextColor;
195
+
193
196
  @invertedConnectedBorderColor: @whiteBorderColor;
194
197
  @invertedDividedBorderColor: @whiteBorderColor;
195
198
  @invertedTextLabelColor: @white;
@@ -0,0 +1,94 @@
1
+ (c) 2012-2015 GitHub
2
+ with Reserved Font Name Opticons.
3
+
4
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
5
+ This license is copied below, and is also available with a FAQ at:
6
+ http://scripts.sil.org/OFL
7
+
8
+
9
+ -----------------------------------------------------------
10
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11
+ -----------------------------------------------------------
12
+
13
+ PREAMBLE
14
+ The goals of the Open Font License (OFL) are to stimulate worldwide
15
+ development of collaborative font projects, to support the font creation
16
+ efforts of academic and linguistic communities, and to provide a free and
17
+ open framework in which fonts may be shared and improved in partnership
18
+ with others.
19
+
20
+ The OFL allows the licensed fonts to be used, studied, modified and
21
+ redistributed freely as long as they are not sold by themselves. The
22
+ fonts, including any derivative works, can be bundled, embedded,
23
+ redistributed and/or sold with any software provided that any reserved
24
+ names are not used by derivative works. The fonts and derivatives,
25
+ however, cannot be released under any other type of license. The
26
+ requirement for fonts to remain under this license does not apply
27
+ to any document created using the fonts or their derivatives.
28
+
29
+ DEFINITIONS
30
+ "Font Software" refers to the set of files released by the Copyright
31
+ Holder(s) under this license and clearly marked as such. This may
32
+ include source files, build scripts and documentation.
33
+
34
+ "Reserved Font Name" refers to any names specified as such after the
35
+ copyright statement(s).
36
+
37
+ "Original Version" refers to the collection of Font Software components as
38
+ distributed by the Copyright Holder(s).
39
+
40
+ "Modified Version" refers to any derivative made by adding to, deleting,
41
+ or substituting -- in part or in whole -- any of the components of the
42
+ Original Version, by changing formats or by porting the Font Software to a
43
+ new environment.
44
+
45
+ "Author" refers to any designer, engineer, programmer, technical
46
+ writer or other person who contributed to the Font Software.
47
+
48
+ PERMISSION & CONDITIONS
49
+ Permission is hereby granted, free of charge, to any person obtaining
50
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
51
+ redistribute, and sell modified and unmodified copies of the Font
52
+ Software, subject to the following conditions:
53
+
54
+ 1) Neither the Font Software nor any of its individual components,
55
+ in Original or Modified Versions, may be sold by itself.
56
+
57
+ 2) Original or Modified Versions of the Font Software may be bundled,
58
+ redistributed and/or sold with any software, provided that each copy
59
+ contains the above copyright notice and this license. These can be
60
+ included either as stand-alone text files, human-readable headers or
61
+ in the appropriate machine-readable metadata fields within text or
62
+ binary files as long as those fields can be easily viewed by the user.
63
+
64
+ 3) No Modified Version of the Font Software may use the Reserved Font
65
+ Name(s) unless explicit written permission is granted by the corresponding
66
+ Copyright Holder. This restriction only applies to the primary font name as
67
+ presented to the users.
68
+
69
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70
+ Software shall not be used to promote, endorse or advertise any
71
+ Modified Version, except to acknowledge the contribution(s) of the
72
+ Copyright Holder(s) and the Author(s) or with their explicit written
73
+ permission.
74
+
75
+ 5) The Font Software, modified or unmodified, in part or in whole,
76
+ must be distributed entirely under this license, and must not be
77
+ distributed under any other license. The requirement for fonts to
78
+ remain under this license does not apply to any document created
79
+ using the Font Software.
80
+
81
+ TERMINATION
82
+ This license becomes null and void if any of the above conditions are
83
+ not met.
84
+
85
+ DISCLAIMER
86
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
87
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
88
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
89
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
90
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
91
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
92
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
94
+ OTHER DEALINGS IN THE FONT SOFTWARE.