fomantic-ui 2.9.1-beta.27 → 2.9.1-beta.29

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 (269) hide show
  1. package/.eslintrc.js +0 -1
  2. package/.github/workflows/ci.yml +6 -0
  3. package/.prettierrc.js +12 -0
  4. package/.stylelintrc.js +13 -7
  5. package/README.md +1 -1
  6. package/dist/components/accordion.css +9 -21
  7. package/dist/components/accordion.js +3 -3
  8. package/dist/components/accordion.min.css +2 -2
  9. package/dist/components/accordion.min.js +2 -2
  10. package/dist/components/ad.css +2 -3
  11. package/dist/components/ad.min.css +2 -2
  12. package/dist/components/api.js +3 -3
  13. package/dist/components/api.min.js +2 -2
  14. package/dist/components/breadcrumb.css +1 -1
  15. package/dist/components/breadcrumb.min.css +1 -1
  16. package/dist/components/button.css +336 -713
  17. package/dist/components/button.min.css +2 -2
  18. package/dist/components/calendar.css +5 -10
  19. package/dist/components/calendar.js +3 -3
  20. package/dist/components/calendar.min.css +2 -2
  21. package/dist/components/calendar.min.js +2 -2
  22. package/dist/components/card.css +88 -201
  23. package/dist/components/card.min.css +2 -2
  24. package/dist/components/checkbox.css +35 -86
  25. package/dist/components/checkbox.js +3 -3
  26. package/dist/components/checkbox.min.css +2 -2
  27. package/dist/components/checkbox.min.js +2 -2
  28. package/dist/components/comment.css +4 -8
  29. package/dist/components/comment.min.css +2 -2
  30. package/dist/components/container.css +1 -1
  31. package/dist/components/container.min.css +1 -1
  32. package/dist/components/dimmer.css +20 -129
  33. package/dist/components/dimmer.js +3 -3
  34. package/dist/components/dimmer.min.css +2 -2
  35. package/dist/components/dimmer.min.js +2 -2
  36. package/dist/components/divider.css +3 -6
  37. package/dist/components/divider.min.css +2 -2
  38. package/dist/components/dropdown.css +51 -149
  39. package/dist/components/dropdown.js +13 -7
  40. package/dist/components/dropdown.min.css +2 -2
  41. package/dist/components/dropdown.min.js +2 -2
  42. package/dist/components/embed.css +2 -7
  43. package/dist/components/embed.js +3 -3
  44. package/dist/components/embed.min.css +2 -2
  45. package/dist/components/embed.min.js +2 -2
  46. package/dist/components/emoji.css +1 -2
  47. package/dist/components/emoji.min.css +1 -1
  48. package/dist/components/feed.css +7 -21
  49. package/dist/components/feed.min.css +2 -2
  50. package/dist/components/flag.css +1 -1
  51. package/dist/components/flag.min.css +1 -1
  52. package/dist/components/flyout.css +30 -71
  53. package/dist/components/flyout.js +3 -16
  54. package/dist/components/flyout.min.css +2 -2
  55. package/dist/components/flyout.min.js +2 -2
  56. package/dist/components/form.css +32 -101
  57. package/dist/components/form.js +3 -3
  58. package/dist/components/form.min.css +2 -2
  59. package/dist/components/form.min.js +2 -2
  60. package/dist/components/grid.css +72 -182
  61. package/dist/components/grid.min.css +2 -2
  62. package/dist/components/header.css +5 -11
  63. package/dist/components/header.min.css +2 -2
  64. package/dist/components/icon.css +37 -74
  65. package/dist/components/icon.min.css +2 -2
  66. package/dist/components/image.css +8 -21
  67. package/dist/components/image.min.css +2 -2
  68. package/dist/components/input.css +15 -50
  69. package/dist/components/input.min.css +2 -2
  70. package/dist/components/item.css +13 -38
  71. package/dist/components/item.min.css +2 -2
  72. package/dist/components/label.css +18 -45
  73. package/dist/components/label.min.css +2 -2
  74. package/dist/components/list.css +1 -7
  75. package/dist/components/list.min.css +2 -2
  76. package/dist/components/loader.css +21 -103
  77. package/dist/components/loader.min.css +2 -2
  78. package/dist/components/menu.css +49 -145
  79. package/dist/components/menu.min.css +1 -1
  80. package/dist/components/message.css +50 -114
  81. package/dist/components/message.min.css +2 -2
  82. package/dist/components/modal.css +20 -54
  83. package/dist/components/modal.js +3 -11
  84. package/dist/components/modal.min.css +2 -2
  85. package/dist/components/modal.min.js +2 -2
  86. package/dist/components/nag.css +2 -5
  87. package/dist/components/nag.js +3 -3
  88. package/dist/components/nag.min.css +2 -2
  89. package/dist/components/nag.min.js +2 -2
  90. package/dist/components/placeholder.css +7 -25
  91. package/dist/components/placeholder.min.css +2 -2
  92. package/dist/components/popup.css +68 -139
  93. package/dist/components/popup.js +16 -7
  94. package/dist/components/popup.min.css +2 -2
  95. package/dist/components/popup.min.js +2 -2
  96. package/dist/components/progress.css +25 -120
  97. package/dist/components/progress.js +3 -3
  98. package/dist/components/progress.min.css +2 -2
  99. package/dist/components/progress.min.js +2 -2
  100. package/dist/components/rail.css +1 -1
  101. package/dist/components/rail.min.css +1 -1
  102. package/dist/components/rating.css +2 -39
  103. package/dist/components/rating.js +3 -3
  104. package/dist/components/rating.min.css +2 -2
  105. package/dist/components/rating.min.js +2 -2
  106. package/dist/components/reset.css +6 -11
  107. package/dist/components/reset.min.css +2 -2
  108. package/dist/components/reveal.css +26 -58
  109. package/dist/components/reveal.min.css +2 -2
  110. package/dist/components/search.css +8 -22
  111. package/dist/components/search.js +3 -3
  112. package/dist/components/search.min.css +2 -2
  113. package/dist/components/search.min.js +2 -2
  114. package/dist/components/segment.css +32 -89
  115. package/dist/components/segment.min.css +2 -2
  116. package/dist/components/shape.css +4 -16
  117. package/dist/components/shape.js +3 -15
  118. package/dist/components/shape.min.css +2 -2
  119. package/dist/components/shape.min.js +2 -2
  120. package/dist/components/sidebar.css +59 -147
  121. package/dist/components/sidebar.js +3 -16
  122. package/dist/components/sidebar.min.css +2 -2
  123. package/dist/components/sidebar.min.js +2 -2
  124. package/dist/components/site.css +1 -14
  125. package/dist/components/site.js +11 -38
  126. package/dist/components/site.min.css +2 -2
  127. package/dist/components/site.min.js +2 -2
  128. package/dist/components/slider.css +8 -26
  129. package/dist/components/slider.js +3 -3
  130. package/dist/components/slider.min.css +1 -1
  131. package/dist/components/slider.min.js +2 -2
  132. package/dist/components/state.js +3 -3
  133. package/dist/components/state.min.js +2 -2
  134. package/dist/components/statistic.css +11 -43
  135. package/dist/components/statistic.min.css +2 -2
  136. package/dist/components/step.css +26 -89
  137. package/dist/components/step.min.css +2 -2
  138. package/dist/components/sticky.css +1 -5
  139. package/dist/components/sticky.js +3 -11
  140. package/dist/components/sticky.min.css +2 -2
  141. package/dist/components/sticky.min.js +2 -2
  142. package/dist/components/tab.css +3 -5
  143. package/dist/components/tab.js +3 -3
  144. package/dist/components/tab.min.css +2 -2
  145. package/dist/components/tab.min.js +2 -2
  146. package/dist/components/table.css +202 -409
  147. package/dist/components/table.min.css +2 -2
  148. package/dist/components/text.css +1 -1
  149. package/dist/components/text.min.css +1 -1
  150. package/dist/components/toast.css +32 -108
  151. package/dist/components/toast.js +3 -3
  152. package/dist/components/toast.min.css +2 -2
  153. package/dist/components/toast.min.js +2 -2
  154. package/dist/components/transition.css +264 -1312
  155. package/dist/components/transition.js +3 -3
  156. package/dist/components/transition.min.css +2 -2
  157. package/dist/components/transition.min.js +2 -2
  158. package/dist/components/visibility.js +3 -11
  159. package/dist/components/visibility.min.js +2 -2
  160. package/dist/semantic.css +51 -3547
  161. package/dist/semantic.js +107 -181
  162. package/dist/semantic.min.css +2 -2
  163. package/dist/semantic.min.js +2 -2
  164. package/examples/fixed.html +1 -1
  165. package/examples/grid.html +1 -1
  166. package/package.json +2 -2
  167. package/src/definitions/behaviors/api.js +2 -2
  168. package/src/definitions/behaviors/form.js +2 -2
  169. package/src/definitions/behaviors/state.js +2 -2
  170. package/src/definitions/behaviors/visibility.js +2 -10
  171. package/src/definitions/collections/table.less +4 -0
  172. package/src/definitions/elements/button.less +7 -2
  173. package/src/definitions/elements/icon.less +19 -27
  174. package/src/definitions/elements/image.less +0 -4
  175. package/src/definitions/elements/loader.less +2 -0
  176. package/src/definitions/elements/segment.less +3 -1
  177. package/src/definitions/globals/site.js +10 -37
  178. package/src/definitions/modules/accordion.js +2 -2
  179. package/src/definitions/modules/calendar.js +2 -2
  180. package/src/definitions/modules/checkbox.js +2 -2
  181. package/src/definitions/modules/dimmer.js +2 -2
  182. package/src/definitions/modules/dimmer.less +2 -10
  183. package/src/definitions/modules/dropdown.js +12 -6
  184. package/src/definitions/modules/dropdown.less +1 -4
  185. package/src/definitions/modules/embed.js +2 -2
  186. package/src/definitions/modules/flyout.js +2 -15
  187. package/src/definitions/modules/flyout.less +0 -1
  188. package/src/definitions/modules/modal.js +2 -10
  189. package/src/definitions/modules/modal.less +0 -2
  190. package/src/definitions/modules/nag.js +2 -2
  191. package/src/definitions/modules/popup.js +15 -6
  192. package/src/definitions/modules/popup.less +2 -0
  193. package/src/definitions/modules/progress.js +2 -2
  194. package/src/definitions/modules/rating.js +2 -2
  195. package/src/definitions/modules/rating.less +2 -4
  196. package/src/definitions/modules/search.js +2 -2
  197. package/src/definitions/modules/search.less +0 -1
  198. package/src/definitions/modules/shape.js +2 -14
  199. package/src/definitions/modules/sidebar.js +2 -15
  200. package/src/definitions/modules/sidebar.less +0 -1
  201. package/src/definitions/modules/slider.js +2 -2
  202. package/src/definitions/modules/sticky.js +2 -10
  203. package/src/definitions/modules/sticky.less +0 -7
  204. package/src/definitions/modules/tab.js +2 -2
  205. package/src/definitions/modules/toast.js +2 -2
  206. package/src/definitions/modules/toast.less +3 -1
  207. package/src/definitions/modules/transition.js +2 -2
  208. package/src/definitions/views/card.less +4 -15
  209. package/src/semantic.less +6 -6
  210. package/src/themes/amazon/elements/button.variables +4 -9
  211. package/src/themes/bootstrap3/elements/button.variables +3 -7
  212. package/src/themes/classic/elements/button.variables +6 -12
  213. package/src/themes/classic/views/card.overrides +2 -4
  214. package/src/themes/colored/modules/checkbox.variables +1 -3
  215. package/src/themes/default/collections/form.variables +1 -2
  216. package/src/themes/default/collections/menu.variables +2 -4
  217. package/src/themes/default/collections/message.variables +38 -76
  218. package/src/themes/default/collections/table.variables +2 -4
  219. package/src/themes/default/elements/button.variables +6 -12
  220. package/src/themes/default/elements/flag.variables +3 -3
  221. package/src/themes/default/elements/icon.variables +9 -11
  222. package/src/themes/default/elements/input.variables +1 -2
  223. package/src/themes/default/elements/list.variables +3 -7
  224. package/src/themes/default/elements/placeholder.variables +12 -8
  225. package/src/themes/default/elements/segment.variables +5 -6
  226. package/src/themes/default/elements/step.variables +1 -2
  227. package/src/themes/default/globals/site.variables +41 -83
  228. package/src/themes/default/modules/accordion.variables +4 -8
  229. package/src/themes/default/modules/checkbox.variables +4 -8
  230. package/src/themes/default/modules/dimmer.variables +1 -3
  231. package/src/themes/default/modules/dropdown.variables +1 -2
  232. package/src/themes/default/modules/embed.variables +2 -5
  233. package/src/themes/default/modules/modal.variables +3 -6
  234. package/src/themes/default/modules/progress.variables +1 -2
  235. package/src/themes/default/modules/rating.variables +1 -2
  236. package/src/themes/default/modules/search.variables +3 -6
  237. package/src/themes/default/modules/shape.variables +1 -2
  238. package/src/themes/default/modules/slider.variables +3 -1
  239. package/src/themes/default/views/card.variables +8 -18
  240. package/src/themes/github/collections/form.variables +1 -2
  241. package/src/themes/github/collections/menu.variables +1 -2
  242. package/src/themes/github/collections/message.variables +2 -4
  243. package/src/themes/github/elements/button.variables +4 -8
  244. package/src/themes/github/elements/input.variables +1 -2
  245. package/src/themes/github/modules/dropdown.variables +1 -3
  246. package/src/themes/material/elements/button.variables +2 -4
  247. package/src/themes/material/elements/icon.variables +1 -2
  248. package/src/themes/pulsar/elements/loader.overrides +0 -38
  249. package/src/themes/raised/elements/button.variables +1 -2
  250. package/src/themes/round/elements/button.variables +1 -3
  251. package/src/themes/striped/modules/progress.overrides +11 -11
  252. package/tasks/README.md +2 -2
  253. package/tasks/admin/components/create.js +2 -2
  254. package/tasks/build/assets.js +1 -1
  255. package/tasks/build/css.js +1 -1
  256. package/tasks/build/javascript.js +1 -1
  257. package/tasks/build.js +2 -2
  258. package/tasks/collections/docs.js +1 -1
  259. package/tasks/collections/install.js +2 -2
  260. package/tasks/collections/various.js +1 -1
  261. package/tasks/config/admin/release.js +5 -5
  262. package/tasks/config/admin/templates/README.md +8 -8
  263. package/tasks/config/admin/templates/bower.json +3 -2
  264. package/tasks/config/admin/templates/component-package.js +3 -3
  265. package/tasks/config/admin/templates/package.json +5 -5
  266. package/tasks/config/tasks.js +15 -11
  267. package/tasks/docs/build.js +2 -2
  268. package/tasks/install.js +2 -3
  269. package/tasks/watch.js +1 -1
