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
@@ -8,13 +8,11 @@
|
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
11
|
-
|
12
|
-
|
13
11
|
/*******************************
|
14
12
|
Theme
|
15
13
|
*******************************/
|
16
14
|
|
17
|
-
@type
|
15
|
+
@type : 'module';
|
18
16
|
@element : 'flyout';
|
19
17
|
|
20
18
|
@import (multiple) '../../theme.config';
|
@@ -25,626 +23,618 @@
|
|
25
23
|
|
26
24
|
/* Flyout Menu */
|
27
25
|
.ui.flyout {
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
z-index: @topLayer;
|
46
|
-
|
47
|
-
background: #FFFFFF;
|
26
|
+
position: fixed;
|
27
|
+
top: 0;
|
28
|
+
left: 0;
|
29
|
+
backface-visibility: hidden;
|
30
|
+
transition: none;
|
31
|
+
will-change: transform;
|
32
|
+
transform: translate3d(0, 0, 0);
|
33
|
+
visibility: hidden;
|
34
|
+
-webkit-overflow-scrolling: touch;
|
35
|
+
height: 100%;
|
36
|
+
max-height: 100%;
|
37
|
+
max-width: 100%;
|
38
|
+
border-radius: 0;
|
39
|
+
margin: 0;
|
40
|
+
overflow-y: hidden;
|
41
|
+
z-index: @topLayer;
|
42
|
+
background: #FFFFFF;
|
48
43
|
}
|
49
44
|
|
50
45
|
/* GPU Layers for Child Elements */
|
51
46
|
.ui.flyout > * {
|
52
|
-
|
47
|
+
backface-visibility: hidden;
|
53
48
|
}
|
54
49
|
|
55
|
-
|
50
|
+
/* --------------
|
56
51
|
Close
|
57
|
-
|
52
|
+
--------------- */
|
58
53
|
.ui.flyout > .close {
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
54
|
+
cursor: pointer;
|
55
|
+
position: absolute;
|
56
|
+
top: @closeTop;
|
57
|
+
right: @closeRight;
|
58
|
+
z-index: 1;
|
59
|
+
opacity: @closeOpacity;
|
60
|
+
font-size: @closeSize;
|
61
|
+
color: @closeColor;
|
62
|
+
width: @closeHitbox;
|
63
|
+
height: @closeHitbox;
|
64
|
+
padding: @closePadding;
|
65
|
+
margin: @closeMargin;
|
66
|
+
text-align: right;
|
72
67
|
}
|
73
68
|
|
74
69
|
.ui.flyout > .close:focus,
|
75
70
|
.ui.flyout > .close:hover {
|
76
|
-
|
77
|
-
|
71
|
+
opacity: 1;
|
72
|
+
outline: none;
|
78
73
|
}
|
79
74
|
|
80
|
-
|
75
|
+
/* --------------
|
81
76
|
Header
|
82
|
-
|
77
|
+
--------------- */
|
83
78
|
.ui.flyout > .header {
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
79
|
+
display: block;
|
80
|
+
background: @headerBackground;
|
81
|
+
margin: @headerMargin;
|
82
|
+
padding: @headerPadding;
|
83
|
+
box-shadow: @headerBoxShadow;
|
84
|
+
color: @headerColor;
|
85
|
+
border-bottom: @headerBorder;
|
91
86
|
}
|
92
87
|
|
93
|
-
|
88
|
+
/* --------------
|
94
89
|
Content
|
95
|
-
|
90
|
+
--------------- */
|
96
91
|
.ui.flyout > .content {
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
92
|
+
display: block;
|
93
|
+
width: 100%;
|
94
|
+
font-size: @contentFontSize;
|
95
|
+
line-height: @contentLineHeight;
|
96
|
+
padding: @contentPadding;
|
97
|
+
background: @contentBackground;
|
98
|
+
&.scrolling when(@variationFlyoutScrolling) {
|
99
|
+
overflow: auto;
|
100
|
+
overscroll-behavior: @overscrollBehavior;
|
101
|
+
}
|
103
102
|
}
|
104
103
|
.ui.flyout.left > .content,
|
105
104
|
.ui.flyout.right > .content {
|
106
|
-
|
107
|
-
}
|
108
|
-
|
109
|
-
.ui.flyout.left > .scrolling.content,
|
110
|
-
.ui.flyout.right > .scrolling.content{
|
111
|
-
max-height: @scrollingContentMaxHeight;
|
112
|
-
overflow: auto;
|
105
|
+
min-height: @contentMinHeight;
|
113
106
|
}
|
107
|
+
& when(@variationFlyoutScrolling) {
|
108
|
+
.ui.flyout.left > .scrolling.content,
|
109
|
+
.ui.flyout.right > .scrolling.content {
|
110
|
+
max-height: @scrollingContentMaxHeight;
|
111
|
+
}
|
114
112
|
|
115
|
-
.ui.flyout.top > .scrolling.content,
|
116
|
-
.ui.flyout.bottom > .scrolling.content{
|
117
|
-
|
118
|
-
|
113
|
+
.ui.flyout.top > .scrolling.content,
|
114
|
+
.ui.flyout.bottom > .scrolling.content {
|
115
|
+
max-height: @scrollingContentMaxHeightTopBottom;
|
116
|
+
}
|
119
117
|
}
|
120
118
|
|
121
119
|
& when (@variationFlyoutActions) {
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
120
|
+
/* --------------
|
121
|
+
Actions
|
122
|
+
--------------- */
|
123
|
+
.ui.flyout > .actions {
|
124
|
+
background: @actionBackground;
|
125
|
+
padding: @actionPadding;
|
126
|
+
border-top: @actionBorder;
|
127
|
+
text-align: @actionAlign;
|
128
|
+
}
|
129
|
+
.ui.flyout .actions > .button:not(.fluid) {
|
130
|
+
margin-left: @buttonDistance;
|
131
|
+
}
|
132
|
+
& when (@variationFlyoutBasic) {
|
133
|
+
.ui.ui.flyout > .basic.actions {
|
134
|
+
border-top: none;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
& when (@variationFlyoutLeftActions) {
|
138
|
+
.ui.flyout > .left.actions {
|
139
|
+
text-align: left;
|
140
|
+
& > .button:not(.fluid) {
|
141
|
+
margin-left: @buttonLeftDistance;
|
142
|
+
margin-right: @buttonLeftDistance;
|
143
|
+
}
|
144
|
+
}
|
146
145
|
}
|
147
|
-
}
|
148
146
|
}
|
149
147
|
& when (@variationFlyoutCentered) {
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
148
|
+
.ui.flyout > .centered,
|
149
|
+
.ui.flyout > .center.aligned {
|
150
|
+
text-align: center;
|
151
|
+
&.actions > .button:not(.fluid) when (@variationFlyoutActions) {
|
152
|
+
margin-left: @buttonCenteredDistance;
|
153
|
+
margin-right: @buttonCenteredDistance;
|
154
|
+
}
|
156
155
|
}
|
157
|
-
}
|
158
156
|
}
|
159
157
|
& when (@variationFlyoutBasic) {
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
158
|
+
.ui.ui.flyout > .basic.header,
|
159
|
+
.ui.ui.flyout > .basic.actions {
|
160
|
+
background-color: transparent;
|
161
|
+
}
|
162
|
+
.ui.flyout > .basic.header {
|
163
|
+
border-bottom: none;
|
164
|
+
}
|
167
165
|
}
|
168
166
|
|
169
|
-
|
167
|
+
/* --------------
|
170
168
|
Direction
|
171
|
-
|
169
|
+
--------------- */
|
172
170
|
& when (@variationFlyoutLeft) {
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
171
|
+
.ui.left.flyout {
|
172
|
+
right: auto;
|
173
|
+
left: 0;
|
174
|
+
transform: translate3d(-100%, 0, 0);
|
175
|
+
}
|
178
176
|
}
|
179
177
|
& when (@variationFlyoutRight) {
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
178
|
+
.ui.right.flyout {
|
179
|
+
right: 0;
|
180
|
+
left: auto;
|
181
|
+
transform: translate3d(100%, 0, 0);
|
182
|
+
}
|
185
183
|
}
|
186
184
|
|
187
185
|
& when (@variationFlyoutTop) or (@variationFlyoutBottom) {
|
188
|
-
|
189
|
-
.ui.bottom.flyout {
|
190
|
-
width: 100%;
|
191
|
-
height: auto;
|
192
|
-
}
|
193
|
-
& when (@variationFlyoutTop) {
|
194
|
-
.ui.top.flyout {
|
195
|
-
top: 0;
|
196
|
-
bottom: auto;
|
197
|
-
transform: translate3d(0, -100%, 0);
|
198
|
-
}
|
199
|
-
}
|
200
|
-
& when (@variationFlyoutBottom) {
|
186
|
+
.ui.top.flyout,
|
201
187
|
.ui.bottom.flyout {
|
202
|
-
|
203
|
-
|
204
|
-
|
188
|
+
width: 100%;
|
189
|
+
height: auto;
|
190
|
+
}
|
191
|
+
& when (@variationFlyoutTop) {
|
192
|
+
.ui.top.flyout {
|
193
|
+
top: 0;
|
194
|
+
bottom: auto;
|
195
|
+
transform: translate3d(0, -100%, 0);
|
196
|
+
}
|
197
|
+
}
|
198
|
+
& when (@variationFlyoutBottom) {
|
199
|
+
.ui.bottom.flyout {
|
200
|
+
top: auto;
|
201
|
+
bottom: 0;
|
202
|
+
transform: translate3d(0, 100%, 0);
|
203
|
+
}
|
205
204
|
}
|
206
|
-
}
|
207
205
|
}
|
208
206
|
|
209
|
-
|
210
|
-
/*--------------
|
207
|
+
/* --------------
|
211
208
|
Pushable
|
212
|
-
|
209
|
+
--------------- */
|
213
210
|
|
214
211
|
.pushable.pushable.pushable {
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
212
|
+
height: 100%;
|
213
|
+
overflow-x: hidden;
|
214
|
+
padding: 0;
|
215
|
+
&.locked {
|
216
|
+
overflow-y: hidden;
|
217
|
+
background: inherit;
|
218
|
+
}
|
222
219
|
}
|
223
220
|
|
224
221
|
/* Whole Page */
|
225
222
|
body.pushable {
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
223
|
+
background: @canvasBackground;
|
224
|
+
&.dimmed {
|
225
|
+
background: inherit;
|
226
|
+
}
|
230
227
|
}
|
231
228
|
|
232
229
|
/* Page Context */
|
233
230
|
.pushable:not(body) {
|
234
|
-
|
235
|
-
|
231
|
+
transform: translate3d(0, 0, 0);
|
232
|
+
overflow-y: hidden;
|
236
233
|
}
|
237
234
|
.pushable:not(body) > .ui.flyout,
|
238
235
|
.pushable:not(body) > .fixed,
|
239
236
|
.pushable:not(body) > .pusher::after {
|
240
|
-
|
237
|
+
position: absolute;
|
241
238
|
}
|
242
239
|
|
243
|
-
|
244
|
-
/*--------------
|
240
|
+
/* --------------
|
245
241
|
Fixed
|
246
|
-
|
242
|
+
--------------- */
|
247
243
|
|
248
244
|
.pushable > .fixed {
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
z-index: @fixedLayer;
|
245
|
+
position: fixed;
|
246
|
+
backface-visibility: hidden;
|
247
|
+
transition: transform @duration @easing;
|
248
|
+
will-change: transform;
|
249
|
+
z-index: @fixedLayer;
|
255
250
|
}
|
256
251
|
|
257
|
-
|
252
|
+
/* --------------
|
258
253
|
Page
|
259
|
-
|
254
|
+
--------------- */
|
260
255
|
|
261
256
|
.pushable > .pusher {
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
257
|
+
position: relative;
|
258
|
+
backface-visibility: hidden;
|
259
|
+
min-height: 100%;
|
260
|
+
transition: transform @duration @easing;
|
261
|
+
z-index: @middleLayer;
|
262
|
+
|
263
|
+
/* Pusher should inherit background from context */
|
264
|
+
background: inherit;
|
265
|
+
&:not(.overflowing) {
|
266
|
+
overflow: hidden;
|
267
|
+
}
|
273
268
|
}
|
274
269
|
|
275
270
|
body.pushable > .pusher {
|
276
|
-
|
271
|
+
background: @pageBackground;
|
277
272
|
}
|
278
273
|
|
279
|
-
|
274
|
+
/* --------------
|
280
275
|
Dimmer
|
281
|
-
|
276
|
+
--------------- */
|
282
277
|
|
283
278
|
.pushable > .pusher::after {
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
}
|
295
|
-
|
296
|
-
|
279
|
+
position: fixed;
|
280
|
+
top: 0;
|
281
|
+
right: 0;
|
282
|
+
content: '';
|
283
|
+
background: @dimmerColor;
|
284
|
+
overflow: hidden;
|
285
|
+
opacity: 0;
|
286
|
+
transition: @dimmerTransition;
|
287
|
+
will-change: opacity;
|
288
|
+
z-index: @dimmerLayer;
|
289
|
+
}
|
290
|
+
|
291
|
+
/* --------------
|
297
292
|
Coupling
|
298
|
-
|
293
|
+
--------------- */
|
299
294
|
|
300
295
|
.ui.flyout.menu .item {
|
301
|
-
|
296
|
+
border-radius: 0 !important;
|
302
297
|
}
|
303
298
|
|
304
299
|
/*******************************
|
305
300
|
States
|
306
301
|
*******************************/
|
307
302
|
|
308
|
-
|
303
|
+
/* --------------
|
309
304
|
Dimmed
|
310
|
-
|
305
|
+
--------------- */
|
311
306
|
|
312
307
|
.pushable > .pusher.dimmed::after {
|
313
|
-
|
314
|
-
|
315
|
-
|
308
|
+
width: 100% !important;
|
309
|
+
height: 100% !important;
|
310
|
+
opacity: 1 !important;
|
316
311
|
}
|
317
312
|
& when (@variationFlyoutBlurring) {
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
313
|
+
.pushable > .pusher.dimmed.blurring:not(.closing)::after {
|
314
|
+
background: @blurredBackgroundColor;
|
315
|
+
-webkit-backdrop-filter: @blurredEndFilter;
|
316
|
+
backdrop-filter: @blurredEndFilter;
|
317
|
+
}
|
323
318
|
}
|
324
319
|
.pushable > .pusher.closing.dimmed::after {
|
325
|
-
|
320
|
+
opacity: 0 !important;
|
326
321
|
}
|
327
|
-
|
322
|
+
|
323
|
+
/* --------------
|
328
324
|
Animating
|
329
|
-
|
325
|
+
--------------- */
|
330
326
|
|
331
327
|
.ui.animating.flyout {
|
332
|
-
|
328
|
+
visibility: visible;
|
333
329
|
}
|
334
330
|
|
335
|
-
|
331
|
+
/* --------------
|
336
332
|
Visible
|
337
|
-
|
333
|
+
--------------- */
|
338
334
|
|
339
335
|
.ui.visible.flyout {
|
340
|
-
|
341
|
-
|
336
|
+
visibility: visible;
|
337
|
+
transform: translate3d(0, 0, 0);
|
342
338
|
}
|
343
339
|
|
344
340
|
/* Shadow Direction */
|
345
341
|
& when (@variationFlyoutLeft) or (@variationFlyoutRight) {
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
342
|
+
.ui.left.visible.flyout,
|
343
|
+
.ui.right.visible.flyout {
|
344
|
+
box-shadow: @horizontalBoxShadow;
|
345
|
+
}
|
350
346
|
}
|
351
347
|
& when (@variationFlyoutTop) or (@variationFlyoutBottom) {
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
348
|
+
.ui.top.visible.flyout,
|
349
|
+
.ui.bottom.visible.flyout {
|
350
|
+
box-shadow: @verticalBoxShadow;
|
351
|
+
}
|
356
352
|
}
|
357
353
|
|
358
354
|
/* Visible On Load */
|
359
355
|
& when (@variationFlyoutLeft) {
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
356
|
+
.ui.visible.left.flyout ~ .fixed,
|
357
|
+
.ui.visible.left.flyout ~ .pusher {
|
358
|
+
transform: translate3d(@width, 0, 0);
|
359
|
+
}
|
364
360
|
}
|
365
361
|
& when (@variationFlyoutRight) {
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
362
|
+
.ui.visible.right.flyout ~ .fixed,
|
363
|
+
.ui.visible.right.flyout ~ .pusher {
|
364
|
+
transform: translate3d(-@width, 0, 0);
|
365
|
+
}
|
370
366
|
}
|
371
367
|
& when (@variationFlyoutTop) {
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
368
|
+
.ui.visible.top.flyout ~ .fixed,
|
369
|
+
.ui.visible.top.flyout ~ .pusher {
|
370
|
+
transform: translate3d(0, @height, 0);
|
371
|
+
}
|
376
372
|
}
|
377
373
|
& when (@variationFlyoutBottom) {
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
374
|
+
.ui.visible.bottom.flyout ~ .fixed,
|
375
|
+
.ui.visible.bottom.flyout ~ .pusher {
|
376
|
+
transform: translate3d(0, -@height, 0);
|
377
|
+
}
|
382
378
|
}
|
383
379
|
|
384
380
|
& when (@variationFlyoutLeft) or (@variationFlyoutRight) {
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
381
|
+
/* opposite sides visible forces content overlay */
|
382
|
+
.ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .fixed,
|
383
|
+
.ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher,
|
384
|
+
.ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .fixed,
|
385
|
+
.ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher {
|
386
|
+
transform: translate3d(0, 0, 0);
|
387
|
+
}
|
392
388
|
}
|
393
389
|
|
394
390
|
& when (@variationFlyoutInverted) {
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
391
|
+
/* --------------
|
392
|
+
Inverted
|
393
|
+
--------------- */
|
394
|
+
.ui.flyout.inverted {
|
395
|
+
background: @invertedBackground;
|
396
|
+
}
|
397
|
+
|
398
|
+
.ui.flyout.inverted > .close {
|
399
|
+
color: @invertedCloseColor;
|
400
|
+
}
|
401
|
+
|
402
|
+
.ui.flyout.inverted > .header,
|
403
|
+
.ui.flyout.inverted > .content {
|
404
|
+
background: @invertedBackground;
|
405
|
+
color: @invertedHeaderColor;
|
406
|
+
}
|
407
|
+
.ui.flyout.inverted > .actions {
|
408
|
+
background: @invertedActionBackground;
|
409
|
+
border-top: @invertedActionBorder;
|
410
|
+
color: @invertedActionColor;
|
411
|
+
}
|
416
412
|
}
|
417
413
|
|
418
414
|
/*******************************
|
419
415
|
Variations
|
420
416
|
*******************************/
|
421
417
|
|
422
|
-
|
418
|
+
/* --------------
|
423
419
|
Width
|
424
|
-
|
420
|
+
--------------- */
|
425
421
|
|
426
422
|
/* Left / Right */
|
427
423
|
& when (@variationFlyoutLeft) or (@variationFlyoutRight) {
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
}
|
432
|
-
& when (@variationFlyoutThin) {
|
433
|
-
.ui.thin.left.flyout,
|
434
|
-
.ui.thin.right.flyout {
|
435
|
-
width: @thinWidth;
|
436
|
-
}
|
437
|
-
|
438
|
-
.ui[class*="very thin"].left.flyout,
|
439
|
-
.ui[class*="very thin"].right.flyout {
|
440
|
-
width: @veryThinWidth;
|
441
|
-
}
|
442
|
-
}
|
443
|
-
|
444
|
-
& when (@variationFlyoutWide) {
|
445
|
-
.ui.wide.left.flyout,
|
446
|
-
.ui.wide.right.flyout {
|
447
|
-
width: @wideWidth;
|
448
|
-
}
|
449
|
-
|
450
|
-
.ui[class*="very wide"].left.flyout,
|
451
|
-
.ui[class*="very wide"].right.flyout {
|
452
|
-
width: @veryWideWidth;
|
453
|
-
}
|
454
|
-
}
|
455
|
-
|
456
|
-
/* Left Visible */
|
457
|
-
& when (@variationFlyoutLeft) {
|
458
|
-
& when (@variationFlyoutThin) {
|
459
|
-
.ui.visible.thin.left.flyout ~ .fixed,
|
460
|
-
.ui.visible.thin.left.flyout ~ .pusher {
|
461
|
-
transform: translate3d(@thinWidth, 0, 0);
|
462
|
-
}
|
463
|
-
|
464
|
-
.ui.visible[class*="very thin"].left.flyout ~ .fixed,
|
465
|
-
.ui.visible[class*="very thin"].left.flyout ~ .pusher {
|
466
|
-
transform: translate3d(@veryThinWidth, 0, 0);
|
467
|
-
}
|
424
|
+
.ui.left.flyout,
|
425
|
+
.ui.right.flyout {
|
426
|
+
width: @width;
|
468
427
|
}
|
469
|
-
|
470
|
-
& when (@variationFlyoutWide) {
|
471
|
-
.ui.visible.wide.left.flyout ~ .fixed,
|
472
|
-
.ui.visible.wide.left.flyout ~ .pusher {
|
473
|
-
transform: translate3d(@wideWidth, 0, 0);
|
474
|
-
}
|
475
|
-
|
476
|
-
.ui.visible[class*="very wide"].left.flyout ~ .fixed,
|
477
|
-
.ui.visible[class*="very wide"].left.flyout ~ .pusher {
|
478
|
-
transform: translate3d(@veryWideWidth, 0, 0);
|
479
|
-
}
|
480
|
-
}
|
481
|
-
}
|
482
|
-
|
483
|
-
/* Right Visible */
|
484
|
-
& when (@variationFlyoutRight) {
|
485
428
|
& when (@variationFlyoutThin) {
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
429
|
+
.ui.thin.left.flyout,
|
430
|
+
.ui.thin.right.flyout {
|
431
|
+
width: @thinWidth;
|
432
|
+
}
|
490
433
|
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
434
|
+
.ui[class*="very thin"].left.flyout,
|
435
|
+
.ui[class*="very thin"].right.flyout {
|
436
|
+
width: @veryThinWidth;
|
437
|
+
}
|
495
438
|
}
|
496
439
|
|
497
440
|
& when (@variationFlyoutWide) {
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
441
|
+
.ui.wide.left.flyout,
|
442
|
+
.ui.wide.right.flyout {
|
443
|
+
width: @wideWidth;
|
444
|
+
}
|
445
|
+
|
446
|
+
.ui[class*="very wide"].left.flyout,
|
447
|
+
.ui[class*="very wide"].right.flyout {
|
448
|
+
width: @veryWideWidth;
|
449
|
+
}
|
450
|
+
}
|
451
|
+
|
452
|
+
/* Left Visible */
|
453
|
+
& when (@variationFlyoutLeft) {
|
454
|
+
& when (@variationFlyoutThin) {
|
455
|
+
.ui.visible.thin.left.flyout ~ .fixed,
|
456
|
+
.ui.visible.thin.left.flyout ~ .pusher {
|
457
|
+
transform: translate3d(@thinWidth, 0, 0);
|
458
|
+
}
|
459
|
+
|
460
|
+
.ui.visible[class*="very thin"].left.flyout ~ .fixed,
|
461
|
+
.ui.visible[class*="very thin"].left.flyout ~ .pusher {
|
462
|
+
transform: translate3d(@veryThinWidth, 0, 0);
|
463
|
+
}
|
464
|
+
}
|
465
|
+
|
466
|
+
& when (@variationFlyoutWide) {
|
467
|
+
.ui.visible.wide.left.flyout ~ .fixed,
|
468
|
+
.ui.visible.wide.left.flyout ~ .pusher {
|
469
|
+
transform: translate3d(@wideWidth, 0, 0);
|
470
|
+
}
|
471
|
+
|
472
|
+
.ui.visible[class*="very wide"].left.flyout ~ .fixed,
|
473
|
+
.ui.visible[class*="very wide"].left.flyout ~ .pusher {
|
474
|
+
transform: translate3d(@veryWideWidth, 0, 0);
|
475
|
+
}
|
476
|
+
}
|
477
|
+
}
|
478
|
+
|
479
|
+
/* Right Visible */
|
480
|
+
& when (@variationFlyoutRight) {
|
481
|
+
& when (@variationFlyoutThin) {
|
482
|
+
.ui.visible.thin.right.flyout ~ .fixed,
|
483
|
+
.ui.visible.thin.right.flyout ~ .pusher {
|
484
|
+
transform: translate3d(-@thinWidth, 0, 0);
|
485
|
+
}
|
486
|
+
|
487
|
+
.ui.visible[class*="very thin"].right.flyout ~ .fixed,
|
488
|
+
.ui.visible[class*="very thin"].right.flyout ~ .pusher {
|
489
|
+
transform: translate3d(-@veryThinWidth, 0, 0);
|
490
|
+
}
|
491
|
+
}
|
492
|
+
|
493
|
+
& when (@variationFlyoutWide) {
|
494
|
+
.ui.visible.wide.right.flyout ~ .fixed,
|
495
|
+
.ui.visible.wide.right.flyout ~ .pusher {
|
496
|
+
transform: translate3d(-@wideWidth, 0, 0);
|
497
|
+
}
|
498
|
+
|
499
|
+
.ui.visible[class*="very wide"].right.flyout ~ .fixed,
|
500
|
+
.ui.visible[class*="very wide"].right.flyout ~ .pusher {
|
501
|
+
transform: translate3d(-@veryWideWidth, 0, 0);
|
502
|
+
}
|
503
|
+
}
|
504
|
+
}
|
505
|
+
|
506
|
+
& when (@variationFlyoutFullscreen) {
|
507
|
+
/* Fullscreen */
|
508
|
+
.ui.fullscreen.flyout {
|
509
|
+
width: 100%;
|
510
|
+
}
|
511
|
+
}
|
512
|
+
|
513
|
+
/* -------------------
|
514
|
+
Column Width
|
515
|
+
-------------------- */
|
516
|
+
|
517
|
+
& when (@variationFlyoutColumnWidth) {
|
518
|
+
/* Sizing Combinations */
|
519
|
+
|
520
|
+
.ui[class*="one wide"].flyout:not(.fullscreen) {
|
521
|
+
width: @oneWide;
|
522
|
+
}
|
523
|
+
|
524
|
+
.ui[class*="two wide"].flyout:not(.fullscreen) {
|
525
|
+
width: @twoWide;
|
526
|
+
}
|
527
|
+
|
528
|
+
.ui[class*="three wide"].flyout:not(.fullscreen) {
|
529
|
+
width: @threeWide;
|
530
|
+
}
|
531
|
+
|
532
|
+
.ui[class*="four wide"].flyout:not(.fullscreen) {
|
533
|
+
width: @fourWide;
|
534
|
+
}
|
535
|
+
|
536
|
+
.ui[class*="five wide"].flyout:not(.fullscreen) {
|
537
|
+
width: @fiveWide;
|
538
|
+
}
|
539
|
+
|
540
|
+
.ui[class*="six wide"].flyout:not(.fullscreen) {
|
541
|
+
width: @sixWide;
|
542
|
+
}
|
502
543
|
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
}
|
507
|
-
}
|
508
|
-
}
|
544
|
+
.ui[class*="seven wide"].flyout:not(.fullscreen) {
|
545
|
+
width: @sevenWide;
|
546
|
+
}
|
509
547
|
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
width: 100%;
|
514
|
-
}
|
515
|
-
}
|
548
|
+
.ui[class*="eight wide"].flyout:not(.fullscreen) {
|
549
|
+
width: @eightWide;
|
550
|
+
}
|
516
551
|
|
552
|
+
.ui[class*="nine wide"].flyout:not(.fullscreen) {
|
553
|
+
width: @nineWide;
|
554
|
+
}
|
517
555
|
|
518
|
-
|
519
|
-
|
520
|
-
|
556
|
+
.ui[class*="ten wide"].flyout:not(.fullscreen) {
|
557
|
+
width: @tenWide;
|
558
|
+
}
|
521
559
|
|
522
|
-
|
523
|
-
|
524
|
-
|
560
|
+
.ui[class*="eleven wide"].flyout:not(.fullscreen) {
|
561
|
+
width: @elevenWide;
|
562
|
+
}
|
525
563
|
|
526
|
-
|
527
|
-
|
528
|
-
|
564
|
+
.ui[class*="twelve wide"].flyout:not(.fullscreen) {
|
565
|
+
width: @twelveWide;
|
566
|
+
}
|
529
567
|
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
.ui[class*="three wide"].flyout:not(.fullscreen) {
|
535
|
-
width: @threeWide;
|
536
|
-
}
|
568
|
+
.ui[class*="thirteen wide"].flyout:not(.fullscreen) {
|
569
|
+
width: @thirteenWide;
|
570
|
+
}
|
537
571
|
|
538
|
-
|
539
|
-
|
540
|
-
|
572
|
+
.ui[class*="fourteen wide"].flyout:not(.fullscreen) {
|
573
|
+
width: @fourteenWide;
|
574
|
+
}
|
541
575
|
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
.ui[class*="six wide"].flyout:not(.fullscreen) {
|
547
|
-
width: @sixWide;
|
548
|
-
}
|
576
|
+
.ui[class*="fifteen wide"].flyout:not(.fullscreen) {
|
577
|
+
width: @fifteenWide;
|
578
|
+
}
|
549
579
|
|
550
|
-
|
551
|
-
|
580
|
+
.ui[class*="sixteen wide"].flyout:not(.fullscreen) {
|
581
|
+
width: @sixteenWide;
|
582
|
+
}
|
552
583
|
}
|
553
|
-
|
554
|
-
.ui[class*="eight wide"].flyout:not(.fullscreen) {
|
555
|
-
width: @eightWide;
|
556
|
-
}
|
557
|
-
|
558
|
-
.ui[class*="nine wide"].flyout:not(.fullscreen) {
|
559
|
-
width: @nineWide;
|
560
|
-
}
|
561
|
-
|
562
|
-
.ui[class*="ten wide"].flyout:not(.fullscreen) {
|
563
|
-
width: @tenWide;
|
564
|
-
}
|
565
|
-
|
566
|
-
.ui[class*="eleven wide"].flyout:not(.fullscreen) {
|
567
|
-
width: @elevenWide;
|
568
|
-
}
|
569
|
-
|
570
|
-
.ui[class*="twelve wide"].flyout:not(.fullscreen) {
|
571
|
-
width: @twelveWide;
|
572
|
-
}
|
573
|
-
|
574
|
-
.ui[class*="thirteen wide"].flyout:not(.fullscreen) {
|
575
|
-
width: @thirteenWide;
|
576
|
-
}
|
577
|
-
|
578
|
-
.ui[class*="fourteen wide"].flyout:not(.fullscreen) {
|
579
|
-
width: @fourteenWide;
|
580
|
-
}
|
581
|
-
|
582
|
-
.ui[class*="fifteen wide"].flyout:not(.fullscreen) {
|
583
|
-
width: @fifteenWide;
|
584
|
-
}
|
585
|
-
|
586
|
-
.ui[class*="sixteen wide"].flyout:not(.fullscreen) {
|
587
|
-
width: @sixteenWide;
|
588
|
-
}
|
589
|
-
}
|
590
584
|
}
|
591
585
|
|
592
|
-
|
593
|
-
|
594
586
|
/*******************************
|
595
587
|
Animations
|
596
588
|
*******************************/
|
597
589
|
|
598
590
|
& when (@variationFlyoutOverlay) {
|
599
|
-
|
600
|
-
|
601
|
-
|
591
|
+
/* --------------
|
592
|
+
Overlay
|
593
|
+
--------------- */
|
602
594
|
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
595
|
+
/* Set-up */
|
596
|
+
.ui.overlay.flyout {
|
597
|
+
z-index: @topLayer;
|
598
|
+
}
|
607
599
|
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
600
|
+
/* Initial */
|
601
|
+
& when (@variationFlyoutLeft) {
|
602
|
+
.ui.left.overlay.flyout {
|
603
|
+
transform: translate3d(-100%, 0, 0);
|
604
|
+
}
|
612
605
|
}
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
606
|
+
& when (@variationFlyoutRight) {
|
607
|
+
.ui.right.overlay.flyout {
|
608
|
+
transform: translate3d(100%, 0, 0);
|
609
|
+
}
|
617
610
|
}
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
611
|
+
& when (@variationFlyoutTop) {
|
612
|
+
.ui.top.overlay.flyout {
|
613
|
+
transform: translate3d(0%, -100%, 0);
|
614
|
+
}
|
622
615
|
}
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
616
|
+
& when (@variationFlyoutBottom) {
|
617
|
+
.ui.bottom.overlay.flyout {
|
618
|
+
transform: translate3d(0%, 100%, 0);
|
619
|
+
}
|
627
620
|
}
|
628
|
-
}
|
629
621
|
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
/* End - flyout */
|
637
|
-
.ui.visible.overlay.flyout {
|
638
|
-
transform: translate3d(0%, 0, 0);
|
639
|
-
}
|
640
|
-
|
641
|
-
/* End - Pusher */
|
642
|
-
.ui.visible.overlay.flyout ~ .fixed,
|
643
|
-
.ui.visible.overlay.flyout ~ .pusher {
|
644
|
-
transform: none !important;
|
645
|
-
}
|
646
|
-
}
|
622
|
+
/* Animation */
|
623
|
+
.animating.ui.overlay.flyout,
|
624
|
+
.ui.visible.overlay.flyout {
|
625
|
+
transition: transform @duration @easing;
|
626
|
+
}
|
647
627
|
|
628
|
+
/* End - flyout */
|
629
|
+
.ui.visible.overlay.flyout {
|
630
|
+
transform: translate3d(0%, 0, 0);
|
631
|
+
}
|
648
632
|
|
633
|
+
/* End - Pusher */
|
634
|
+
.ui.visible.overlay.flyout ~ .fixed,
|
635
|
+
.ui.visible.overlay.flyout ~ .pusher {
|
636
|
+
transform: none !important;
|
637
|
+
}
|
638
|
+
}
|
649
639
|
|
650
640
|
.loadUIOverrides();
|