fomantic-ui 2.9.0-beta.26 → 2.9.0-beta.262
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.
- package/.all-contributorsrc +206 -3
- package/.github/workflows/ci.yml +4 -4
- package/.github/workflows/nightly.yml +4 -4
- package/.github/workflows/release.yml +30 -0
- package/CONTRIBUTORS.md +75 -37
- package/README.md +8 -8
- package/dist/components/accordion.css +162 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +34 -30
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +176 -134
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +10 -9
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +94 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +28 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +49 -13
- package/dist/components/dropdown.js +66 -39
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +10147 -8139
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +734 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +118 -55
- package/dist/components/form.js +38 -29
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +11 -8
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +3 -1
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +126 -47
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +742 -17
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +29 -5
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +41 -41
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +13 -1
- package/dist/components/modal.js +127 -49
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +2 -2
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +4 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +91 -7
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +4 -2
- package/dist/components/sidebar.js +8 -6
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +61 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +23 -5
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1168 -26
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +39 -1
- package/dist/components/toast.js +56 -28
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +21 -16
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +21916 -16238
- package/dist/semantic.js +433 -246
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/package.json +10 -9
- package/src/definitions/behaviors/api.js +33 -29
- package/src/definitions/behaviors/form.js +37 -28
- package/src/definitions/collections/form.less +204 -140
- package/src/definitions/collections/grid.less +716 -680
- package/src/definitions/collections/menu.less +173 -126
- package/src/definitions/collections/message.less +48 -46
- package/src/definitions/collections/table.less +849 -262
- package/src/definitions/elements/button.less +586 -449
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +44 -35
- package/src/definitions/elements/icon.less +38 -31
- package/src/definitions/elements/input.less +264 -22
- package/src/definitions/elements/label.less +92 -91
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/loader.less +30 -29
- package/src/definitions/elements/segment.less +147 -28
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +175 -24
- package/src/definitions/modules/calendar.js +9 -8
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +34 -178
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +65 -38
- package/src/definitions/modules/dropdown.less +145 -94
- package/src/definitions/modules/modal.js +126 -48
- package/src/definitions/modules/modal.less +12 -0
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +1 -1
- package/src/definitions/modules/progress.js +3 -0
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +7 -5
- package/src/definitions/modules/sidebar.less +33 -19
- package/src/definitions/modules/slider.less +39 -38
- package/src/definitions/modules/tab.js +22 -4
- package/src/definitions/modules/toast.js +55 -27
- package/src/definitions/modules/toast.less +48 -16
- package/src/definitions/modules/transition.js +20 -15
- package/src/definitions/views/card.less +402 -361
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +90 -88
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/emoji.overrides +1734 -1232
- package/src/themes/default/elements/flag.overrides +1641 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +75 -48
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +1 -1
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +139 -6
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +13 -0
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +1759 -1257
- package/src/themes/joypixels/elements/emoji.variables +1 -1
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/twitter/elements/emoji.overrides +1734 -1232
- package/tasks/build/css.js +6 -1
- package/tasks/config/project/install.js +11 -5
- package/tasks/install.js +1 -0
- package/test/helpers/sinon.js +2 -2
@@ -4,6 +4,9 @@
|
|
4
4
|
|
5
5
|
/* General */
|
6
6
|
@variationAllSizes: mini, tiny, small, large, big, huge, massive;
|
7
|
+
@variationAllColors: primary, secondary, red, orange, yellow, olive, green, teal, blue, violet, purple, pink, brown, grey, black;
|
8
|
+
@variationAllStates: error, info, success, warning;
|
9
|
+
@variationAllConsequences: positive, negative, error, info, success, warning;
|
7
10
|
|
8
11
|
/*******************************
|
9
12
|
Elements
|
@@ -12,10 +15,13 @@
|
|
12
15
|
/* Button */
|
13
16
|
@variationButtonDisabled: true;
|
14
17
|
@variationButtonAnimated: true;
|
18
|
+
@variationButtonAnimatedFade: true;
|
15
19
|
@variationButtonInverted: true;
|
16
20
|
@variationButtonSocial: true;
|
17
21
|
@variationButtonFloated: true;
|
18
22
|
@variationButtonCompact: true;
|
23
|
+
@variationButtonIcon: true;
|
24
|
+
@variationButtonLoading: true;
|
19
25
|
@variationButtonBasic: true;
|
20
26
|
@variationButtonTertiary: true;
|
21
27
|
@variationButtonLabeled: true;
|
@@ -24,18 +30,31 @@
|
|
24
30
|
@variationButtonOr: true;
|
25
31
|
@variationButtonAttached: true;
|
26
32
|
@variationButtonFluid: true;
|
33
|
+
@variationButtonEqualWidth: true;
|
34
|
+
@variationButtonVertical: true;
|
27
35
|
@variationButtonCircular: true;
|
28
36
|
@variationButtonGroups: true;
|
29
37
|
@variationButtonStackable: true;
|
38
|
+
@variationButtonWrapping: true;
|
39
|
+
@variationButtonWrapped: true;
|
40
|
+
@variationButtonSpaced: true;
|
30
41
|
@variationButtonSizes: @variationAllSizes;
|
42
|
+
@variationButtonColors: @variationAllColors;
|
31
43
|
|
32
44
|
/* Container */
|
33
45
|
@variationContainerGrid: true;
|
34
46
|
@variationContainerRelaxed: true;
|
47
|
+
@variationContainerVeryRelaxed: true;
|
35
48
|
@variationContainerText: true;
|
49
|
+
@variationContainerWide: true;
|
36
50
|
@variationContainerFluid: true;
|
37
51
|
@variationContainerAligned: true;
|
38
52
|
@variationContainerJustified: true;
|
53
|
+
@variationContainerScrolling: true;
|
54
|
+
@variationContainerScrollingShort: true;
|
55
|
+
@variationContainerScrollingVeryShort: true;
|
56
|
+
@variationContainerScrollingLong: true;
|
57
|
+
@variationContainerScrollingVeryLong: true;
|
39
58
|
|
40
59
|
/* Divider */
|
41
60
|
@variationDividerInverted: true;
|
@@ -47,6 +66,7 @@
|
|
47
66
|
@variationDividerClearing: true;
|
48
67
|
@variationDividerSection: true;
|
49
68
|
@variationDividerSizes: @variationAllSizes;
|
69
|
+
@variationDividerColors: @variationAllColors;
|
50
70
|
|
51
71
|
/* Header */
|
52
72
|
@variationHeaderDisabled: true;
|
@@ -62,8 +82,15 @@
|
|
62
82
|
@variationHeaderAttached: true;
|
63
83
|
@variationHeaderTags: h1, h2, h3, h4, h5, h6;
|
64
84
|
@variationHeaderSizes: @variationAllSizes;
|
85
|
+
@variationHeaderColors: @variationAllColors;
|
65
86
|
|
66
87
|
/* Icon */
|
88
|
+
@variationIconDeprecated: true;
|
89
|
+
@variationIconSolid: true;
|
90
|
+
@variationIconAliases: true;
|
91
|
+
@variationIconOutline: true;
|
92
|
+
@variationIconBrand: true;
|
93
|
+
@variationIconThin: true; /* Font Awesome Pro only */
|
67
94
|
@variationIconDisabled: true;
|
68
95
|
@variationIconInverted: true;
|
69
96
|
@variationIconLoading: true;
|
@@ -77,6 +104,7 @@
|
|
77
104
|
@variationIconCorner: true;
|
78
105
|
@variationIconGroups: true;
|
79
106
|
@variationIconSizes: @variationAllSizes;
|
107
|
+
@variationIconColors: @variationAllColors;
|
80
108
|
|
81
109
|
/* Image */
|
82
110
|
@variationImageDisabled: true;
|
@@ -96,7 +124,7 @@
|
|
96
124
|
/* Input */
|
97
125
|
@variationInputDisabled: true;
|
98
126
|
@variationInputInverted: true;
|
99
|
-
@variationInputStates:
|
127
|
+
@variationInputStates: @variationAllStates;
|
100
128
|
@variationInputTransparent: true;
|
101
129
|
@variationInputCorner: true;
|
102
130
|
@variationInputLoading: true;
|
@@ -104,6 +132,8 @@
|
|
104
132
|
@variationInputLabeled: true;
|
105
133
|
@variationInputAction: true;
|
106
134
|
@variationInputFluid: true;
|
135
|
+
@variationInputFile: true;
|
136
|
+
@variationInputColors: @variationAllColors;
|
107
137
|
@variationInputSizes: @variationAllSizes;
|
108
138
|
|
109
139
|
/* Label */
|
@@ -120,6 +150,7 @@
|
|
120
150
|
@variationLabelAttached: true;
|
121
151
|
@variationLabelFluid: true;
|
122
152
|
@variationLabelSizes: @variationAllSizes;
|
153
|
+
@variationLabelColors: @variationAllColors;
|
123
154
|
|
124
155
|
/* List */
|
125
156
|
@variationListInverted: true;
|
@@ -139,6 +170,9 @@
|
|
139
170
|
@variationListDivided: true;
|
140
171
|
@variationListCelled: true;
|
141
172
|
@variationListRelaxed: true;
|
173
|
+
@variationListVeryRelaxed: true;
|
174
|
+
@variationListHeader: true;
|
175
|
+
@variationListDescription: true;
|
142
176
|
@variationListSizes: @variationAllSizes;
|
143
177
|
|
144
178
|
/* Loader */
|
@@ -148,6 +182,7 @@
|
|
148
182
|
@variationLoaderInline: true;
|
149
183
|
@variationLoaderElastic: true;
|
150
184
|
@variationLoaderSizes: @variationAllSizes;
|
185
|
+
@variationLoaderColors: @variationAllColors;
|
151
186
|
|
152
187
|
/* Placeholder */
|
153
188
|
@variationPlaceholderInverted: true;
|
@@ -181,6 +216,7 @@
|
|
181
216
|
@variationSegmentPiled: true;
|
182
217
|
@variationSegmentStacked: true;
|
183
218
|
@variationSegmentPadded: true;
|
219
|
+
@variationSegmentVeryPadded: true;
|
184
220
|
@variationSegmentCircular: true;
|
185
221
|
@variationSegmentCompact: true;
|
186
222
|
@variationSegmentRaised: true;
|
@@ -194,7 +230,13 @@
|
|
194
230
|
@variationSegmentTertiary: true;
|
195
231
|
@variationSegmentAttached: true;
|
196
232
|
@variationSegmentFitted: true;
|
233
|
+
@variationSegmentScrolling: true;
|
234
|
+
@variationSegmentScrollingShort: true;
|
235
|
+
@variationSegmentScrollingVeryShort: true;
|
236
|
+
@variationSegmentScrollingLong: true;
|
237
|
+
@variationSegmentScrollingVeryLong: true;
|
197
238
|
@variationSegmentSizes: @variationAllSizes;
|
239
|
+
@variationSegmentColors: @variationAllColors;
|
198
240
|
|
199
241
|
/* Step */
|
200
242
|
@variationStepInverted: true;
|
@@ -204,13 +246,15 @@
|
|
204
246
|
@variationStepOrdered: true;
|
205
247
|
@variationStepFluid: true;
|
206
248
|
@variationStepAttached: true;
|
249
|
+
@variationStepEqualWidth: true;
|
207
250
|
@variationStepSizes: @variationAllSizes;
|
208
251
|
|
209
252
|
/* Text */
|
210
253
|
@variationTextInverted: true;
|
211
254
|
@variationTextDisabled: true;
|
212
|
-
@variationTextStates:
|
255
|
+
@variationTextStates: @variationAllStates;
|
213
256
|
@variationTextSizes: @variationAllSizes;
|
257
|
+
@variationTextColors: @variationAllColors;
|
214
258
|
|
215
259
|
|
216
260
|
/*******************************
|
@@ -226,10 +270,12 @@
|
|
226
270
|
@variationFormDisabled: true;
|
227
271
|
@variationFormTransparent: true;
|
228
272
|
@variationFormLoading: true;
|
229
|
-
@variationFormStates:
|
273
|
+
@variationFormStates: @variationAllStates;
|
230
274
|
@variationFormRequired: true;
|
231
275
|
@variationFormInline: true;
|
232
276
|
@variationFormGrouped: true;
|
277
|
+
@variationFormEqualWidth: true;
|
278
|
+
@variationFormWide: true;
|
233
279
|
@variationFormSizes: @variationAllSizes;
|
234
280
|
|
235
281
|
/* Grid */
|
@@ -238,9 +284,11 @@
|
|
238
284
|
@variationGridCelled: true;
|
239
285
|
@variationGridCentered: true;
|
240
286
|
@variationGridRelaxed: true;
|
287
|
+
@variationGridVeryRelaxed: true;
|
241
288
|
@variationGridPadded: true;
|
242
289
|
@variationGridFloated: true;
|
243
290
|
@variationGridDivided: true;
|
291
|
+
@variationGridVertical: true;
|
244
292
|
@variationGridAligned: true;
|
245
293
|
@variationGridStretched: true;
|
246
294
|
@variationGridJustified: true;
|
@@ -248,6 +296,10 @@
|
|
248
296
|
@variationGridDoubling: true;
|
249
297
|
@variationGridStackable: true;
|
250
298
|
@variationGridCompact: true;
|
299
|
+
@variationGridVeryCompact: true;
|
300
|
+
@variationGridWide: true;
|
301
|
+
@variationGridEqualWidth: true;
|
302
|
+
@variationGridColors: @variationAllColors;
|
251
303
|
|
252
304
|
/* Menu */
|
253
305
|
@variationMenuInverted: true;
|
@@ -261,12 +313,16 @@
|
|
261
313
|
@variationMenuLabeled: true;
|
262
314
|
@variationMenuStackable: true;
|
263
315
|
@variationMenuFloated: true;
|
316
|
+
@variationMenuCentered: true;
|
264
317
|
@variationMenuFitted: true;
|
265
318
|
@variationMenuBorderless: true;
|
266
319
|
@variationMenuCompact: true;
|
267
320
|
@variationMenuFixed: true;
|
268
321
|
@variationMenuAttached: true;
|
322
|
+
@variationMenuIcon: true;
|
323
|
+
@variationMenuEqualWidth: true;
|
269
324
|
@variationMenuSizes: @variationAllSizes;
|
325
|
+
@variationMenuColors: @variationAllColors;
|
270
326
|
|
271
327
|
/* Message */
|
272
328
|
@variationMessageInverted: true;
|
@@ -274,10 +330,11 @@
|
|
274
330
|
@variationMessageAttached: true;
|
275
331
|
@variationMessageIcon: true;
|
276
332
|
@variationMessageFloating: true;
|
277
|
-
@variationMessageConsequences:
|
333
|
+
@variationMessageConsequences: @variationAllConsequences;
|
278
334
|
@variationMessageCentered: true;
|
279
335
|
@variationMessageRightAligned: true;
|
280
336
|
@variationMessageSizes: @variationAllSizes;
|
337
|
+
@variationMessageColors: @variationAllColors;
|
281
338
|
|
282
339
|
/* Table */
|
283
340
|
@variationTableInverted: true;
|
@@ -298,11 +355,32 @@
|
|
298
355
|
@variationTableSortable: true;
|
299
356
|
@variationTableCollapsing: true;
|
300
357
|
@variationTableBasic: true;
|
358
|
+
@variationTableVeryBasic: true;
|
301
359
|
@variationTableCelled: true;
|
302
360
|
@variationTablePadded: true;
|
361
|
+
@variationTableVeryPadded: true;
|
303
362
|
@variationTableCompact: true;
|
363
|
+
@variationTableVeryCompact: true;
|
304
364
|
@variationTableMarked: true;
|
365
|
+
@variationTableEqualWidth: true;
|
366
|
+
@variationTableWide: true;
|
367
|
+
@variationTableScrolling: true;
|
368
|
+
@variationTableScrollingShort: true;
|
369
|
+
@variationTableScrollingVeryShort: true;
|
370
|
+
@variationTableScrollingLong: true;
|
371
|
+
@variationTableScrollingVeryLong: true;
|
372
|
+
@variationTableStuck: true;
|
373
|
+
@variationTableStuckHead: true;
|
374
|
+
@variationTableStuckFoot: true;
|
375
|
+
@variationTableStuckFirst: true;
|
376
|
+
@variationTableStuckLast: true;
|
377
|
+
@variationTableOverflowing: true;
|
378
|
+
@variationTableOverflowingShort: true;
|
379
|
+
@variationTableOverflowingVeryShort: true;
|
380
|
+
@variationTableOverflowingLong: true;
|
381
|
+
@variationTableOverflowingVeryLong: true;
|
305
382
|
@variationTableSizes: @variationAllSizes;
|
383
|
+
@variationTableColors: @variationAllColors;
|
306
384
|
|
307
385
|
|
308
386
|
/*******************************
|
@@ -334,22 +412,55 @@
|
|
334
412
|
@variationCardLink: true;
|
335
413
|
@variationCardDoubling: true;
|
336
414
|
@variationCardStackable: true;
|
415
|
+
@variationCardFloated: true;
|
416
|
+
@variationCardAligned: true;
|
417
|
+
@variationCardImage: true;
|
418
|
+
@variationCardHeader: true;
|
419
|
+
@variationCardDescription: true;
|
420
|
+
@variationCardMeta: true;
|
421
|
+
@variationCardExtra: true;
|
422
|
+
@variationCardButton: true;
|
423
|
+
@variationCardStar: true;
|
424
|
+
@variationCardLike: true;
|
425
|
+
@variationCardEqualWidth: true;
|
337
426
|
@variationCardSizes: @variationAllSizes;
|
427
|
+
@variationCardColors: @variationAllColors;
|
338
428
|
|
339
429
|
/* Comment */
|
340
430
|
@variationCommentInverted: true;
|
341
431
|
@variationCommentThreaded: true;
|
342
432
|
@variationCommentMinimal: true;
|
433
|
+
@variationCommentAvatar: true;
|
434
|
+
@variationCommentAuthor: true;
|
435
|
+
@variationCommentMeta: true;
|
436
|
+
@variationCommentActions: true;
|
437
|
+
@variationCommentReply: true;
|
343
438
|
@variationCommentSizes: @variationAllSizes;
|
439
|
+
@variationCommentColors: @variationAllColors;
|
344
440
|
|
345
441
|
/* Feed */
|
346
442
|
@variationFeedInverted: true;
|
443
|
+
@variationFeedMeta: true;
|
444
|
+
@variationFeedSummary: true;
|
445
|
+
@variationFeedUser: true;
|
446
|
+
@variationFeedExtra: true;
|
447
|
+
@variationFeedDate: true;
|
448
|
+
@variationFeedLike: true;
|
347
449
|
@variationFeedSizes: @variationAllSizes;
|
348
450
|
|
349
451
|
/* Item */
|
350
452
|
@variationItemInverted: true;
|
453
|
+
@variationItemImage: true;
|
454
|
+
@variationItemHeader: true;
|
455
|
+
@variationItemDescription: true;
|
456
|
+
@variationItemMeta: true;
|
457
|
+
@variationItemExtra: true;
|
458
|
+
@variationItemFavorite: true;
|
459
|
+
@variationItemLike: true;
|
460
|
+
@variationItemFloated: true;
|
351
461
|
@variationItemAligned: true;
|
352
462
|
@variationItemRelaxed: true;
|
463
|
+
@variationItemVeryRelaxed: true;
|
353
464
|
@variationItemDivided: true;
|
354
465
|
@variationItemLink: true;
|
355
466
|
@variationItemUnstackable: true;
|
@@ -360,7 +471,9 @@
|
|
360
471
|
@variationStatisticStackable: true;
|
361
472
|
@variationStatisticFloated: true;
|
362
473
|
@variationStatisticHorizontal: true;
|
474
|
+
@variationStatisticEqualWidth: true;
|
363
475
|
@variationStatisticSizes: @variationAllSizes;
|
476
|
+
@variationStatisticColors: @variationAllColors;
|
364
477
|
|
365
478
|
|
366
479
|
/*******************************
|
@@ -370,14 +483,19 @@
|
|
370
483
|
/* Accordion */
|
371
484
|
@variationAccordionInverted: true;
|
372
485
|
@variationAccordionStyled: true;
|
486
|
+
@variationAccordionBasicStyled: true;
|
373
487
|
@variationAccordionFluid: true;
|
488
|
+
@variationAccordionCompact: true;
|
489
|
+
@variationAccordionVeryCompact: true;
|
490
|
+
@variationAccordionRightDropdown: true;
|
491
|
+
@variationAccordionTree: true;
|
374
492
|
|
375
493
|
/* Calendar */
|
376
494
|
@variationCalendarInverted: true;
|
377
495
|
@variationCalendarDisabled: true;
|
496
|
+
@variationCalendarMultiMonth: true;
|
378
497
|
|
379
498
|
/* Checkbox */
|
380
|
-
@variationCheckboxBox: false; //.box (instead of label) is an ancient fragment of sui v1 and not even documented in v2.x anymore
|
381
499
|
@variationCheckboxDisabled: true;
|
382
500
|
@variationCheckboxReadonly: true;
|
383
501
|
@variationCheckboxInverted: true;
|
@@ -388,6 +506,7 @@
|
|
388
506
|
@variationCheckboxFitted: true;
|
389
507
|
@variationCheckboxRightAligned: true;
|
390
508
|
@variationCheckboxSizes: @variationAllSizes;
|
509
|
+
@variationCheckboxColors: @variationAllColors;
|
391
510
|
|
392
511
|
/* Dimmer */
|
393
512
|
@variationDimmerInverted: true;
|
@@ -414,7 +533,7 @@
|
|
414
533
|
@variationDropdownMultiple: true;
|
415
534
|
@variationDropdownInline: true;
|
416
535
|
@variationDropdownLoading: true;
|
417
|
-
@variationDropdownStates:
|
536
|
+
@variationDropdownStates: @variationAllStates;
|
418
537
|
@variationDropdownClear: true;
|
419
538
|
@variationDropdownLeft: true;
|
420
539
|
@variationDropdownUpward: true;
|
@@ -423,6 +542,7 @@
|
|
423
542
|
@variationDropdownFluid: true;
|
424
543
|
@variationDropdownFloating: true;
|
425
544
|
@variationDropdownPointing: true;
|
545
|
+
@variationDropdownColumnar: true;
|
426
546
|
@variationDropdownScrollhint: true;
|
427
547
|
@variationDropdownSizes: @variationAllSizes;
|
428
548
|
|
@@ -447,6 +567,7 @@
|
|
447
567
|
@variationNagFixed: true;
|
448
568
|
@variationNagGroups: true;
|
449
569
|
@variationNagSizes: @variationAllSizes;
|
570
|
+
@variationNagColors: @variationAllColors;
|
450
571
|
|
451
572
|
/* Popup */
|
452
573
|
@variationPopupInverted: true;
|
@@ -464,6 +585,7 @@
|
|
464
585
|
@variationPopupFlowing: true;
|
465
586
|
@variationPopupFixed: true;
|
466
587
|
@variationPopupSizes: @variationAllSizes;
|
588
|
+
@variationPopupColors: @variationAllColors;
|
467
589
|
|
468
590
|
/* Progress */
|
469
591
|
@variationProgressInverted: true;
|
@@ -482,11 +604,13 @@
|
|
482
604
|
@variationProgressSpeeds: true;
|
483
605
|
@variationProgressRightAligned: true;
|
484
606
|
@variationProgressSizes: @variationAllSizes;
|
607
|
+
@variationProgressColors: @variationAllColors;
|
485
608
|
|
486
609
|
/* Rating */
|
487
610
|
@variationRatingDisabled: true;
|
488
611
|
@variationRatingPartial: true;
|
489
612
|
@variationRatingSizes: @variationAllSizes;
|
613
|
+
@variationRatingColors: @variationAllColors;
|
490
614
|
|
491
615
|
/* Search */
|
492
616
|
@variationSearchDisabled: true;
|
@@ -496,7 +620,9 @@
|
|
496
620
|
@variationSearchAligned: true;
|
497
621
|
@variationSearchFluid: true;
|
498
622
|
@variationSearchShort: true;
|
623
|
+
@variationSearchVeryShort: true;
|
499
624
|
@variationSearchLong: true;
|
625
|
+
@variationSearchVeryLong: true;
|
500
626
|
@variationSearchScrolling: true;
|
501
627
|
@variationSearchSizes: @variationAllSizes;
|
502
628
|
|
@@ -507,7 +633,9 @@
|
|
507
633
|
|
508
634
|
/* Sidebar */
|
509
635
|
@variationSidebarThin: true;
|
636
|
+
@variationSidebarVeryThin: true;
|
510
637
|
@variationSidebarWide: true;
|
638
|
+
@variationSidebarVeryWide: true;
|
511
639
|
@variationSidebarTop: true;
|
512
640
|
@variationSidebarBottom: true;
|
513
641
|
@variationSidebarLeft: true;
|
@@ -528,6 +656,7 @@
|
|
528
656
|
@variationSliderVertical: true;
|
529
657
|
@variationSliderBasic: true;
|
530
658
|
@variationSliderSizes: small, large, big;
|
659
|
+
@variationSliderColors: @variationAllColors;
|
531
660
|
|
532
661
|
/* Tab */
|
533
662
|
@variationTabLoading: true;
|
@@ -557,6 +686,7 @@
|
|
557
686
|
@variationToastAttached: true;
|
558
687
|
@variationToastCompact: true;
|
559
688
|
@variationToastCentered: true;
|
689
|
+
@variationToastColors: @variationAllColors;
|
560
690
|
|
561
691
|
/* Transition */
|
562
692
|
@variationTransitionDisabled: true;
|
@@ -581,3 +711,6 @@
|
|
581
711
|
/* Emojis */
|
582
712
|
@variationEmojiColons: true;
|
583
713
|
@variationEmojiNoColons: true;
|
714
|
+
@variationEmojiDisabled: true;
|
715
|
+
@variationEmojiLoading: true;
|
716
|
+
@variationEmojiLink: true;
|
@@ -9,6 +9,7 @@
|
|
9
9
|
@titlePadding: 0.5em 0;
|
10
10
|
@titleFontSize: 1em;
|
11
11
|
@titleColor: @textColor;
|
12
|
+
@titleLineHeight: 1;
|
12
13
|
|
13
14
|
/* Icon */
|
14
15
|
@iconOpacity: 1;
|
@@ -25,6 +26,7 @@
|
|
25
26
|
;
|
26
27
|
@iconVerticalAlign: baseline;
|
27
28
|
@iconTransform: none;
|
29
|
+
@iconTransformRight: @menuIconTransform;
|
28
30
|
|
29
31
|
/* Child Accordion */
|
30
32
|
@childAccordionMargin: 1em 0 0;
|
@@ -40,7 +42,7 @@
|
|
40
42
|
|
41
43
|
@menuTitlePadding: 0;
|
42
44
|
@menuIconFloat: right;
|
43
|
-
@menuIconMargin: @
|
45
|
+
@menuIconMargin: @iconMargin;
|
44
46
|
@menuIconTransform: rotate(180deg);
|
45
47
|
|
46
48
|
|
@@ -97,4 +99,49 @@
|
|
97
99
|
|
98
100
|
/* Inverted */
|
99
101
|
@invertedTitleColor: @invertedTextColor;
|
100
|
-
|
102
|
+
@invertedStyledTitleColor: @invertedUnselectedTextColor;
|
103
|
+
@invertedStyledBackground: @black;
|
104
|
+
@invertedStyledTitleBorder: 1px solid @whiteBorderColor;
|
105
|
+
@invertedStyledBoxShadow:
|
106
|
+
@subtleShadow,
|
107
|
+
0 0 0 1px @whiteBorderColor
|
108
|
+
;
|
109
|
+
@invertedStyledTitleHoverBackground: transparent;
|
110
|
+
@invertedStyledTitleHoverColor: @invertedTextColor;
|
111
|
+
@invertedStyledActiveTitleBackground: transparent;
|
112
|
+
@invertedStyledActiveTitleColor: @invertedSelectedTextColor;
|
113
|
+
|
114
|
+
@invertedStyledHoverChildTitleBackground: @invertedStyledTitleHoverBackground;
|
115
|
+
@invertedStyledHoverChildTitleColor: @invertedStyledTitleHoverColor;
|
116
|
+
@invertedStyledActiveChildTitleBackground: @invertedStyledActiveTitleBackground;
|
117
|
+
@invertedStyledActiveChildTitleColor: @invertedStyledActiveTitleColor;
|
118
|
+
|
119
|
+
/* Compact */
|
120
|
+
@titlePaddingCompact: 0.25em 0;
|
121
|
+
@contentPaddingCompact: 0.25em 0 0.5em;
|
122
|
+
|
123
|
+
/* Very Compact */
|
124
|
+
@titlePaddingVeryCompact: 0.125em 0;
|
125
|
+
@contentPaddingVeryCompact: 0.125em 0 0.25em;
|
126
|
+
|
127
|
+
/* Styled Compact */
|
128
|
+
@styledTitlePaddingCompact: 0.375em 0.5em;
|
129
|
+
@styledContentPaddingCompact: 0.25em 0.5em 0.75em;
|
130
|
+
|
131
|
+
/* Styled Very Compact */
|
132
|
+
@styledTitlePaddingVeryCompact: 0.1875em 0.25em;
|
133
|
+
@styledContentPaddingVeryCompact: 0.125em 0.25em 0.375em;
|
134
|
+
|
135
|
+
/* Basic Styled */
|
136
|
+
@basicStyledTitleColor: @mutedTextColor;
|
137
|
+
@basicStyledTitleHoverColor: @textColor;
|
138
|
+
@basicStyledActiveTitleColor: @selectedTextColor;
|
139
|
+
|
140
|
+
@invertedBasicStyledTitleColor: @invertedMutedTextColor;
|
141
|
+
@invertedBasicStyledTitleHoverColor: @invertedTextColor;
|
142
|
+
@invertedBasicStyledActiveTitleColor: @invertedSelectedTextColor;
|
143
|
+
|
144
|
+
/* Tree */
|
145
|
+
@treeContentPadding: 0;
|
146
|
+
@treeContentTopMargin: 0;
|
147
|
+
@treeContentLeftMargin: 1.7em;
|
@@ -149,7 +149,7 @@
|
|
149
149
|
/* Toggle */
|
150
150
|
@toggleLaneWidth: 3.5rem;
|
151
151
|
@toggleHandleSize: 1.5rem;
|
152
|
-
@toggleTransitionDuration: 0.
|
152
|
+
@toggleTransitionDuration: 0.3s;
|
153
153
|
|
154
154
|
@toggleWidth: @toggleLaneWidth;
|
155
155
|
@toggleHeight: @toggleHandleSize;
|
@@ -157,12 +157,12 @@
|
|
157
157
|
@toggleHandleRadius: @circularRadius;
|
158
158
|
@toggleHandleOffset: 0;
|
159
159
|
@toggleHandleTransition:
|
160
|
-
background @
|
161
|
-
left @
|
160
|
+
background @toggleTransitionDuration @defaultEasing,
|
161
|
+
left @toggleTransitionDuration @defaultEasing
|
162
162
|
;
|
163
163
|
@toggleHandleTransitionRightAligned:
|
164
|
-
background @
|
165
|
-
right @
|
164
|
+
background @toggleTransitionDuration @defaultEasing,
|
165
|
+
right @toggleTransitionDuration @defaultEasing
|
166
166
|
;
|
167
167
|
|
168
168
|
@toggleLaneBackground: @transparentBlack;
|
@@ -345,7 +345,7 @@
|
|
345
345
|
@upwardSelectionVisibleBorderRadius: @selectionVisibleConnectingBorder @selectionVisibleConnectingBorder @borderRadius @borderRadius;
|
346
346
|
@upwardMenuBoxShadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
347
347
|
@upwardSelectionMenuBoxShadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
|
348
|
-
@
|
348
|
+
@upwardSelectionMenuBorderRadius: @borderRadius @borderRadius 0 0;
|
349
349
|
@upwardSelectionHoverBoxShadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
|
350
350
|
@upwardSelectionVisibleBoxShadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
351
351
|
@upwardSelectionActiveHoverBoxShadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
|
@@ -362,6 +362,9 @@
|
|
362
362
|
/* Simple */
|
363
363
|
@simpleTransitionDuration: @defaultDuration;
|
364
364
|
@simpleTransition: opacity @simpleTransitionDuration @defaultEasing;
|
365
|
+
@simpleUpwardMenuMargin: 1.5em;
|
366
|
+
@simpleUpwardSelectionMenuMargin: 2.5em;
|
367
|
+
@simpleUpwardItemMenuMargin: 2.8em;
|
365
368
|
|
366
369
|
/* Floating */
|
367
370
|
@floatingMenuDistance: 0.5em;
|
@@ -452,15 +455,6 @@
|
|
452
455
|
@invertedInputHighlightColor: @invertedMutedTextColor;
|
453
456
|
|
454
457
|
/* Multiple */
|
455
|
-
/*@invertedLabelBackgroundColor: rgba(255, 255, 255, 0.06);
|
456
|
-
@invertedLabelBackgroundImage: none;
|
457
|
-
@invertedLabelColor: rgba(255, 255, 255, 0.6);
|
458
|
-
@invertedLabelBoxShadow: 0 0 0 @labelBorderWidth rgba(255, 255, 255, 0.16) inset;
|
459
|
-
|
460
|
-
@invertedLabelHoverBackgroundColor: rgba(255, 255, 255, 0.12);
|
461
|
-
@invertedLabelHoverBackgroundImage: none;
|
462
|
-
@invertedLabelHoverTextColor: rgba(255, 255, 255, 0.7);*/
|
463
|
-
|
464
458
|
@invertedLabelBackgroundColor: rgba(255, 255, 255, 0.7);
|
465
459
|
@invertedLabelBackgroundImage: none;
|
466
460
|
@invertedLabelColor: rgba(0, 0, 0, 1);
|
@@ -14,6 +14,7 @@
|
|
14
14
|
|
15
15
|
/* Close Icon */
|
16
16
|
@closeOpacity: 0.8;
|
17
|
+
@closeOpacityDimmed: 0.1;
|
17
18
|
@closeSize: 1.25em;
|
18
19
|
@closeColor: @white;
|
19
20
|
|
@@ -23,6 +24,12 @@
|
|
23
24
|
@closePadding: @closeHitBoxOffset 0 0 0;
|
24
25
|
@closeTop: -(@closeDistance + @closeHitbox);
|
25
26
|
@closeRight: -(@closeDistance + @closeHitbox);
|
27
|
+
@closeShadow:
|
28
|
+
-1px -1px 2px rgba(0, 0, 0, 0.3),
|
29
|
+
1px -1px 2px rgba(0, 0, 0, 0.3),
|
30
|
+
-1px 2px 2px rgba(0, 0, 0, 0.3),
|
31
|
+
1px 2px 2px rgba(0, 0, 0, 0.3)
|
32
|
+
;
|
26
33
|
|
27
34
|
/* Header */
|
28
35
|
@headerMargin: 0;
|
@@ -249,3 +256,9 @@
|
|
249
256
|
@invertedActionBorder: 1px solid rgba(34, 36, 38, 0.85);
|
250
257
|
@invertedActionColor: @white;
|
251
258
|
@invertedDimmerCloseColor: rgba(0,0,0,.85);
|
259
|
+
@invertedCloseShadow:
|
260
|
+
-1px -1px 2px rgba(255, 255, 255, 0.3),
|
261
|
+
1px -1px 2px rgba(255, 255, 255, 0.3),
|
262
|
+
-1px 2px 2px rgba(255, 255, 255, 0.3),
|
263
|
+
1px 2px 2px rgba(255, 255, 255, 0.3)
|
264
|
+
;
|
@@ -58,6 +58,9 @@
|
|
58
58
|
@toastIconCenteredAdjustment: 1.2em;
|
59
59
|
@toastImageCenteredAdjustment: 2em;
|
60
60
|
|
61
|
+
@toastImageMiniImageAdjustment: e(%("calc(%d + %d)", @inputVerticalPadding, @toastMiniImageHeight));
|
62
|
+
@toastImageMiniImagePadding: 4.4em;
|
63
|
+
|
61
64
|
/* Progressbar Colors */
|
62
65
|
@toastInfoProgressColor: darken(@toastInfoColor,15);
|
63
66
|
@toastWarningProgressColor: darken(@toastWarningColor,15);
|