@@ -28,8 +28,7 @@
28
28
  @fonts: {
29
29
  @regularLatin: {
30
30
  font-family: @fontName;
31
- src: url("@{fontPath}/@{fontFileNameLatin}-Regular.woff2") format("woff2")
32
- if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Regular.woff") format("woff"));
31
+ src: url("@{fontPath}/@{fontFileNameLatin}-Regular.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Regular.woff") format("woff"));
33
32
  font-style: normal;
34
33
  font-weight: @normal;
35
34
  font-display: @fontDisplay;
@@ -38,8 +37,7 @@
38
37
  };
39
38
  @boldLatin: {
40
39
  font-family: @fontName;
41
- src: url("@{fontPath}/@{fontFileNameLatin}-Bold.woff2") format("woff2")
42
- if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Bold.woff") format("woff"));
40
+ src: url("@{fontPath}/@{fontFileNameLatin}-Bold.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Bold.woff") format("woff"));
43
41
  font-style: normal;
44
42
  font-weight: @bold;
45
43
  font-display: @fontDisplay;
@@ -48,8 +46,7 @@
48
46
  };
49
47
  @italicLatin: {
50
48
  font-family: @fontName;
51
- src: url("@{fontPath}/@{fontFileNameLatin}-Italic.woff2") format("woff2")
52
- if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Italic.woff") format("woff"));
49
+ src: url("@{fontPath}/@{fontFileNameLatin}-Italic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Italic.woff") format("woff"));
53
50
  font-style: italic;
