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
@@ -2,9 +2,9 @@
|
|
2
2
|
Table
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Element
|
7
|
-
|
7
|
+
-------------------- */
|
8
8
|
|
9
9
|
@verticalMargin: 1em;
|
10
10
|
@horizontalMargin: 0;
|
@@ -13,9 +13,8 @@
|
|
13
13
|
@borderSpacing: 0;
|
14
14
|
@borderRadius: @defaultBorderRadius;
|
15
15
|
@transition:
|
16
|
-
|
17
|
-
|
18
|
-
;
|
16
|
+
background @defaultDuration @defaultEasing,
|
17
|
+
color @defaultDuration @defaultEasing;
|
19
18
|
@background: @white;
|
20
19
|
@color: @textColor;
|
21
20
|
@borderWidth: 1px;
|
@@ -24,9 +23,9 @@
|
|
24
23
|
@textAlign: left;
|
25
24
|
@verticalAlign: middle;
|
26
25
|
|
27
|
-
|
26
|
+
/* --------------
|
28
27
|
Parts
|
29
|
-
|
28
|
+
--------------- */
|
30
29
|
|
31
30
|
/* Table Row */
|
32
31
|
@rowBorder: 1px solid @internalBorderColor;
|
@@ -78,9 +77,9 @@
|
|
78
77
|
@responsiveCellBoxShadow: none;
|
79
78
|
@responsiveCellHeaderFontWeight: @bold;
|
80
79
|
|
81
|
-
|
80
|
+
/* -------------------
|
82
81
|
Types
|
83
|
-
|
82
|
+
-------------------- */
|
84
83
|
|
85
84
|
/* Definition */
|
86
85
|
@definitionPageBackground: @white;
|
@@ -97,21 +96,20 @@
|
|
97
96
|
@definitionColumnFontWeight: @bold;
|
98
97
|
@definitionColumnColor: @selectedTextColor;
|
99
98
|
@definitionColumnFontSize: @relativeMedium;
|
100
|
-
@definitionColumnTextTransform:
|
101
|
-
@definitionColumnBoxShadow:
|
102
|
-
@definitionColumnTextAlign:
|
103
|
-
@definitionColumnHorizontalPadding:
|
99
|
+
@definitionColumnTextTransform: "";
|
100
|
+
@definitionColumnBoxShadow: "";
|
101
|
+
@definitionColumnTextAlign: "";
|
102
|
+
@definitionColumnHorizontalPadding: "";
|
104
103
|
|
105
|
-
|
106
|
-
/*--------------
|
104
|
+
/* --------------
|
107
105
|
Couplings
|
108
|
-
|
106
|
+
--------------- */
|
109
107
|
|
110
108
|
@iconVerticalAlign: baseline;
|
111
109
|
|
112
|
-
|
110
|
+
/* --------------
|
113
111
|
States
|
114
|
-
|
112
|
+
--------------- */
|
115
113
|
|
116
114
|
@stateMarkerWidth: 0;
|
117
115
|
|
@@ -145,21 +143,21 @@
|
|
145
143
|
@warningBackgroundHover: darken(@warningBackgroundColor, 3);
|
146
144
|
@warningColorHover: darken(@warningColor, 3);
|
147
145
|
@invertedWarningColor: @warningTextColor;
|
148
|
-
@invertedWarningBackgroundColor: #
|
146
|
+
@invertedWarningBackgroundColor: #eec97e;
|
149
147
|
|
150
148
|
/* Active */
|
151
149
|
@activeColor: @textColor;
|
152
|
-
@activeBackgroundColor: #
|
150
|
+
@activeBackgroundColor: #e0e0e0;
|
153
151
|
@activeBoxShadow: @stateMarkerWidth 0 0 @activeColor inset;
|
154
152
|
@invertedActiveColor: @textColor;
|
155
|
-
@invertedActiveBackgroundColor: #
|
153
|
+
@invertedActiveBackgroundColor: #a0a0a0;
|
156
154
|
|
157
|
-
@activeBackgroundHover: #
|
155
|
+
@activeBackgroundHover: #efefef;
|
158
156
|
@activeColorHover: @selectedTextColor;
|
159
157
|
|
160
|
-
|
158
|
+
/* --------------
|
161
159
|
Types
|
162
|
-
|
160
|
+
--------------- */
|
163
161
|
|
164
162
|
/* Attached */
|
165
163
|
@attachedTopOffset: 0;
|
@@ -169,9 +167,8 @@
|
|
169
167
|
@attachedBoxShadow: none;
|
170
168
|
@attachedBorder: @borderWidth solid @solidBorderColor;
|
171
169
|
@attachedBottomBoxShadow:
|
172
|
-
|
173
|
-
|
174
|
-
;
|
170
|
+
@boxShadow,
|
171
|
+
@attachedBoxShadow;
|
175
172
|
|
176
173
|
/* Striped */
|
177
174
|
@stripedBackground: rgba(0, 0, 50, 0.02);
|
@@ -184,16 +181,16 @@
|
|
184
181
|
@selectableInvertedTextColor: @invertedSelectedTextColor;
|
185
182
|
|
186
183
|
/* Sortable */
|
187
|
-
@sortableBackground:
|
184
|
+
@sortableBackground: "";
|
188
185
|
@sortableColor: @textColor;
|
189
186
|
|
190
187
|
@sortableBorder: 1px solid @borderColor;
|
191
188
|
@sortableIconWidth: auto;
|
192
189
|
@sortableIconDistance: 0.5em;
|
193
190
|
@sortableIconOpacity: 0.8;
|
194
|
-
@sortableIconFont:
|
195
|
-
@sortableIconAscending:
|
196
|
-
@sortableIconDescending:
|
191
|
+
@sortableIconFont: "Icons";
|
192
|
+
@sortableIconAscending: "\f0d8";
|
193
|
+
@sortableIconDescending: "\f0d7";
|
197
194
|
@sortableDisabledColor: @disabledTextColor;
|
198
195
|
|
199
196
|
@sortableHoverBackground: @transparentBlack;
|
@@ -217,7 +214,7 @@
|
|
217
214
|
@coloredBorderSizeCover: (@coloredBorderSize / 2);
|
218
215
|
|
219
216
|
/* Inverted */
|
220
|
-
@invertedBackground: #
|
217
|
+
@invertedBackground: #333;
|
221
218
|
@invertedBorder: none;
|
222
219
|
@invertedCellBorder: 1px solid @whiteBorderColor;
|
223
220
|
@invertedCellBorderColor: @whiteBorderColor;
|
@@ -246,7 +243,7 @@
|
|
246
243
|
@basicTableCellBackground: transparent;
|
247
244
|
@basicTableHeaderDivider: none;
|
248
245
|
@basicTableCellBorder: 1px solid rgba(0, 0, 0, 0.1);
|
249
|
-
@basicTableCellPadding:
|
246
|
+
@basicTableCellPadding: "";
|
250
247
|
@basicTableStripedBackground: @transparentBlack;
|
251
248
|
|
252
249
|
/* Padded */
|
@@ -295,7 +292,6 @@
|
|
295
292
|
@overflowingComputerMaxHeight: (@overflowingItemHeight * @overflowingComputerMaxItems);
|
296
293
|
@overflowingWidescreenMaxHeight: (@overflowingItemHeight * @overflowingWidescreenMaxItems);
|
297
294
|
|
298
|
-
|
299
295
|
/* Sizes */
|
300
296
|
@small: 0.9em;
|
301
297
|
@medium: 1em;
|
@@ -2,14 +2,14 @@
|
|
2
2
|
Button
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Element
|
7
|
-
|
7
|
+
-------------------- */
|
8
8
|
|
9
9
|
/* Button */
|
10
10
|
@verticalMargin: 0;
|
11
11
|
@horizontalMargin: 0.25em;
|
12
|
-
@backgroundColor: #
|
12
|
+
@backgroundColor: #e0e1e2;
|
13
13
|
@backgroundImage: none;
|
14
14
|
@background: @backgroundColor @backgroundImage;
|
15
15
|
@lineHeight: 1em;
|
@@ -39,15 +39,14 @@
|
|
39
39
|
@borderBoxShadowWidth: 1px;
|
40
40
|
@borderBoxShadow: 0 0 0 @borderBoxShadowWidth @borderBoxShadowColor inset;
|
41
41
|
@boxShadow:
|
42
|
-
|
43
|
-
|
44
|
-
;
|
42
|
+
@borderBoxShadow,
|
43
|
+
@shadowBoxShadow;
|
45
44
|
|
46
45
|
/* Icon */
|
47
46
|
@iconHeight: auto;
|
48
47
|
@iconOpacity: 0.8;
|
49
48
|
@iconDistance: @relative6px;
|
50
|
-
@iconColor:
|
49
|
+
@iconColor: "";
|
51
50
|
@iconTransition: opacity @defaultDuration @defaultEasing;
|
52
51
|
@iconVerticalAlign: baseline;
|
53
52
|
|
@@ -58,33 +57,33 @@
|
|
58
57
|
@invertedLoaderFillColor: rgba(0, 0, 0, 0.15);
|
59
58
|
|
60
59
|
@transition:
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
60
|
+
opacity @defaultDuration @defaultEasing,
|
61
|
+
background-color @defaultDuration @defaultEasing,
|
62
|
+
color @defaultDuration @defaultEasing,
|
63
|
+
box-shadow @defaultDuration @defaultEasing,
|
64
|
+
background @defaultDuration @defaultEasing;
|
65
|
+
|
67
66
|
/*
|
68
67
|
@willChange: box-shadow, transform, opacity, color, background;
|
69
68
|
*/
|
70
69
|
@willChange: auto;
|
71
70
|
|
72
|
-
|
71
|
+
/* -------------------
|
73
72
|
Group
|
74
|
-
|
73
|
+
-------------------- */
|
75
74
|
|
76
75
|
@groupBoxShadow: none;
|
77
76
|
@groupButtonBoxShadow: @boxShadow;
|
78
77
|
@verticalBoxShadow: none;
|
79
|
-
@groupButtonOffset: 0
|
80
|
-
@verticalGroupOffset: 0
|
78
|
+
@groupButtonOffset: 0;
|
79
|
+
@verticalGroupOffset: 0;
|
81
80
|
|
82
|
-
|
81
|
+
/* -------------------
|
83
82
|
States
|
84
|
-
|
83
|
+
-------------------- */
|
85
84
|
|
86
85
|
/* Hovered */
|
87
|
-
@hoverBackgroundColor: #
|
86
|
+
@hoverBackgroundColor: #cacbcd;
|
88
87
|
@hoverBackgroundImage: @backgroundImage;
|
89
88
|
@hoverBoxShadow: @boxShadow;
|
90
89
|
@hoverColor: @hoveredTextColor;
|
@@ -93,7 +92,7 @@
|
|
93
92
|
/* Focused */
|
94
93
|
@focusBackgroundColor: @hoverBackgroundColor;
|
95
94
|
@focusBackgroundImage: none;
|
96
|
-
@focusBoxShadow:
|
95
|
+
@focusBoxShadow: "";
|
97
96
|
@focusColor: @hoveredTextColor;
|
98
97
|
@iconFocusOpacity: 0.85;
|
99
98
|
|
@@ -102,17 +101,14 @@
|
|
102
101
|
@disabledBoxShadow: none;
|
103
102
|
|
104
103
|
/* Pressed Down */
|
105
|
-
@downBackgroundColor: #
|
106
|
-
@downBackgroundImage:
|
104
|
+
@downBackgroundColor: #babbbc;
|
105
|
+
@downBackgroundImage: "";
|
107
106
|
@downPressedShadow: none;
|
108
|
-
@downBoxShadow:
|
109
|
-
@borderBoxShadow,
|
110
|
-
@downPressedShadow
|
111
|
-
;
|
107
|
+
@downBoxShadow: @downPressedShadow;
|
112
108
|
@downColor: @pressedTextColor;
|
113
109
|
|
114
110
|
/* Active */
|
115
|
-
@activeBackgroundColor: #
|
111
|
+
@activeBackgroundColor: #c0c1c2;
|
116
112
|
@activeBackgroundImage: none;
|
117
113
|
@activeColor: @selectedTextColor;
|
118
114
|
@activeBoxShadow: @borderBoxShadow;
|
@@ -127,16 +123,15 @@
|
|
127
123
|
@loadingOpacity: 1;
|
128
124
|
@loadingPointerEvents: auto;
|
129
125
|
@loadingTransition:
|
130
|
-
|
131
|
-
|
132
|
-
;
|
126
|
+
all 0s linear,
|
127
|
+
opacity @defaultDuration @defaultEasing;
|
133
128
|
|
134
|
-
|
129
|
+
/* -------------------
|
135
130
|
Types
|
136
|
-
|
131
|
+
-------------------- */
|
137
132
|
|
138
133
|
/* Or */
|
139
|
-
@orText:
|
134
|
+
@orText: "or";
|
140
135
|
|
141
136
|
@orGap: 0.3em;
|
142
137
|
@orHeight: (@verticalPadding * 2) + 1em;
|
@@ -156,7 +151,6 @@
|
|
156
151
|
@orTextWeight: @bold;
|
157
152
|
@orTextColor: @lightTextColor;
|
158
153
|
|
159
|
-
|
160
154
|
@orSpacerHeight: @verticalPadding;
|
161
155
|
@orSpacerColor: transparent;
|
162
156
|
|
@@ -166,7 +160,7 @@
|
|
166
160
|
/* Labeled */
|
167
161
|
@labeledLabelFontSize: @medium;
|
168
162
|
@labeledLabelAlign: center;
|
169
|
-
@labeledLabelPadding:
|
163
|
+
@labeledLabelPadding: "";
|
170
164
|
@labeledLabelFontSize: @relativeMedium;
|
171
165
|
@labeledLabelBorderColor: @borderColor;
|
172
166
|
@labeledLabelBorderOffset: -@borderBoxShadowWidth;
|
@@ -178,12 +172,11 @@
|
|
178
172
|
@labeledIconBackgroundColor: rgba(0, 0, 0, 0.05);
|
179
173
|
@labeledIconPadding: (@horizontalPadding + @labeledIconWidth);
|
180
174
|
@labeledIconBorder: transparent;
|
181
|
-
@labeledIconColor:
|
175
|
+
@labeledIconColor: "";
|
182
176
|
|
183
177
|
@labeledIconLeftShadow: -1px 0 0 0 @labeledIconBorder inset;
|
184
178
|
@labeledIconRightShadow: 1px 0 0 0 @labeledIconBorder inset;
|
185
179
|
|
186
|
-
|
187
180
|
/* Inverted */
|
188
181
|
@invertedBorderSize: 2px;
|
189
182
|
@invertedTextColor: @white;
|
@@ -205,27 +198,27 @@
|
|
205
198
|
@basicTextTransform: none;
|
206
199
|
|
207
200
|
/* Basic Hover */
|
208
|
-
@basicHoverBackground: #
|
201
|
+
@basicHoverBackground: #fff;
|
209
202
|
@basicHoverTextColor: @hoveredTextColor;
|
210
203
|
@basicHoverBoxShadow:
|
211
|
-
|
212
|
-
|
213
|
-
|
204
|
+
0 0 0 @basicBorderSize @selectedBorderColor inset,
|
205
|
+
0 0 0 0 @borderColor inset;
|
206
|
+
|
214
207
|
/* Basic Focus */
|
215
208
|
@basicFocusBackground: @basicHoverBackground;
|
216
209
|
@basicFocusTextColor: @basicHoverTextColor;
|
217
210
|
@basicFocusBoxShadow: @basicHoverBoxShadow;
|
218
211
|
|
219
212
|
/* Basic Down */
|
220
|
-
@basicDownBackground: #
|
213
|
+
@basicDownBackground: #f8f8f8;
|
221
214
|
@basicDownTextColor: @pressedTextColor;
|
222
215
|
@basicDownBoxShadow:
|
223
|
-
|
224
|
-
|
225
|
-
|
216
|
+
0 0 0 @basicBorderSize rgba(0, 0, 0, 0.15) inset,
|
217
|
+
0 1px 4px 0 @borderColor inset;
|
218
|
+
|
226
219
|
/* Basic Active */
|
227
220
|
@basicActiveBackground: @transparentBlack;
|
228
|
-
@basicActiveBoxShadow:
|
221
|
+
@basicActiveBoxShadow: "";
|
229
222
|
@basicActiveTextColor: @selectedTextColor;
|
230
223
|
|
231
224
|
/* Basic Inverted */
|
@@ -245,14 +238,13 @@
|
|
245
238
|
@basicInvertedDownColor: @darkWhiteActive;
|
246
239
|
@basicInvertedActiveColor: @invertedTextColor;
|
247
240
|
|
248
|
-
|
249
241
|
/* Basic Group */
|
250
242
|
@basicGroupBorder: @basicBorderSize solid @borderColor;
|
251
243
|
@basicGroupBoxShadow: none;
|
252
244
|
|
253
|
-
|
245
|
+
/* -------------
|
254
246
|
Tertiary
|
255
|
-
|
247
|
+
------------- */
|
256
248
|
@tertiaryVerticalPadding: 0.5em;
|
257
249
|
@tertiaryHorizontalPadding: 0.5em;
|
258
250
|
@tertiaryLineHeight: 0.2em;
|
@@ -283,9 +275,9 @@
|
|
283
275
|
@tertiaryActiveWithOverline: false;
|
284
276
|
@tertiaryActiveBackgroundColor: none;
|
285
277
|
|
286
|
-
|
278
|
+
/* -------------------
|
287
279
|
Variations
|
288
|
-
|
280
|
+
-------------------- */
|
289
281
|
|
290
282
|
/* Colors */
|
291
283
|
@coloredBackgroundImage: none;
|
@@ -347,7 +339,6 @@
|
|
347
339
|
@lightGreyTextColor: @textColor;
|
348
340
|
@lightGreyTextShadow: @textShadow;
|
349
341
|
|
350
|
-
|
351
342
|
/* Ordinality */
|
352
343
|
@primaryBackgroundImage: @coloredBackgroundImage;
|
353
344
|
@primaryTextColor: @invertedTextColor;
|
@@ -2,11 +2,11 @@
|
|
2
2
|
Container
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Element
|
7
|
-
|
7
|
+
-------------------- */
|
8
8
|
|
9
|
-
/* Minimum Gutter is used to determine
|
9
|
+
/* Minimum Gutter is used to determine the maximum container width for a given device */
|
10
10
|
|
11
11
|
@maxWidth: 100%;
|
12
12
|
@wideRatio: 1.2;
|
@@ -16,17 +16,17 @@
|
|
16
16
|
@mobileWidth: auto;
|
17
17
|
@mobileGutter: 1em;
|
18
18
|
|
19
|
-
@tabletMinimumGutter: (@emSize
|
19
|
+
@tabletMinimumGutter: (@emSize * 1);
|
20
20
|
@tabletWidth: @tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth;
|
21
21
|
@tabletWideWidth: (@tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
|
22
22
|
@tabletGutter: auto;
|
23
23
|
|
24
|
-
@computerMinimumGutter: (@emSize
|
24
|
+
@computerMinimumGutter: (@emSize * 1.5);
|
25
25
|
@computerWidth: @computerBreakpoint - (@computerMinimumGutter * 2) - @scrollbarWidth;
|
26
26
|
@computerWideWidth: (@computerBreakpoint - (@computerMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
|
27
27
|
@computerGutter: auto;
|
28
28
|
|
29
|
-
@largeMonitorMinimumGutter: (@emSize
|
29
|
+
@largeMonitorMinimumGutter: (@emSize * 2);
|
30
30
|
@largeMonitorWidth: @largeMonitorBreakpoint - (@largeMonitorMinimumGutter * 2) - @scrollbarWidth;
|
31
31
|
@largeMonitorWideWidth: (@largeMonitorBreakpoint - (@largeMonitorMinimumGutter * 2) - @scrollbarWidth) * @wideRatio;
|
32
32
|
@largeMonitorGutter: auto;
|
@@ -51,17 +51,9 @@
|
|
51
51
|
@computerVeryRelaxedGridWidth: e(%("calc(%d + %d)", @computerWidth, @veryRelaxedGridGutterWidth));
|
52
52
|
@largeMonitorVeryRelaxedGridWidth: e(%("calc(%d + %d)", @largeMonitorWidth, @veryRelaxedGridGutterWidth));
|
53
53
|
|
54
|
-
|
55
|
-
Scrolling
|
56
|
-
--------------------*/
|
57
|
-
@scrollingMobileMaxHeight: 15em;
|
58
|
-
@scrollingTabletMaxHeight: 18em;
|
59
|
-
@scrollingComputerMaxHeight: 24em;
|
60
|
-
@scrollingWidescreenMaxHeight: 30em;
|
61
|
-
|
62
|
-
/*-------------------
|
54
|
+
/* -------------------
|
63
55
|
Types
|
64
|
-
|
56
|
+
-------------------- */
|
65
57
|
|
66
58
|
/* Text */
|
67
59
|
@textWidth: 700px;
|
@@ -2,17 +2,16 @@
|
|
2
2
|
Theme Overrides
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
6
5
|
.ui.horizontal.divider::before,
|
7
6
|
.ui.horizontal.divider::after {
|
8
|
-
|
7
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
|
9
8
|
}
|
10
9
|
|
11
|
-
@media only screen and (max-width
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
10
|
+
@media only screen and (max-width: (@tabletBreakpoint - 1px)) {
|
11
|
+
.ui.stackable.grid .ui.vertical.divider::before,
|
12
|
+
.ui.grid .stackable.row .ui.vertical.divider::before,
|
13
|
+
.ui.stackable.grid .ui.vertical.divider::after,
|
14
|
+
.ui.grid .stackable.row .ui.vertical.divider::after {
|
15
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
|
16
|
+
}
|
18
17
|
}
|
@@ -2,9 +2,9 @@
|
|
2
2
|
Divider
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Element
|
7
|
-
|
7
|
+
-------------------- */
|
8
8
|
|
9
9
|
@margin: 1rem 0;
|
10
10
|
@borderStyle: solid;
|
@@ -21,21 +21,20 @@
|
|
21
21
|
@color: @darkTextColor;
|
22
22
|
@textTransform: uppercase;
|
23
23
|
|
24
|
-
|
24
|
+
/* -------------------
|
25
25
|
Coupling
|
26
|
-
|
26
|
+
-------------------- */
|
27
27
|
|
28
28
|
/* Icon */
|
29
29
|
@dividerIconSize: 1rem;
|
30
30
|
@dividerIconMargin: 0;
|
31
31
|
|
32
|
-
|
33
32
|
/*******************************
|
34
33
|
Variations
|
35
34
|
*******************************/
|
36
35
|
|
37
36
|
/* Horizontal / Vertical */
|
38
|
-
@horizontalMargin:
|
37
|
+
@horizontalMargin: "";
|
39
38
|
@horizontalDividerMargin: 1em;
|
40
39
|
@horizontalRulerOffset: e(%("calc(-50%% - %d)", @horizontalDividerMargin));
|
41
40
|
|