fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.21
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/.eslintrc.js +111 -0
- package/.github/workflows/ci.yml +14 -4
- package/.stylelintrc.js +59 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1156 -1179
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -106
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +18 -16
- package/dist/components/calendar.js +1902 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +6 -5
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +708 -737
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +129 -166
- package/dist/components/dropdown.js +4161 -4234
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +651 -675
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +44 -58
- package/dist/components/flyout.js +1464 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1979 -2004
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +45 -66
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +182 -65
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +68 -91
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +39 -40
- package/dist/components/modal.js +1491 -1485
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +21 -28
- package/dist/components/nag.js +518 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +352 -59
- package/dist/components/popup.js +1437 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +505 -523
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +43 -58
- package/dist/components/search.js +1498 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +64 -83
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +792 -809
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +43 -58
- package/dist/components/sidebar.js +1071 -1098
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +462 -476
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1287 -1306
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +639 -657
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +32 -41
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +857 -902
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +922 -963
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +93 -119
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +4 -6
- package/dist/components/toast.js +886 -887
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +179 -42
- package/dist/components/transition.js +1041 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +1220 -1244
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +2558 -1807
- package/dist/semantic.js +28960 -29413
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/examples/assets/show-examples.js +13 -13
- package/gulpfile.js +9 -10
- package/package.json +13 -8
- package/scripts/nightly-version.js +81 -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/definitions/behaviors/api.js +1157 -1180
- package/src/definitions/behaviors/form.js +1978 -2003
- package/src/definitions/behaviors/state.js +645 -663
- package/src/definitions/behaviors/visibility.js +1219 -1243
- package/src/definitions/collections/breadcrumb.less +41 -45
- package/src/definitions/collections/form.less +864 -882
- package/src/definitions/collections/grid.less +1689 -1697
- package/src/definitions/collections/menu.less +1490 -1508
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1620
- package/src/definitions/elements/button.less +1710 -1754
- package/src/definitions/elements/container.less +209 -209
- package/src/definitions/elements/divider.less +200 -209
- package/src/definitions/elements/emoji.less +38 -45
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +516 -451
- package/src/definitions/elements/image.less +219 -225
- package/src/definitions/elements/input.less +657 -663
- package/src/definitions/elements/label.less +783 -804
- package/src/definitions/elements/list.less +808 -812
- package/src/definitions/elements/loader.less +269 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +190 -196
- package/src/definitions/elements/segment.less +738 -747
- package/src/definitions/elements/step.less +424 -435
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.js +461 -475
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.js +1901 -1808
- package/src/definitions/modules/calendar.less +98 -95
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +524 -545
- package/src/definitions/modules/dimmer.js +707 -736
- package/src/definitions/modules/dimmer.less +300 -303
- package/src/definitions/modules/dropdown.js +4160 -4233
- package/src/definitions/modules/dropdown.less +1570 -1596
- package/src/definitions/modules/embed.js +650 -674
- package/src/definitions/modules/embed.less +80 -82
- package/src/definitions/modules/flyout.js +1463 -1464
- package/src/definitions/modules/flyout.less +444 -454
- package/src/definitions/modules/modal.js +1490 -1484
- package/src/definitions/modules/modal.less +459 -465
- package/src/definitions/modules/nag.js +517 -525
- package/src/definitions/modules/nag.less +134 -147
- package/src/definitions/modules/popup.js +1436 -1455
- package/src/definitions/modules/popup.less +733 -690
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +521 -497
- package/src/definitions/modules/rating.js +504 -522
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.js +1497 -1533
- package/src/definitions/modules/search.less +373 -392
- package/src/definitions/modules/shape.js +791 -808
- package/src/definitions/modules/shape.less +68 -77
- package/src/definitions/modules/sidebar.js +1070 -1097
- package/src/definitions/modules/sidebar.less +462 -474
- package/src/definitions/modules/slider.js +1286 -1305
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.js +873 -918
- package/src/definitions/modules/sticky.less +22 -23
- package/src/definitions/modules/tab.js +921 -962
- package/src/definitions/modules/tab.less +46 -52
- package/src/definitions/modules/toast.js +885 -886
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.js +1040 -1076
- package/src/definitions/modules/transition.less +62 -28
- package/src/definitions/views/ad.less +205 -206
- package/src/definitions/views/card.less +963 -969
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +435 -446
- package/src/definitions/views/statistic.less +271 -277
- package/src/theme.less +29 -32
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +11 -11
- package/src/themes/amazon/globals/site.variables +2 -3
- 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 +2 -2
- package/src/themes/basic/elements/icon.overrides +12 -13
- package/src/themes/basic/elements/icon.variables +13 -13
- 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/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +3 -3
- package/src/themes/bookish/elements/header.overrides +3 -3
- package/src/themes/bookish/elements/header.variables +2 -2
- package/src/themes/bootstrap3/elements/button.variables +7 -8
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.variables +1 -1
- package/src/themes/chubby/elements/button.overrides +7 -9
- package/src/themes/chubby/elements/button.variables +2 -2
- package/src/themes/chubby/elements/header.variables +3 -3
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +3 -3
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +4 -4
- package/src/themes/classic/collections/table.variables +2 -2
- package/src/themes/classic/elements/button.variables +20 -21
- package/src/themes/classic/elements/header.variables +3 -3
- package/src/themes/classic/modules/progress.variables +1 -1
- package/src/themes/classic/views/card.overrides +14 -14
- package/src/themes/classic/views/card.variables +4 -4
- package/src/themes/colored/modules/checkbox.variables +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +12 -12
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +14 -16
- package/src/themes/default/collections/menu.variables +19 -31
- package/src/themes/default/collections/message.variables +83 -84
- package/src/themes/default/collections/table.variables +16 -18
- package/src/themes/default/elements/button.variables +30 -31
- package/src/themes/default/elements/container.variables +4 -12
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +4 -5
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3555 -3555
- package/src/themes/default/elements/flag.variables +1594 -1594
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +16 -16
- package/src/themes/default/elements/icon.variables +2017 -2001
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +10 -10
- package/src/themes/default/elements/label.variables +19 -20
- package/src/themes/default/elements/list.variables +16 -16
- package/src/themes/default/elements/loader.variables +15 -16
- package/src/themes/default/elements/placeholder.variables +6 -7
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/segment.variables +18 -29
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +14 -16
- 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 +57 -57
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +869 -875
- package/src/themes/default/globals/variation.variables +13 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +14 -15
- 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 +6 -7
- package/src/themes/default/modules/checkbox.variables +17 -22
- package/src/themes/default/modules/dimmer.variables +7 -8
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +20 -21
- package/src/themes/default/modules/embed.variables +9 -10
- package/src/themes/default/modules/flyout.variables +6 -6
- package/src/themes/default/modules/modal.variables +18 -18
- 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 +10 -11
- package/src/themes/default/modules/rating.variables +10 -11
- package/src/themes/default/modules/search.variables +9 -11
- package/src/themes/default/modules/shape.variables +6 -6
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +48 -49
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +1 -1
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +8 -1
- package/src/themes/default/views/card.variables +20 -22
- package/src/themes/default/views/comment.variables +6 -8
- package/src/themes/default/views/feed.variables +6 -6
- package/src/themes/default/views/item.variables +6 -9
- 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 +3 -3
- package/src/themes/fixed-width/collections/grid.variables +1 -1
- package/src/themes/fixed-width/modules/modal.variables +3 -5
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +4 -5
- package/src/themes/flat/globals/site.variables +61 -66
- 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 +12 -13
- 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 +11 -12
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +5 -5
- package/src/themes/github/collections/table.variables +1 -1
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +14 -14
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +179 -179
- package/src/themes/github/elements/icon.variables +10 -10
- 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 +3 -3
- 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 +2 -3
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +2 -2
- package/src/themes/github/globals/site.variables +2 -2
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +1 -1
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/instagram/views/card.overrides +3 -4
- package/src/themes/instagram/views/card.variables +3 -4
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.variables +1 -1
- package/src/themes/material/elements/button.overrides +6 -8
- package/src/themes/material/elements/button.variables +28 -28
- package/src/themes/material/elements/header.overrides +2 -2
- package/src/themes/material/elements/header.variables +2 -4
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/elements/icon.variables +11 -11
- package/src/themes/material/globals/site.variables +78 -79
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/dropdown.variables +1 -1
- package/src/themes/material/modules/modal.overrides +2 -2
- package/src/themes/material/modules/modal.variables +1 -2
- package/src/themes/pulsar/elements/loader.overrides +58 -58
- package/src/themes/raised/elements/button.variables +8 -8
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.variables +11 -14
- 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 +5 -5
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +4 -4
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +6 -7
- package/src/themes/twitter/elements/emoji.variables +3555 -3555
- package/tasks/admin/components/create.js +274 -276
- package/tasks/admin/components/init.js +123 -130
- package/tasks/admin/components/update.js +149 -157
- package/tasks/admin/distributions/create.js +184 -187
- package/tasks/admin/distributions/init.js +123 -130
- package/tasks/admin/distributions/update.js +145 -152
- package/tasks/admin/publish.js +5 -7
- package/tasks/admin/register.js +36 -38
- package/tasks/admin/release.js +8 -10
- package/tasks/build/assets.js +42 -39
- package/tasks/build/css.js +225 -216
- package/tasks/build/javascript.js +118 -113
- package/tasks/build.js +10 -10
- package/tasks/check-install.js +14 -16
- package/tasks/clean.js +5 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +18 -20
- package/tasks/collections/docs.js +9 -11
- package/tasks/collections/install.js +9 -11
- package/tasks/collections/rtl.js +9 -11
- package/tasks/collections/various.js +8 -10
- package/tasks/config/admin/github.js +17 -17
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +18 -20
- package/tasks/config/admin/templates/less-package.js +11 -13
- package/tasks/config/defaults.js +116 -114
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +8 -9
- package/tasks/config/project/config.js +127 -134
- package/tasks/config/project/install.js +715 -713
- package/tasks/config/project/release.js +32 -38
- package/tasks/config/tasks.js +165 -156
- package/tasks/config/user.js +23 -26
- package/tasks/docs/build.js +97 -95
- package/tasks/docs/metadata.js +90 -96
- package/tasks/docs/serve.js +80 -81
- package/tasks/install.js +370 -378
- package/tasks/rtl/build.js +2 -2
- package/tasks/rtl/watch.js +2 -2
- package/tasks/version.js +4 -4
- package/tasks/watch.js +28 -30
- package/test/meteor/assets.js +10 -13
- 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
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
// @textColor
|
6
6
|
|
7
|
-
|
7
|
+
/* -------------------
|
8
8
|
Elements
|
9
|
-
|
9
|
+
-------------------- */
|
10
10
|
|
11
11
|
@verticalMargin: 1em;
|
12
12
|
@verticalPadding: 1em;
|
@@ -20,15 +20,15 @@
|
|
20
20
|
@borderShadow: 0 0 0 @borderWidth @strongBorderColor inset;
|
21
21
|
@shadowShadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
22
22
|
@boxShadow:
|
23
|
-
|
24
|
-
|
23
|
+
@borderShadow,
|
24
|
+
@shadowShadow
|
25
25
|
;
|
26
26
|
|
27
27
|
@transition:
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
28
|
+
opacity @defaultDuration @defaultEasing,
|
29
|
+
color @defaultDuration @defaultEasing,
|
30
|
+
background @defaultDuration @defaultEasing,
|
31
|
+
box-shadow @defaultDuration @defaultEasing
|
32
32
|
;
|
33
33
|
|
34
34
|
/* Header */
|
@@ -59,10 +59,9 @@
|
|
59
59
|
@closeOpacity: 0.7;
|
60
60
|
@closeTransition: opacity @defaultDuration @defaultEasing;
|
61
61
|
|
62
|
-
|
63
|
-
/*-------------------
|
62
|
+
/* -------------------
|
64
63
|
Types
|
65
|
-
|
64
|
+
-------------------- */
|
66
65
|
|
67
66
|
/* Icon Message */
|
68
67
|
@iconSize: 3em;
|
@@ -75,154 +74,154 @@
|
|
75
74
|
@attachedYOffset: -1px;
|
76
75
|
@attachedBoxShadow: 0 0 0 @borderWidth @borderColor inset;
|
77
76
|
@attachedBottomBoxShadow:
|
78
|
-
|
79
|
-
|
77
|
+
@attachedBoxShadow,
|
78
|
+
@subtleShadow
|
80
79
|
;
|
81
80
|
|
82
81
|
/* Floating */
|
83
82
|
@floatingBoxShadow:
|
84
|
-
|
85
|
-
|
83
|
+
@borderShadow,
|
84
|
+
@floatingShadow
|
86
85
|
;
|
87
86
|
|
88
87
|
/* Colors */
|
89
88
|
@redBoxShadow:
|
90
|
-
|
91
|
-
|
89
|
+
0 0 0 @borderWidth @redBorderColor inset,
|
90
|
+
@shadowShadow
|
92
91
|
;
|
93
92
|
@redBoxFloatingShadow:
|
94
|
-
|
95
|
-
|
93
|
+
0 0 0 @borderWidth @redBorderColor inset,
|
94
|
+
@floatingShadow
|
96
95
|
;
|
97
96
|
@orangeBoxShadow:
|
98
|
-
|
99
|
-
|
97
|
+
0 0 0 @borderWidth @orangeBorderColor inset,
|
98
|
+
@shadowShadow
|
100
99
|
;
|
101
100
|
@orangeBoxFloatingShadow:
|
102
|
-
|
103
|
-
|
101
|
+
0 0 0 @borderWidth @orangeBorderColor inset,
|
102
|
+
@floatingShadow
|
104
103
|
;
|
105
104
|
@yellowBoxShadow:
|
106
|
-
|
107
|
-
|
105
|
+
0 0 0 @borderWidth @yellowBorderColor inset,
|
106
|
+
@shadowShadow
|
108
107
|
;
|
109
108
|
@yellowBoxFloatingShadow:
|
110
|
-
|
111
|
-
|
109
|
+
0 0 0 @borderWidth @yellowBorderColor inset,
|
110
|
+
@floatingShadow
|
112
111
|
;
|
113
112
|
@oliveBoxShadow:
|
114
|
-
|
115
|
-
|
113
|
+
0 0 0 @borderWidth @oliveBorderColor inset,
|
114
|
+
@shadowShadow
|
116
115
|
;
|
117
116
|
@oliveBoxFloatingShadow:
|
118
|
-
|
119
|
-
|
117
|
+
0 0 0 @borderWidth @oliveBorderColor inset,
|
118
|
+
@floatingShadow
|
120
119
|
;
|
121
120
|
@greenBoxShadow:
|
122
|
-
|
123
|
-
|
121
|
+
0 0 0 @borderWidth @greenBorderColor inset,
|
122
|
+
@shadowShadow
|
124
123
|
;
|
125
124
|
@greenBoxFloatingShadow:
|
126
|
-
|
127
|
-
|
125
|
+
0 0 0 @borderWidth @greenBorderColor inset,
|
126
|
+
@floatingShadow
|
128
127
|
;
|
129
128
|
@tealBoxShadow:
|
130
|
-
|
131
|
-
|
129
|
+
0 0 0 @borderWidth @tealBorderColor inset,
|
130
|
+
@shadowShadow
|
132
131
|
;
|
133
132
|
@tealBoxFloatingShadow:
|
134
|
-
|
135
|
-
|
133
|
+
0 0 0 @borderWidth @tealBorderColor inset,
|
134
|
+
@floatingShadow
|
136
135
|
;
|
137
136
|
@blueBoxShadow:
|
138
|
-
|
139
|
-
|
137
|
+
0 0 0 @borderWidth @blueBorderColor inset,
|
138
|
+
@shadowShadow
|
140
139
|
;
|
141
140
|
@blueBoxFloatingShadow:
|
142
|
-
|
143
|
-
|
141
|
+
0 0 0 @borderWidth @blueBorderColor inset,
|
142
|
+
@floatingShadow
|
144
143
|
;
|
145
144
|
@violetBoxShadow:
|
146
|
-
|
147
|
-
|
145
|
+
0 0 0 @borderWidth @violetBorderColor inset,
|
146
|
+
@shadowShadow
|
148
147
|
;
|
149
148
|
@violetBoxFloatingShadow:
|
150
|
-
|
151
|
-
|
149
|
+
0 0 0 @borderWidth @violetBorderColor inset,
|
150
|
+
@floatingShadow
|
152
151
|
;
|
153
152
|
@purpleBoxShadow:
|
154
|
-
|
155
|
-
|
153
|
+
0 0 0 @borderWidth @purpleBorderColor inset,
|
154
|
+
@shadowShadow
|
156
155
|
;
|
157
156
|
@purpleBoxFloatingShadow:
|
158
|
-
|
159
|
-
|
157
|
+
0 0 0 @borderWidth @purpleBorderColor inset,
|
158
|
+
@floatingShadow
|
160
159
|
;
|
161
160
|
@pinkBoxShadow:
|
162
|
-
|
163
|
-
|
161
|
+
0 0 0 @borderWidth @pinkBorderColor inset,
|
162
|
+
@shadowShadow
|
164
163
|
;
|
165
164
|
@pinkBoxFloatingShadow:
|
166
|
-
|
167
|
-
|
165
|
+
0 0 0 @borderWidth @pinkBorderColor inset,
|
166
|
+
@floatingShadow
|
168
167
|
;
|
169
168
|
@brownBoxShadow:
|
170
|
-
|
171
|
-
|
169
|
+
0 0 0 @borderWidth @brownBorderColor inset,
|
170
|
+
@shadowShadow
|
172
171
|
;
|
173
172
|
@brownBoxFloatingShadow:
|
174
|
-
|
175
|
-
|
173
|
+
0 0 0 @borderWidth @brownBorderColor inset,
|
174
|
+
@floatingShadow
|
176
175
|
;
|
177
176
|
|
178
177
|
/* Warning / Positive / Negative / Info */
|
179
178
|
@positiveBoxShadow:
|
180
|
-
|
181
|
-
|
179
|
+
0 0 0 @borderWidth @positiveBorderColor inset,
|
180
|
+
@shadowShadow
|
182
181
|
;
|
183
182
|
@positiveBoxFloatingShadow:
|
184
|
-
|
185
|
-
|
183
|
+
0 0 0 @borderWidth @positiveBorderColor inset,
|
184
|
+
@floatingShadow
|
186
185
|
;
|
187
186
|
@negativeBoxShadow:
|
188
|
-
|
189
|
-
|
187
|
+
0 0 0 @borderWidth @negativeBorderColor inset,
|
188
|
+
@shadowShadow
|
190
189
|
;
|
191
190
|
@negativeBoxFloatingShadow:
|
192
|
-
|
193
|
-
|
191
|
+
0 0 0 @borderWidth @negativeBorderColor inset,
|
192
|
+
@floatingShadow
|
194
193
|
;
|
195
194
|
@infoBoxShadow:
|
196
|
-
|
197
|
-
|
195
|
+
0 0 0 @borderWidth @infoBorderColor inset,
|
196
|
+
@shadowShadow
|
198
197
|
;
|
199
198
|
@infoBoxFloatingShadow:
|
200
|
-
|
201
|
-
|
199
|
+
0 0 0 @borderWidth @infoBorderColor inset,
|
200
|
+
@floatingShadow
|
202
201
|
;
|
203
202
|
@warningBoxShadow:
|
204
|
-
|
205
|
-
|
203
|
+
0 0 0 @borderWidth @warningBorderColor inset,
|
204
|
+
@shadowShadow
|
206
205
|
;
|
207
206
|
@warningBoxFloatingShadow:
|
208
|
-
|
209
|
-
|
207
|
+
0 0 0 @borderWidth @warningBorderColor inset,
|
208
|
+
@floatingShadow
|
210
209
|
;
|
211
210
|
@errorBoxShadow:
|
212
|
-
|
213
|
-
|
211
|
+
0 0 0 @borderWidth @errorBorderColor inset,
|
212
|
+
@shadowShadow
|
214
213
|
;
|
215
214
|
@errorBoxFloatingShadow:
|
216
|
-
|
217
|
-
|
215
|
+
0 0 0 @borderWidth @errorBorderColor inset,
|
216
|
+
@floatingShadow
|
218
217
|
;
|
219
218
|
@successBoxShadow:
|
220
|
-
|
221
|
-
|
219
|
+
0 0 0 @borderWidth @successBorderColor inset,
|
220
|
+
@shadowShadow
|
222
221
|
;
|
223
222
|
@successBoxFloatingShadow:
|
224
|
-
|
225
|
-
|
223
|
+
0 0 0 @borderWidth @successBorderColor inset,
|
224
|
+
@floatingShadow
|
226
225
|
;
|
227
226
|
|
228
227
|
@miniMessageSize: @relativeMini;
|
@@ -231,4 +230,4 @@
|
|
231
230
|
@largeMessageSize: @relativeLarge;
|
232
231
|
@bigMessageSize: @relativeBig;
|
233
232
|
@hugeMessageSize: @relativeHuge;
|
234
|
-
@massiveMessageSize: @relativeMassive;
|
233
|
+
@massiveMessageSize: @relativeMassive;
|
@@ -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,8 +13,8 @@
|
|
13
13
|
@borderSpacing: 0;
|
14
14
|
@borderRadius: @defaultBorderRadius;
|
15
15
|
@transition:
|
16
|
-
|
17
|
-
|
16
|
+
background @defaultDuration @defaultEasing,
|
17
|
+
color @defaultDuration @defaultEasing
|
18
18
|
;
|
19
19
|
@background: @white;
|
20
20
|
@color: @textColor;
|
@@ -24,9 +24,9 @@
|
|
24
24
|
@textAlign: left;
|
25
25
|
@verticalAlign: middle;
|
26
26
|
|
27
|
-
|
27
|
+
/* --------------
|
28
28
|
Parts
|
29
|
-
|
29
|
+
--------------- */
|
30
30
|
|
31
31
|
/* Table Row */
|
32
32
|
@rowBorder: 1px solid @internalBorderColor;
|
@@ -78,9 +78,9 @@
|
|
78
78
|
@responsiveCellBoxShadow: none;
|
79
79
|
@responsiveCellHeaderFontWeight: @bold;
|
80
80
|
|
81
|
-
|
81
|
+
/* -------------------
|
82
82
|
Types
|
83
|
-
|
83
|
+
-------------------- */
|
84
84
|
|
85
85
|
/* Definition */
|
86
86
|
@definitionPageBackground: @white;
|
@@ -102,16 +102,15 @@
|
|
102
102
|
@definitionColumnTextAlign: '';
|
103
103
|
@definitionColumnHorizontalPadding: '';
|
104
104
|
|
105
|
-
|
106
|
-
/*--------------
|
105
|
+
/* --------------
|
107
106
|
Couplings
|
108
|
-
|
107
|
+
--------------- */
|
109
108
|
|
110
109
|
@iconVerticalAlign: baseline;
|
111
110
|
|
112
|
-
|
111
|
+
/* --------------
|
113
112
|
States
|
114
|
-
|
113
|
+
--------------- */
|
115
114
|
|
116
115
|
@stateMarkerWidth: 0;
|
117
116
|
|
@@ -157,9 +156,9 @@
|
|
157
156
|
@activeBackgroundHover: #EFEFEF;
|
158
157
|
@activeColorHover: @selectedTextColor;
|
159
158
|
|
160
|
-
|
159
|
+
/* --------------
|
161
160
|
Types
|
162
|
-
|
161
|
+
--------------- */
|
163
162
|
|
164
163
|
/* Attached */
|
165
164
|
@attachedTopOffset: 0;
|
@@ -169,8 +168,8 @@
|
|
169
168
|
@attachedBoxShadow: none;
|
170
169
|
@attachedBorder: @borderWidth solid @solidBorderColor;
|
171
170
|
@attachedBottomBoxShadow:
|
172
|
-
|
173
|
-
|
171
|
+
@boxShadow,
|
172
|
+
@attachedBoxShadow
|
174
173
|
;
|
175
174
|
|
176
175
|
/* Striped */
|
@@ -295,7 +294,6 @@
|
|
295
294
|
@overflowingComputerMaxHeight: (@overflowingItemHeight * @overflowingComputerMaxItems);
|
296
295
|
@overflowingWidescreenMaxHeight: (@overflowingItemHeight * @overflowingWidescreenMaxItems);
|
297
296
|
|
298
|
-
|
299
297
|
/* Sizes */
|
300
298
|
@small: 0.9em;
|
301
299
|
@medium: 1em;
|
@@ -2,9 +2,9 @@
|
|
2
2
|
Button
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Element
|
7
|
-
|
7
|
+
-------------------- */
|
8
8
|
|
9
9
|
/* Button */
|
10
10
|
@verticalMargin: 0;
|
@@ -39,8 +39,8 @@
|
|
39
39
|
@borderBoxShadowWidth: 1px;
|
40
40
|
@borderBoxShadow: 0 0 0 @borderBoxShadowWidth @borderBoxShadowColor inset;
|
41
41
|
@boxShadow:
|
42
|
-
|
43
|
-
|
42
|
+
@borderBoxShadow,
|
43
|
+
@shadowBoxShadow
|
44
44
|
;
|
45
45
|
|
46
46
|
/* Icon */
|
@@ -58,20 +58,21 @@
|
|
58
58
|
@invertedLoaderFillColor: rgba(0, 0, 0, 0.15);
|
59
59
|
|
60
60
|
@transition:
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
61
|
+
opacity @defaultDuration @defaultEasing,
|
62
|
+
background-color @defaultDuration @defaultEasing,
|
63
|
+
color @defaultDuration @defaultEasing,
|
64
|
+
box-shadow @defaultDuration @defaultEasing,
|
65
|
+
background @defaultDuration @defaultEasing
|
66
66
|
;
|
67
|
+
|
67
68
|
/*
|
68
69
|
@willChange: box-shadow, transform, opacity, color, background;
|
69
70
|
*/
|
70
71
|
@willChange: auto;
|
71
72
|
|
72
|
-
|
73
|
+
/* -------------------
|
73
74
|
Group
|
74
|
-
|
75
|
+
-------------------- */
|
75
76
|
|
76
77
|
@groupBoxShadow: none;
|
77
78
|
@groupButtonBoxShadow: @boxShadow;
|
@@ -79,9 +80,9 @@
|
|
79
80
|
@groupButtonOffset: 0 0 0 0;
|
80
81
|
@verticalGroupOffset: 0 0 0 0;
|
81
82
|
|
82
|
-
|
83
|
+
/* -------------------
|
83
84
|
States
|
84
|
-
|
85
|
+
-------------------- */
|
85
86
|
|
86
87
|
/* Hovered */
|
87
88
|
@hoverBackgroundColor: #CACBCD;
|
@@ -106,8 +107,8 @@
|
|
106
107
|
@downBackgroundImage: '';
|
107
108
|
@downPressedShadow: none;
|
108
109
|
@downBoxShadow:
|
109
|
-
|
110
|
-
|
110
|
+
@borderBoxShadow,
|
111
|
+
@downPressedShadow
|
111
112
|
;
|
112
113
|
@downColor: @pressedTextColor;
|
113
114
|
|
@@ -127,13 +128,13 @@
|
|
127
128
|
@loadingOpacity: 1;
|
128
129
|
@loadingPointerEvents: auto;
|
129
130
|
@loadingTransition:
|
130
|
-
|
131
|
-
|
131
|
+
all 0s linear,
|
132
|
+
opacity @defaultDuration @defaultEasing
|
132
133
|
;
|
133
134
|
|
134
|
-
|
135
|
+
/* -------------------
|
135
136
|
Types
|
136
|
-
|
137
|
+
-------------------- */
|
137
138
|
|
138
139
|
/* Or */
|
139
140
|
@orText: 'or';
|
@@ -156,7 +157,6 @@
|
|
156
157
|
@orTextWeight: @bold;
|
157
158
|
@orTextColor: @lightTextColor;
|
158
159
|
|
159
|
-
|
160
160
|
@orSpacerHeight: @verticalPadding;
|
161
161
|
@orSpacerColor: transparent;
|
162
162
|
|
@@ -183,7 +183,6 @@
|
|
183
183
|
@labeledIconLeftShadow: -1px 0 0 0 @labeledIconBorder inset;
|
184
184
|
@labeledIconRightShadow: 1px 0 0 0 @labeledIconBorder inset;
|
185
185
|
|
186
|
-
|
187
186
|
/* Inverted */
|
188
187
|
@invertedBorderSize: 2px;
|
189
188
|
@invertedTextColor: @white;
|
@@ -208,9 +207,10 @@
|
|
208
207
|
@basicHoverBackground: #FFFFFF;
|
209
208
|
@basicHoverTextColor: @hoveredTextColor;
|
210
209
|
@basicHoverBoxShadow:
|
211
|
-
|
212
|
-
|
210
|
+
0 0 0 @basicBorderSize @selectedBorderColor inset,
|
211
|
+
0 0 0 0 @borderColor inset
|
213
212
|
;
|
213
|
+
|
214
214
|
/* Basic Focus */
|
215
215
|
@basicFocusBackground: @basicHoverBackground;
|
216
216
|
@basicFocusTextColor: @basicHoverTextColor;
|
@@ -220,9 +220,10 @@
|
|
220
220
|
@basicDownBackground: #F8F8F8;
|
221
221
|
@basicDownTextColor: @pressedTextColor;
|
222
222
|
@basicDownBoxShadow:
|
223
|
-
|
224
|
-
|
223
|
+
0 0 0 @basicBorderSize rgba(0, 0, 0, 0.15) inset,
|
224
|
+
0 1px 4px 0 @borderColor inset
|
225
225
|
;
|
226
|
+
|
226
227
|
/* Basic Active */
|
227
228
|
@basicActiveBackground: @transparentBlack;
|
228
229
|
@basicActiveBoxShadow: '';
|
@@ -245,14 +246,13 @@
|
|
245
246
|
@basicInvertedDownColor: @darkWhiteActive;
|
246
247
|
@basicInvertedActiveColor: @invertedTextColor;
|
247
248
|
|
248
|
-
|
249
249
|
/* Basic Group */
|
250
250
|
@basicGroupBorder: @basicBorderSize solid @borderColor;
|
251
251
|
@basicGroupBoxShadow: none;
|
252
252
|
|
253
|
-
|
253
|
+
/* -------------
|
254
254
|
Tertiary
|
255
|
-
|
255
|
+
------------- */
|
256
256
|
@tertiaryVerticalPadding: 0.5em;
|
257
257
|
@tertiaryHorizontalPadding: 0.5em;
|
258
258
|
@tertiaryLineHeight: 0.2em;
|
@@ -283,9 +283,9 @@
|
|
283
283
|
@tertiaryActiveWithOverline: false;
|
284
284
|
@tertiaryActiveBackgroundColor: none;
|
285
285
|
|
286
|
-
|
286
|
+
/* -------------------
|
287
287
|
Variations
|
288
|
-
|
288
|
+
-------------------- */
|
289
289
|
|
290
290
|
/* Colors */
|
291
291
|
@coloredBackgroundImage: none;
|
@@ -347,7 +347,6 @@
|
|
347
347
|
@lightGreyTextColor: @textColor;
|
348
348
|
@lightGreyTextShadow: @textShadow;
|
349
349
|
|
350
|
-
|
351
350
|
/* Ordinality */
|
352
351
|
@primaryBackgroundImage: @coloredBackgroundImage;
|
353
352
|
@primaryTextColor: @invertedTextColor;
|
@@ -2,9 +2,9 @@
|
|
2
2
|
Container
|
3
3
|
*******************************/
|
4
4
|
|
5
|
-
|
5
|
+
/* -------------------
|
6
6
|
Element
|
7
|
-
|
7
|
+
-------------------- */
|
8
8
|
|
9
9
|
/* Minimum Gutter is used to determine the maximum container width for a given device */
|
10
10
|
|
@@ -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,15 +21,14 @@
|
|
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
|
*******************************/
|