54
51
  font-weight: @normal;
55
52
  font-display: @fontDisplay;
@@ -58,8 +55,7 @@
58
55
  };
59
56
  @boldItalicLatin: {
60
57
  font-family: @fontName;
61
- src: url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff2") format("woff2")
62
- if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff") format("woff"));
58
+ src: url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff") format("woff"));
63
59
  font-style: italic;
64
60
  font-weight: @bold;
65
61
  font-display: @fontDisplay;
@@ -68,8 +64,7 @@
68
64
  };
69
65
  @regularSupplement: {
70
66
  font-family: @fontName;
71
- src: url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff2") format("woff2")
72
- if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff") format("woff"));
67
+ src: url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff") format("woff"));
73
68
  font-style: normal;
74
69
  font-weight: @normal;
75
70
  font-display: @fontDisplay;
@@ -78,8 +73,7 @@
78
73
  };
79
74
  @boldSupplement: {
80
75
  font-family: @fontName;
81
- src: url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff2") format("woff2")
82
- if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff") format("woff"));
76
+ src: url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff") format("woff"));
83
77
  font-style: normal;
84
78
  font-weight: @bold;
85
79
  font-display: @fontDisplay;
@@ -88,8 +82,7 @@
88
82
  };
89
83
  @italicSupplement: {
90
84
  font-family: @fontName;
91
- src: url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff2") format("woff2")
92
- if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff") format("woff"));
85
+ src: url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff") format("woff"));
93
86
  font-style: italic;
94
87
  font-weight: @normal;
95
88
  font-display: @fontDisplay;
@@ -98,8 +91,7 @@
98
91
  };
