fomantic-ui 2.9.0-beta.9 → 2.9.0-beta.90

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 (216) hide show
  1. package/.all-contributorsrc +188 -3
  2. package/CONTRIBUTORS.md +71 -37
  3. package/README.md +1 -1
  4. package/dist/components/accordion.css +50 -6
  5. package/dist/components/accordion.js +1 -1
  6. package/dist/components/accordion.min.css +2 -2
  7. package/dist/components/accordion.min.js +1 -1
  8. package/dist/components/ad.css +1 -1
  9. package/dist/components/ad.min.css +1 -1
  10. package/dist/components/api.js +25 -23
  11. package/dist/components/api.min.js +2 -2
  12. package/dist/components/breadcrumb.css +1 -1
  13. package/dist/components/breadcrumb.min.css +1 -1
  14. package/dist/components/button.css +81 -81
  15. package/dist/components/button.min.css +2 -2
  16. package/dist/components/calendar.css +1 -1
  17. package/dist/components/calendar.js +106 -10
  18. package/dist/components/calendar.min.css +1 -1
  19. package/dist/components/calendar.min.js +2 -2
  20. package/dist/components/card.css +26 -19
  21. package/dist/components/card.min.css +2 -2
  22. package/dist/components/checkbox.css +2 -1
  23. package/dist/components/checkbox.js +17 -11
  24. package/dist/components/checkbox.min.css +2 -2
  25. package/dist/components/checkbox.min.js +2 -2
  26. package/dist/components/comment.css +11 -11
  27. package/dist/components/comment.min.css +1 -1
  28. package/dist/components/container.css +1 -1
  29. package/dist/components/container.min.css +1 -1
  30. package/dist/components/dimmer.css +28 -14
  31. package/dist/components/dimmer.js +1 -1
  32. package/dist/components/dimmer.min.css +2 -2
  33. package/dist/components/dimmer.min.js +1 -1
  34. package/dist/components/divider.css +1 -1
  35. package/dist/components/divider.min.css +1 -1
  36. package/dist/components/dropdown.css +28 -5
  37. package/dist/components/dropdown.js +14 -18
  38. package/dist/components/dropdown.min.css +2 -2
  39. package/dist/components/dropdown.min.js +2 -2
  40. package/dist/components/embed.css +1 -1
  41. package/dist/components/embed.js +1 -1
  42. package/dist/components/embed.min.css +1 -1
  43. package/dist/components/embed.min.js +1 -1
  44. package/dist/components/emoji.css +2 -2
  45. package/dist/components/feed.css +28 -28
  46. package/dist/components/feed.min.css +2 -2
  47. package/dist/components/flag.css +731 -625
  48. package/dist/components/flag.min.css +2 -2
  49. package/dist/components/form.css +103 -54
  50. package/dist/components/form.js +24 -22
  51. package/dist/components/form.min.css +2 -2
  52. package/dist/components/form.min.js +2 -2
  53. package/dist/components/grid.css +11 -8
  54. package/dist/components/grid.min.css +2 -2
  55. package/dist/components/header.css +1 -1
  56. package/dist/components/header.min.css +1 -1
  57. package/dist/components/icon.css +6 -1
  58. package/dist/components/icon.min.css +2 -2
  59. package/dist/components/image.css +1 -1
  60. package/dist/components/image.min.css +1 -1
  61. package/dist/components/input.css +17 -2
  62. package/dist/components/input.min.css +2 -2
  63. package/dist/components/item.css +13 -13
  64. package/dist/components/item.min.css +1 -1
  65. package/dist/components/label.css +1 -1
  66. package/dist/components/label.min.css +1 -1
  67. package/dist/components/list.css +1 -1
  68. package/dist/components/list.min.css +1 -1
  69. package/dist/components/loader.css +1 -1
  70. package/dist/components/loader.min.css +1 -1
  71. package/dist/components/menu.css +29 -5
  72. package/dist/components/menu.min.css +1 -1
  73. package/dist/components/message.css +41 -41
  74. package/dist/components/message.min.css +2 -2
  75. package/dist/components/modal.css +3 -1
  76. package/dist/components/modal.js +94 -30
  77. package/dist/components/modal.min.css +2 -2
  78. package/dist/components/modal.min.js +2 -2
  79. package/dist/components/nag.css +1 -1
  80. package/dist/components/nag.js +1 -1
  81. package/dist/components/nag.min.css +1 -1
  82. package/dist/components/nag.min.js +1 -1
  83. package/dist/components/placeholder.css +1 -1
  84. package/dist/components/placeholder.min.css +1 -1
  85. package/dist/components/popup.css +5 -3
  86. package/dist/components/popup.js +1 -1
  87. package/dist/components/popup.min.css +2 -2
  88. package/dist/components/popup.min.js +1 -1
  89. package/dist/components/progress.css +1 -1
  90. package/dist/components/progress.js +1 -1
  91. package/dist/components/progress.min.css +1 -1
  92. package/dist/components/progress.min.js +1 -1
  93. package/dist/components/rail.css +1 -1
  94. package/dist/components/rail.min.css +1 -1
  95. package/dist/components/rating.css +7 -46
  96. package/dist/components/rating.js +1 -1
  97. package/dist/components/rating.min.css +2 -2
  98. package/dist/components/rating.min.js +1 -1
  99. package/dist/components/reset.css +1 -1
  100. package/dist/components/reset.min.css +1 -1
  101. package/dist/components/reveal.css +1 -1
  102. package/dist/components/reveal.min.css +1 -1
  103. package/dist/components/search.css +1 -1
  104. package/dist/components/search.js +1 -1
  105. package/dist/components/search.min.css +1 -1
  106. package/dist/components/search.min.js +1 -1
  107. package/dist/components/segment.css +12 -6
  108. package/dist/components/segment.min.css +2 -2
  109. package/dist/components/shape.css +1 -1
  110. package/dist/components/shape.js +1 -1
  111. package/dist/components/shape.min.css +1 -1
  112. package/dist/components/shape.min.js +1 -1
  113. package/dist/components/sidebar.css +4 -2
  114. package/dist/components/sidebar.js +1 -1
  115. package/dist/components/sidebar.min.css +2 -2
  116. package/dist/components/sidebar.min.js +1 -1
  117. package/dist/components/site.css +61 -39
  118. package/dist/components/site.js +1 -1
  119. package/dist/components/site.min.css +2 -2
  120. package/dist/components/site.min.js +1 -1
  121. package/dist/components/slider.js +1 -1
  122. package/dist/components/slider.min.js +1 -1
  123. package/dist/components/state.js +1 -1
  124. package/dist/components/state.min.js +1 -1
  125. package/dist/components/statistic.css +1 -1
  126. package/dist/components/statistic.min.css +1 -1
  127. package/dist/components/step.css +4 -4
  128. package/dist/components/step.min.css +2 -2
  129. package/dist/components/sticky.css +1 -1
  130. package/dist/components/sticky.js +1 -1
  131. package/dist/components/sticky.min.css +1 -1
  132. package/dist/components/sticky.min.js +1 -1
  133. package/dist/components/tab.css +1 -1
  134. package/dist/components/tab.js +1 -1
  135. package/dist/components/tab.min.css +1 -1
  136. package/dist/components/tab.min.js +1 -1
  137. package/dist/components/table.css +5 -3
  138. package/dist/components/table.min.css +2 -2
  139. package/dist/components/text.css +1 -1
  140. package/dist/components/text.min.css +1 -1
  141. package/dist/components/toast.css +7 -1
  142. package/dist/components/toast.js +5 -4
  143. package/dist/components/toast.min.css +2 -2
  144. package/dist/components/toast.min.js +2 -2
  145. package/dist/components/transition.css +1 -1
  146. package/dist/components/transition.js +1 -1
  147. package/dist/components/transition.min.css +1 -1
  148. package/dist/components/transition.min.js +1 -1
  149. package/dist/components/visibility.js +1 -1
  150. package/dist/components/visibility.min.js +1 -1
  151. package/dist/semantic.css +1375 -1030
  152. package/dist/semantic.js +303 -136
  153. package/dist/semantic.min.css +2 -2
  154. package/dist/semantic.min.js +2 -2
  155. package/examples/assets/library/iframe-content.js +5 -5
  156. package/package.json +2 -2
  157. package/src/definitions/behaviors/api.js +24 -22
  158. package/src/definitions/behaviors/form.js +23 -21
  159. package/src/definitions/collections/form.less +190 -139
  160. package/src/definitions/collections/grid.less +716 -680
  161. package/src/definitions/collections/menu.less +173 -126
  162. package/src/definitions/collections/message.less +48 -46
  163. package/src/definitions/collections/table.less +255 -242
  164. package/src/definitions/elements/button.less +360 -347
  165. package/src/definitions/elements/container.less +16 -8
  166. package/src/definitions/elements/emoji.less +15 -9
  167. package/src/definitions/elements/flag.less +7 -17
  168. package/src/definitions/elements/header.less +42 -35
  169. package/src/definitions/elements/icon.less +38 -31
  170. package/src/definitions/elements/input.less +23 -7
  171. package/src/definitions/elements/label.less +92 -91
  172. package/src/definitions/elements/list.less +55 -45
  173. package/src/definitions/elements/loader.less +30 -29
  174. package/src/definitions/elements/segment.less +30 -22
  175. package/src/definitions/elements/step.less +52 -48
  176. package/src/definitions/elements/text.less +17 -15
  177. package/src/definitions/globals/site.less +23 -2
  178. package/src/definitions/modules/accordion.less +55 -5
  179. package/src/definitions/modules/calendar.js +105 -9
  180. package/src/definitions/modules/checkbox.js +16 -10
  181. package/src/definitions/modules/checkbox.less +34 -178
  182. package/src/definitions/modules/dimmer.less +21 -8
  183. package/src/definitions/modules/dropdown.js +13 -17
  184. package/src/definitions/modules/dropdown.less +99 -67
  185. package/src/definitions/modules/modal.js +93 -29
  186. package/src/definitions/modules/modal.less +2 -0
  187. package/src/definitions/modules/nag.less +20 -19
  188. package/src/definitions/modules/popup.less +5 -1
  189. package/src/definitions/modules/progress.less +19 -18
  190. package/src/definitions/modules/rating.less +49 -42
  191. package/src/definitions/modules/search.less +32 -16
  192. package/src/definitions/modules/sidebar.less +33 -19
  193. package/src/definitions/modules/slider.less +39 -38
  194. package/src/definitions/modules/toast.js +4 -3
  195. package/src/definitions/modules/toast.less +22 -16
  196. package/src/definitions/views/card.less +402 -361
  197. package/src/definitions/views/comment.less +92 -81
  198. package/src/definitions/views/feed.less +164 -144
  199. package/src/definitions/views/item.less +249 -196
  200. package/src/definitions/views/statistic.less +90 -88
  201. package/src/themes/default/collections/menu.variables +6 -0
  202. package/src/themes/default/elements/button.variables +2 -1
  203. package/src/themes/default/elements/flag.overrides +1635 -986
  204. package/src/themes/default/elements/flag.variables +7 -5
  205. package/src/themes/default/elements/icon.overrides +35 -28
  206. package/src/themes/default/elements/icon.variables +1 -0
  207. package/src/themes/default/elements/step.overrides +1 -1
  208. package/src/themes/default/globals/site.variables +6 -0
  209. package/src/themes/default/globals/variation.variables +104 -6
  210. package/src/themes/default/modules/accordion.variables +15 -0
  211. package/src/themes/default/modules/dimmer.variables +1 -1
  212. package/src/themes/default/modules/dropdown.variables +1 -1
  213. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  214. package/src/themes/famfamfam/elements/flag.variables +13 -0
  215. package/tasks/build/css.js +6 -1
  216. package/test/helpers/sinon.js +1 -1
