fomantic-ui 2.9.1-beta.8 → 2.9.1
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/.eslint/eqeqeq-rule.js +18 -0
- package/.eslint/index.js +29 -0
- package/.eslint/no-extra-parens-rule.js +17 -0
- package/.eslint/package.json +11 -0
- package/.eslintrc.js +123 -0
- package/.github/auto_assign.yml +0 -1
- package/.github/workflows/ci.yml +37 -4
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +48 -0
- package/CHANGELOG.md +112 -0
- package/README.md +1 -1
- package/dist/components/accordion.css +35 -53
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +34 -45
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +1157 -1179
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +5 -5
- package/dist/components/breadcrumb.min.css +2 -2
- package/dist/components/button.css +709 -1111
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +24 -27
- package/dist/components/calendar.js +1934 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +219 -365
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +120 -191
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +41 -59
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +7 -6
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +53 -172
- package/dist/components/dimmer.js +706 -737
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +43 -61
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +252 -386
- package/dist/components/dropdown.js +4195 -4236
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +18 -29
- package/dist/components/embed.js +645 -675
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +3556 -3556
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +35 -57
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +270 -268
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +95 -141
- package/dist/components/flyout.js +1514 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +3 -3
- package/dist/components/form.css +244 -339
- package/dist/components/form.js +2022 -2004
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +183 -329
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +118 -142
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +662 -745
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +39 -63
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +356 -274
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +84 -131
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +359 -410
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +49 -70
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +67 -155
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +270 -431
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +125 -197
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +120 -154
- package/dist/components/modal.js +1544 -1486
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +53 -63
- package/dist/components/nag.js +520 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +22 -42
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +424 -202
- package/dist/components/popup.js +1456 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +106 -211
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +80 -121
- package/dist/components/rating.js +507 -523
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +8 -13
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +44 -83
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +69 -98
- package/dist/components/search.js +1520 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +148 -224
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +14 -30
- package/dist/components/shape.js +783 -810
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +103 -206
- package/dist/components/sidebar.js +1061 -1099
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +28 -41
- package/dist/components/site.js +436 -476
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +93 -121
- package/dist/components/slider.js +1310 -1311
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +638 -657
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +75 -116
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +77 -150
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +847 -901
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +10 -14
- package/dist/components/tab.js +902 -966
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +547 -774
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +32 -32
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +69 -147
- package/dist/components/toast.js +910 -884
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +299 -1356
- package/dist/components/transition.js +1048 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1213 -1245
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +9344 -12298
- package/dist/semantic.js +29181 -29423
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/examples/.eslintrc.js +6 -0
- package/examples/assets/library/jquery.min.js +2 -4
- package/examples/assets/show-examples.js +13 -13
- package/examples/attached.html +1 -1
- package/examples/bootstrap.html +1 -1
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +6 -6
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/sticky-context.html +2 -2
- package/examples/components/table.html +1 -1
- package/examples/fixed.html +3 -3
- package/examples/grid.html +5 -5
- package/examples/homepage.html +1 -1
- package/examples/login.html +2 -2
- package/examples/responsive.html +2 -2
- package/examples/sticky.html +4 -4
- package/examples/theming.html +1 -1
- package/gulpfile.js +13 -11
- package/package.json +17 -8
- package/scripts/nightly-version.js +83 -75
- package/src/_site/collections/menu.overrides +1 -1
- package/src/_site/elements/flag.variables +2 -2
- package/src/_site/globals/site.variables +1 -1
- package/src/_site/modules/embed.variables +3 -0
- package/src/definitions/behaviors/api.js +1158 -1180
- package/src/definitions/behaviors/form.js +2021 -2003
- package/src/definitions/behaviors/state.js +644 -663
- package/src/definitions/behaviors/visibility.js +1212 -1244
- package/src/definitions/collections/breadcrumb.less +43 -47
- package/src/definitions/collections/form.less +866 -884
- package/src/definitions/collections/grid.less +1681 -1699
- package/src/definitions/collections/menu.less +1522 -1544
- package/src/definitions/collections/message.less +294 -298
- package/src/definitions/collections/table.less +1657 -1661
- package/src/definitions/elements/button.less +1716 -1750
- package/src/definitions/elements/container.less +211 -211
- package/src/definitions/elements/divider.less +198 -211
- package/src/definitions/elements/emoji.less +41 -48
- package/src/definitions/elements/flag.less +46 -48
- package/src/definitions/elements/header.less +351 -359
- package/src/definitions/elements/icon.less +541 -484
- package/src/definitions/elements/image.less +216 -227
- package/src/definitions/elements/input.less +692 -699
- package/src/definitions/elements/label.less +784 -806
- package/src/definitions/elements/list.less +810 -814
- package/src/definitions/elements/loader.less +273 -268
- package/src/definitions/elements/placeholder.less +173 -170
- package/src/definitions/elements/rail.less +93 -93
- package/src/definitions/elements/reveal.less +192 -198
- package/src/definitions/elements/segment.less +742 -749
- package/src/definitions/elements/step.less +423 -437
- package/src/definitions/elements/text.less +34 -36
- package/src/definitions/globals/reset.less +11 -8
- package/src/definitions/globals/site.js +435 -475
- package/src/definitions/globals/site.less +108 -110
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +244 -248
- package/src/definitions/modules/calendar.js +1933 -1808
- package/src/definitions/modules/calendar.less +100 -97
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +531 -552
- package/src/definitions/modules/dimmer.js +705 -736
- package/src/definitions/modules/dimmer.less +294 -305
- package/src/definitions/modules/dropdown.js +4194 -4235
- package/src/definitions/modules/dropdown.less +1568 -1598
- package/src/definitions/modules/embed.js +644 -674
- package/src/definitions/modules/embed.less +82 -84
- package/src/definitions/modules/flyout.js +1513 -1464
- package/src/definitions/modules/flyout.less +453 -455
- package/src/definitions/modules/modal.js +1543 -1485
- package/src/definitions/modules/modal.less +459 -467
- package/src/definitions/modules/nag.js +519 -525
- package/src/definitions/modules/nag.less +136 -149
- package/src/definitions/modules/popup.js +1455 -1455
- package/src/definitions/modules/popup.less +738 -693
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +523 -499
- package/src/definitions/modules/rating.js +506 -522
- package/src/definitions/modules/rating.less +98 -103
- package/src/definitions/modules/search.js +1519 -1533
- package/src/definitions/modules/search.less +374 -394
- package/src/definitions/modules/shape.js +782 -809
- package/src/definitions/modules/shape.less +70 -79
- package/src/definitions/modules/sidebar.js +1060 -1098
- package/src/definitions/modules/sidebar.less +463 -476
- package/src/definitions/modules/slider.js +1309 -1310
- package/src/definitions/modules/slider.less +309 -310
- package/src/definitions/modules/sticky.js +863 -917
- package/src/definitions/modules/sticky.less +17 -25
- package/src/definitions/modules/tab.js +901 -965
- package/src/definitions/modules/tab.less +48 -54
- package/src/definitions/modules/toast.js +909 -883
- package/src/definitions/modules/toast.less +589 -589
- package/src/definitions/modules/transition.js +1047 -1076
- package/src/definitions/modules/transition.less +58 -59
- package/src/definitions/views/ad.less +207 -208
- package/src/definitions/views/card.less +955 -973
- package/src/definitions/views/comment.less +192 -200
- package/src/definitions/views/feed.less +222 -226
- package/src/definitions/views/item.less +437 -448
- package/src/definitions/views/statistic.less +273 -279
- package/src/semantic.less +8 -6
- package/src/theme.config.example +53 -53
- package/src/theme.less +44 -35
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +18 -23
- package/src/themes/amazon/globals/site.variables +16 -17
- package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/src/themes/basic/collections/table.overrides +0 -1
- package/src/themes/basic/collections/table.variables +3 -3
- package/src/themes/basic/elements/button.overrides +0 -1
- package/src/themes/basic/elements/button.variables +9 -9
- package/src/themes/basic/elements/icon.overrides +9 -169
- package/src/themes/basic/elements/icon.variables +161 -18
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/basic/elements/step.variables +2 -2
- package/src/themes/basic/globals/reset.overrides +1 -1
- package/src/themes/basic/globals/reset.variables +1 -1
- package/src/themes/basic/modules/progress.variables +2 -2
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +6 -6
- package/src/themes/bookish/elements/header.overrides +4 -4
- package/src/themes/bookish/elements/header.variables +5 -5
- package/src/themes/bootstrap3/elements/button.overrides +3 -0
- package/src/themes/bootstrap3/elements/button.variables +20 -25
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.overrides +3 -0
- package/src/themes/chubby/collections/menu.variables +3 -3
- package/src/themes/chubby/elements/button.overrides +8 -10
- package/src/themes/chubby/elements/button.variables +10 -10
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/header.variables +4 -4
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +4 -4
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +11 -11
- package/src/themes/classic/collections/table.variables +3 -3
- package/src/themes/classic/elements/button.variables +36 -43
- package/src/themes/classic/elements/header.variables +4 -4
- package/src/themes/classic/modules/progress.variables +3 -3
- package/src/themes/classic/views/card.overrides +25 -27
- package/src/themes/classic/views/card.variables +7 -7
- package/src/themes/colored/modules/checkbox.overrides +3 -0
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +15 -16
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +15 -16
- package/src/themes/default/collections/menu.variables +31 -45
- package/src/themes/default/collections/message.variables +84 -123
- package/src/themes/default/collections/table.overrides +3 -0
- package/src/themes/default/collections/table.variables +30 -34
- package/src/themes/default/elements/button.variables +44 -53
- package/src/themes/default/elements/container.variables +8 -16
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +5 -6
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3556 -3556
- package/src/themes/default/elements/flag.variables +1595 -1595
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +21 -21
- package/src/themes/default/elements/icon.variables +2016 -2012
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +11 -12
- package/src/themes/default/elements/label.variables +25 -26
- package/src/themes/default/elements/list.variables +17 -21
- package/src/themes/default/elements/loader.variables +16 -17
- package/src/themes/default/elements/placeholder.variables +12 -9
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/reveal.variables +1 -1
- package/src/themes/default/elements/segment.variables +24 -36
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +19 -22
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +588 -588
- package/src/themes/default/globals/reset.overrides +63 -59
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +1074 -1123
- package/src/themes/default/globals/variation.variables +6 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +15 -20
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +9 -13
- package/src/themes/default/modules/checkbox.variables +24 -33
- package/src/themes/default/modules/dimmer.variables +14 -17
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +29 -31
- package/src/themes/default/modules/embed.variables +9 -13
- package/src/themes/default/modules/flyout.variables +10 -8
- package/src/themes/default/modules/modal.variables +64 -67
- package/src/themes/default/modules/nag.variables +11 -14
- package/src/themes/default/modules/popup.variables +14 -13
- package/src/themes/default/modules/progress.variables +17 -19
- package/src/themes/default/modules/rating.variables +10 -12
- package/src/themes/default/modules/search.variables +12 -17
- package/src/themes/default/modules/shape.variables +7 -8
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +55 -54
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +8 -8
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +1 -1
- package/src/themes/default/views/ad.variables +1 -1
- package/src/themes/default/views/card.variables +33 -45
- package/src/themes/default/views/comment.variables +7 -9
- package/src/themes/default/views/feed.variables +10 -10
- package/src/themes/default/views/item.variables +20 -23
- package/src/themes/default/views/statistic.variables +8 -8
- package/src/themes/duo/elements/loader.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +263 -268
- package/src/themes/famfamfam/elements/flag.variables +4 -4
- package/src/themes/fixed-width/collections/grid.variables +4 -4
- package/src/themes/fixed-width/modules/modal.variables +11 -13
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +16 -17
- package/src/themes/flat/globals/site.variables +69 -74
- package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/src/themes/github/collections/breadcrumb.variables +0 -1
- package/src/themes/github/collections/form.overrides +7 -8
- package/src/themes/github/collections/form.variables +16 -18
- package/src/themes/github/collections/grid.variables +1 -2
- package/src/themes/github/collections/menu.overrides +2 -2
- package/src/themes/github/collections/menu.variables +24 -26
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +12 -14
- package/src/themes/github/collections/table.variables +2 -2
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +26 -30
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +3 -208
- package/src/themes/github/elements/icon.variables +234 -19
- package/src/themes/github/elements/image.variables +1 -1
- package/src/themes/github/elements/input.overrides +16 -16
- package/src/themes/github/elements/input.variables +4 -5
- package/src/themes/github/elements/label.overrides +3 -3
- package/src/themes/github/elements/label.variables +0 -1
- package/src/themes/github/elements/segment.variables +9 -10
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +6 -6
- package/src/themes/github/globals/site.variables +16 -16
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +8 -10
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/gmail/collections/message.overrides +3 -0
- package/src/themes/gmail/collections/message.variables +4 -4
- package/src/themes/instagram/views/card.overrides +4 -5
- package/src/themes/instagram/views/card.variables +7 -8
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/collections/menu.variables +4 -4
- package/src/themes/material/elements/button.overrides +7 -9
- package/src/themes/material/elements/button.variables +44 -46
- package/src/themes/material/elements/header.overrides +3 -3
- package/src/themes/material/elements/header.variables +8 -10
- package/src/themes/material/elements/icon.overrides +3 -934
- package/src/themes/material/elements/icon.variables +958 -18
- package/src/themes/material/globals/site.overrides +3 -0
- package/src/themes/material/globals/site.variables +83 -84
- package/src/themes/material/modules/dropdown.overrides +2 -2
- package/src/themes/material/modules/dropdown.variables +5 -5
- package/src/themes/material/modules/modal.overrides +3 -3
- package/src/themes/material/modules/modal.variables +4 -5
- package/src/themes/pulsar/elements/loader.overrides +23 -61
- package/src/themes/raised/elements/button.variables +8 -9
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.overrides +3 -0
- package/src/themes/round/elements/button.variables +33 -38
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/rtl/globals/site.variables +5 -6
- package/src/themes/striped/modules/progress.overrides +20 -16
- package/src/themes/systemfont/globals/reset.overrides +1 -1
- package/src/themes/systemfont/globals/site.variables +6 -6
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +8 -8
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +17 -18
- package/src/themes/twitter/elements/emoji.variables +3556 -3556
- package/tasks/.eslintrc.js +9 -0
- package/tasks/README.md +2 -4
- package/tasks/admin/components/create.js +268 -277
- package/tasks/admin/components/init.js +123 -129
- package/tasks/admin/components/update.js +151 -158
- package/tasks/admin/distributions/create.js +183 -189
- package/tasks/admin/distributions/init.js +125 -131
- package/tasks/admin/distributions/update.js +147 -153
- package/tasks/admin/publish.js +5 -9
- package/tasks/admin/register.js +37 -39
- package/tasks/admin/release.js +8 -12
- package/tasks/build/assets.js +43 -40
- package/tasks/build/css.js +230 -217
- package/tasks/build/javascript.js +120 -114
- package/tasks/build.js +11 -11
- package/tasks/check-install.js +15 -17
- package/tasks/clean.js +6 -6
- package/tasks/collections/README.md +3 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +19 -21
- package/tasks/collections/docs.js +11 -13
- package/tasks/collections/install.js +11 -13
- package/tasks/collections/rtl.js +9 -12
- package/tasks/collections/various.js +10 -12
- package/tasks/config/admin/github.js +17 -19
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +19 -21
- package/tasks/config/admin/templates/less-package.js +12 -14
- package/tasks/config/admin/templates/package.json +6 -6
- package/tasks/config/defaults.js +116 -116
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +15 -14
- package/tasks/config/project/config.js +124 -136
- package/tasks/config/project/install.js +722 -719
- package/tasks/config/project/release.js +34 -41
- package/tasks/config/tasks.js +168 -167
- package/tasks/config/user.js +28 -32
- package/tasks/docs/build.js +100 -96
- package/tasks/docs/metadata.js +91 -98
- package/tasks/docs/serve.js +84 -82
- package/tasks/install.js +373 -382
- package/tasks/rtl/build.js +4 -3
- package/tasks/rtl/watch.js +4 -3
- package/tasks/version.js +4 -6
- package/tasks/watch.js +29 -31
- package/test/.eslintrc.js +23 -0
- package/test/meteor/assets.js +11 -14
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
- package/.github/workflows/codeql.yml +0 -68
@@ -1,54 +1,50 @@
|
|
1
|
-
|
1
|
+
/* -------------------
|
2
2
|
Button Variables
|
3
|
-
|
3
|
+
-------------------- */
|
4
4
|
|
5
5
|
/* Button Variables */
|
6
6
|
@pageFont: Helvetica Neue, Helvetica, Arial, sans-serif;
|
7
7
|
@textTransform: none;
|
8
8
|
@fontWeight: bold;
|
9
|
-
@textColor: #
|
9
|
+
@textColor: #333;
|
10
10
|
|
11
|
-
@textShadow:
|
12
|
-
@invertedTextShadow:
|
11
|
+
@textShadow: 0 1px 0 rgba(255, 255, 255, 0.9);
|
12
|
+
@invertedTextShadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
13
13
|
|
14
14
|
@borderRadius: @relativeBorderRadius;
|
15
15
|
|
16
16
|
@verticalPadding: 0.75em;
|
17
17
|
@horizontalPadding: 1.15em;
|
18
18
|
|
19
|
-
@backgroundColor: #
|
19
|
+
@backgroundColor: #fafafa;
|
20
20
|
@backgroundImage: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
|
21
21
|
@boxShadow:
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
;
|
22
|
+
0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
|
23
|
+
0 0 0 1px rgba(0, 0, 0, 0.13) inset,
|
24
|
+
0 1px 3px rgba(0, 0, 0, 0.05);
|
26
25
|
|
27
26
|
@coloredBackgroundImage: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
|
28
27
|
@coloredBoxShadow:
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
;
|
28
|
+
0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
|
29
|
+
0 0 0 1px rgba(0, 0, 0, 0.1) inset,
|
30
|
+
0 1px 3px rgba(0, 0, 0, 0.05);
|
33
31
|
|
34
|
-
@hoverBackgroundColor: #
|
32
|
+
@hoverBackgroundColor: #e0e0e0;
|
35
33
|
@hoverBackgroundImage: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
|
36
34
|
@hoverBoxShadow: @boxShadow;
|
37
35
|
|
38
|
-
@downBackgroundColor:
|
39
|
-
@downBackgroundImage:
|
36
|
+
@downBackgroundColor: "";
|
37
|
+
@downBackgroundImage: "";
|
40
38
|
@downBoxShadow:
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
;
|
45
|
-
@activeBackgroundColor: #DFDFDF;
|
39
|
+
0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
|
40
|
+
0 0 0 1px rgba(0, 0, 0, 0.13) inset,
|
41
|
+
0 3px 5px rgba(0, 0, 0, 0.15) inset !important;
|
42
|
+
@activeBackgroundColor: #dfdfdf;
|
46
43
|
@activeBackgroundImage: none;
|
47
44
|
@activeBoxShadow:
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
;
|
45
|
+
0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
|
46
|
+
0 0 0 1px rgba(0, 0, 0, 0.13) inset,
|
47
|
+
0 3px 5px rgba(0, 0, 0, 0.1) inset !important;
|
52
48
|
|
53
49
|
@labeledIconBackgroundColor: transparent;
|
54
50
|
@labeledIconBorder: transparent;
|
@@ -58,11 +54,11 @@
|
|
58
54
|
@basicTextColor: @linkColor;
|
59
55
|
@basicHoverTextColor: @linkHoverColor;
|
60
56
|
|
61
|
-
@basicHoverBackground: #
|
57
|
+
@basicHoverBackground: #e0e0e0;
|
62
58
|
|
63
|
-
@blue: #
|
64
|
-
@green: #
|
65
|
-
@black: #
|
59
|
+
@blue: #3072b3;
|
60
|
+
@green: #60b044;
|
61
|
+
@black: #5d5d5d;
|
66
62
|
|
67
63
|
@primaryColor: @blue;
|
68
64
|
@secondaryColor: @black;
|
@@ -1,208 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
.icon.alignment.align::before { content: '\f08a'} /* */
|
5
|
-
.icon.alignment.aligned.to::before { content: '\f08e'} /* */
|
6
|
-
.icon.alignment.unalign::before { content: '\f08b'} /* */
|
7
|
-
.icon.arrow.down::before { content: '\f03f'} /* */
|
8
|
-
.icon.arrow.left::before { content: '\f040'} /* */
|
9
|
-
.icon.arrow.right::before { content: '\f03e'} /* */
|
10
|
-
.icon.arrow.small.down::before { content: '\f0a0'} /* */
|
11
|
-
.icon.arrow.small.left::before { content: '\f0a1'} /* */
|
12
|
-
.icon.arrow.small.right::before { content: '\f071'} /* */
|
13
|
-
.icon.arrow.small.up::before { content: '\f09f'} /* */
|
14
|
-
.icon.arrow.up::before { content: '\f03d'} /* */
|
15
|
-
.icon.beer::before { content: '\f069'} /* */
|
16
|
-
.icon.book::before { content: '\f007'} /* */
|
17
|
-
.icon.bookmark::before { content: '\f07b'} /* */
|
18
|
-
.icon.briefcase::before { content: '\f0d3'} /* */
|
19
|
-
.icon.broadcast::before { content: '\f048'} /* */
|
20
|
-
.icon.browser::before { content: '\f0c5'} /* */
|
21
|
-
.icon.bug::before { content: '\f091'} /* */
|
22
|
-
.icon.calendar::before { content: '\f068'} /* */
|
23
|
-
.icon.check::before { content: '\f03a'} /* */
|
24
|
-
.icon.checklist::before { content: '\f076'} /* */
|
25
|
-
.icon.chevron.down::before { content: '\f0a3'} /* */
|
26
|
-
.icon.chevron.left::before { content: '\f0a4'} /* */
|
27
|
-
.icon.chevron.right::before { content: '\f078'} /* */
|
28
|
-
.icon.chevron.up::before { content: '\f0a2'} /* */
|
29
|
-
.icon.circle.slash::before { content: '\f084'} /* */
|
30
|
-
.icon.circuit.board::before { content: '\f0d6'} /* */
|
31
|
-
.icon.clippy::before { content: '\f035'} /* */
|
32
|
-
.icon.clock::before { content: '\f046'} /* */
|
33
|
-
.icon.cloud.download::before { content: '\f00b'} /* */
|
34
|
-
.icon.cloud.upload::before { content: '\f00c'} /* */
|
35
|
-
.icon.code::before { content: '\f05f'} /* */
|
36
|
-
.icon.color.mode::before { content: '\f065'} /* */
|
37
|
-
.icon.comment.add::before,
|
38
|
-
.icon.comment::before { content: '\f02b'} /* */
|
39
|
-
.icon.comment.discussion::before { content: '\f04f'} /* */
|
40
|
-
.icon.credit.card::before { content: '\f045'} /* */
|
41
|
-
.icon.dash::before { content: '\f0ca'} /* */
|
42
|
-
.icon.dashboard::before { content: '\f07d'} /* */
|
43
|
-
.icon.database::before { content: '\f096'} /* */
|
44
|
-
.icon.device.camera::before { content: '\f056'} /* */
|
45
|
-
.icon.device.camera.video::before { content: '\f057'} /* */
|
46
|
-
.icon.device.desktop::before { content: '\f27c'} /* */
|
47
|
-
.icon.device.mobile::before { content: '\f038'} /* */
|
48
|
-
.icon.diff::before { content: '\f04d'} /* */
|
49
|
-
.icon.diff.added::before { content: '\f06b'} /* */
|
50
|
-
.icon.diff.ignored::before { content: '\f099'} /* */
|
51
|
-
.icon.diff.modified::before { content: '\f06d'} /* */
|
52
|
-
.icon.diff.removed::before { content: '\f06c'} /* */
|
53
|
-
.icon.diff.renamed::before { content: '\f06e'} /* */
|
54
|
-
.icon.ellipsis::before { content: '\f09a'} /* */
|
55
|
-
.icon.eye.unwatch::before,
|
56
|
-
.icon.eye.watch::before,
|
57
|
-
.icon.eye::before { content: '\f04e'} /* */
|
58
|
-
.icon.file.binary::before { content: '\f094'} /* */
|
59
|
-
.icon.file.code::before { content: '\f010'} /* */
|
60
|
-
.icon.file.directory::before { content: '\f016'} /* */
|
61
|
-
.icon.file.media::before { content: '\f012'} /* */
|
62
|
-
.icon.file.pdf::before { content: '\f014'} /* */
|
63
|
-
.icon.file.submodule::before { content: '\f017'} /* */
|
64
|
-
.icon.file.symlink.directory::before { content: '\f0b1'} /* */
|
65
|
-
.icon.file.symlink.file::before { content: '\f0b0'} /* */
|
66
|
-
.icon.file.text::before { content: '\f011'} /* */
|
67
|
-
.icon.file.zip::before { content: '\f013'} /* */
|
68
|
-
.icon.flame::before { content: '\f0d2'} /* */
|
69
|
-
.icon.fold::before { content: '\f0cc'} /* */
|
70
|
-
.icon.gear::before { content: '\f02f'} /* */
|
71
|
-
.icon.gift::before { content: '\f042'} /* */
|
72
|
-
.icon.gist::before { content: '\f00e'} /* */
|
73
|
-
.icon.gist.secret::before { content: '\f08c'} /* */
|
74
|
-
.icon.git.branch.create::before,
|
75
|
-
.icon.git.branch.delete::before,
|
76
|
-
.icon.git.branch::before { content: '\f020'} /* */
|
77
|
-
.icon.git.commit::before { content: '\f01f'} /* */
|
78
|
-
.icon.git.compare::before { content: '\f0ac'} /* */
|
79
|
-
.icon.git.merge::before { content: '\f023'} /* */
|
80
|
-
.icon.git.pull.request.abandoned::before,
|
81
|
-
.icon.git.pull.request::before { content: '\f009'} /* */
|
82
|
-
.icon.globe::before { content: '\f0b6'} /* */
|
83
|
-
.icon.graph::before { content: '\f043'} /* */
|
84
|
-
.icon.heart::before { content: '\2665'} /* ♥ */
|
85
|
-
.icon.history::before { content: '\f07e'} /* */
|
86
|
-
.icon.home::before { content: '\f08d'} /* */
|
87
|
-
.icon.horizontal.rule::before { content: '\f070'} /* */
|
88
|
-
.icon.hourglass::before { content: '\f09e'} /* */
|
89
|
-
.icon.hubot::before { content: '\f09d'} /* */
|
90
|
-
.icon.inbox::before { content: '\f0cf'} /* */
|
91
|
-
.icon.info::before { content: '\f059'} /* */
|
92
|
-
.icon.issue.closed::before { content: '\f028'} /* */
|
93
|
-
.icon.issue.opened::before { content: '\f026'} /* */
|
94
|
-
.icon.issue.reopened::before { content: '\f027'} /* */
|
95
|
-
.icon.jersey::before { content: '\f019'} /* */
|
96
|
-
.icon.jump.down::before { content: '\f072'} /* */
|
97
|
-
.icon.jump.left::before { content: '\f0a5'} /* */
|
98
|
-
.icon.jump.right::before { content: '\f0a6'} /* */
|
99
|
-
.icon.jump.up::before { content: '\f073'} /* */
|
100
|
-
.icon.key::before { content: '\f049'} /* */
|
101
|
-
.icon.keyboard::before { content: '\f00d'} /* */
|
102
|
-
.icon.law::before { content: '\f0d8'} /* */
|
103
|
-
.icon.light.bulb::before { content: '\f000'} /* */
|
104
|
-
.icon.linkify::before { content: '\f05c'} /* */
|
105
|
-
.icon.linkify.external::before { content: '\f07f'} /* */
|
106
|
-
.icon.list.ordered::before { content: '\f062'} /* */
|
107
|
-
.icon.list.unordered::before { content: '\f061'} /* */
|
108
|
-
.icon.location::before { content: '\f060'} /* */
|
109
|
-
.icon.gist.private::before,
|
110
|
-
.icon.mirror.private::before,
|
111
|
-
.icon.git.fork.private::before,
|
112
|
-
.icon.lock::before { content: '\f06a'} /* */
|
113
|
-
.icon.logo.github::before { content: '\f092'} /* */
|
114
|
-
.icon.mail::before { content: '\f03b'} /* */
|
115
|
-
.icon.mail.read::before { content: '\f03c'} /* */
|
116
|
-
.icon.mail.reply::before { content: '\f051'} /* */
|
117
|
-
.icon.mark.github::before { content: '\f00a'} /* */
|
118
|
-
.icon.markdown::before { content: '\f0c9'} /* */
|
119
|
-
.icon.megaphone::before { content: '\f077'} /* */
|
120
|
-
.icon.mention::before { content: '\f0be'} /* */
|
121
|
-
.icon.microscope::before { content: '\f089'} /* */
|
122
|
-
.icon.milestone::before { content: '\f075'} /* */
|
123
|
-
.icon.mirror.public::before,
|
124
|
-
.icon.mirror::before { content: '\f024'} /* */
|
125
|
-
.icon.mortar.board::before { content: '\f0d7'} /* */
|
126
|
-
.icon.move.down::before { content: '\f0a8'} /* */
|
127
|
-
.icon.move.left::before { content: '\f074'} /* */
|
128
|
-
.icon.move.right::before { content: '\f0a9'} /* */
|
129
|
-
.icon.move.up::before { content: '\f0a7'} /* */
|
130
|
-
.icon.mute::before { content: '\f080'} /* */
|
131
|
-
.icon.no.newline::before { content: '\f09c'} /* */
|
132
|
-
.icon.octoface::before { content: '\f008'} /* */
|
133
|
-
.icon.organization::before { content: '\f037'} /* */
|
134
|
-
.icon.package::before { content: '\f0c4'} /* */
|
135
|
-
.icon.paintcan::before { content: '\f0d1'} /* */
|
136
|
-
.icon.pencil::before { content: '\f058'} /* */
|
137
|
-
.icon.person.add::before,
|
138
|
-
.icon.person.follow::before,
|
139
|
-
.icon.person::before { content: '\f018'} /* */
|
140
|
-
.icon.pin::before { content: '\f041'} /* */
|
141
|
-
.icon.playback.fast.forward::before { content: '\f0bd'} /* */
|
142
|
-
.icon.playback.pause::before { content: '\f0bb'} /* */
|
143
|
-
.icon.playback.play::before { content: '\f0bf'} /* */
|
144
|
-
.icon.playback.rewind::before { content: '\f0bc'} /* */
|
145
|
-
.icon.plug::before { content: '\f0d4'} /* */
|
146
|
-
.icon.repo.create::before,
|
147
|
-
.icon.gist.new::before,
|
148
|
-
.icon.file.directory.create::before,
|
149
|
-
.icon.file.add::before,
|
150
|
-
.icon.plus::before { content: '\f05d'} /* */
|
151
|
-
.icon.podium::before { content: '\f0af'} /* */
|
152
|
-
.icon.primitive.dot::before { content: '\f052'} /* */
|
153
|
-
.icon.primitive.square::before { content: '\f053'} /* */
|
154
|
-
.icon.pulse::before { content: '\f085'} /* */
|
155
|
-
.icon.puzzle::before { content: '\f0c0'} /* */
|
156
|
-
.icon.question::before { content: '\f02c'} /* */
|
157
|
-
.icon.quote::before { content: '\f063'} /* */
|
158
|
-
.icon.radio.tower::before { content: '\f030'} /* */
|
159
|
-
.icon.repo.delete::before,
|
160
|
-
.icon.repo::before { content: '\f001'} /* */
|
161
|
-
.icon.repo.clone::before { content: '\f04c'} /* */
|
162
|
-
.icon.repo.force.push::before { content: '\f04a'} /* */
|
163
|
-
.icon.gist.fork::before,
|
164
|
-
.icon.repo.forked::before { content: '\f002'} /* */
|
165
|
-
.icon.repo.pull::before { content: '\f006'} /* */
|
166
|
-
.icon.repo.push::before { content: '\f005'} /* */
|
167
|
-
.icon.rocket::before { content: '\f033'} /* */
|
168
|
-
.icon.rss::before { content: '\f034'} /* */
|
169
|
-
.icon.ruby::before { content: '\f047'} /* */
|
170
|
-
.icon.screen.full::before { content: '\f066'} /* */
|
171
|
-
.icon.screen.normal::before { content: '\f067'} /* */
|
172
|
-
.icon.search.save::before,
|
173
|
-
.icon.search::before { content: '\f02e'} /* */
|
174
|
-
.icon.server::before { content: '\f097'} /* */
|
175
|
-
.icon.settings::before { content: '\f07c'} /* */
|
176
|
-
.icon.log.in::before,
|
177
|
-
.icon.sign.in::before { content: '\f036'} /* */
|
178
|
-
.icon.log.out::before,
|
179
|
-
.icon.sign.out::before { content: '\f032'} /* */
|
180
|
-
.icon.split::before { content: '\f0c6'} /* */
|
181
|
-
.icon.squirrel::before { content: '\f0b2'} /* */
|
182
|
-
.icon.star.add::before,
|
183
|
-
.icon.star.delete::before,
|
184
|
-
.icon.star::before { content: '\f02a'} /* */
|
185
|
-
.icon.steps::before { content: '\f0c7'} /* */
|
186
|
-
.icon.stop::before { content: '\f08f'} /* */
|
187
|
-
.icon.repo.sync::before,
|
188
|
-
.icon.sync::before { content: '\f087'} /* */
|
189
|
-
.icon.tag.remove::before,
|
190
|
-
.icon.tag.add::before,
|
191
|
-
.icon.tag::before { content: '\f015'} /* */
|
192
|
-
.icon.telescope::before { content: '\f088'} /* */
|
193
|
-
.icon.terminal::before { content: '\f0c8'} /* */
|
194
|
-
.icon.three.bars::before { content: '\f05e'} /* */
|
195
|
-
.icon.thumbsdown::before { content: '\f0db'} /* */
|
196
|
-
.icon.thumbsup::before { content: '\f0da'} /* */
|
197
|
-
.icon.tools::before { content: '\f031'} /* */
|
198
|
-
.icon.trashcan::before { content: '\f0d0'} /* */
|
199
|
-
.icon.triangle.down::before { content: '\f05b'} /* */
|
200
|
-
.icon.triangle.left::before { content: '\f044'} /* */
|
201
|
-
.icon.triangle.right::before { content: '\f05a'} /* */
|
202
|
-
.icon.triangle.up::before { content: '\f0aa'} /* */
|
203
|
-
.icon.unfold::before { content: '\f039'} /* */
|
204
|
-
.icon.unmute::before { content: '\f0ba'} /* */
|
205
|
-
.icon.versions::before { content: '\f064'} /* */
|
206
|
-
.icon.remove.close::before,
|
207
|
-
.icon.x::before { content: '\f081'} /* */
|
208
|
-
.icon.zap::before { content: '\26A1'} /* ⚡ */
|
1
|
+
/*******************************
|
2
|
+
Theme Overrides
|
3
|
+
*******************************/
|
@@ -1,21 +1,236 @@
|
|
1
|
-
@fontPath:
|
2
|
-
@fontName:
|
1
|
+
@fontPath: "../../themes/github/assets/fonts";
|
2
|
+
@fontName: "octicons";
|
3
3
|
@fonts: {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
};
|
14
|
-
@icon-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
4
|
+
@solid: {
|
5
|
+
font-family: @fontName;
|
6
|
+
src: url("@{fontPath}/@{fontName}.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontName}.woff") format("woff"));
|
7
|
+
font-style: normal;
|
8
|
+
font-weight: @normal;
|
9
|
+
font-variant: normal;
|
10
|
+
text-decoration: inherit;
|
11
|
+
text-transform: none;
|
12
|
+
};
|
13
|
+
};
|
14
|
+
@icon-map: {
|
15
|
+
alert: "\f02d"; /* */
|
16
|
+
alignment_align: "\f08a"; /* */
|
17
|
+
alignment_aligned_to: "\f08e"; /* */
|
18
|
+
alignment_unalign: "\f08b"; /* */
|
19
|
+
arrow_down: "\f03f"; /* */
|
20
|
+
arrow_left: "\f040"; /* */
|
21
|
+
arrow_right: "\f03e"; /* */
|
22
|
+
arrow_small_down: "\f0a0"; /* */
|
23
|
+
arrow_small_left: "\f0a1"; /* */
|
24
|
+
arrow_small_right: "\f071"; /* */
|
25
|
+
arrow_small_up: "\f09f"; /* */
|
26
|
+
arrow_up: "\f03d"; /* */
|
27
|
+
beer: "\f069"; /* */
|
28
|
+
book: "\f007"; /* */
|
29
|
+
bookmark: "\f07b"; /* */
|
30
|
+
briefcase: "\f0d3"; /* */
|
31
|
+
broadcast: "\f048"; /* */
|
32
|
+
browser: "\f0c5"; /* */
|
33
|
+
bug: "\f091"; /* */
|
34
|
+
calendar: "\f068"; /* */
|
35
|
+
check: "\f03a"; /* */
|
36
|
+
checklist: "\f076"; /* */
|
37
|
+
chevron_down: "\f0a3"; /* */
|
38
|
+
chevron_left: "\f0a4"; /* */
|
39
|
+
chevron_right: "\f078"; /* */
|
40
|
+
chevron_up: "\f0a2"; /* */
|
41
|
+
circle_slash: "\f084"; /* */
|
42
|
+
circuit_board: "\f0d6"; /* */
|
43
|
+
clippy: "\f035"; /* */
|
44
|
+
clock: "\f046"; /* */
|
45
|
+
cloud_download: "\f00b"; /* */
|
46
|
+
cloud_upload: "\f00c"; /* */
|
47
|
+
code: "\f05f"; /* */
|
48
|
+
color_mode: "\f065"; /* */
|
49
|
+
comment: "\f02b"; /* */
|
50
|
+
comment_discussion: "\f04f"; /* */
|
51
|
+
credit_card: "\f045"; /* */
|
52
|
+
dash: "\f0ca"; /* */
|
53
|
+
dashboard: "\f07d"; /* */
|
54
|
+
database: "\f096"; /* */
|
55
|
+
device_camera: "\f056"; /* */
|
56
|
+
device_camera_video: "\f057"; /* */
|
57
|
+
device_desktop: "\f27c"; /* */
|
58
|
+
device_mobile: "\f038"; /* */
|
59
|
+
diff: "\f04d"; /* */
|
60
|
+
diff_added: "\f06b"; /* */
|
61
|
+
diff_ignored: "\f099"; /* */
|
62
|
+
diff_modified: "\f06d"; /* */
|
63
|
+
diff_removed: "\f06c"; /* */
|
64
|
+
diff_renamed: "\f06e"; /* */
|
65
|
+
ellipsis: "\f09a"; /* */
|
66
|
+
eye: "\f04e"; /* */
|
67
|
+
file_binary: "\f094"; /* */
|
68
|
+
file_code: "\f010"; /* */
|
69
|
+
file_directory: "\f016"; /* */
|
70
|
+
file_media: "\f012"; /* */
|
71
|
+
file_pdf: "\f014"; /* */
|
72
|
+
file_submodule: "\f017"; /* */
|
73
|
+
file_symlink_directory: "\f0b1"; /* */
|
74
|
+
file_symlink_file: "\f0b0"; /* */
|
75
|
+
file_text: "\f011"; /* */
|
76
|
+
file_zip: "\f013"; /* */
|
77
|
+
flame: "\f0d2"; /* */
|
78
|
+
fold: "\f0cc"; /* */
|
79
|
+
gear: "\f02f"; /* */
|
80
|
+
gift: "\f042"; /* */
|
81
|
+
gist: "\f00e"; /* */
|
82
|
+
gist_secret: "\f08c"; /* */
|
83
|
+
git_branch: "\f020"; /* */
|
84
|
+
git_commit: "\f01f"; /* */
|
85
|
+
git_compare: "\f0ac"; /* */
|
86
|
+
git_merge: "\f023"; /* */
|
87
|
+
git_pull_request: "\f009"; /* */
|
88
|
+
globe: "\f0b6"; /* */
|
89
|
+
graph: "\f043"; /* */
|
90
|
+
heart: "\2665"; /* ♥ */
|
91
|
+
history: "\f07e"; /* */
|
92
|
+
home: "\f08d"; /* */
|
93
|
+
horizontal_rule: "\f070"; /* */
|
94
|
+
hourglass: "\f09e"; /* */
|
95
|
+
hubot: "\f09d"; /* */
|
96
|
+
inbox: "\f0cf"; /* */
|
97
|
+
info: "\f059"; /* */
|
98
|
+
issue_closed: "\f028"; /* */
|
99
|
+
issue_opened: "\f026"; /* */
|
100
|
+
issue_reopened: "\f027"; /* */
|
101
|
+
jersey: "\f019"; /* */
|
102
|
+
jump_down: "\f072"; /* */
|
103
|
+
jump_left: "\f0a5"; /* */
|
104
|
+
jump_right: "\f0a6"; /* */
|
105
|
+
jump_up: "\f073"; /* */
|
106
|
+
key: "\f049"; /* */
|
107
|
+
keyboard: "\f00d"; /* */
|
108
|
+
law: "\f0d8"; /* */
|
109
|
+
light_bulb: "\f000"; /* */
|
110
|
+
linkify: "\f05c"; /* */
|
111
|
+
linkify_external: "\f07f"; /* */
|
112
|
+
list_ordered: "\f062"; /* */
|
113
|
+
list_unordered: "\f061"; /* */
|
114
|
+
location: "\f060"; /* */
|
115
|
+
lock: "\f06a"; /* */
|
116
|
+
logo_github: "\f092"; /* */
|
117
|
+
mail: "\f03b"; /* */
|
118
|
+
mail_read: "\f03c"; /* */
|
119
|
+
mail_reply: "\f051"; /* */
|
120
|
+
mark_github: "\f00a"; /* */
|
121
|
+
markdown: "\f0c9"; /* */
|
122
|
+
megaphone: "\f077"; /* */
|
123
|
+
mention: "\f0be"; /* */
|
124
|
+
microscope: "\f089"; /* */
|
125
|
+
milestone: "\f075"; /* */
|
126
|
+
mirror: "\f024"; /* */
|
127
|
+
mortar_board: "\f0d7"; /* */
|
128
|
+
move_down: "\f0a8"; /* */
|
129
|
+
move_left: "\f074"; /* */
|
130
|
+
move_right: "\f0a9"; /* */
|
131
|
+
move_up: "\f0a7"; /* */
|
132
|
+
mute: "\f080"; /* */
|
133
|
+
no_newline: "\f09c"; /* */
|
134
|
+
octoface: "\f008"; /* */
|
135
|
+
organization: "\f037"; /* */
|
136
|
+
package: "\f0c4"; /* */
|
137
|
+
paintcan: "\f0d1"; /* */
|
138
|
+
pencil: "\f058"; /* */
|
139
|
+
person: "\f018"; /* */
|
140
|
+
pin: "\f041"; /* */
|
141
|
+
playback_fast_forward: "\f0bd"; /* */
|
142
|
+
playback_pause: "\f0bb"; /* */
|
143
|
+
playback_play: "\f0bf"; /* */
|
144
|
+
playback_rewind: "\f0bc"; /* */
|
145
|
+
plug: "\f0d4"; /* */
|
146
|
+
plus: "\f05d"; /* */
|
147
|
+
podium: "\f0af"; /* */
|
148
|
+
primitive_dot: "\f052"; /* */
|
149
|
+
primitive_square: "\f053"; /* */
|
150
|
+
pulse: "\f085"; /* */
|
151
|
+
puzzle: "\f0c0"; /* */
|
152
|
+
question: "\f02c"; /* */
|
153
|
+
quote: "\f063"; /* */
|
154
|
+
radio_tower: "\f030"; /* */
|
155
|
+
repo: "\f001"; /* */
|
156
|
+
repo_clone: "\f04c"; /* */
|
157
|
+
repo_force_push: "\f04a"; /* */
|
158
|
+
repo_forked: "\f002"; /* */
|
159
|
+
repo_pull: "\f006"; /* */
|
160
|
+
repo_push: "\f005"; /* */
|
161
|
+
rocket: "\f033"; /* */
|
162
|
+
rss: "\f034"; /* */
|
163
|
+
ruby: "\f047"; /* */
|
164
|
+
screen_full: "\f066"; /* */
|
165
|
+
screen_normal: "\f067"; /* */
|
166
|
+
search: "\f02e"; /* */
|
167
|
+
server: "\f097"; /* */
|
168
|
+
settings: "\f07c"; /* */
|
169
|
+
sign_in: "\f036"; /* */
|
170
|
+
sign_out: "\f032"; /* */
|
171
|
+
split: "\f0c6"; /* */
|
172
|
+
squirrel: "\f0b2"; /* */
|
173
|
+
star: "\f02a"; /* */
|
174
|
+
steps: "\f0c7"; /* */
|
175
|
+
stop: "\f08f"; /* */
|
176
|
+
sync: "\f087"; /* */
|
177
|
+
tag: "\f015"; /* */
|
178
|
+
telescope: "\f088"; /* */
|
179
|
+
terminal: "\f0c8"; /* */
|
180
|
+
three_bars: "\f05e"; /* */
|
181
|
+
thumbsdown: "\f0db"; /* */
|
182
|
+
thumbsup: "\f0da"; /* */
|
183
|
+
tools: "\f031"; /* */
|
184
|
+
trashcan: "\f0d0"; /* */
|
185
|
+
triangle_down: "\f05b"; /* */
|
186
|
+
triangle_left: "\f044"; /* */
|
187
|
+
triangle_right: "\f05a"; /* */
|
188
|
+
triangle_up: "\f0aa"; /* */
|
189
|
+
unfold: "\f039"; /* */
|
190
|
+
unmute: "\f0ba"; /* */
|
191
|
+
versions: "\f064"; /* */
|
192
|
+
remove_close: "\f081"; /* */
|
193
|
+
zap: "\26a1"; /* ⚡ */
|
194
|
+
};
|
195
|
+
@icon-aliases-map: {
|
196
|
+
comment_add: "\f02b"; /* */
|
197
|
+
eye_unwatch: "\f04e"; /* */
|
198
|
+
eye_watch: "\f04e"; /* */
|
199
|
+
git_branch_create: "\f020"; /* */
|
200
|
+
git_branch_delete: "\f020"; /* */
|
201
|
+
git_pull_request_abandoned: "\f009"; /* */
|
202
|
+
gist_private: "\f06a"; /* */
|
203
|
+
mirror_private: "\f06a"; /* */
|
204
|
+
git_fork_private: "\f06a"; /* */
|
205
|
+
mirror_public: "\f024"; /* */
|
206
|
+
person_add: "\f018"; /* */
|
207
|
+
person_follow: "\f018"; /* */
|
208
|
+
repo_create: "\f05d"; /* */
|
209
|
+
gist_new: "\f05d"; /* */
|
210
|
+
file_directory_create: "\f05d"; /* */
|
211
|
+
file_add: "\f05d"; /* */
|
212
|
+
repo_delete: "\f001"; /* */
|
213
|
+
gist_fork: "\f002"; /* */
|
214
|
+
search_save: "\f02e"; /* */
|
215
|
+
log_in: "\f036"; /* */
|
216
|
+
log_out: "\f032"; /* */
|
217
|
+
star_delete: "\f02a"; /* */
|
218
|
+
star_add: "\f02a"; /* */
|
219
|
+
repo_sync: "\f087"; /* */
|
220
|
+
tag_add: "\f015"; /* */
|
221
|
+
tag_remove: "\f015"; /* */
|
222
|
+
x: "\f081"; /* */
|
223
|
+
};
|
224
|
+
@icon-deprecated-map: {
|
225
|
+
};
|
226
|
+
@icon-outline-map: {
|
227
|
+
};
|
228
|
+
@icon-outline-aliases-map: {
|
229
|
+
};
|
230
|
+
@icon-brand-map: {
|
231
|
+
};
|
232
|
+
@icon-brand-aliases-map: {
|
233
|
+
};
|
19
234
|
|
20
235
|
@width: 1em;
|
21
236
|
@height: 1em;
|
@@ -23,6 +238,6 @@
|
|
23
238
|
@small: 13px;
|
24
239
|
@medium: 16px;
|
25
240
|
@large: 18px;
|
26
|
-
@big
|
241
|
+
@big: 20px;
|
27
242
|
@huge: 28px;
|
28
|
-
@massive: 32px;
|
243
|
+
@massive: 32px;
|
@@ -4,29 +4,29 @@
|
|
4
4
|
|
5
5
|
/* Labeled Input has padding */
|
6
6
|
.ui.labeled.input {
|
7
|
-
|
8
|
-
|
9
|
-
|
7
|
+
background-color: @white;
|
8
|
+
border: @borderWidth solid @borderColor;
|
9
|
+
border-radius: @borderRadius !important;
|
10
10
|
}
|
11
11
|
.ui.labeled.input input {
|
12
|
-
|
13
|
-
|
12
|
+
box-shadow: none !important;
|
13
|
+
border: none !important;
|
14
14
|
}
|
15
15
|
.ui.labeled.input .label {
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
16
|
+
font-weight: normal;
|
17
|
+
align-self: center;
|
18
|
+
font-size: 12px;
|
19
|
+
margin: @2px;
|
20
|
+
border-radius: @borderRadius !important;
|
21
|
+
padding: @relative5px @relative8px !important;
|
22
22
|
}
|
23
23
|
|
24
24
|
/* GitHub Uses Focus Group with class name added */
|
25
25
|
.ui.labeled.input.focused {
|
26
|
-
|
27
|
-
|
26
|
+
border-color: @focusBorderColor;
|
27
|
+
box-shadow: @focusBoxShadow;
|
28
28
|
}
|
29
29
|
.ui.labeled.input.focused .label {
|
30
|
-
|
31
|
-
|
32
|
-
}
|
30
|
+
background-color: #e1eaf5;
|
31
|
+
color: #4078c0;
|
32
|
+
}
|
@@ -7,10 +7,9 @@
|
|
7
7
|
@verticalPadding: @relative7px;
|
8
8
|
@horizontalPadding: @relative8px;
|
9
9
|
|
10
|
-
@borderColor: #
|
10
|
+
@borderColor: #ccc;
|
11
11
|
|
12
|
-
@focusBorderColor: #
|
12
|
+
@focusBorderColor: #51a7e8;
|
13
13
|
@focusBoxShadow:
|
14
|
-
|
15
|
-
|
16
|
-
;
|
14
|
+
0 1px 2px rgba(0, 0, 0, 0.075) inset,
|
15
|
+
0 0 5px rgba(81, 167, 232, 0.5);
|
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
/* Notification Label on GitHub */
|
6
6
|
.ui.floating.blue.label {
|
7
|
-
|
8
|
-
|
9
|
-
}
|
7
|
+
border: 2px solid #f3f3f3 !important;
|
8
|
+
background-image: linear-gradient(#7aa1d3, #4078c0) !important;
|
9
|
+
}
|