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