99
92
  @boldItalicSupplement: {
100
93
  font-family: @fontName;
101
- src: url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff2") format("woff2")
102
- if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff") format("woff"));
94
+ src: url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff") format("woff"));
103
95
  font-style: italic;
104
96
  font-weight: @bold;
105
97
  font-display: @fontDisplay;
@@ -546,124 +538,94 @@
546
538
 
547
539
  @primaryBoxShadow:
548
540
  0 0 0 @borderWidth @primaryBorderColor inset,
549
- @shadowShadow
550
- ;
541
+ @shadowShadow;
551
542
  @primaryBoxFloatingShadow:
552
543
  0 0 0 @borderWidth @primaryBorderColor inset,
553
- @floatingShadow
554
- ;
544
+ @floatingShadow;
555
545
  @secondaryBoxShadow:
556
546
  0 0 0 @borderWidth @secondaryBorderColor inset,
557
- @shadowShadow
558
- ;
547
+ @shadowShadow;
559
548
  @secondaryBoxFloatingShadow:
560
549
  0 0 0 @borderWidth @secondaryBorderColor inset,
561
- @floatingShadow
562
- ;
550
+ @floatingShadow;
563
551
  @redBoxShadow:
564
552
  0 0 0 @borderWidth @redBorderColor inset,
565
- @shadowShadow
566
- ;
553
+ @shadowShadow;
567
554
  @redBoxFloatingShadow:
568
555
  0 0 0 @borderWidth @redBorderColor inset,
569
- @floatingShadow
570
- ;
556
+ @floatingShadow;
571
557
  @orangeBoxShadow:
572
558
  0 0 0 @borderWidth @orangeBorderColor inset,
573
- @shadowShadow
574
- ;
559
+ @shadowShadow;
575
560
  @orangeBoxFloatingShadow:
576
561
  0 0 0 @borderWidth @orangeBorderColor inset,
577
- @floatingShadow
578
- ;
562
+ @floatingShadow;
579
563
  @yellowBoxShadow:
580
564
  0 0 0 @borderWidth @yellowBorderColor inset,
581
- @shadowShadow
582
- ;
565
+ @shadowShadow;
583
566
  @yellowBoxFloatingShadow:
584
567
  0 0 0 @borderWidth @yellowBorderColor inset,
585
- @floatingShadow
586
- ;
568
+ @floatingShadow;
587
569
  @oliveBoxShadow:
588
570
  0 0 0 @borderWidth @oliveBorderColor inset,
589
- @shadowShadow
590
- ;
571
+ @shadowShadow;
591
572
  @oliveBoxFloatingShadow:
592
573
  0 0 0 @borderWidth @oliveBorderColor inset,
593
- @floatingShadow
594
- ;
574
+ @floatingShadow;
595
575
  @greenBoxShadow:
596
576
  0 0 0 @borderWidth @greenBorderColor inset,
597
- @shadowShadow
598
- ;
577
+ @shadowShadow;
599
578
  @greenBoxFloatingShadow:
600
579
  0 0 0 @borderWidth @greenBorderColor inset,
601
- @floatingShadow
602
- ;
580
+ @floatingShadow;
603
581
  @tealBoxShadow:
604
582
  0 0 0 @borderWidth @tealBorderColor inset,
605
- @shadowShadow
606
- ;
583
+ @shadowShadow;
607
584
  @tealBoxFloatingShadow:
608
585
  0 0 0 @borderWidth @tealBorderColor inset,
609
- @floatingShadow
610
- ;
586
+ @floatingShadow;
611
587
  @blueBoxShadow:
612
588
  0 0 0 @borderWidth @blueBorderColor inset,
613
- @shadowShadow
614
- ;
589
+ @shadowShadow;
615
590
  @blueBoxFloatingShadow:
616
591
  0 0 0 @borderWidth @blueBorderColor inset,
617
- @floatingShadow
618
- ;
592
+ @floatingShadow;
619
593
  @violetBoxShadow:
620
594
  0 0 0 @borderWidth @violetBorderColor inset,
621
- @shadowShadow
622
- ;
595
+ @shadowShadow;
623
596
  @violetBoxFloatingShadow:
624
597
  0 0 0 @borderWidth @violetBorderColor inset,
625
- @floatingShadow
626
- ;
598
+ @floatingShadow;
627
599
  @purpleBoxShadow:
628
600
  0 0 0 @borderWidth @purpleBorderColor inset,
629
- @shadowShadow
630
- ;
601
+ @shadowShadow;
631
602
  @purpleBoxFloatingShadow:
632
603
  0 0 0 @borderWidth @purpleBorderColor inset,
633
- @floatingShadow
634
- ;
604
+ @floatingShadow;
635
605
  @pinkBoxShadow:
636
606
  0 0 0 @borderWidth @pinkBorderColor inset,
637
- @shadowShadow
638
- ;
607
+ @shadowShadow;
639
608
  @pinkBoxFloatingShadow:
640
609
  0 0 0 @borderWidth @pinkBorderColor inset,
641
- @floatingShadow
642
- ;
610
+ @floatingShadow;
643
611
  @brownBoxShadow:
644
612
  0 0 0 @borderWidth @brownBorderColor inset,
645
- @shadowShadow
646
- ;
613
+ @shadowShadow;
647
614
  @brownBoxFloatingShadow:
648
615
  0 0 0 @borderWidth @brownBorderColor inset,
649
- @floatingShadow
650
- ;
616
+ @floatingShadow;
651
617
  @greyBoxShadow:
652
618
  0 0 0 @borderWidth @greyBorderColor inset,
653
- @shadowShadow
654
- ;
619
+ @shadowShadow;
655
620
  @greyBoxFloatingShadow:
656
621
  0 0 0 @borderWidth @greyBorderColor inset,
657
- @floatingShadow
658
- ;
622
+ @floatingShadow;
659
623
  @blackBoxShadow:
660
624
  0 0 0 @borderWidth @blackBorderColor inset,
661
- @shadowShadow
662
- ;
625
+ @shadowShadow;
663
626
  @blackBoxFloatingShadow:
664
627
  0 0 0 @borderWidth @blackBorderColor inset,
665
- @floatingShadow
666
- ;
628
+ @floatingShadow;
667
629
 
668
630
  /* -------------------
669
631
  Alpha Colors
@@ -686,13 +648,10 @@
686
648
  @subtleGradient: linear-gradient(transparent, @transparentBlack);
687
649
 
688
650
  /* Differentiating Layers */
689
- @subtleShadow:
690
- 0 1px 2px 0 @borderColor
691
- ;
651
+ @subtleShadow: 0 1px 2px 0 @borderColor;
692
652
  @floatingShadow:
693
653
  0 2px 4px 0 rgba(34, 36, 38, 0.12),
694
- 0 2px 10px 0 rgba(34, 36, 38, 0.15)
695
- ;
654
+ 0 2px 10px 0 rgba(34, 36, 38, 0.15);
696
655
 
697
656
  /*******************************
698
657
  Power-User
@@ -1094,8 +1053,7 @@
1094
1053
  /* --- Shadows --- */
1095
1054
  @floatingShadowHover:
1096
1055
  0 2px 4px 0 rgba(34, 36, 38, 0.15),
1097
- 0 2px 10px 0 rgba(34, 36, 38, 0.25)
1098
- ;
1056
+ 0 2px 10px 0 rgba(34, 36, 38, 0.25);
1099
1057
 
1100
1058
  /* --- Colors --- */
1101
1059
  @primaryColorHover: saturate(darken(@primaryColor, 5), 10, relative);
@@ -22,8 +22,7 @@
22
22
  @iconPadding: 0;
23
23
  @iconTransition:
24
24
  transform @defaultDuration @defaultEasing,
25
- opacity @defaultDuration @defaultEasing
26
- ;
25
+ opacity @defaultDuration @defaultEasing;
27
26
  @iconVerticalAlign: baseline;
28
27
  @iconTransform: none;
29
28
  @iconTransformRight: @menuIconTransform;
@@ -61,8 +60,7 @@
61
60
  @styledBorderRadius: @defaultBorderRadius;
62
61
  @styledBoxShadow:
63
62
  @subtleShadow,
64
- 0 0 0 1px @borderColor
65
- ;
63
+ 0 0 0 1px @borderColor;
66
64
 
67
65
  /* Content */
68
66
  @styledContentMargin: 0;
@@ -81,8 +79,7 @@
81
79
  @styledTitleBorder: 1px solid @borderColor;
82
80
  @styledTitleTransition:
83
81
  background @defaultDuration @defaultEasing,
84
- color @defaultDuration @defaultEasing
85
- ;
82
+ color @defaultDuration @defaultEasing;
86
83
 
87
84
  /* Styled Title States */
88
85
  @styledTitleHoverBackground: transparent;
@@ -103,8 +100,7 @@
103
100
  @invertedStyledTitleBorder: 1px solid @whiteBorderColor;
104
101
  @invertedStyledBoxShadow:
105
102
  @subtleShadow,
106
- 0 0 0 1px @whiteBorderColor
107
- ;
103
+ 0 0 0 1px @whiteBorderColor;
108
104
  @invertedStyledTitleHoverBackground: transparent;
109
105
  @invertedStyledTitleHoverColor: @invertedTextColor;
110
106
  @invertedStyledActiveTitleBackground: transparent;
@@ -17,8 +17,7 @@
17
17
  border @defaultDuration @defaultEasing,
18
18
  opacity @defaultDuration @defaultEasing,
19
19
  transform @defaultDuration @defaultEasing,
20
- box-shadow @defaultDuration @defaultEasing
21
- ;
20
+ box-shadow @defaultDuration @defaultEasing;
22
21
 
23
22
  /* Checkmark */
24
23
  @checkboxCheckFontSize: 14px;
@@ -106,8 +105,7 @@
106
105
  @handleBackground: @white @subtleGradient;
107
106
  @handleBoxShadow:
108
107
  @subtleShadow,
109
- 0 0 0 1px @borderColor inset
110
- ;
108
+ 0 0 0 1px @borderColor inset;
111
109
 
112
110
  /* Slider */
113
111
  @sliderHandleSize: 1.5rem;
@@ -156,12 +154,10 @@
156
154
  @toggleHandleOffset: 0;
157
155
  @toggleHandleTransition:
158
156
  background @toggleTransitionDuration @defaultEasing,
159
- left @toggleTransitionDuration @defaultEasing
160
- ;
157
+ left @toggleTransitionDuration @defaultEasing;
161
158
  @toggleHandleTransitionRightAligned:
162
159
  background @toggleTransitionDuration @defaultEasing,
163
- right @toggleTransitionDuration @defaultEasing
164
- ;
160
+ right @toggleTransitionDuration @defaultEasing;
165
161
 
166
162
  @toggleLaneBackground: @transparentBlack;
167
163
  @toggleLaneHeight: @toggleHandleSize;
@@ -11,9 +11,7 @@
11
11
  @padding: 1em;
12
12
 
13
13
  @duration: 0.5s;
14
- @transition:
15
- all @duration linear
16
- ;
14
+ @transition: all @duration linear;
17
15
  @zIndex: 1000;
18
16
  @textAlign: center;
19
17
  @verticalAlign: middle;
@@ -8,8 +8,7 @@
8
8
 
9
9
  @transition:
10
10
  box-shadow @defaultDuration @defaultEasing,
11
- width @defaultDuration @defaultEasing
12
- ;
11
+ width @defaultDuration @defaultEasing;
13
12
  @borderRadius: @defaultBorderRadius;
14
13
 
15
14
  @raisedShadow: 0 2px 3px 0 @borderColor;
@@ -24,12 +24,9 @@
24
24
  @iconSize: 6rem;
25
25
  @iconTransition:
26
26
  opacity @transitionDuration @transitionEasing,
27
- color @transitionDuration @transitionEasing
28
- ;
27
+ color @transitionDuration @transitionEasing;
29
28
  @iconColor: @white;
30
- @iconShadow:
31
- 0 2px 10px rgba(34, 36, 38, 0.2)
32
- ;
29
+ @iconShadow: 0 2px 10px rgba(34, 36, 38, 0.2);
33
30
  @iconZIndex: 10;
34
31
 
35
32
  /* -------------------
@@ -9,8 +9,7 @@
9
9
  @transformOrigin: 50% 25%;
10
10
  @boxShadow:
11
11
  1px 3px 3px 0 rgba(0, 0, 0, 0.2),
12
- 1px 3px 15px 2px rgba(0, 0, 0, 0.2)
13
- ;
12
+ 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
14
13
 
15
14
  /* Close Icon */
16
15
  @closeOpacity: 0.8;
@@ -28,8 +27,7 @@
28
27
  -1px -1px 2px rgba(0, 0, 0, 0.3),
29
28
  1px -1px 2px rgba(0, 0, 0, 0.3),
30
29
  -1px 2px 2px rgba(0, 0, 0, 0.3),
31
- 1px 2px 2px rgba(0, 0, 0, 0.3)
32
- ;
30
+ 1px 2px 2px rgba(0, 0, 0, 0.3);
33
31
 
34
32
  /* Header */
35
33
  @headerMargin: 0;
@@ -261,5 +259,4 @@
261
259
  -1px -1px 2px rgba(255, 255, 255, 0.3),
262
260
  1px -1px 2px rgba(255, 255, 255, 0.3),
263
261
  -1px 2px 2px rgba(255, 255, 255, 0.3),
264
- 1px 2px 2px rgba(255, 255, 255, 0.3)
265
- ;
262
+ 1px 2px 2px rgba(255, 255, 255, 0.3);
@@ -26,8 +26,7 @@
26
26
  @barTransitionDuration: @defaultDuration;
27
27
  @barTransition:
28
28
  width @barTransitionDuration @barTransitionEasing,
29
- background-color @barTransitionDuration @barTransitionEasing
30
- ;
29
+ background-color @barTransitionDuration @barTransitionEasing;
31
30
  @barInitialWidth: 0;
32
31
  @barMinWidth: 2em;
33
32
 
@@ -13,8 +13,7 @@
13
13
  opacity @defaultDuration @defaultEasing,
14
14
  background @defaultDuration @defaultEasing,
15
15
  text-shadow @defaultDuration @defaultEasing,
16
- color @defaultDuration @defaultEasing
17
- ;
16
+ color @defaultDuration @defaultEasing;
18
17
 
19
18
  /* -------------------
20
19
  Types
@@ -16,8 +16,7 @@
16
16
  background-color @defaultDuration @defaultEasing,
17
17
  color @defaultDuration @defaultEasing,
18
18
  box-shadow @defaultDuration @defaultEasing,
19
- border-color @defaultDuration @defaultEasing
20
- ;
19
+ border-color @defaultDuration @defaultEasing;
21
20
  @promptBoxShadow: 0 0 0 0 transparent inset;
22
21
 
23
22
  /* Mobile */
@@ -133,8 +132,7 @@
133
132
  @selectionCloseTop: 0;
134
133
  @selectionCloseTransition:
135
134
  color @defaultDuration @defaultEasing,
136
- opacity @defaultDuration @defaultEasing
137
- ;
135
+ opacity @defaultDuration @defaultEasing;
138
136
  @selectionCloseRight: 0;
139
137
  @selectionCloseIconOpacity: 0.8;
140
138
  @selectionCloseIconColor: "";
@@ -149,8 +147,7 @@
149
147
  @categoryDivider: 1px solid @internalBorderColor;
150
148
  @categoryTransition:
151
149
  background @defaultDuration @defaultEasing,
152
- border-color @defaultDuration @defaultEasing
153
- ;
150
+ border-color @defaultDuration @defaultEasing;
154
151
 
155
152
  @categoryResultsWidth: 28em;
156
153
 
@@ -17,8 +17,7 @@
17
17
  transform @duration @easing,
18
18
  left @duration @easing,
19
19
  width @duration @easing,
20
- height @duration @easing
21
- ;
20
+ height @duration @easing;
22
21
  @sideTransition: opacity @duration @easing;
23
22
  @backfaceVisibility: hidden;
24
23
 
@@ -29,7 +29,9 @@
29
29
  @thumbHeight: @height;
30
30
  @thumbBorderRadius: 100%;
31
31
  @thumbBackground: @white @subtleGradient;
32
- @thumbShadow: @subtleShadow, 0 0 0 1px @borderColor inset;
32
+ @thumbShadow:
33
+ @subtleShadow,
34
+ 0 0 0 1px @borderColor inset;
33
35
  @thumbTransitionDuration: 0.3s;
34
36
  @thumbTransition: background @thumbTransitionDuration @defaultEasing;
35
37
  @thumbVerticalSliderOffset: 0.03em;
@@ -23,14 +23,12 @@
23
23
  @borderShadow: 0 0 0 @borderWidth @solidBorderColor;
24
24
  @boxShadow:
25
25
  @shadowBoxShadow,
26
- @borderShadow
27
- ;
26
+ @borderShadow;
28
27
  @border: none;
29
28
  @zIndex: "";
30
29
  @transition:
31
30
  box-shadow @defaultDuration @defaultEasing,
32
- transform @defaultDuration @defaultEasing
33
- ;
31
+ transform @defaultDuration @defaultEasing;
34
32
 
35
33
  /* Card Group */
36
34
  @horizontalSpacing: 1em;
@@ -168,8 +166,7 @@
168
166
  @shadowHoverBoxShadow: 0 @shadowDistance @linkHoverRaiseDistance 0 @solidSelectedBorderColor;
169
167
  @linkHoverBoxShadow:
170
168
  @shadowHoverBoxShadow,
171
- @borderShadow
172
- ;
169
+ @borderShadow;
173
170
 
174
171
  /* Horizontal */
175
172
  @horizontalMinWidth: 270px;
@@ -179,20 +176,14 @@
179
176
  /* Raised */
180
177
  @raisedShadow:
181
178
  @borderShadow,
182
- @floatingShadow
183
- ;
179
+ @floatingShadow;
184
180
  @raisedShadowHover:
185
181
  @borderShadow,
186
- @floatingShadowHover
187
- ;
182
+ @floatingShadowHover;
188
183
 
189
184
  /* Basic Raised */
190
- @basicRaisedShadow:
191
- @floatingShadow
192
- ;
193
- @basicRaisedShadowHover:
194
- @floatingShadowHover
195
- ;
185
+ @basicRaisedShadow: @floatingShadow;
186
+ @basicRaisedShadowHover: @floatingShadowHover;
196
187
 
197
188
  /* Card Count */
198
189
  @wideCardSpacing: 1em;
@@ -258,5 +249,4 @@
258
249
  @invertedLinkHoverBackground: @black;
259
250
  @invertedBoxShadow:
260
251
  0 @shadowDistance 3px 0 @solidWhiteBorderColor,
261
- 0 0 0 @borderWidth @solidWhiteBorderColor
262
- ;
252
+ 0 0 0 @borderWidth @solidWhiteBorderColor;
@@ -21,8 +21,7 @@
21
21
  @inputFocusBackground: #fff;
22
22
  @inputFocusBoxShadow:
23
23
  0 1px 2px rgba(0, 0, 0, 0.075) inset,
24
- 0 0 5px rgba(81, 167, 232, 0.5)
25
- ;
24
+ 0 0 5px rgba(81, 167, 232, 0.5);
26
25
  @inputFocusBorderColor: #51a7e8;
27
26
  @inputFocusBorderRadius: @inputBorderRadius;
28
27
 
@@ -55,6 +55,5 @@
55
55
  @invertedBackground: @black linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0));
