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
@@ -3,486 +3,486 @@
|
|
3
3
|
***********************************************************/
|
4
4
|
|
5
5
|
@colors: {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
6
|
+
@primary: {
|
7
|
+
color : @primaryColor;
|
8
|
+
light : @lightPrimaryColor;
|
9
|
+
border : @primaryBorderColor;
|
10
|
+
background : @primaryBackground;
|
11
|
+
header : @primaryHeaderColor;
|
12
|
+
boxShadow : @primaryBoxShadow;
|
13
|
+
boxFloatShadow : @primaryBoxFloatingShadow;
|
14
|
+
text : @primaryTextColor;
|
15
|
+
lightText : @lightPrimaryTextColor;
|
16
|
+
hoverText : @primaryHoverTextColor;
|
17
|
+
focus : @primaryColorFocus;
|
18
|
+
lightFocus : @lightPrimaryColorFocus;
|
19
|
+
down : @primaryColorDown;
|
20
|
+
lightDown : @lightPrimaryColorDown;
|
21
|
+
active : @primaryColorActive;
|
22
|
+
lightActive : @lightPrimaryColorActive;
|
23
|
+
shadow : @primaryTextShadow;
|
24
|
+
lightShadow : @lightPrimaryTextShadow;
|
25
|
+
hover : @primaryColorHover;
|
26
|
+
lightHover : @lightPrimaryColorHover;
|
27
|
+
ribbon : @primaryRibbonShadow;
|
28
|
+
invertedRibbon : @primaryInvertedRibbonShadow;
|
29
|
+
tertiary : @primaryTertiaryColor;
|
30
|
+
tertiaryHover : @primaryTertiaryColorHover;
|
31
|
+
tertiaryFocus : @primaryTertiaryColorFocus;
|
32
|
+
tertiaryActive : @primaryTertiaryColorActive;
|
33
|
+
bright : @primaryBright;
|
34
|
+
brightHover : @primaryBrightHover;
|
35
|
+
isDark : false;
|
36
|
+
isVeryDark : false;
|
37
|
+
};
|
38
|
+
@secondary: {
|
39
|
+
color : @secondaryColor;
|
40
|
+
light : @lightSecondaryColor;
|
41
|
+
border : @secondaryBorderColor;
|
42
|
+
background : @secondaryBackground;
|
43
|
+
header : @secondaryHeaderColor;
|
44
|
+
boxShadow : @secondaryBoxShadow;
|
45
|
+
boxFloatShadow : @secondaryBoxFloatingShadow;
|
46
|
+
text : @secondaryTextColor;
|
47
|
+
lightText : @lightSecondaryTextColor;
|
48
|
+
hoverText : @secondaryHoverTextColor;
|
49
|
+
focus : @secondaryColorFocus;
|
50
|
+
lightFocus : @lightSecondaryColorFocus;
|
51
|
+
down : @secondaryColorDown;
|
52
|
+
lightDown : @lightSecondaryColorDown;
|
53
|
+
active : @secondaryColorActive;
|
54
|
+
lightActive : @lightSecondaryColorActive;
|
55
|
+
shadow : @secondaryTextShadow;
|
56
|
+
lightShadow : @lightSecondaryTextShadow;
|
57
|
+
hover : @secondaryColorHover;
|
58
|
+
lightHover : @lightSecondaryColorHover;
|
59
|
+
ribbon : @secondaryRibbonShadow;
|
60
|
+
invertedRibbon : @secondaryInvertedRibbonShadow;
|
61
|
+
tertiary : @secondaryTertiaryColor;
|
62
|
+
tertiaryHover : @secondaryTertiaryColorHover;
|
63
|
+
tertiaryFocus : @secondaryTertiaryColorFocus;
|
64
|
+
tertiaryActive : @secondaryTertiaryColorActive;
|
65
|
+
bright : @secondaryBright;
|
66
|
+
brightHover : @secondaryBrightHover;
|
67
|
+
isDark : false;
|
68
|
+
isVeryDark : false;
|
69
|
+
};
|
70
|
+
@red: {
|
71
|
+
color : @red;
|
72
|
+
light : @lightRed;
|
73
|
+
border : @redBorderColor;
|
74
|
+
background : @redBackground;
|
75
|
+
header : @redHeaderColor;
|
76
|
+
boxShadow : @redBoxShadow;
|
77
|
+
boxFloatShadow : @redBoxFloatingShadow;
|
78
|
+
text : @redTextColor;
|
79
|
+
lightText : @lightRedTextColor;
|
80
|
+
hoverText : @redHoverTextColor;
|
81
|
+
focus : @redFocus;
|
82
|
+
lightFocus : @lightRedFocus;
|
83
|
+
down : @redDown;
|
84
|
+
lightDown : @lightRedDown;
|
85
|
+
active : @redActive;
|
86
|
+
lightActive : @lightRedActive;
|
87
|
+
shadow : @redTextShadow;
|
88
|
+
lightShadow : @lightRedTextShadow;
|
89
|
+
hover : @redHover;
|
90
|
+
lightHover : @lightRedHover;
|
91
|
+
ribbon : @redRibbonShadow;
|
92
|
+
invertedRibbon : @redInvertedRibbonShadow;
|
93
|
+
tertiary : @redTertiaryColor;
|
94
|
+
tertiaryHover : @redTertiaryColorHover;
|
95
|
+
tertiaryFocus : @redTertiaryColorFocus;
|
96
|
+
tertiaryActive : @redTertiaryColorActive;
|
97
|
+
bright : @redBright;
|
98
|
+
brightHover : @redBrightHover;
|
99
|
+
isDark : false;
|
100
|
+
isVeryDark : false;
|
101
|
+
};
|
102
|
+
@orange: {
|
103
|
+
color : @orange;
|
104
|
+
light : @lightOrange;
|
105
|
+
border : @orangeBorderColor;
|
106
|
+
background : @orangeBackground;
|
107
|
+
header : @orangeHeaderColor;
|
108
|
+
boxShadow : @orangeBoxShadow;
|
109
|
+
boxFloatShadow : @orangeBoxFloatingShadow;
|
110
|
+
text : @orangeTextColor;
|
111
|
+
lightText : @lightOrangeTextColor;
|
112
|
+
hoverText : @orangeHoverTextColor;
|
113
|
+
focus : @orangeFocus;
|
114
|
+
lightFocus : @lightOrangeFocus;
|
115
|
+
down : @orangeDown;
|
116
|
+
lightDown : @lightOrangeDown;
|
117
|
+
active : @orangeActive;
|
118
|
+
lightActive : @lightOrangeActive;
|
119
|
+
shadow : @orangeTextShadow;
|
120
|
+
lightShadow : @lightOrangeTextShadow;
|
121
|
+
hover : @orangeHover;
|
122
|
+
lightHover : @lightOrangeHover;
|
123
|
+
ribbon : @orangeRibbonShadow;
|
124
|
+
invertedRibbon : @orangeInvertedRibbonShadow;
|
125
|
+
tertiary : @orangeTertiaryColor;
|
126
|
+
tertiaryHover : @orangeTertiaryColorHover;
|
127
|
+
tertiaryFocus : @orangeTertiaryColorFocus;
|
128
|
+
tertiaryActive : @orangeTertiaryColorActive;
|
129
|
+
bright : @orangeBright;
|
130
|
+
brightHover : @orangeBrightHover;
|
131
|
+
isDark : false;
|
132
|
+
isVeryDark : false;
|
133
|
+
};
|
134
|
+
@yellow: {
|
135
|
+
color : @yellow;
|
136
|
+
light : @lightYellow;
|
137
|
+
border : @yellowBorderColor;
|
138
|
+
background : @yellowBackground;
|
139
|
+
header : @yellowHeaderColor;
|
140
|
+
boxShadow : @yellowBoxShadow;
|
141
|
+
boxFloatShadow : @yellowBoxFloatingShadow;
|
142
|
+
text : @yellowTextColor;
|
143
|
+
lightText : @lightYellowTextColor;
|
144
|
+
hoverText : @yellowHoverTextColor;
|
145
|
+
focus : @yellowFocus;
|
146
|
+
lightFocus : @lightYellowFocus;
|
147
|
+
down : @yellowDown;
|
148
|
+
lightDown : @lightYellowDown;
|
149
|
+
active : @yellowActive;
|
150
|
+
lightActive : @lightYellowActive;
|
151
|
+
shadow : @yellowTextShadow;
|
152
|
+
lightShadow : @lightYellowTextShadow;
|
153
|
+
hover : @yellowHover;
|
154
|
+
lightHover : @lightYellowHover;
|
155
|
+
ribbon : @yellowRibbonShadow;
|
156
|
+
invertedRibbon : @yellowInvertedRibbonShadow;
|
157
|
+
tertiary : @yellowTertiaryColor;
|
158
|
+
tertiaryHover : @yellowTertiaryColorHover;
|
159
|
+
tertiaryFocus : @yellowTertiaryColorFocus;
|
160
|
+
tertiaryActive : @yellowTertiaryColorActive;
|
161
|
+
bright : @yellowBright;
|
162
|
+
brightHover : @yellowBrightHover;
|
163
|
+
isDark : false;
|
164
|
+
isVeryDark : false;
|
165
|
+
};
|
166
|
+
@olive: {
|
167
|
+
color : @olive;
|
168
|
+
light : @lightOlive;
|
169
|
+
border : @oliveBorderColor;
|
170
|
+
background : @oliveBackground;
|
171
|
+
header : @oliveHeaderColor;
|
172
|
+
boxShadow : @oliveBoxShadow;
|
173
|
+
boxFloatShadow : @oliveBoxFloatingShadow;
|
174
|
+
text : @oliveTextColor;
|
175
|
+
lightText : @lightOliveTextColor;
|
176
|
+
hoverText : @oliveHoverTextColor;
|
177
|
+
focus : @oliveFocus;
|
178
|
+
lightFocus : @lightOliveFocus;
|
179
|
+
down : @oliveDown;
|
180
|
+
lightDown : @lightOliveDown;
|
181
|
+
active : @oliveActive;
|
182
|
+
lightActive : @lightOliveActive;
|
183
|
+
shadow : @oliveTextShadow;
|
184
|
+
lightShadow : @lightOliveTextShadow;
|
185
|
+
hover : @oliveHover;
|
186
|
+
lightHover : @lightOliveHover;
|
187
|
+
ribbon : @oliveRibbonShadow;
|
188
|
+
invertedRibbon : @oliveInvertedRibbonShadow;
|
189
|
+
tertiary : @oliveTertiaryColor;
|
190
|
+
tertiaryHover : @oliveTertiaryColorHover;
|
191
|
+
tertiaryFocus : @oliveTertiaryColorFocus;
|
192
|
+
tertiaryActive : @oliveTertiaryColorActive;
|
193
|
+
bright : @oliveBright;
|
194
|
+
brightHover : @oliveBrightHover;
|
195
|
+
isDark : false;
|
196
|
+
isVeryDark : false;
|
197
|
+
};
|
198
|
+
@green: {
|
199
|
+
color : @green;
|
200
|
+
light : @lightGreen;
|
201
|
+
border : @greenBorderColor;
|
202
|
+
background : @greenBackground;
|
203
|
+
header : @greenHeaderColor;
|
204
|
+
boxShadow : @greenBoxShadow;
|
205
|
+
boxFloatShadow : @greenBoxFloatingShadow;
|
206
|
+
text : @greenTextColor;
|
207
|
+
lightText : @lightGreenTextColor;
|
208
|
+
hoverText : @greenHoverTextColor;
|
209
|
+
focus : @greenFocus;
|
210
|
+
lightFocus : @lightGreenFocus;
|
211
|
+
down : @greenDown;
|
212
|
+
lightDown : @lightGreenDown;
|
213
|
+
active : @greenActive;
|
214
|
+
lightActive : @lightGreenActive;
|
215
|
+
shadow : @greenTextShadow;
|
216
|
+
lightShadow : @lightGreenTextShadow;
|
217
|
+
hover : @greenHover;
|
218
|
+
lightHover : @lightGreenHover;
|
219
|
+
ribbon : @greenRibbonShadow;
|
220
|
+
invertedRibbon : @greenInvertedRibbonShadow;
|
221
|
+
tertiary : @greenTertiaryColor;
|
222
|
+
tertiaryHover : @greenTertiaryColorHover;
|
223
|
+
tertiaryFocus : @greenTertiaryColorFocus;
|
224
|
+
tertiaryActive : @greenTertiaryColorActive;
|
225
|
+
bright : @greenBright;
|
226
|
+
brightHover : @greenBrightHover;
|
227
|
+
isDark : false;
|
228
|
+
isVeryDark : false;
|
229
|
+
};
|
230
|
+
@teal: {
|
231
|
+
color : @teal;
|
232
|
+
light : @lightTeal;
|
233
|
+
border : @tealBorderColor;
|
234
|
+
background : @tealBackground;
|
235
|
+
header : @tealHeaderColor;
|
236
|
+
boxShadow : @tealBoxShadow;
|
237
|
+
boxFloatShadow : @tealBoxFloatingShadow;
|
238
|
+
text : @tealTextColor;
|
239
|
+
lightText : @lightTealTextColor;
|
240
|
+
hoverText : @tealHoverTextColor;
|
241
|
+
focus : @tealFocus;
|
242
|
+
lightFocus : @lightTealFocus;
|
243
|
+
down : @tealDown;
|
244
|
+
lightDown : @lightTealDown;
|
245
|
+
active : @tealActive;
|
246
|
+
lightActive : @lightTealActive;
|
247
|
+
shadow : @tealTextShadow;
|
248
|
+
lightShadow : @lightTealTextShadow;
|
249
|
+
hover : @tealHover;
|
250
|
+
lightHover : @lightTealHover;
|
251
|
+
ribbon : @tealRibbonShadow;
|
252
|
+
invertedRibbon : @tealInvertedRibbonShadow;
|
253
|
+
tertiary : @tealTertiaryColor;
|
254
|
+
tertiaryHover : @tealTertiaryColorHover;
|
255
|
+
tertiaryFocus : @tealTertiaryColorFocus;
|
256
|
+
tertiaryActive : @tealTertiaryColorActive;
|
257
|
+
bright : @tealBright;
|
258
|
+
brightHover : @tealBrightHover;
|
259
|
+
isDark : false;
|
260
|
+
isVeryDark : false;
|
261
|
+
};
|
262
|
+
@blue: {
|
263
|
+
color : @blue;
|
264
|
+
light : @lightBlue;
|
265
|
+
border : @blueBorderColor;
|
266
|
+
background : @blueBackground;
|
267
|
+
header : @blueHeaderColor;
|
268
|
+
boxShadow : @blueBoxShadow;
|
269
|
+
boxFloatShadow : @blueBoxFloatingShadow;
|
270
|
+
text : @blueTextColor;
|
271
|
+
lightText : @lightBlueTextColor;
|
272
|
+
hoverText : @blueHoverTextColor;
|
273
|
+
focus : @blueFocus;
|
274
|
+
lightFocus : @lightBlueFocus;
|
275
|
+
down : @blueDown;
|
276
|
+
lightDown : @lightBlueDown;
|
277
|
+
active : @blueActive;
|
278
|
+
lightActive : @lightBlueActive;
|
279
|
+
shadow : @blueTextShadow;
|
280
|
+
lightShadow : @lightBlueTextShadow;
|
281
|
+
hover : @blueHover;
|
282
|
+
lightHover : @lightBlueHover;
|
283
|
+
ribbon : @blueRibbonShadow;
|
284
|
+
invertedRibbon : @blueInvertedRibbonShadow;
|
285
|
+
tertiary : @blueTertiaryColor;
|
286
|
+
tertiaryHover : @blueTertiaryColorHover;
|
287
|
+
tertiaryFocus : @blueTertiaryColorFocus;
|
288
|
+
tertiaryActive : @blueTertiaryColorActive;
|
289
|
+
bright : @blueBright;
|
290
|
+
brightHover : @blueBrightHover;
|
291
|
+
isDark : false;
|
292
|
+
isVeryDark : false;
|
293
|
+
};
|
294
|
+
@violet: {
|
295
|
+
color : @violet;
|
296
|
+
light : @lightViolet;
|
297
|
+
border : @violetBorderColor;
|
298
|
+
background : @violetBackground;
|
299
|
+
header : @violetHeaderColor;
|
300
|
+
boxShadow : @violetBoxShadow;
|
301
|
+
boxFloatShadow : @violetBoxFloatingShadow;
|
302
|
+
text : @violetTextColor;
|
303
|
+
lightText : @lightVioletTextColor;
|
304
|
+
hoverText : @violetHoverTextColor;
|
305
|
+
focus : @violetFocus;
|
306
|
+
lightFocus : @lightVioletFocus;
|
307
|
+
down : @violetDown;
|
308
|
+
lightDown : @lightVioletDown;
|
309
|
+
active : @violetActive;
|
310
|
+
lightActive : @lightVioletActive;
|
311
|
+
shadow : @violetTextShadow;
|
312
|
+
lightShadow : @lightVioletTextShadow;
|
313
|
+
hover : @violetHover;
|
314
|
+
lightHover : @lightVioletHover;
|
315
|
+
ribbon : @violetRibbonShadow;
|
316
|
+
invertedRibbon : @violetInvertedRibbonShadow;
|
317
|
+
tertiary : @violetTertiaryColor;
|
318
|
+
tertiaryHover : @violetTertiaryColorHover;
|
319
|
+
tertiaryFocus : @violetTertiaryColorFocus;
|
320
|
+
tertiaryActive : @violetTertiaryColorActive;
|
321
|
+
bright : @violetBright;
|
322
|
+
brightHover : @violetBrightHover;
|
323
|
+
isDark : false;
|
324
|
+
isVeryDark : false;
|
325
|
+
};
|
326
|
+
@purple: {
|
327
|
+
color : @purple;
|
328
|
+
light : @lightPurple;
|
329
|
+
border : @purpleBorderColor;
|
330
|
+
background : @purpleBackground;
|
331
|
+
header : @purpleHeaderColor;
|
332
|
+
boxShadow : @purpleBoxShadow;
|
333
|
+
boxFloatShadow : @purpleBoxFloatingShadow;
|
334
|
+
text : @purpleTextColor;
|
335
|
+
lightText : @lightPurpleTextColor;
|
336
|
+
hoverText : @purpleHoverTextColor;
|
337
|
+
focus : @purpleFocus;
|
338
|
+
lightFocus : @lightPurpleFocus;
|
339
|
+
down : @purpleDown;
|
340
|
+
lightDown : @lightPurpleDown;
|
341
|
+
active : @purpleActive;
|
342
|
+
lightActive : @lightPurpleActive;
|
343
|
+
shadow : @purpleTextShadow;
|
344
|
+
lightShadow : @lightPurpleTextShadow;
|
345
|
+
hover : @purpleHover;
|
346
|
+
lightHover : @lightPurpleHover;
|
347
|
+
ribbon : @purpleRibbonShadow;
|
348
|
+
invertedRibbon : @purpleInvertedRibbonShadow;
|
349
|
+
tertiary : @purpleTertiaryColor;
|
350
|
+
tertiaryHover : @purpleTertiaryColorHover;
|
351
|
+
tertiaryFocus : @purpleTertiaryColorFocus;
|
352
|
+
tertiaryActive : @purpleTertiaryColorActive;
|
353
|
+
bright : @purpleBright;
|
354
|
+
brightHover : @purpleBrightHover;
|
355
|
+
isDark : false;
|
356
|
+
isVeryDark : false;
|
357
|
+
};
|
358
|
+
@pink: {
|
359
|
+
color : @pink;
|
360
|
+
light : @lightPink;
|
361
|
+
border : @pinkBorderColor;
|
362
|
+
background : @pinkBackground;
|
363
|
+
header : @pinkHeaderColor;
|
364
|
+
boxShadow : @pinkBoxShadow;
|
365
|
+
boxFloatShadow : @pinkBoxFloatingShadow;
|
366
|
+
text : @pinkTextColor;
|
367
|
+
lightText : @lightPinkTextColor;
|
368
|
+
hoverText : @pinkHoverTextColor;
|
369
|
+
focus : @pinkFocus;
|
370
|
+
lightFocus : @lightPinkFocus;
|
371
|
+
down : @pinkDown;
|
372
|
+
lightDown : @lightPinkDown;
|
373
|
+
active : @pinkActive;
|
374
|
+
lightActive : @lightPinkActive;
|
375
|
+
shadow : @pinkTextShadow;
|
376
|
+
lightShadow : @lightPinkTextShadow;
|
377
|
+
hover : @pinkHover;
|
378
|
+
lightHover : @lightPinkHover;
|
379
|
+
ribbon : @pinkRibbonShadow;
|
380
|
+
invertedRibbon : @pinkInvertedRibbonShadow;
|
381
|
+
tertiary : @pinkTertiaryColor;
|
382
|
+
tertiaryHover : @pinkTertiaryColorHover;
|
383
|
+
tertiaryFocus : @pinkTertiaryColorFocus;
|
384
|
+
tertiaryActive : @pinkTertiaryColorActive;
|
385
|
+
bright : @pinkBright;
|
386
|
+
brightHover : @pinkBrightHover;
|
387
|
+
isDark : false;
|
388
|
+
isVeryDark : false;
|
389
|
+
};
|
390
|
+
@brown: {
|
391
|
+
color : @brown;
|
392
|
+
light : @lightBrown;
|
393
|
+
border : @brownBorderColor;
|
394
|
+
background : @brownBackground;
|
395
|
+
header : @brownHeaderColor;
|
396
|
+
boxShadow : @brownBoxShadow;
|
397
|
+
boxFloatShadow : @brownBoxFloatingShadow;
|
398
|
+
text : @brownTextColor;
|
399
|
+
lightText : @lightBrownTextColor;
|
400
|
+
hoverText : @brownHoverTextColor;
|
401
|
+
focus : @brownFocus;
|
402
|
+
lightFocus : @lightBrownFocus;
|
403
|
+
down : @brownDown;
|
404
|
+
lightDown : @lightBrownDown;
|
405
|
+
active : @brownActive;
|
406
|
+
lightActive : @lightBrownActive;
|
407
|
+
shadow : @brownTextShadow;
|
408
|
+
lightShadow : @lightBrownTextShadow;
|
409
|
+
hover : @brownHover;
|
410
|
+
lightHover : @lightBrownHover;
|
411
|
+
ribbon : @brownRibbonShadow;
|
412
|
+
invertedRibbon : @brownInvertedRibbonShadow;
|
413
|
+
tertiary : @brownTertiaryColor;
|
414
|
+
tertiaryHover : @brownTertiaryColorHover;
|
415
|
+
tertiaryFocus : @brownTertiaryColorFocus;
|
416
|
+
tertiaryActive : @brownTertiaryColorActive;
|
417
|
+
bright : @brownBright;
|
418
|
+
brightHover : @brownBrightHover;
|
419
|
+
isDark : false;
|
420
|
+
isVeryDark : false;
|
421
|
+
};
|
422
|
+
@grey: {
|
423
|
+
color : @grey;
|
424
|
+
light : @lightGrey;
|
425
|
+
border : @greyBorderColor;
|
426
|
+
background : @greyBackground;
|
427
|
+
header : @greyHeaderColor;
|
428
|
+
boxShadow : @greyBoxShadow;
|
429
|
+
boxFloatShadow : @greyBoxFloatingShadow;
|
430
|
+
text : @greyTextColor;
|
431
|
+
lightText : @lightGreyTextColor;
|
432
|
+
hoverText : @greyHoverTextColor;
|
433
|
+
focus : @greyFocus;
|
434
|
+
lightFocus : @lightGreyFocus;
|
435
|
+
down : @greyDown;
|
436
|
+
lightDown : @lightGreyDown;
|
437
|
+
active : @greyActive;
|
438
|
+
lightActive : @lightGreyActive;
|
439
|
+
shadow : @greyTextShadow;
|
440
|
+
lightShadow : @lightGreyTextShadow;
|
441
|
+
hover : @greyHover;
|
442
|
+
lightHover : @lightGreyHover;
|
443
|
+
ribbon : @greyRibbonShadow;
|
444
|
+
invertedRibbon : @greyInvertedRibbonShadow;
|
445
|
+
tertiary : @greyTertiaryColor;
|
446
|
+
tertiaryHover : @greyTertiaryColorHover;
|
447
|
+
tertiaryFocus : @greyTertiaryColorFocus;
|
448
|
+
tertiaryActive : @greyTertiaryColorActive;
|
449
|
+
bright : @greyBright;
|
450
|
+
brightHover : @greyBrightHover;
|
451
|
+
isDark : true;
|
452
|
+
isVeryDark : false;
|
453
|
+
};
|
454
|
+
@black: {
|
455
|
+
color : @black;
|
456
|
+
light : @lightBlack;
|
457
|
+
border : @blackBorderColor;
|
458
|
+
background : @blackBackground;
|
459
|
+
header : @blackHeaderColor;
|
460
|
+
boxShadow : @blackBoxShadow;
|
461
|
+
boxFloatShadow : @blackBoxFloatingShadow;
|
462
|
+
text : @blackTextColor;
|
463
|
+
lightText : @lightBlackTextColor;
|
464
|
+
hoverText : @blackHoverTextColor;
|
465
|
+
focus : @blackFocus;
|
466
|
+
lightFocus : @lightBlackFocus;
|
467
|
+
down : @blackDown;
|
468
|
+
lightDown : @lightBlackDown;
|
469
|
+
active : @blackActive;
|
470
|
+
lightActive : @lightBlackActive;
|
471
|
+
shadow : @blackTextShadow;
|
472
|
+
lightShadow : @lightBlackTextShadow;
|
473
|
+
hover : @blackHover;
|
474
|
+
lightHover : @lightBlackHover;
|
475
|
+
ribbon : @blackRibbonShadow;
|
476
|
+
invertedRibbon : @blackInvertedRibbonShadow;
|
477
|
+
tertiary : @blackTertiaryColor;
|
478
|
+
tertiaryHover : @blackTertiaryColorHover;
|
479
|
+
tertiaryFocus : @blackTertiaryColorFocus;
|
480
|
+
tertiaryActive : @blackTertiaryColorActive;
|
481
|
+
bright : @blackBright;
|
482
|
+
brightHover : @blackBrightHover;
|
483
|
+
isDark : true;
|
484
|
+
isVeryDark : true;
|
485
|
+
};
|
486
486
|
};
|
487
487
|
|
488
488
|
/***********************************************************
|
@@ -490,130 +490,130 @@
|
|
490
490
|
***********************************************************/
|
491
491
|
|
492
492
|
@formStates: {
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
493
|
+
@error: {
|
494
|
+
color: @formErrorColor;
|
495
|
+
background: @formErrorBackground;
|
496
|
+
borderColor: @formErrorBorder;
|
497
|
+
borderRadius: @inputErrorBorderRadius;
|
498
|
+
boxShadow: @inputErrorBoxShadow;
|
499
|
+
cornerLabelColor: @white;
|
500
|
+
labelBackground: @formErrorLabelBackground;
|
501
501
|
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
502
|
+
dropdownLabelColor: @dropdownErrorLabelColor;
|
503
|
+
dropdownLabelBackground: @dropdownErrorLabelBackground;
|
504
|
+
dropdownHoverBackground: @dropdownErrorHoverBackground;
|
505
|
+
dropdownSelectedBackground: @dropdownErrorSelectedBackground;
|
506
|
+
dropdownActiveBackground: @dropdownErrorActiveBackground;
|
507
507
|
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
508
|
+
inputAutoFillBackground: @inputAutoFillErrorBackground;
|
509
|
+
inputAutoFillBorderColor: @inputAutoFillErrorBorder;
|
510
|
+
inputFocusBackground: @inputErrorFocusBackground;
|
511
|
+
inputFocusColor: @inputErrorFocusColor;
|
512
|
+
inputFocusBorderColor: @inputErrorFocusBorder;
|
513
|
+
inputFocusBoxShadow: @inputErrorFocusBoxShadow;
|
514
|
+
inputPlaceholderColor: @inputErrorPlaceholderColor;
|
515
|
+
inputPlaceholderFocusColor: @inputErrorPlaceholderFocusColor;
|
516
516
|
|
517
|
-
|
518
|
-
|
519
|
-
|
517
|
+
transparentBackground: @transparentFormErrorBackground;
|
518
|
+
transparentColor: @transparentFormErrorColor;
|
519
|
+
};
|
520
520
|
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
521
|
+
@info: {
|
522
|
+
color: @formInfoColor;
|
523
|
+
background: @formInfoBackground;
|
524
|
+
borderColor: @formInfoBorder;
|
525
|
+
borderRadius: @inputInfoBorderRadius;
|
526
|
+
boxShadow: @inputInfoBoxShadow;
|
527
|
+
cornerLabelColor: @white;
|
528
|
+
labelBackground: @formInfoLabelBackground;
|
529
529
|
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
530
|
+
dropdownLabelColor: @dropdownInfoLabelColor;
|
531
|
+
dropdownLabelBackground: @dropdownInfoLabelBackground;
|
532
|
+
dropdownHoverBackground: @dropdownInfoHoverBackground;
|
533
|
+
dropdownSelectedBackground: @dropdownInfoSelectedBackground;
|
534
|
+
dropdownActiveBackground: @dropdownInfoActiveBackground;
|
535
535
|
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
536
|
+
inputAutoFillBackground: @inputAutoFillInfoBackground;
|
537
|
+
inputAutoFillBorderColor: @inputAutoFillInfoBorder;
|
538
|
+
inputFocusBackground: @inputInfoFocusBackground;
|
539
|
+
inputFocusColor: @inputInfoFocusColor;
|
540
|
+
inputFocusBorderColor: @inputInfoFocusBorder;
|
541
|
+
inputFocusBoxShadow: @inputInfoFocusBoxShadow;
|
542
|
+
inputPlaceholderColor: @inputInfoPlaceholderColor;
|
543
|
+
inputPlaceholderFocusColor: @inputInfoPlaceholderFocusColor;
|
544
544
|
|
545
|
-
|
546
|
-
|
547
|
-
|
545
|
+
transparentBackground: @transparentFormInfoBackground;
|
546
|
+
transparentColor: @transparentFormInfoColor;
|
547
|
+
};
|
548
548
|
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
549
|
+
@success: {
|
550
|
+
color: @formSuccessColor;
|
551
|
+
background: @formSuccessBackground;
|
552
|
+
borderColor: @formSuccessBorder;
|
553
|
+
borderRadius: @inputSuccessBorderRadius;
|
554
|
+
boxShadow: @inputSuccessBoxShadow;
|
555
|
+
cornerLabelColor: @white;
|
556
|
+
labelBackground: @formSuccessLabelBackground;
|
557
557
|
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
558
|
+
dropdownLabelColor: @dropdownSuccessLabelColor;
|
559
|
+
dropdownLabelBackground: @dropdownSuccessLabelBackground;
|
560
|
+
dropdownHoverBackground: @dropdownSuccessHoverBackground;
|
561
|
+
dropdownSelectedBackground: @dropdownSuccessSelectedBackground;
|
562
|
+
dropdownActiveBackground: @dropdownSuccessActiveBackground;
|
563
563
|
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
564
|
+
inputAutoFillBackground: @inputAutoFillSuccessBackground;
|
565
|
+
inputAutoFillBorderColor: @inputAutoFillSuccessBorder;
|
566
|
+
inputFocusBackground: @inputSuccessFocusBackground;
|
567
|
+
inputFocusColor: @inputSuccessFocusColor;
|
568
|
+
inputFocusBorderColor: @inputSuccessFocusBorder;
|
569
|
+
inputFocusBoxShadow: @inputSuccessFocusBoxShadow;
|
570
|
+
inputPlaceholderColor: @inputSuccessPlaceholderColor;
|
571
|
+
inputPlaceholderFocusColor: @inputSuccessPlaceholderFocusColor;
|
572
572
|
|
573
|
-
|
574
|
-
|
575
|
-
|
573
|
+
transparentBackground: @transparentFormSuccessBackground;
|
574
|
+
transparentColor: @transparentFormSuccessColor;
|
575
|
+
};
|
576
576
|
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
577
|
+
@warning: {
|
578
|
+
color: @formWarningColor;
|
579
|
+
background: @formWarningBackground;
|
580
|
+
borderColor: @formWarningBorder;
|
581
|
+
borderRadius: @inputWarningBorderRadius;
|
582
|
+
boxShadow: @inputWarningBoxShadow;
|
583
|
+
cornerLabelColor: @white;
|
584
|
+
labelBackground: @formWarningLabelBackground;
|
585
585
|
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
586
|
+
dropdownLabelColor: @dropdownWarningLabelColor;
|
587
|
+
dropdownLabelBackground: @dropdownWarningLabelBackground;
|
588
|
+
dropdownHoverBackground: @dropdownWarningHoverBackground;
|
589
|
+
dropdownSelectedBackground: @dropdownWarningSelectedBackground;
|
590
|
+
dropdownActiveBackground: @dropdownWarningActiveBackground;
|
591
591
|
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
592
|
+
inputAutoFillBackground: @inputAutoFillWarningBackground;
|
593
|
+
inputAutoFillBorderColor: @inputAutoFillWarningBorder;
|
594
|
+
inputFocusBackground: @inputWarningFocusBackground;
|
595
|
+
inputFocusColor: @inputWarningFocusColor;
|
596
|
+
inputFocusBorderColor: @inputWarningFocusBorder;
|
597
|
+
inputFocusBoxShadow: @inputWarningFocusBoxShadow;
|
598
|
+
inputPlaceholderColor: @inputWarningPlaceholderColor;
|
599
|
+
inputPlaceholderFocusColor: @inputWarningPlaceholderFocusColor;
|
600
600
|
|
601
|
-
|
602
|
-
|
603
|
-
|
601
|
+
transparentBackground: @transparentFormWarningBackground;
|
602
|
+
transparentColor: @transparentFormWarningColor;
|
603
|
+
};
|
604
604
|
};
|
605
605
|
|
606
606
|
@textStates: {
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
607
|
+
@error: {
|
608
|
+
color: @negativeColor;
|
609
|
+
};
|
610
|
+
@info: {
|
611
|
+
color: @infoColor;
|
612
|
+
};
|
613
|
+
@success: {
|
614
|
+
color: @positiveColor;
|
615
|
+
};
|
616
|
+
@warning: {
|
617
|
+
color: @warningColor;
|
618
|
+
};
|
619
619
|
};
|