@@ -238,9 +238,9 @@
238
238
  .ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
239
239
  box-shadow: none !important;
240
240
  }
241
- & when (@variationTableMarked) {
242
- each(@colors, {
243
- @color: replace(@key, '@', '');
241
+ & when (@variationTableMarked) and not (@variationTableColors = false) {
242
+ each(@variationTableColors, {
243
+ @color: @value;
244
244
  @c: @colors[@@color][color];
245
245
  @l: @colors[@@color][light];
246
246
  .ui.ui.ui.ui.table:not(.unstackable) tr.marked.@{color} {
@@ -526,9 +526,9 @@
526
526
  }
527
527
  }
528
528
  }
529
- & when (@variationTableMarked) {
530
- each(@colors, {
531
- @color: replace(@key, '@', '');
529
+ & when (@variationTableMarked) and not (@variationTableColors = false) {
530
+ each(@variationTableColors, {
531
+ @color: @value;
532
532
  @c: @colors[@@color][color];
533
533
  @l: @colors[@@color][light];
534
534
  .ui.ui.ui.ui[class*="tablet stackable"].table tr.marked.@{color} {
@@ -642,6 +642,8 @@
642
642
  .ui.table tbody tr td.selectable > a:not(.ui) {
643
643
  display: block;
644
644
  color: inherit;
645
+ }
646
+ .ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
645
647
  padding: @cellVerticalPadding @cellHorizontalPadding;
646
648
  }
647
649
  .ui.table > tr > td.selectable,
@@ -778,208 +780,213 @@
778
780
  /*-------------------
779
781
  Colors
780
782
  --------------------*/
781
-
782
- each(@colors, {
783
- @color: replace(@key, '@', '');
784
- @c: @colors[@@color][color];
785
- @t: @colors[@@color][text];
786
- @ht: @colors[@@color][hoverText];
787
- @l: @colors[@@color][light];
788
- @lh: @colors[@@color][lightHover];
789
- @r: @colors[@@color][ribbon];
790
- @b: @colors[@@color][bright];
791
- @bh: @colors[@@color][brightHover];
792
- @isDark: @colors[@@color][isDark];
793
- @isVeryDark: @colors[@@color][isVeryDark];
794
-
795
- .ui.@{color}.table {
796
- border-top: @coloredBorderSize solid @c;
797
- }
798
- & when (@variationTableInverted) {
799
- .ui.inverted.@{color}.table {
800
- background-color: @c;
801
- color: @white;
802
- }
803
- }
804
- .ui.ui.ui.ui.table tr.@{color}:not(.marked),
805
- .ui.ui.table td.@{color}:not(.marked) {
806
- & when (@stateMarkerWidth > 0) {
807
- box-shadow: @stateMarkerWidth 0 0 @r inset;
808
- }
809
- & when (@isDark) {
810
- background: @l;
783
+ & when not (@variationTableColors = false) {
784
+ each(@variationTableColors, {
785
+ @color: @value;
786
+ @c: @colors[@@color][color];
787
+ @t: @colors[@@color][text];
788
+ @ht: @colors[@@color][hoverText];
789
+ @l: @colors[@@color][light];
790
+ @lh: @colors[@@color][lightHover];
791
+ @r: @colors[@@color][ribbon];
792
+ @b: @colors[@@color][bright];
793
+ @bh: @colors[@@color][brightHover];
794
+ @isDark: @colors[@@color][isDark];
795
+ @isVeryDark: @colors[@@color][isVeryDark];
796
+
797
+ .ui.@{color}.table {
798
+ border-top: @coloredBorderSize solid @c;
811
799
  }
812
- & when not (@isDark) {
813
- background: @b;
814
- }
815
- & when (@isVeryDark) {
816
- color: @white;
817
- }
818
- & when not (@isVeryDark) {
819
- color: @t;
800
+ & when (@variationTableInverted) {
801
+ .ui.inverted.@{color}.table {
802
+ background-color: @c;
803
+ color: @white;
804
+ }
820
805
  }
821
- }
822
- & when (@variationTableSelectable) {
823
- .ui.ui.selectable.table tr.@{color}:not(.marked):hover,
824
- .ui.table tr td.selectable.@{color}:not(.marked):hover,
825
- .ui.selectable.table tr:hover td.@{color}:not(.marked) {
806
+ .ui.ui.ui.ui.table tr.@{color}:not(.marked),
807
+ .ui.ui.table td.@{color}:not(.marked) {
808
+ & when (@stateMarkerWidth > 0) {
809
+ box-shadow: @stateMarkerWidth 0 0 @r inset;
810
+ }
826
811
  & when (@isDark) {
827
- background: @lh;
812
+ background: @l;
828
813
  }
829
814
  & when not (@isDark) {
830
- background: @bh;
815
+ background: @b;
831
816
  }
832
817
  & when (@isVeryDark) {
833
818
  color: @white;
834
819
  }
835
820
  & when not (@isVeryDark) {
836
- color: @ht;
821
+ color: @t;
837
822
  }
838
823
  }
839
- }
840
- & when (@variationTableMarked) {
841
- .ui.table td.marked.@{color},
842
- .ui.table tr.marked.@{color} {
843
- &.left {
844
- box-shadow: @coloredBorderSize 0 0 0 @c inset;
845
- }
846
- &.right {
847
- box-shadow: -@coloredBorderSize 0 0 0 @c inset;
824
+ & when (@variationTableSelectable) {
825
+ .ui.ui.selectable.table tr.@{color}:not(.marked):hover,
826
+ .ui.table tr td.selectable.@{color}:not(.marked):hover,
827
+ .ui.selectable.table tr:hover td.@{color}:not(.marked) {
828
+ & when (@isDark) {
829
+ background: @lh;
830
+ }
831
+ & when not (@isDark) {
832
+ background: @bh;
833
+ }
834
+ & when (@isVeryDark) {
835
+ color: @white;
836
+ }
837
+ & when not (@isVeryDark) {
838
+ color: @ht;
839
+ }
848
840
  }
849
841
  }
850
- & when (@variationTableInverted) {
851
- .ui.inverted.table td.marked.@{color},
852
- .ui.inverted.table tr.marked.@{color} {
842
+ & when (@variationTableMarked) {
843
+ .ui.table td.marked.@{color},
844
+ .ui.table tr.marked.@{color} {
853
845
  &.left {
854
- box-shadow: @coloredBorderSize 0 0 0 @l inset;
846
+ box-shadow: @coloredBorderSize 0 0 0 @c inset;
855
847
  }
856
848
  &.right {
857
- box-shadow: -@coloredBorderSize 0 0 0 @l inset;
849
+ box-shadow: -@coloredBorderSize 0 0 0 @c inset;
850
+ }
851
+ }
852
+ & when (@variationTableInverted) {
853
+ .ui.inverted.table td.marked.@{color},
854
+ .ui.inverted.table tr.marked.@{color} {
855
+ &.left {
856
+ box-shadow: @coloredBorderSize 0 0 0 @l inset;
857
+ }
858
+ &.right {
859
+ box-shadow: -@coloredBorderSize 0 0 0 @l inset;
860
+ }
858
861
  }
859
862
  }
860
863
  }
861
- }
862
864
 
863
- })
865
+ })
866
+ }
864
867
 
865
- /*--------------
866
- Column Count
867
- ---------------*/
868
+ & when (@variationTableEqualWidth) {
869
+ /*--------------
870
+ Column Count
871
+ ---------------*/
868
872
 
869
- /* Grid Based */
870
- .ui.one.column.table td {
871
- width: @oneColumn;
872
- }
873
- .ui.two.column.table td {
874
- width: @twoColumn;
875
- }
876
- .ui.three.column.table td {
877
- width: @threeColumn;
878
- }
879
- .ui.four.column.table td {
880
- width: @fourColumn;
881
- }
882
- .ui.five.column.table td {
883
- width: @fiveColumn;
884
- }
885
- .ui.six.column.table td {
886
- width: @sixColumn;
887
- }
888
- .ui.seven.column.table td {
889
- width: @sevenColumn;
890
- }
891
- .ui.eight.column.table td {
892
- width: @eightColumn;
893
- }
894
- .ui.nine.column.table td {
895
- width: @nineColumn;
896
- }
897
- .ui.ten.column.table td {
898
- width: @tenColumn;
899
- }
900
- .ui.eleven.column.table td {
901
- width: @elevenColumn;
902
- }
903
- .ui.twelve.column.table td {
904
- width: @twelveColumn;
905
- }
906
- .ui.thirteen.column.table td {
907
- width: @thirteenColumn;
908
- }
909
- .ui.fourteen.column.table td {
910
- width: @fourteenColumn;
911
- }
912
- .ui.fifteen.column.table td {
913
- width: @fifteenColumn;
914
- }
915
- .ui.sixteen.column.table td {
916
- width: @sixteenColumn;
873
+ /* Grid Based */
874
+ .ui.one.column.table td {
875
+ width: @oneColumn;
876
+ }
877
+ .ui.two.column.table td {
878
+ width: @twoColumn;
879
+ }
880
+ .ui.three.column.table td {
881
+ width: @threeColumn;
882
+ }
883
+ .ui.four.column.table td {
884
+ width: @fourColumn;
885
+ }
886
+ .ui.five.column.table td {
887
+ width: @fiveColumn;
888
+ }
889
+ .ui.six.column.table td {
890
+ width: @sixColumn;
891
+ }
892
+ .ui.seven.column.table td {
893
+ width: @sevenColumn;
894
+ }
895
+ .ui.eight.column.table td {
896
+ width: @eightColumn;
897
+ }
898
+ .ui.nine.column.table td {
899
+ width: @nineColumn;
900
+ }
901
+ .ui.ten.column.table td {
902
+ width: @tenColumn;
903
+ }
904
+ .ui.eleven.column.table td {
905
+ width: @elevenColumn;
906
+ }
907
+ .ui.twelve.column.table td {
908
+ width: @twelveColumn;
909
+ }
910
+ .ui.thirteen.column.table td {
911
+ width: @thirteenColumn;
912
+ }
913
+ .ui.fourteen.column.table td {
914
+ width: @fourteenColumn;
915
+ }
916
+ .ui.fifteen.column.table td {
917
+ width: @fifteenColumn;
918
+ }
919
+ .ui.sixteen.column.table td {
920
+ width: @sixteenColumn;
921
+ }
917
922
  }
918
923
 
919
- /* Column Width */
920
- .ui.table th.one.wide,
921
- .ui.table td.one.wide {
922
- width: @oneWide;
923
- }
924
- .ui.table th.two.wide,
925
- .ui.table td.two.wide {
926
- width: @twoWide;
927
- }
928
- .ui.table th.three.wide,
929
- .ui.table td.three.wide {
930
- width: @threeWide;
931
- }
932
- .ui.table th.four.wide,
933
- .ui.table td.four.wide {
934
- width: @fourWide;
935
- }
936
- .ui.table th.five.wide,
937
- .ui.table td.five.wide {
938
- width: @fiveWide;
939
- }
940
- .ui.table th.six.wide,
941
- .ui.table td.six.wide {
942
- width: @sixWide;
943
- }
944
- .ui.table th.seven.wide,
945
- .ui.table td.seven.wide {
946
- width: @sevenWide;
947
- }
948
- .ui.table th.eight.wide,
949
- .ui.table td.eight.wide {
950
- width: @eightWide;
951
- }
952
- .ui.table th.nine.wide,
953
- .ui.table td.nine.wide {
954
- width: @nineWide;
955
- }
956
- .ui.table th.ten.wide,
957
- .ui.table td.ten.wide {
958
- width: @tenWide;
959
- }
960
- .ui.table th.eleven.wide,
961
- .ui.table td.eleven.wide {
962
- width: @elevenWide;
963
- }
964
- .ui.table th.twelve.wide,
965
- .ui.table td.twelve.wide {
966
- width: @twelveWide;
967
- }
968
- .ui.table th.thirteen.wide,
969
- .ui.table td.thirteen.wide {
970
- width: @thirteenWide;
971
- }
972
- .ui.table th.fourteen.wide,
973
- .ui.table td.fourteen.wide {
974
- width: @fourteenWide;
975
- }
976
- .ui.table th.fifteen.wide,
977
- .ui.table td.fifteen.wide {
978
- width: @fifteenWide;
979
- }
980
- .ui.table th.sixteen.wide,
981
- .ui.table td.sixteen.wide {
982
- width: @sixteenWide;
924
+ & when (@variationTableWide) {
925
+ /* Column Width */
926
+ .ui.table th.one.wide,
927
+ .ui.table td.one.wide {
928
+ width: @oneWide;
929
+ }
930
+ .ui.table th.two.wide,
931
+ .ui.table td.two.wide {
932
+ width: @twoWide;
933
+ }
934
+ .ui.table th.three.wide,
935
+ .ui.table td.three.wide {
936
+ width: @threeWide;
937
+ }
938
+ .ui.table th.four.wide,
939
+ .ui.table td.four.wide {
940
+ width: @fourWide;
941
+ }
942
+ .ui.table th.five.wide,
943
+ .ui.table td.five.wide {
944
+ width: @fiveWide;
945
+ }
946
+ .ui.table th.six.wide,
947
+ .ui.table td.six.wide {
948
+ width: @sixWide;
949
+ }
950
+ .ui.table th.seven.wide,
951
+ .ui.table td.seven.wide {
952
+ width: @sevenWide;
953
+ }
954
+ .ui.table th.eight.wide,
955
+ .ui.table td.eight.wide {
956
+ width: @eightWide;
957
+ }
958
+ .ui.table th.nine.wide,
959
+ .ui.table td.nine.wide {
960
+ width: @nineWide;
961
+ }
962
+ .ui.table th.ten.wide,
963
+ .ui.table td.ten.wide {
964
+ width: @tenWide;
965
+ }
966
+ .ui.table th.eleven.wide,
967
+ .ui.table td.eleven.wide {
968
+ width: @elevenWide;
969
+ }
970
+ .ui.table th.twelve.wide,
971
+ .ui.table td.twelve.wide {
972
+ width: @twelveWide;
973
+ }
974
+ .ui.table th.thirteen.wide,
975
+ .ui.table td.thirteen.wide {
976
+ width: @thirteenWide;
977
+ }
978
+ .ui.table th.fourteen.wide,
979
+ .ui.table td.fourteen.wide {
980
+ width: @fourteenWide;
981
+ }
982
+ .ui.table th.fifteen.wide,
983
+ .ui.table td.fifteen.wide {
984
+ width: @fifteenWide;
985
+ }
986
+ .ui.table th.sixteen.wide,
987
+ .ui.table td.sixteen.wide {
988
+ width: @sixteenWide;
989
+ }
983
990
  }
984
991
 
985
992
  & when (@variationTableSortable) {
@@ -1135,7 +1142,7 @@ each(@colors, {
1135
1142
  }
1136
1143
  }
1137
1144
 
1138
- & when (@variationTableBasic) {
1145
+ & when (@variationTableBasic) or (@variationTableVeryBasic){
1139
1146
  /*--------------
1140
1147
  Basic
1141
1148
  ---------------*/
@@ -1169,38 +1176,40 @@ each(@colors, {
1169
1176
  background-color: @basicTableStripedBackground;
1170
1177
  }
1171
1178
  }
1172
- /* Very Basic */
1173
- .ui[class*="very basic"].table {
1174
- border: none;
1175
- }
1176
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
1177
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
1178
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
1179
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
1180
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
1181
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
1182
- padding: @basicTableCellPadding;
1183
- }
1184
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
1185
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
1186
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
1187
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
1188
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
1189
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child ,
1190
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
1191
- padding-left: 0;
1192
- }
1193
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
1194
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
1195
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
1196
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
1197
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
1198
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
1199
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot >tr > td:last-child {
1200
- padding-right: 0;
1201
- }
1202
- .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
1203
- padding-top: 0;
1179
+ & when (@variationTableVeryBasic) {
1180
+ /* Very Basic */
1181
+ .ui[class*="very basic"].table {
1182
+ border: none;
1183
+ }
1184
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
1185
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
1186
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
1187
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
1188
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
1189
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
1190
+ padding: @basicTableCellPadding;
1191
+ }
1192
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
1193
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
1194
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
1195
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
1196
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
1197
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child,
1198
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
1199
+ padding-left: 0;
1200
+ }
1201
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
1202
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
1203
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
1204
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
1205
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
1206
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
1207
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child {
1208
+ padding-right: 0;
1209
+ }
1210
+ .ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
1211
+ padding-top: 0;
1212
+ }
1204
1213
  }
1205
1214
  }
1206
1215
 
@@ -1235,7 +1244,7 @@ each(@colors, {
1235
1244
  }
1236
1245
  }
1237
1246
 
1238
- & when (@variationTablePadded) {
1247
+ & when (@variationTablePadded) or (@variationTableVeryPadded) {
1239
1248
  /*--------------
1240
1249
  Padded
1241
1250
  ---------------*/
@@ -1257,22 +1266,24 @@ each(@colors, {
1257
1266
  padding: @paddedVerticalPadding @paddedHorizontalPadding;
1258
1267
  }
1259
1268
 
1260
- /* Very */
1261
- .ui[class*="very padded"].table > tr > th,
1262
- .ui[class*="very padded"].table > thead > tr > th,
1263
- .ui[class*="very padded"].table > tbody > tr > th,
1264
- .ui[class*="very padded"].table > tfoot > tr > th {
1265
- padding-left: @veryPaddedHorizontalPadding;
1266
- padding-right: @veryPaddedHorizontalPadding;
1267
- }
1268
- .ui[class*="very padded"].table > tr > td,
1269
- .ui[class*="very padded"].table > tbody > tr > td ,
1270
- .ui[class*="very padded"].table > tfoot > tr > td {
1271
- padding: @veryPaddedVerticalPadding @veryPaddedHorizontalPadding;
1269
+ & when (@variationTableVeryPadded) {
1270
+ /* Very */
1271
+ .ui[class*="very padded"].table > tr > th,
1272
+ .ui[class*="very padded"].table > thead > tr > th,
1273
+ .ui[class*="very padded"].table > tbody > tr > th,
1274
+ .ui[class*="very padded"].table > tfoot > tr > th {
1275
+ padding-left: @veryPaddedHorizontalPadding;
1276
+ padding-right: @veryPaddedHorizontalPadding;
1277
+ }
1278
+ .ui[class*="very padded"].table > tr > td,
1279
+ .ui[class*="very padded"].table > tbody > tr > td,
1280
+ .ui[class*="very padded"].table > tfoot > tr > td {
1281
+ padding: @veryPaddedVerticalPadding @veryPaddedHorizontalPadding;
1282
+ }
1272
1283
  }
1273
1284
  }
1274
1285
 
1275
- & when (@variationTableCompact) {
1286
+ & when (@variationTableCompact) or (@variationTableVeryCompact) {
1276
1287
  /*--------------
1277
1288
  Compact
1278
1289
  ---------------*/
@@ -1290,18 +1301,20 @@ each(@colors, {
1290
1301
  padding: @compactVerticalPadding @compactHorizontalPadding;
1291
1302
  }
1292
1303
 
1293
- /* Very */
1294
- .ui[class*="very compact"].table > tr > th,
1295
- .ui[class*="very compact"].table > thead > tr > th,
1296
- .ui[class*="very compact"].table > tbody > tr > th,
1297
- .ui[class*="very compact"].table > tfoot > tr > th {
1298
- padding-left: @veryCompactHorizontalPadding;
1299
- padding-right: @veryCompactHorizontalPadding;
1300
- }
1301
- .ui[class*="very compact"].table > tr > td,
1302
- .ui[class*="very compact"].table > tbody > tr > td ,
1303
- .ui[class*="very compact"].table > tfoot > tr > td {
1304
- padding: @veryCompactVerticalPadding @veryCompactHorizontalPadding;
1304
+ & when (@variationTableVeryCompact) {
1305
+ /* Very */
1306
+ .ui[class*="very compact"].table > tr > th,
1307
+ .ui[class*="very compact"].table > thead > tr > th,
1308
+ .ui[class*="very compact"].table > tbody > tr > th,
1309
+ .ui[class*="very compact"].table > tfoot > tr > th {
1310
+ padding-left: @veryCompactHorizontalPadding;
1311
+ padding-right: @veryCompactHorizontalPadding;
1312
+ }
1313
+ .ui[class*="very compact"].table > tr > td,
1314
+ .ui[class*="very compact"].table > tbody > tr > td,
1315
+ .ui[class*="very compact"].table > tfoot > tr > td {
1316
+ padding: @veryCompactVerticalPadding @veryCompactHorizontalPadding;
1317
+ }
1305
1318
  }
1306
1319
  }
1307
1320