56
56
  @invertedBoxShadow:
57
57
  0 1px 2px 0 rgba(0, 0, 0, 0.15),
58
- 0 0 0 1px rgba(255, 255, 255, 0.15)
59
- ;
58
+ 0 0 0 1px rgba(255, 255, 255, 0.15);
60
59
  @secondaryVerticalPadding: 0.75em;
@@ -1,8 +1,7 @@
1
1
  @background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #fefefe;
2
2
  @boxShadow:
3
3
  0 0 0 1px rgba(255, 255, 255, 0.3) inset,
4
- 0 0 0 1px rgba(0, 0, 0, 0.2) inset
5
- ;
4
+ 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
6
5
  @verticalPadding: 15px;
7
6
  @horizontalPadding: 15px;
8
7
 
@@ -15,8 +14,7 @@
15
14
  @floatingBoxShadow:
16
15
  0 0 0 1px rgba(0, 0, 0, 0.1) inset,
17
16
  0 2px 3px 0 rgba(0, 0, 0, 0.1),
18
- 0 0 0 1px rgba(0, 0, 0, 0.05) inset
19
- ;
17
+ 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
20
18
 
21
19
  @infoBorderColor: #97c1da;
22
20
  @errorBorderColor: #da9797;
@@ -21,15 +21,13 @@
21
21
  @boxShadow:
22
22
  0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
23
23
  0 0 0 1px rgba(0, 0, 0, 0.13) inset,
24
- 0 1px 3px rgba(0, 0, 0, 0.05)
25
- ;
24
+ 0 1px 3px rgba(0, 0, 0, 0.05);
26
25
 
27
26
  @coloredBackgroundImage: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
28
27
  @coloredBoxShadow:
29
28
  0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
30
29
  0 0 0 1px rgba(0, 0, 0, 0.1) inset,
31
- 0 1px 3px rgba(0, 0, 0, 0.05)
32
- ;
30
+ 0 1px 3px rgba(0, 0, 0, 0.05);
33
31
 
34
32
  @hoverBackgroundColor: #e0e0e0;
35
33
  @hoverBackgroundImage: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
@@ -40,15 +38,13 @@
40
38
  @downBoxShadow:
41
39
  0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
42
40
  0 0 0 1px rgba(0, 0, 0, 0.13) inset,
43
- 0 3px 5px rgba(0, 0, 0, 0.15) inset !important
44
- ;
41
+ 0 3px 5px rgba(0, 0, 0, 0.15) inset !important;
45
42
  @activeBackgroundColor: #dfdfdf;
46
43
  @activeBackgroundImage: none;
47
44
  @activeBoxShadow:
48
45
  0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
49
46
  0 0 0 1px rgba(0, 0, 0, 0.13) inset,
50
- 0 3px 5px rgba(0, 0, 0, 0.1) inset !important
51
- ;
47
+ 0 3px 5px rgba(0, 0, 0, 0.1) inset !important;
52
48
 
53
49
  @labeledIconBackgroundColor: transparent;
54
50
  @labeledIconBorder: transparent;
@@ -12,5 +12,4 @@
12
12
  @focusBorderColor: #51a7e8;
13
13
  @focusBoxShadow:
14
14
  0 1px 2px rgba(0, 0, 0, 0.075) inset,
15
- 0 0 5px rgba(81, 167, 232, 0.5)
16
- ;
15
+ 0 0 5px rgba(81, 167, 232, 0.5);
@@ -2,9 +2,7 @@
2
2
  User Variable Overrides
3
3
  *******************************/
4
4
 
5
- @transition:
6
- width @defaultDuration @defaultEasing
7
- ;
5
+ @transition: width @defaultDuration @defaultEasing;
8
6
 
9
7
  @menuPadding: 0;
10
8
 
@@ -32,8 +32,7 @@
32
32
  background-color 0.3s @defaultEasing,
33
33
  color 0.3s @defaultEasing,
34
34
  box-shadow 0.3s @defaultEasing,
35
- background 0.3s @defaultEasing
36
- ;
35
+ background 0.3s @defaultEasing;
37
36
 
38
37
  /* -------------------
39
38
  State
@@ -42,8 +41,7 @@
42
41
  @hoverBackgroundColor: @white;
43
42
  @hoverBoxShadow:
44
43
  @borderBoxShadow,
45
- 0 2px 3px 0 rgba(0, 0, 0, 0.2) !important
46
- ;
44
+ 0 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
47
45
 
48
46
  @downBackgroundColor: @white;
49
47
  @downBackgroundImage: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
@@ -2,8 +2,7 @@
2
2
  @fonts: {
3
3
  @solid: {
4
4
  font-family: @fontName;
5
- src: url("@{fontPath}/@{fontName}.woff2") format("woff2")
6
- if(@supportIE, e(",") url("@{fontPath}/@{fontName}.woff") format("woff"));
5
+ src: url("@{fontPath}/@{fontName}.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontName}.woff") format("woff"));
7
6
  font-style: normal;
8
7
  font-weight: @normal;
9
8
  font-variant: normal;