@performant-software/semantic-components 0.5.4 → 0.5.7
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/build/278156e41e0ad908cf7f841b17130502.woff2 +0 -0
- package/build/38c6d8bab26db77d8c806813e1497763.woff2 +0 -0
- package/build/425399f81e4ce7cbd967685402ba0260.woff +0 -0
- package/build/5367103510b27b78482794590e1ce3b0.ttf +0 -0
- package/build/62d9dae4e0040e81c980950003df0e07.svg +1518 -0
- package/build/65a2fb6d9aaa164b41a039302093995b.ttf +0 -0
- package/build/6729d29753e000c17489ed43135ba8d5.svg +1008 -0
- package/build/687a4990ea22bb1a49d469a5d9319790.woff2 +0 -0
- package/build/752905fa5edf21fc52a10a0c1ca9c7a4.eot +0 -0
- package/build/99f63ae7a743f21ab30847ed06a698d9.png +0 -0
- package/build/9c4845b4b41ef40a22faee76144fa816.svg +366 -0
- package/build/a01e3f2d6c83dc3aee175e2482b3f777.eot +0 -0
- package/build/c656b8caa454ed19b9a2ef7f4f5b8fea.ttf +0 -0
- package/build/cac87dc00c87a5d74711d0276713808a.woff +0 -0
- package/build/d68fa3e67dbb653a13cec44b1bcabcfe.eot +0 -0
- package/build/ddae9b1ba9b0b42f58809904b0b21349.woff +0 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/main.css +61 -144
- package/build/semantic-ui.css +61259 -0
- package/package.json +12 -6
- package/src/components/AccordionDataList.js +3 -0
- package/src/components/AccordionList.js +9 -2
- package/src/components/AccordionSelector.js +93 -86
- package/src/components/ArrowButtons.js +2 -0
- package/src/components/CancelButton.js +1 -2
- package/src/components/ColorPickerModal.js +36 -31
- package/src/components/DataList.js +1 -0
- package/src/components/DataTable.js +1 -0
- package/src/components/DataTableColumnSelector.js +18 -2
- package/src/components/DataView.js +36 -30
- package/src/components/DatabaseView.js +126 -0
- package/src/components/DateInput.js +1 -0
- package/src/components/DatePicker.css +4 -4
- package/src/components/DatePicker.js +4 -0
- package/src/components/DropdownButton.js +2 -0
- package/src/components/DropdownMenu.js +11 -1
- package/src/components/EditModal.js +1 -2
- package/src/components/FileUpload.css +3 -3
- package/src/components/FileUploadModal.js +43 -38
- package/src/components/FuzzyDate.js +114 -99
- package/src/components/HorizontalCards.js +3 -0
- package/src/components/Items.css +0 -4
- package/src/components/Items.js +2 -0
- package/src/components/ItemsToggle.js +4 -0
- package/src/components/List.js +1 -0
- package/src/components/ListFilters.js +115 -109
- package/src/components/ListTable.js +7 -4
- package/src/components/LoginModal.js +72 -65
- package/src/components/MediaList.js +1 -0
- package/src/components/MenuBar.js +2 -0
- package/src/components/ModalDropdown.js +6 -3
- package/src/components/NestedAccordion.css +4 -0
- package/src/components/NestedAccordion.js +1 -0
- package/src/components/PhotoViewer.js +23 -15
- package/src/components/ReferenceCodeModal.js +27 -21
- package/src/components/ReferenceTableModal.js +61 -55
- package/src/components/RemoteDropdown.js +1 -0
- package/src/components/Selectize.js +50 -45
- package/src/components/TabbedModal.js +30 -24
- package/src/components/VideoFrameSelector.js +90 -78
- package/src/components/VideoPlayer.js +58 -30
- package/src/components/ViewXML.js +38 -32
- package/src/context/ModalContext.js +5 -0
- package/src/css/site/collections/breadcrumb.overrides +3 -0
- package/src/css/site/collections/breadcrumb.variables +3 -0
- package/src/css/site/collections/form.overrides +3 -0
- package/src/css/site/collections/form.variables +3 -0
- package/src/css/site/collections/grid.overrides +3 -0
- package/src/css/site/collections/grid.variables +3 -0
- package/src/css/site/collections/menu.overrides +3 -0
- package/src/css/site/collections/menu.variables +5 -0
- package/src/css/site/collections/message.overrides +3 -0
- package/src/css/site/collections/message.variables +3 -0
- package/src/css/site/collections/table.overrides +3 -0
- package/src/css/site/collections/table.variables +3 -0
- package/src/css/site/elements/button.overrides +3 -0
- package/src/css/site/elements/button.variables +5 -0
- package/src/css/site/elements/container.overrides +3 -0
- package/src/css/site/elements/container.variables +3 -0
- package/src/css/site/elements/divider.overrides +3 -0
- package/src/css/site/elements/divider.variables +3 -0
- package/src/css/site/elements/flag.overrides +3 -0
- package/src/css/site/elements/flag.variables +3 -0
- package/src/css/site/elements/header.overrides +3 -0
- package/src/css/site/elements/header.variables +3 -0
- package/src/css/site/elements/icon.overrides +3 -0
- package/src/css/site/elements/icon.variables +3 -0
- package/src/css/site/elements/image.overrides +3 -0
- package/src/css/site/elements/image.variables +3 -0
- package/src/css/site/elements/input.overrides +3 -0
- package/src/css/site/elements/input.variables +3 -0
- package/src/css/site/elements/label.overrides +3 -0
- package/src/css/site/elements/label.variables +3 -0
- package/src/css/site/elements/list.overrides +3 -0
- package/src/css/site/elements/list.variables +3 -0
- package/src/css/site/elements/loader.overrides +3 -0
- package/src/css/site/elements/loader.variables +3 -0
- package/src/css/site/elements/rail.overrides +3 -0
- package/src/css/site/elements/rail.variables +3 -0
- package/src/css/site/elements/reveal.overrides +3 -0
- package/src/css/site/elements/reveal.variables +3 -0
- package/src/css/site/elements/segment.overrides +3 -0
- package/src/css/site/elements/segment.variables +3 -0
- package/src/css/site/elements/step.overrides +3 -0
- package/src/css/site/elements/step.variables +3 -0
- package/src/css/site/globals/reset.overrides +3 -0
- package/src/css/site/globals/reset.variables +3 -0
- package/src/css/site/globals/site.overrides +3 -0
- package/src/css/site/globals/site.variables +11 -0
- package/src/css/site/modules/accordion.overrides +3 -0
- package/src/css/site/modules/accordion.variables +3 -0
- package/src/css/site/modules/chatroom.overrides +3 -0
- package/src/css/site/modules/chatroom.variables +3 -0
- package/src/css/site/modules/checkbox.overrides +3 -0
- package/src/css/site/modules/checkbox.variables +3 -0
- package/src/css/site/modules/dimmer.overrides +3 -0
- package/src/css/site/modules/dimmer.variables +3 -0
- package/src/css/site/modules/dropdown.overrides +3 -0
- package/src/css/site/modules/dropdown.variables +3 -0
- package/src/css/site/modules/embed.overrides +3 -0
- package/src/css/site/modules/embed.variables +0 -0
- package/src/css/site/modules/modal.overrides +3 -0
- package/src/css/site/modules/modal.variables +3 -0
- package/src/css/site/modules/nag.overrides +3 -0
- package/src/css/site/modules/nag.variables +3 -0
- package/src/css/site/modules/popup.overrides +3 -0
- package/src/css/site/modules/popup.variables +3 -0
- package/src/css/site/modules/progress.overrides +3 -0
- package/src/css/site/modules/progress.variables +3 -0
- package/src/css/site/modules/rating.overrides +3 -0
- package/src/css/site/modules/rating.variables +3 -0
- package/src/css/site/modules/search.overrides +3 -0
- package/src/css/site/modules/search.variables +3 -0
- package/src/css/site/modules/shape.overrides +3 -0
- package/src/css/site/modules/shape.variables +3 -0
- package/src/css/site/modules/sidebar.overrides +3 -0
- package/src/css/site/modules/sidebar.variables +3 -0
- package/src/css/site/modules/sticky.overrides +3 -0
- package/src/css/site/modules/sticky.variables +3 -0
- package/src/css/site/modules/tab.overrides +3 -0
- package/src/css/site/modules/tab.variables +3 -0
- package/src/css/site/modules/transition.overrides +3 -0
- package/src/css/site/modules/transition.variables +3 -0
- package/src/css/site/views/ad.overrides +3 -0
- package/src/css/site/views/ad.variables +3 -0
- package/src/css/site/views/card.overrides +3 -0
- package/src/css/site/views/card.variables +3 -0
- package/src/css/site/views/comment.overrides +3 -0
- package/src/css/site/views/comment.variables +3 -0
- package/src/css/site/views/feed.overrides +3 -0
- package/src/css/site/views/feed.variables +3 -0
- package/src/css/site/views/item.overrides +3 -0
- package/src/css/site/views/item.variables +3 -0
- package/src/css/site/views/statistic.overrides +3 -0
- package/src/css/site/views/statistic.variables +3 -0
- package/src/css/style.less +1 -0
- package/src/css/theme.config +94 -0
- package/src/css/themes/amazon/elements/button.overrides +46 -0
- package/src/css/themes/amazon/elements/button.variables +58 -0
- package/src/css/themes/amazon/globals/site.variables +43 -0
- package/src/css/themes/basic/assets/fonts/icons.eot +0 -0
- package/src/css/themes/basic/assets/fonts/icons.svg +450 -0
- package/src/css/themes/basic/assets/fonts/icons.ttf +0 -0
- package/src/css/themes/basic/assets/fonts/icons.woff +0 -0
- package/src/css/themes/basic/collections/table.overrides +4 -0
- package/src/css/themes/basic/collections/table.variables +11 -0
- package/src/css/themes/basic/elements/button.overrides +4 -0
- package/src/css/themes/basic/elements/button.variables +44 -0
- package/src/css/themes/basic/elements/icon.overrides +189 -0
- package/src/css/themes/basic/elements/icon.variables +12 -0
- package/src/css/themes/basic/elements/step.overrides +10 -0
- package/src/css/themes/basic/elements/step.variables +18 -0
- package/src/css/themes/basic/globals/reset.overrides +5 -0
- package/src/css/themes/basic/globals/reset.variables +3 -0
- package/src/css/themes/basic/modules/progress.overrides +3 -0
- package/src/css/themes/basic/modules/progress.variables +15 -0
- package/src/css/themes/basic/views/card.overrides +4 -0
- package/src/css/themes/basic/views/card.variables +35 -0
- package/src/css/themes/bookish/elements/header.overrides +15 -0
- package/src/css/themes/bookish/elements/header.variables +37 -0
- package/src/css/themes/bootstrap3/elements/button.overrides +0 -0
- package/src/css/themes/bootstrap3/elements/button.variables +63 -0
- package/src/css/themes/chubby/collections/form.overrides +16 -0
- package/src/css/themes/chubby/collections/form.variables +9 -0
- package/src/css/themes/chubby/collections/menu.overrides +0 -0
- package/src/css/themes/chubby/collections/menu.variables +40 -0
- package/src/css/themes/chubby/elements/button.overrides +21 -0
- package/src/css/themes/chubby/elements/button.variables +57 -0
- package/src/css/themes/chubby/elements/header.overrides +5 -0
- package/src/css/themes/chubby/elements/header.variables +21 -0
- package/src/css/themes/chubby/modules/accordion.overrides +7 -0
- package/src/css/themes/chubby/modules/accordion.variables +15 -0
- package/src/css/themes/chubby/views/comment.overrides +12 -0
- package/src/css/themes/chubby/views/comment.variables +46 -0
- package/src/css/themes/classic/collections/table.overrides +3 -0
- package/src/css/themes/classic/collections/table.variables +14 -0
- package/src/css/themes/classic/elements/button.overrides +3 -0
- package/src/css/themes/classic/elements/button.variables +96 -0
- package/src/css/themes/classic/elements/header.overrides +3 -0
- package/src/css/themes/classic/elements/header.variables +12 -0
- package/src/css/themes/classic/modules/progress.overrides +3 -0
- package/src/css/themes/classic/modules/progress.variables +9 -0
- package/src/css/themes/classic/views/card.overrides +98 -0
- package/src/css/themes/classic/views/card.variables +22 -0
- package/src/css/themes/colored/modules/checkbox.overrides +0 -0
- package/src/css/themes/colored/modules/checkbox.variables +29 -0
- package/src/css/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/css/themes/default/assets/fonts/brand-icons.svg +1008 -0
- package/src/css/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/css/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/css/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/css/themes/default/assets/fonts/icons.eot +0 -0
- package/src/css/themes/default/assets/fonts/icons.svg +1518 -0
- package/src/css/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/css/themes/default/assets/fonts/icons.woff +0 -0
- package/src/css/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/css/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/css/themes/default/assets/fonts/outline-icons.svg +366 -0
- package/src/css/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/css/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/css/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/css/themes/default/assets/images/flags.png +0 -0
- package/src/css/themes/default/collections/breadcrumb.overrides +3 -0
- package/src/css/themes/default/collections/breadcrumb.variables +33 -0
- package/src/css/themes/default/collections/form.overrides +3 -0
- package/src/css/themes/default/collections/form.variables +195 -0
- package/src/css/themes/default/collections/grid.overrides +4 -0
- package/src/css/themes/default/collections/grid.variables +103 -0
- package/src/css/themes/default/collections/menu.overrides +3 -0
- package/src/css/themes/default/collections/menu.variables +458 -0
- package/src/css/themes/default/collections/message.overrides +3 -0
- package/src/css/themes/default/collections/message.variables +158 -0
- package/src/css/themes/default/collections/table.overrides +0 -0
- package/src/css/themes/default/collections/table.variables +247 -0
- package/src/css/themes/default/elements/button.overrides +3 -0
- package/src/css/themes/default/elements/button.variables +360 -0
- package/src/css/themes/default/elements/container.overrides +3 -0
- package/src/css/themes/default/elements/container.variables +58 -0
- package/src/css/themes/default/elements/divider.overrides +18 -0
- package/src/css/themes/default/elements/divider.variables +53 -0
- package/src/css/themes/default/elements/flag.overrides +991 -0
- package/src/css/themes/default/elements/flag.variables +13 -0
- package/src/css/themes/default/elements/header.overrides +4 -0
- package/src/css/themes/default/elements/header.variables +151 -0
- package/src/css/themes/default/elements/icon.overrides +1716 -0
- package/src/css/themes/default/elements/icon.variables +94 -0
- package/src/css/themes/default/elements/image.overrides +3 -0
- package/src/css/themes/default/elements/image.variables +44 -0
- package/src/css/themes/default/elements/input.overrides +3 -0
- package/src/css/themes/default/elements/input.variables +101 -0
- package/src/css/themes/default/elements/label.overrides +3 -0
- package/src/css/themes/default/elements/label.variables +254 -0
- package/src/css/themes/default/elements/list.overrides +3 -0
- package/src/css/themes/default/elements/list.variables +224 -0
- package/src/css/themes/default/elements/loader.overrides +3 -0
- package/src/css/themes/default/elements/loader.variables +73 -0
- package/src/css/themes/default/elements/placeholder.overrides +3 -0
- package/src/css/themes/default/elements/placeholder.variables +55 -0
- package/src/css/themes/default/elements/rail.overrides +3 -0
- package/src/css/themes/default/elements/rail.variables +34 -0
- package/src/css/themes/default/elements/reveal.overrides +3 -0
- package/src/css/themes/default/elements/reveal.variables +18 -0
- package/src/css/themes/default/elements/segment.overrides +3 -0
- package/src/css/themes/default/elements/segment.variables +154 -0
- package/src/css/themes/default/elements/step.overrides +16 -0
- package/src/css/themes/default/elements/step.variables +130 -0
- package/src/css/themes/default/globals/reset.overrides +447 -0
- package/src/css/themes/default/globals/reset.variables +3 -0
- package/src/css/themes/default/globals/site.overrides +3 -0
- package/src/css/themes/default/globals/site.variables +973 -0
- package/src/css/themes/default/modules/accordion.overrides +28 -0
- package/src/css/themes/default/modules/accordion.variables +100 -0
- package/src/css/themes/default/modules/chatroom.overrides +3 -0
- package/src/css/themes/default/modules/chatroom.variables +3 -0
- package/src/css/themes/default/modules/checkbox.overrides +36 -0
- package/src/css/themes/default/modules/checkbox.variables +193 -0
- package/src/css/themes/default/modules/dimmer.overrides +3 -0
- package/src/css/themes/default/modules/dimmer.variables +58 -0
- package/src/css/themes/default/modules/dropdown.overrides +59 -0
- package/src/css/themes/default/modules/dropdown.variables +379 -0
- package/src/css/themes/default/modules/embed.overrides +3 -0
- package/src/css/themes/default/modules/embed.variables +53 -0
- package/src/css/themes/default/modules/modal.overrides +3 -0
- package/src/css/themes/default/modules/modal.variables +192 -0
- package/src/css/themes/default/modules/nag.overrides +3 -0
- package/src/css/themes/default/modules/nag.variables +74 -0
- package/src/css/themes/default/modules/popup.overrides +3 -0
- package/src/css/themes/default/modules/popup.variables +138 -0
- package/src/css/themes/default/modules/progress.overrides +3 -0
- package/src/css/themes/default/modules/progress.variables +113 -0
- package/src/css/themes/default/modules/rating.overrides +68 -0
- package/src/css/themes/default/modules/rating.variables +103 -0
- package/src/css/themes/default/modules/search.overrides +3 -0
- package/src/css/themes/default/modules/search.variables +161 -0
- package/src/css/themes/default/modules/shape.overrides +3 -0
- package/src/css/themes/default/modules/shape.variables +40 -0
- package/src/css/themes/default/modules/sidebar.overrides +3 -0
- package/src/css/themes/default/modules/sidebar.variables +45 -0
- package/src/css/themes/default/modules/sticky.overrides +3 -0
- package/src/css/themes/default/modules/sticky.variables +7 -0
- package/src/css/themes/default/modules/tab.overrides +3 -0
- package/src/css/themes/default/modules/tab.variables +11 -0
- package/src/css/themes/default/modules/transition.overrides +962 -0
- package/src/css/themes/default/modules/transition.variables +10 -0
- package/src/css/themes/default/modules/video.overrides +3 -0
- package/src/css/themes/default/modules/video.variables +16 -0
- package/src/css/themes/default/views/ad.overrides +3 -0
- package/src/css/themes/default/views/ad.variables +13 -0
- package/src/css/themes/default/views/card.overrides +3 -0
- package/src/css/themes/default/views/card.variables +220 -0
- package/src/css/themes/default/views/comment.overrides +3 -0
- package/src/css/themes/default/views/comment.variables +98 -0
- package/src/css/themes/default/views/feed.overrides +3 -0
- package/src/css/themes/default/views/feed.variables +141 -0
- package/src/css/themes/default/views/item.overrides +3 -0
- package/src/css/themes/default/views/item.variables +157 -0
- package/src/css/themes/default/views/statistic.overrides +3 -0
- package/src/css/themes/default/views/statistic.variables +99 -0
- package/src/css/themes/duo/elements/loader.overrides +3 -0
- package/src/css/themes/duo/elements/loader.variables +6 -0
- package/src/css/themes/fixed-width/collections/grid.overrides +3 -0
- package/src/css/themes/fixed-width/collections/grid.variables +23 -0
- package/src/css/themes/fixed-width/modules/modal.overrides +3 -0
- package/src/css/themes/fixed-width/modules/modal.variables +37 -0
- package/src/css/themes/flat/collections/form.overrides +28 -0
- package/src/css/themes/flat/collections/form.variables +74 -0
- package/src/css/themes/flat/globals/site.overrides +3 -0
- package/src/css/themes/flat/globals/site.variables +107 -0
- package/src/css/themes/github/assets/fonts/octicons-local.ttf +0 -0
- package/src/css/themes/github/assets/fonts/octicons.svg +200 -0
- package/src/css/themes/github/assets/fonts/octicons.ttf +0 -0
- package/src/css/themes/github/assets/fonts/octicons.woff +0 -0
- package/src/css/themes/github/collections/breadcrumb.variables +11 -0
- package/src/css/themes/github/collections/form.overrides +16 -0
- package/src/css/themes/github/collections/form.variables +40 -0
- package/src/css/themes/github/collections/grid.variables +2 -0
- package/src/css/themes/github/collections/menu.overrides +7 -0
- package/src/css/themes/github/collections/menu.variables +61 -0
- package/src/css/themes/github/collections/message.overrides +11 -0
- package/src/css/themes/github/collections/message.variables +29 -0
- package/src/css/themes/github/collections/table.variables +8 -0
- package/src/css/themes/github/elements/button.overrides +4 -0
- package/src/css/themes/github/elements/button.variables +77 -0
- package/src/css/themes/github/elements/header.variables +9 -0
- package/src/css/themes/github/elements/icon.overrides +208 -0
- package/src/css/themes/github/elements/icon.variables +13 -0
- package/src/css/themes/github/elements/image.variables +5 -0
- package/src/css/themes/github/elements/input.overrides +32 -0
- package/src/css/themes/github/elements/input.variables +16 -0
- package/src/css/themes/github/elements/label.overrides +9 -0
- package/src/css/themes/github/elements/label.variables +4 -0
- package/src/css/themes/github/elements/segment.overrides +3 -0
- package/src/css/themes/github/elements/segment.variables +40 -0
- package/src/css/themes/github/elements/step.overrides +26 -0
- package/src/css/themes/github/elements/step.variables +26 -0
- package/src/css/themes/github/globals/site.variables +47 -0
- package/src/css/themes/github/modules/dropdown.overrides +53 -0
- package/src/css/themes/github/modules/dropdown.variables +35 -0
- package/src/css/themes/github/modules/popup.variables +12 -0
- package/src/css/themes/gmail/collections/message.overrides +0 -0
- package/src/css/themes/gmail/collections/message.variables +15 -0
- package/src/css/themes/instagram/views/card.overrides +12 -0
- package/src/css/themes/instagram/views/card.variables +23 -0
- package/src/css/themes/material/assets/fonts/icons.eot +0 -0
- package/src/css/themes/material/assets/fonts/icons.svg +2373 -0
- package/src/css/themes/material/assets/fonts/icons.ttf +0 -0
- package/src/css/themes/material/assets/fonts/icons.woff +0 -0
- package/src/css/themes/material/assets/fonts/icons.woff2 +0 -0
- package/src/css/themes/material/collections/menu.overrides +1 -0
- package/src/css/themes/material/collections/menu.variables +10 -0
- package/src/css/themes/material/elements/button.overrides +15 -0
- package/src/css/themes/material/elements/button.variables +97 -0
- package/src/css/themes/material/elements/header.overrides +15 -0
- package/src/css/themes/material/elements/header.variables +21 -0
- package/src/css/themes/material/elements/icon.overrides +934 -0
- package/src/css/themes/material/elements/icon.variables +11 -0
- package/src/css/themes/material/globals/site.overrides +0 -0
- package/src/css/themes/material/globals/site.variables +128 -0
- package/src/css/themes/material/modules/dropdown.overrides +5 -0
- package/src/css/themes/material/modules/dropdown.variables +20 -0
- package/src/css/themes/material/modules/modal.overrides +6 -0
- package/src/css/themes/material/modules/modal.variables +15 -0
- package/src/css/themes/pulsar/elements/loader.overrides +70 -0
- package/src/css/themes/pulsar/elements/loader.variables +7 -0
- package/src/css/themes/raised/elements/button.overrides +3 -0
- package/src/css/themes/raised/elements/button.variables +27 -0
- package/src/css/themes/resetcss/globals/reset.overrides +52 -0
- package/src/css/themes/resetcss/globals/reset.variables +3 -0
- package/src/css/themes/round/elements/button.overrides +0 -0
- package/src/css/themes/round/elements/button.variables +138 -0
- package/src/css/themes/rtl/globals/site.overrides +6 -0
- package/src/css/themes/rtl/globals/site.variables +14 -0
- package/src/css/themes/striped/modules/progress.overrides +29 -0
- package/src/css/themes/striped/modules/progress.variables +3 -0
- package/src/css/themes/timeline/views/feed.overrides +27 -0
- package/src/css/themes/timeline/views/feed.variables +36 -0
- package/src/css/themes/twitter/elements/button.overrides +13 -0
- package/src/css/themes/twitter/elements/button.variables +44 -0
- package/src/i18n/en.json +1 -0
- package/src/index.js +4 -0
- package/types/components/AccordionDataList.js.flow +3 -0
- package/types/components/AccordionList.js.flow +9 -2
- package/types/components/AccordionSelector.js.flow +93 -86
- package/types/components/ArrowButtons.js.flow +2 -0
- package/types/components/CancelButton.js.flow +1 -2
- package/types/components/ColorPickerModal.js.flow +36 -31
- package/types/components/DataList.js.flow +1 -0
- package/types/components/DataTable.js.flow +1 -0
- package/types/components/DataTableColumnSelector.js.flow +18 -2
- package/types/components/DataView.js.flow +36 -30
- package/types/components/DatabaseView.js.flow +126 -0
- package/types/components/DateInput.js.flow +1 -0
- package/types/components/DatePicker.js.flow +4 -0
- package/types/components/DropdownButton.js.flow +2 -0
- package/types/components/DropdownMenu.js.flow +11 -1
- package/types/components/EditModal.js.flow +1 -2
- package/types/components/FileUploadModal.js.flow +43 -38
- package/types/components/FuzzyDate.js.flow +114 -99
- package/types/components/HorizontalCards.js.flow +3 -0
- package/types/components/Items.js.flow +2 -0
- package/types/components/ItemsToggle.js.flow +4 -0
- package/types/components/List.js.flow +1 -0
- package/types/components/ListFilters.js.flow +115 -109
- package/types/components/ListTable.js.flow +7 -4
- package/types/components/LoginModal.js.flow +72 -65
- package/types/components/MediaList.js.flow +1 -0
- package/types/components/MenuBar.js.flow +2 -0
- package/types/components/ModalDropdown.js.flow +6 -3
- package/types/components/NestedAccordion.js.flow +1 -0
- package/types/components/PhotoViewer.js.flow +23 -15
- package/types/components/ReferenceCodeModal.js.flow +27 -21
- package/types/components/ReferenceTableModal.js.flow +61 -55
- package/types/components/RemoteDropdown.js.flow +1 -0
- package/types/components/Selectize.js.flow +50 -45
- package/types/components/TabbedModal.js.flow +30 -24
- package/types/components/VideoFrameSelector.js.flow +90 -78
- package/types/components/VideoPlayer.js.flow +58 -30
- package/types/components/ViewXML.js.flow +38 -32
- package/types/context/ModalContext.js.flow +5 -0
- package/types/css/theme.js.flow +5 -0
- package/types/index.js.flow +4 -0
- package/webpack.config.js +27 -1
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
/*******************************
|
|
2
|
+
Table
|
|
3
|
+
*******************************/
|
|
4
|
+
|
|
5
|
+
/*-------------------
|
|
6
|
+
Element
|
|
7
|
+
--------------------*/
|
|
8
|
+
|
|
9
|
+
@verticalMargin: 1em;
|
|
10
|
+
@horizontalMargin: 0em;
|
|
11
|
+
@margin: @verticalMargin @horizontalMargin;
|
|
12
|
+
@borderCollapse: separate;
|
|
13
|
+
@borderSpacing: 0px;
|
|
14
|
+
@borderRadius: @defaultBorderRadius;
|
|
15
|
+
@transition:
|
|
16
|
+
background @defaultDuration @defaultEasing,
|
|
17
|
+
color @defaultDuration @defaultEasing
|
|
18
|
+
;
|
|
19
|
+
@background: @white;
|
|
20
|
+
@color: @textColor;
|
|
21
|
+
@borderWidth: 1px;
|
|
22
|
+
@border: @borderWidth solid @borderColor;
|
|
23
|
+
@boxShadow: none;
|
|
24
|
+
@textAlign: left;
|
|
25
|
+
|
|
26
|
+
/*--------------
|
|
27
|
+
Parts
|
|
28
|
+
---------------*/
|
|
29
|
+
|
|
30
|
+
/* Table Row */
|
|
31
|
+
@rowBorder: 1px solid @internalBorderColor;
|
|
32
|
+
|
|
33
|
+
/* Table Cell */
|
|
34
|
+
@cellVerticalPadding: @relativeMini;
|
|
35
|
+
@cellHorizontalPadding: @relativeMini;
|
|
36
|
+
@cellVerticalAlign: inherit;
|
|
37
|
+
@cellTextAlign: inherit;
|
|
38
|
+
@cellBorder: 1px solid @internalBorderColor;
|
|
39
|
+
|
|
40
|
+
/* Table Header */
|
|
41
|
+
@headerBorder: 1px solid @internalBorderColor;
|
|
42
|
+
@headerDivider: none;
|
|
43
|
+
@headerBackground: @offWhite;
|
|
44
|
+
@headerAlign: inherit;
|
|
45
|
+
@headerVerticalAlign: inherit;
|
|
46
|
+
@headerColor: @textColor;
|
|
47
|
+
@headerVerticalPadding: @relativeSmall;
|
|
48
|
+
@headerHorizontalPadding: @cellHorizontalPadding;
|
|
49
|
+
@headerFontStyle: none;
|
|
50
|
+
@headerFontWeight: @bold;
|
|
51
|
+
@headerTextTransform: none;
|
|
52
|
+
@headerBoxShadow: none;
|
|
53
|
+
|
|
54
|
+
/* Table Footer */
|
|
55
|
+
@footerBoxShadow: none;
|
|
56
|
+
@footerBorder: 1px solid @borderColor;
|
|
57
|
+
@footerDivider: none;
|
|
58
|
+
@footerBackground: @offWhite;
|
|
59
|
+
@footerAlign: inherit;
|
|
60
|
+
@footerVerticalAlign: middle;
|
|
61
|
+
@footerColor: @textColor;
|
|
62
|
+
@footerVerticalPadding: @cellVerticalPadding;
|
|
63
|
+
@footerHorizontalPadding: @cellHorizontalPadding;
|
|
64
|
+
@footerFontStyle: @normal;
|
|
65
|
+
@footerFontWeight: @normal;
|
|
66
|
+
@footerTextTransform: none;
|
|
67
|
+
|
|
68
|
+
/* Responsive Size */
|
|
69
|
+
@responsiveHeaderDisplay: block;
|
|
70
|
+
@responsiveFooterDisplay: block;
|
|
71
|
+
@responsiveRowVerticalPadding: 1em;
|
|
72
|
+
@responsiveRowBoxShadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
|
|
73
|
+
@responsiveCellVerticalPadding: 0.25em;
|
|
74
|
+
@responsiveCellHorizontalPadding: 0.75em;
|
|
75
|
+
@responsiveCellBoxShadow: none !important;
|
|
76
|
+
@responsiveCellHeaderFontWeight: @bold;
|
|
77
|
+
|
|
78
|
+
/*-------------------
|
|
79
|
+
Types
|
|
80
|
+
--------------------*/
|
|
81
|
+
|
|
82
|
+
/* Definition */
|
|
83
|
+
@definitionPageBackground: @white;
|
|
84
|
+
|
|
85
|
+
@definitionHeaderBackground: transparent;
|
|
86
|
+
@definitionHeaderColor: @unselectedTextColor;
|
|
87
|
+
@definitionHeaderFontWeight: @normal;
|
|
88
|
+
|
|
89
|
+
@definitionFooterBackground: @definitionHeaderBackground;
|
|
90
|
+
@definitionFooterColor: @definitionHeaderColor;
|
|
91
|
+
@definitionFooterFontWeight: @definitionHeaderFontWeight;
|
|
92
|
+
|
|
93
|
+
@definitionColumnBackground: @subtleTransparentBlack;
|
|
94
|
+
@definitionColumnFontWeight: @bold;
|
|
95
|
+
@definitionColumnColor: @selectedTextColor;
|
|
96
|
+
@definitionColumnFontSize: @relativeMedium;
|
|
97
|
+
@definitionColumnTextTransform: '';
|
|
98
|
+
@definitionColumnBoxShadow: '';
|
|
99
|
+
@definitionColumnTextAlign: '';
|
|
100
|
+
@definitionColumnHorizontalPadding: '';
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
/*--------------
|
|
104
|
+
Couplings
|
|
105
|
+
---------------*/
|
|
106
|
+
|
|
107
|
+
@iconVerticalAlign: baseline;
|
|
108
|
+
|
|
109
|
+
/*--------------
|
|
110
|
+
States
|
|
111
|
+
---------------*/
|
|
112
|
+
|
|
113
|
+
@stateMarkerWidth: 0px;
|
|
114
|
+
|
|
115
|
+
/* Positive */
|
|
116
|
+
@positiveColor: @positiveTextColor;
|
|
117
|
+
@positiveBoxShadow: @stateMarkerWidth 0px 0px @positiveBorderColor inset;
|
|
118
|
+
@positiveBackgroundHover: darken(@positiveBackgroundColor, 3);
|
|
119
|
+
@positiveColorHover: darken(@positiveColor, 3);
|
|
120
|
+
|
|
121
|
+
/* Negative */
|
|
122
|
+
@negativeColor: @negativeTextColor;
|
|
123
|
+
@negativeBoxShadow: @stateMarkerWidth 0px 0px @negativeBorderColor inset;
|
|
124
|
+
@negativeBackgroundHover: darken(@negativeBackgroundColor, 3);
|
|
125
|
+
@negativeColorHover: darken(@negativeColor, 3);
|
|
126
|
+
|
|
127
|
+
/* Error */
|
|
128
|
+
@errorColor: @errorTextColor;
|
|
129
|
+
@errorBoxShadow: @stateMarkerWidth 0px 0px @errorBorderColor inset;
|
|
130
|
+
@errorBackgroundHover: darken(@errorBackgroundColor, 3);
|
|
131
|
+
@errorColorHover: darken(@errorColor, 3);
|
|
132
|
+
|
|
133
|
+
/* Warning */
|
|
134
|
+
@warningColor: @warningTextColor;
|
|
135
|
+
@warningBoxShadow: @stateMarkerWidth 0px 0px @warningBorderColor inset;
|
|
136
|
+
@warningBackgroundHover: darken(@warningBackgroundColor, 3);
|
|
137
|
+
@warningColorHover: darken(@warningColor, 3);
|
|
138
|
+
|
|
139
|
+
/* Active */
|
|
140
|
+
@activeColor: @textColor;
|
|
141
|
+
@activeBackgroundColor: #E0E0E0;
|
|
142
|
+
@activeBoxShadow: @stateMarkerWidth 0px 0px @activeColor inset;
|
|
143
|
+
|
|
144
|
+
@activeBackgroundHover: #EFEFEF;
|
|
145
|
+
@activeColorHover: @selectedTextColor;
|
|
146
|
+
|
|
147
|
+
/*--------------
|
|
148
|
+
Types
|
|
149
|
+
---------------*/
|
|
150
|
+
|
|
151
|
+
/* Attached */
|
|
152
|
+
@attachedTopOffset: 0px;
|
|
153
|
+
@attachedBottomOffset: 0px;
|
|
154
|
+
@attachedHorizontalOffset: -@borderWidth;
|
|
155
|
+
@attachedWidth: calc(100% - (@attachedHorizontalOffset * 2));
|
|
156
|
+
@attachedBoxShadow: none;
|
|
157
|
+
@attachedBorder: @borderWidth solid @solidBorderColor;
|
|
158
|
+
@attachedBottomBoxShadow:
|
|
159
|
+
@boxShadow,
|
|
160
|
+
@attachedBoxShadow
|
|
161
|
+
;
|
|
162
|
+
|
|
163
|
+
/* Striped */
|
|
164
|
+
@stripedBackground: rgba(0, 0, 50, 0.02);
|
|
165
|
+
@invertedStripedBackground: rgba(255, 255, 255, 0.05);
|
|
166
|
+
|
|
167
|
+
/* Selectable */
|
|
168
|
+
@selectableBackground: @transparentBlack;
|
|
169
|
+
@selectableTextColor: @selectedTextColor;
|
|
170
|
+
@selectableInvertedBackground: @transparentWhite;
|
|
171
|
+
@selectableInvertedTextColor: @invertedSelectedTextColor;
|
|
172
|
+
|
|
173
|
+
/* Sortable */
|
|
174
|
+
@sortableBackground: '';
|
|
175
|
+
@sortableColor: @textColor;
|
|
176
|
+
|
|
177
|
+
@sortableBorder: 1px solid @borderColor;
|
|
178
|
+
@sortableIconWidth: auto;
|
|
179
|
+
@sortableIconDistance: 0.5em;
|
|
180
|
+
@sortableIconOpacity: 0.8;
|
|
181
|
+
@sortableIconFont: 'Icons';
|
|
182
|
+
@sortableIconAscending: '\f0d8';
|
|
183
|
+
@sortableIconDescending: '\f0d7';
|
|
184
|
+
@sortableDisabledColor: @disabledTextColor;
|
|
185
|
+
|
|
186
|
+
@sortableHoverBackground: @transparentBlack;
|
|
187
|
+
@sortableHoverColor: @hoveredTextColor;
|
|
188
|
+
|
|
189
|
+
@sortableActiveBackground: @transparentBlack;
|
|
190
|
+
@sortableActiveColor: @selectedTextColor;
|
|
191
|
+
|
|
192
|
+
@sortableActiveHoverBackground: @transparentBlack;
|
|
193
|
+
@sortableActiveHoverColor: @selectedTextColor;
|
|
194
|
+
|
|
195
|
+
@sortableInvertedBorderColor: transparent;
|
|
196
|
+
@sortableInvertedHoverBackground: @transparentWhite @subtleGradient;
|
|
197
|
+
@sortableInvertedHoverColor: @invertedHoveredTextColor;
|
|
198
|
+
@sortableInvertedActiveBackground: @strongTransparentWhite @subtleGradient;
|
|
199
|
+
@sortableInvertedActiveColor: @invertedSelectedTextColor;
|
|
200
|
+
|
|
201
|
+
/* Colors */
|
|
202
|
+
@coloredBorderSize: 0.2em;
|
|
203
|
+
@coloredBorderRadius: 0em 0em @borderRadius @borderRadius;
|
|
204
|
+
|
|
205
|
+
/* Inverted */
|
|
206
|
+
@invertedBackground: #333333;
|
|
207
|
+
@invertedBorder: none;
|
|
208
|
+
@invertedCellBorderColor: @whiteBorderColor;
|
|
209
|
+
@invertedCellColor: @invertedTextColor;
|
|
210
|
+
|
|
211
|
+
@invertedHeaderBackground: @veryStrongTransparentBlack;
|
|
212
|
+
@invertedHeaderColor: @invertedTextColor;
|
|
213
|
+
@invertedHeaderBorderColor: @invertedCellBorderColor;
|
|
214
|
+
|
|
215
|
+
@invertedDefinitionColumnBackground: @subtleTransparentWhite;
|
|
216
|
+
@invertedDefinitionColumnColor: @invertedSelectedTextColor;
|
|
217
|
+
@invertedDefinitionColumnFontWeight: @bold;
|
|
218
|
+
|
|
219
|
+
/* Basic */
|
|
220
|
+
@basicTableBackground: transparent;
|
|
221
|
+
@basicTableBorder: @borderWidth solid @borderColor;
|
|
222
|
+
@basicBoxShadow: none;
|
|
223
|
+
|
|
224
|
+
@basicTableHeaderBackground: transparent;
|
|
225
|
+
@basicTableCellBackground: transparent;
|
|
226
|
+
@basicTableHeaderDivider: none;
|
|
227
|
+
@basicTableCellBorder: 1px solid rgba(0, 0, 0, 0.1);
|
|
228
|
+
@basicTableCellPadding: '';
|
|
229
|
+
@basicTableStripedBackground: @transparentBlack;
|
|
230
|
+
|
|
231
|
+
/* Padded */
|
|
232
|
+
@paddedVerticalPadding: 1em;
|
|
233
|
+
@paddedHorizontalPadding: 1em;
|
|
234
|
+
@veryPaddedVerticalPadding: 1.5em;
|
|
235
|
+
@veryPaddedHorizontalPadding: 1.5em;
|
|
236
|
+
|
|
237
|
+
/* Compact */
|
|
238
|
+
@compactVerticalPadding: 0.5em;
|
|
239
|
+
@compactHorizontalPadding: 0.7em;
|
|
240
|
+
@veryCompactVerticalPadding: 0.4em;
|
|
241
|
+
@veryCompactHorizontalPadding: 0.6em;
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
/* Sizes */
|
|
245
|
+
@small: 0.9em;
|
|
246
|
+
@medium: 1em;
|
|
247
|
+
@large: 1.1em;
|
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
/*******************************
|
|
2
|
+
Button
|
|
3
|
+
*******************************/
|
|
4
|
+
|
|
5
|
+
/*-------------------
|
|
6
|
+
Element
|
|
7
|
+
--------------------*/
|
|
8
|
+
|
|
9
|
+
/* Button */
|
|
10
|
+
@verticalMargin: 0em;
|
|
11
|
+
@horizontalMargin: 0.25em;
|
|
12
|
+
@backgroundColor: #E0E1E2;
|
|
13
|
+
@backgroundImage: none;
|
|
14
|
+
@background: @backgroundColor @backgroundImage;
|
|
15
|
+
@lineHeight: 1em;
|
|
16
|
+
|
|
17
|
+
/* Button defaults to using same height as input globally */
|
|
18
|
+
@verticalPadding: @inputVerticalPadding;
|
|
19
|
+
@horizontalPadding: 1.5em;
|
|
20
|
+
|
|
21
|
+
/* Text */
|
|
22
|
+
@textTransform: none;
|
|
23
|
+
@tapColor: transparent;
|
|
24
|
+
@fontFamily: @pageFont;
|
|
25
|
+
@fontWeight: @bold;
|
|
26
|
+
@textColor: rgba(0, 0, 0, 0.6);
|
|
27
|
+
@textShadow: none;
|
|
28
|
+
@invertedTextShadow: @textShadow;
|
|
29
|
+
@borderRadius: @defaultBorderRadius;
|
|
30
|
+
@verticalAlign: baseline;
|
|
31
|
+
|
|
32
|
+
/* Internal Shadow */
|
|
33
|
+
@shadowDistance: 0em;
|
|
34
|
+
@shadowOffset: (@shadowDistance / 2);
|
|
35
|
+
@shadowBoxShadow: 0px -@shadowDistance 0px 0px @borderColor inset;
|
|
36
|
+
|
|
37
|
+
/* Box Shadow */
|
|
38
|
+
@borderBoxShadowColor: transparent;
|
|
39
|
+
@borderBoxShadowWidth: 1px;
|
|
40
|
+
@borderBoxShadow: 0px 0px 0px @borderBoxShadowWidth @borderBoxShadowColor inset;
|
|
41
|
+
@boxShadow:
|
|
42
|
+
@borderBoxShadow,
|
|
43
|
+
@shadowBoxShadow
|
|
44
|
+
;
|
|
45
|
+
|
|
46
|
+
/* Icon */
|
|
47
|
+
@iconHeight: @relativeTiny;
|
|
48
|
+
@iconOpacity: 0.8;
|
|
49
|
+
@iconDistance: @relative6px;
|
|
50
|
+
@iconColor: '';
|
|
51
|
+
@iconTransition: opacity @defaultDuration @defaultEasing;
|
|
52
|
+
@iconVerticalAlign: '';
|
|
53
|
+
|
|
54
|
+
@iconMargin: 0em @iconDistance 0em -(@iconDistance / 2);
|
|
55
|
+
@rightIconMargin: 0em -(@iconDistance / 2) 0em @iconDistance;
|
|
56
|
+
|
|
57
|
+
/* Loader */
|
|
58
|
+
@invertedLoaderFillColor: rgba(0, 0, 0, 0.15);
|
|
59
|
+
|
|
60
|
+
@transition:
|
|
61
|
+
opacity @defaultDuration @defaultEasing,
|
|
62
|
+
background-color @defaultDuration @defaultEasing,
|
|
63
|
+
color @defaultDuration @defaultEasing,
|
|
64
|
+
box-shadow @defaultDuration @defaultEasing,
|
|
65
|
+
background @defaultDuration @defaultEasing
|
|
66
|
+
;
|
|
67
|
+
/*
|
|
68
|
+
@willChange: box-shadow, transform, opacity, color, background;
|
|
69
|
+
*/
|
|
70
|
+
@willChange: '';
|
|
71
|
+
|
|
72
|
+
/*-------------------
|
|
73
|
+
Group
|
|
74
|
+
--------------------*/
|
|
75
|
+
|
|
76
|
+
@groupBoxShadow: none;
|
|
77
|
+
@groupButtonBoxShadow: @boxShadow;
|
|
78
|
+
@verticalBoxShadow: none;
|
|
79
|
+
@groupButtonOffset: 0px 0px 0px 0px;
|
|
80
|
+
@verticalGroupOffset: 0px 0px 0px 0px;
|
|
81
|
+
|
|
82
|
+
/*-------------------
|
|
83
|
+
States
|
|
84
|
+
--------------------*/
|
|
85
|
+
|
|
86
|
+
/* Hovered */
|
|
87
|
+
@hoverBackgroundColor: #CACBCD;
|
|
88
|
+
@hoverBackgroundImage: @backgroundImage;
|
|
89
|
+
@hoverBoxShadow: @boxShadow;
|
|
90
|
+
@hoverColor: @hoveredTextColor;
|
|
91
|
+
@iconHoverOpacity: 0.85;
|
|
92
|
+
|
|
93
|
+
/* Focused */
|
|
94
|
+
@focusBackgroundColor: @hoverBackgroundColor;
|
|
95
|
+
@focusBackgroundImage: '';
|
|
96
|
+
@focusBoxShadow: '';
|
|
97
|
+
@focusColor: @hoveredTextColor;
|
|
98
|
+
@iconFocusOpacity: 0.85;
|
|
99
|
+
|
|
100
|
+
/* Disabled */
|
|
101
|
+
@disabledBackgroundImage: none;
|
|
102
|
+
@disabledBoxShadow: none;
|
|
103
|
+
|
|
104
|
+
/* Pressed Down */
|
|
105
|
+
@downBackgroundColor: #BABBBC;
|
|
106
|
+
@downBackgroundImage: '';
|
|
107
|
+
@downPressedShadow: none;
|
|
108
|
+
@downBoxShadow:
|
|
109
|
+
@borderBoxShadow,
|
|
110
|
+
@downPressedShadow
|
|
111
|
+
;
|
|
112
|
+
@downColor: @pressedTextColor;
|
|
113
|
+
|
|
114
|
+
/* Active */
|
|
115
|
+
@activeBackgroundColor: #C0C1C2;
|
|
116
|
+
@activeBackgroundImage: none;
|
|
117
|
+
@activeColor: @selectedTextColor;
|
|
118
|
+
@activeBoxShadow: @borderBoxShadow;
|
|
119
|
+
|
|
120
|
+
/* Active + Hovered */
|
|
121
|
+
@activeHoverBackgroundColor: @activeBackgroundColor;
|
|
122
|
+
@activeHoverBackgroundImage: none;
|
|
123
|
+
@activeHoverColor: @activeColor;
|
|
124
|
+
@activeHoverBoxShadow: @activeBoxShadow;
|
|
125
|
+
|
|
126
|
+
/* Loading */
|
|
127
|
+
@loadingOpacity: 1;
|
|
128
|
+
@loadingPointerEvents: auto;
|
|
129
|
+
@loadingTransition:
|
|
130
|
+
all 0s linear,
|
|
131
|
+
opacity @defaultDuration @defaultEasing
|
|
132
|
+
;
|
|
133
|
+
|
|
134
|
+
/*-------------------
|
|
135
|
+
Types
|
|
136
|
+
--------------------*/
|
|
137
|
+
|
|
138
|
+
/* Or */
|
|
139
|
+
@orText: 'or';
|
|
140
|
+
|
|
141
|
+
@orGap: 0.3em;
|
|
142
|
+
@orHeight: (@verticalPadding * 2) + 1em;
|
|
143
|
+
@orZIndex: 3;
|
|
144
|
+
|
|
145
|
+
@orCircleDistanceToEdge: (@verticalPadding);
|
|
146
|
+
@orCircleSize: @orHeight - @orCircleDistanceToEdge;
|
|
147
|
+
@orLineHeight: (@orCircleSize);
|
|
148
|
+
@orBoxShadow: @borderBoxShadow;
|
|
149
|
+
|
|
150
|
+
@orVerticalOffset: -(@orCircleSize / 2);
|
|
151
|
+
@orHorizontalOffset: -(@orCircleSize / 2);
|
|
152
|
+
|
|
153
|
+
@orBackgroundColor: @white;
|
|
154
|
+
@orTextShadow: @invertedTextShadow;
|
|
155
|
+
@orTextStyle: @normal;
|
|
156
|
+
@orTextWeight: @bold;
|
|
157
|
+
@orTextColor: @lightTextColor;
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
@orSpacerHeight: @verticalPadding;
|
|
161
|
+
@orSpacerColor: transparent;
|
|
162
|
+
|
|
163
|
+
/* Icon */
|
|
164
|
+
@iconButtonOpacity: 0.9;
|
|
165
|
+
|
|
166
|
+
/* Labeled */
|
|
167
|
+
@labeledLabelFontSize: @medium;
|
|
168
|
+
@labeledLabelAlign: center;
|
|
169
|
+
@labeledLabelPadding: '';
|
|
170
|
+
@labeledLabelFontSize: @relativeMedium;
|
|
171
|
+
@labeledLabelBorderColor: @borderColor;
|
|
172
|
+
@labeledLabelBorderOffset: -@borderBoxShadowWidth;
|
|
173
|
+
@labeledTagLabelSize: 1.85em; /* hypotenuse of triangle */
|
|
174
|
+
@labeledIconMargin: 0em;
|
|
175
|
+
|
|
176
|
+
/* Labeled Icon */
|
|
177
|
+
@labeledIconWidth: 1em + (@verticalPadding * 2);
|
|
178
|
+
@labeledIconBackgroundColor: rgba(0, 0, 0, 0.05);
|
|
179
|
+
@labeledIconPadding: (@horizontalPadding + @labeledIconWidth);
|
|
180
|
+
@labeledIconBorder: transparent;
|
|
181
|
+
@labeledIconColor: '';
|
|
182
|
+
|
|
183
|
+
@labeledIconLeftShadow: -1px 0px 0px 0px @labeledIconBorder inset;
|
|
184
|
+
@labeledIconRightShadow: 1px 0px 0px 0px @labeledIconBorder inset;
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
/* Inverted */
|
|
188
|
+
@invertedBorderSize: 2px;
|
|
189
|
+
@invertedTextColor: @white;
|
|
190
|
+
@invertedTextHoverColor: @hoverColor;
|
|
191
|
+
@invertedGroupButtonOffset: 0px 0px 0px -(@invertedBorderSize);
|
|
192
|
+
@invertedVerticalGroupButtonOffset: 0px 0px -(@invertedBorderSize) 0px;
|
|
193
|
+
|
|
194
|
+
/* Basic */
|
|
195
|
+
@basicBorderRadius: @borderRadius;
|
|
196
|
+
@basicBorderSize: 1px;
|
|
197
|
+
@basicTextColor: @textColor;
|
|
198
|
+
@basicColoredBorderSize: 1px;
|
|
199
|
+
|
|
200
|
+
@basicBackground: transparent none;
|
|
201
|
+
@basicFontWeight: @normal;
|
|
202
|
+
@basicBorder: 1px solid @borderColor;
|
|
203
|
+
@basicBoxShadow: 0px 0px 0px @basicBorderSize @borderColor inset;
|
|
204
|
+
@basicLoadingColor: @offWhite;
|
|
205
|
+
@basicTextTransform: none;
|
|
206
|
+
|
|
207
|
+
/* Basic Hover */
|
|
208
|
+
@basicHoverBackground: #FFFFFF;
|
|
209
|
+
@basicHoverTextColor: @hoveredTextColor;
|
|
210
|
+
@basicHoverBoxShadow:
|
|
211
|
+
0px 0px 0px @basicBorderSize @selectedBorderColor inset,
|
|
212
|
+
0px 0px 0px 0px @borderColor inset
|
|
213
|
+
;
|
|
214
|
+
/* Basic Focus */
|
|
215
|
+
@basicFocusBackground: @basicHoverBackground;
|
|
216
|
+
@basicFocusTextColor: @basicHoverTextColor;
|
|
217
|
+
@basicFocusBoxShadow: @basicHoverBoxShadow;
|
|
218
|
+
|
|
219
|
+
/* Basic Down */
|
|
220
|
+
@basicDownBackground: #F8F8F8;
|
|
221
|
+
@basicDownTextColor: @pressedTextColor;
|
|
222
|
+
@basicDownBoxShadow:
|
|
223
|
+
0px 0px 0px @basicBorderSize rgba(0, 0, 0, 0.15) inset,
|
|
224
|
+
0px 1px 4px 0px @borderColor inset
|
|
225
|
+
;
|
|
226
|
+
/* Basic Active */
|
|
227
|
+
@basicActiveBackground: @transparentBlack;
|
|
228
|
+
@basicActiveBoxShadow: '';
|
|
229
|
+
@basicActiveTextColor: @selectedTextColor;
|
|
230
|
+
|
|
231
|
+
/* Basic Inverted */
|
|
232
|
+
@basicInvertedBackground: transparent;
|
|
233
|
+
@basicInvertedFocusBackground: transparent;
|
|
234
|
+
@basicInvertedDownBackground: @transparentWhite;
|
|
235
|
+
@basicInvertedActiveBackground: @transparentWhite;
|
|
236
|
+
|
|
237
|
+
@basicInvertedBoxShadow: 0px 0px 0px @invertedBorderSize rgba(255, 255, 255, 0.5) inset;
|
|
238
|
+
@basicInvertedHoverBoxShadow: 0px 0px 0px @invertedBorderSize rgba(255, 255, 255, 1) inset;
|
|
239
|
+
@basicInvertedFocusBoxShadow: 0px 0px 0px @invertedBorderSize rgba(255, 255, 255, 1) inset;
|
|
240
|
+
@basicInvertedDownBoxShadow: 0px 0px 0px @invertedBorderSize rgba(255, 255, 255, 0.9) inset;
|
|
241
|
+
@basicInvertedActiveBoxShadow: 0px 0px 0px @invertedBorderSize rgba(255, 255, 255, 0.7) inset;
|
|
242
|
+
|
|
243
|
+
@basicInvertedColor: @darkWhite;
|
|
244
|
+
@basicInvertedHoverColor: @darkWhiteHover;
|
|
245
|
+
@basicInvertedDownColor: @darkWhiteActive;
|
|
246
|
+
@basicInvertedActiveColor: @invertedTextColor;
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
/* Basic Group */
|
|
250
|
+
@basicGroupBorder: @basicBorderSize solid @borderColor;
|
|
251
|
+
@basicGroupBoxShadow: none;
|
|
252
|
+
|
|
253
|
+
/*-------------------
|
|
254
|
+
Variations
|
|
255
|
+
--------------------*/
|
|
256
|
+
|
|
257
|
+
/* Colors */
|
|
258
|
+
@coloredBackgroundImage: none;
|
|
259
|
+
@coloredBoxShadow: @shadowBoxShadow;
|
|
260
|
+
|
|
261
|
+
/* Colored */
|
|
262
|
+
@brownTextColor: @invertedTextColor;
|
|
263
|
+
@brownTextShadow: @invertedTextShadow;
|
|
264
|
+
@redTextColor: @invertedTextColor;
|
|
265
|
+
@redTextShadow: @invertedTextShadow;
|
|
266
|
+
@orangeTextColor: @invertedTextColor;
|
|
267
|
+
@orangeTextShadow: @invertedTextShadow;
|
|
268
|
+
@greenTextColor: @invertedTextColor;
|
|
269
|
+
@greenTextShadow: @invertedTextShadow;
|
|
270
|
+
@blueTextColor: @invertedTextColor;
|
|
271
|
+
@blueTextShadow: @invertedTextShadow;
|
|
272
|
+
@violetTextColor: @invertedTextColor;
|
|
273
|
+
@violetTextShadow: @invertedTextShadow;
|
|
274
|
+
@purpleTextColor: @invertedTextColor;
|
|
275
|
+
@purpleTextShadow: @invertedTextShadow;
|
|
276
|
+
@pinkTextColor: @invertedTextColor;
|
|
277
|
+
@pinkTextShadow: @invertedTextShadow;
|
|
278
|
+
@blackTextColor: @invertedTextColor;
|
|
279
|
+
@blackTextShadow: @invertedTextShadow;
|
|
280
|
+
@oliveTextColor: @invertedTextColor;
|
|
281
|
+
@oliveTextShadow: @invertedTextShadow;
|
|
282
|
+
@yellowTextColor: @invertedTextColor;
|
|
283
|
+
@yellowTextShadow: @invertedTextShadow;
|
|
284
|
+
@tealTextColor: @invertedTextColor;
|
|
285
|
+
@tealTextShadow: @invertedTextShadow;
|
|
286
|
+
@greyTextColor: @invertedTextColor;
|
|
287
|
+
@greyTextShadow: @invertedTextShadow;
|
|
288
|
+
|
|
289
|
+
/* Inverted */
|
|
290
|
+
@lightBrownTextColor: @invertedTextColor;
|
|
291
|
+
@lightBrownTextShadow: @invertedTextShadow;
|
|
292
|
+
@lightRedTextColor: @invertedTextColor;
|
|
293
|
+
@lightRedTextShadow: @invertedTextShadow;
|
|
294
|
+
@lightOrangeTextColor: @invertedTextColor;
|
|
295
|
+
@lightOrangeTextShadow: @invertedTextShadow;
|
|
296
|
+
@lightGreenTextColor: @invertedTextColor;
|
|
297
|
+
@lightGreenTextShadow: @invertedTextShadow;
|
|
298
|
+
@lightBlueTextColor: @invertedTextColor;
|
|
299
|
+
@lightBlueTextShadow: @invertedTextShadow;
|
|
300
|
+
@lightVioletTextColor: @invertedTextColor;
|
|
301
|
+
@lightVioletTextShadow: @invertedTextShadow;
|
|
302
|
+
@lightPurpleTextColor: @invertedTextColor;
|
|
303
|
+
@lightPurpleTextShadow: @invertedTextShadow;
|
|
304
|
+
@lightPinkTextColor: @invertedTextColor;
|
|
305
|
+
@lightPinkTextShadow: @invertedTextShadow;
|
|
306
|
+
@lightBlackTextColor: @invertedTextColor;
|
|
307
|
+
@lightBlackTextShadow: @invertedTextShadow;
|
|
308
|
+
@lightOliveTextColor: @textColor;
|
|
309
|
+
@lightOliveTextShadow: @textShadow;
|
|
310
|
+
@lightYellowTextColor: @textColor;
|
|
311
|
+
@lightYellowTextShadow: @textShadow;
|
|
312
|
+
@lightTealTextColor: @textColor;
|
|
313
|
+
@lightTealTextShadow: @textShadow;
|
|
314
|
+
@lightGreyTextColor: @textColor;
|
|
315
|
+
@lightGreyTextShadow: @textShadow;
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
/* Ordinality */
|
|
319
|
+
@primaryBackgroundImage: @coloredBackgroundImage;
|
|
320
|
+
@primaryTextColor: @invertedTextColor;
|
|
321
|
+
@lightPrimaryTextColor: @invertedTextColor;
|
|
322
|
+
@primaryTextShadow: @invertedTextShadow;
|
|
323
|
+
@primaryBoxShadow: @coloredBoxShadow;
|
|
324
|
+
|
|
325
|
+
@secondaryBackgroundImage: @coloredBackgroundImage;
|
|
326
|
+
@secondaryTextColor: @invertedTextColor;
|
|
327
|
+
@secondaryTextShadow: @invertedTextShadow;
|
|
328
|
+
@lightSecondaryTextColor: @invertedTextColor;
|
|
329
|
+
@secondaryBoxShadow: @coloredBoxShadow;
|
|
330
|
+
|
|
331
|
+
@positiveBackgroundImage: @coloredBackgroundImage;
|
|
332
|
+
@positiveTextColor: @invertedTextColor;
|
|
333
|
+
@positiveTextShadow: @invertedTextShadow;
|
|
334
|
+
@positiveBoxShadow: @coloredBoxShadow;
|
|
335
|
+
|
|
336
|
+
@negativeBackgroundImage: @coloredBackgroundImage;
|
|
337
|
+
@negativeTextColor: @invertedTextColor;
|
|
338
|
+
@negativeTextShadow: @invertedTextShadow;
|
|
339
|
+
@negativeBoxShadow: @coloredBoxShadow;
|
|
340
|
+
|
|
341
|
+
/* Compact */
|
|
342
|
+
@compactVerticalPadding: (@verticalPadding * 0.75);
|
|
343
|
+
@compactHorizontalPadding: (@horizontalPadding * 0.75);
|
|
344
|
+
|
|
345
|
+
/* Attached */
|
|
346
|
+
@attachedOffset: -1px;
|
|
347
|
+
@attachedBoxShadow: 0px 0px 0px 1px @borderColor;
|
|
348
|
+
@attachedHorizontalPadding: 0.75em;
|
|
349
|
+
@attachedZIndex: 2;
|
|
350
|
+
|
|
351
|
+
/* Floated */
|
|
352
|
+
@floatedMargin: 0.25em;
|
|
353
|
+
|
|
354
|
+
/* Animated */
|
|
355
|
+
@animatedVerticalAlign: middle;
|
|
356
|
+
@animatedZIndex: 1;
|
|
357
|
+
@animationDuration: 0.3s;
|
|
358
|
+
@animationEasing: ease;
|
|
359
|
+
@fadeScaleHigh: 1.5;
|
|
360
|
+
@fadeScaleLow: 0.75;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/*******************************
|
|
2
|
+
Container
|
|
3
|
+
*******************************/
|
|
4
|
+
|
|
5
|
+
/*-------------------
|
|
6
|
+
Element
|
|
7
|
+
--------------------*/
|
|
8
|
+
|
|
9
|
+
/* Minimum Gutter is used to determine the maximum container width for a given device */
|
|
10
|
+
|
|
11
|
+
@maxWidth: 100%;
|
|
12
|
+
|
|
13
|
+
/* Devices */
|
|
14
|
+
@mobileMinimumGutter: 0em;
|
|
15
|
+
@mobileWidth: auto;
|
|
16
|
+
@mobileGutter: 1em;
|
|
17
|
+
|
|
18
|
+
@tabletMinimumGutter: (@emSize * 1);
|
|
19
|
+
@tabletWidth: @tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth;
|
|
20
|
+
@tabletGutter: auto;
|
|
21
|
+
|
|
22
|
+
@computerMinimumGutter: (@emSize * 1.5);
|
|
23
|
+
@computerWidth: @computerBreakpoint - (@computerMinimumGutter * 2) - @scrollbarWidth;
|
|
24
|
+
@computerGutter: auto;
|
|
25
|
+
|
|
26
|
+
@largeMonitorMinimumGutter: (@emSize * 2);
|
|
27
|
+
@largeMonitorWidth: @largeMonitorBreakpoint - (@largeMonitorMinimumGutter * 2) - @scrollbarWidth;
|
|
28
|
+
@largeMonitorGutter: auto;
|
|
29
|
+
|
|
30
|
+
/* Coupling (Add Negative Margin to container size) */
|
|
31
|
+
@gridGutterWidth: 2rem;
|
|
32
|
+
@relaxedGridGutterWidth: 3rem;
|
|
33
|
+
@veryRelaxedGridGutterWidth: 5rem;
|
|
34
|
+
|
|
35
|
+
@mobileGridWidth: @mobileWidth;
|
|
36
|
+
@tabletGridWidth: ~"calc("@tabletWidth~" + "@gridGutterWidth~")";
|
|
37
|
+
@computerGridWidth: ~"calc("@computerWidth~" + "@gridGutterWidth~")";
|
|
38
|
+
@largeMonitorGridWidth: ~"calc("@largeMonitorWidth~" + "@gridGutterWidth~")";
|
|
39
|
+
|
|
40
|
+
@mobileRelaxedGridWidth: @mobileWidth;
|
|
41
|
+
@tabletRelaxedGridWidth: ~"calc("@tabletWidth~" + "@relaxedGridGutterWidth~")";
|
|
42
|
+
@computerRelaxedGridWidth: ~"calc("@computerWidth~" + "@relaxedGridGutterWidth~")";
|
|
43
|
+
@largeMonitorRelaxedGridWidth: ~"calc("@largeMonitorWidth~" + "@relaxedGridGutterWidth~")";
|
|
44
|
+
|
|
45
|
+
@mobileVeryRelaxedGridWidth: @mobileWidth;
|
|
46
|
+
@tabletVeryRelaxedGridWidth: ~"calc("@tabletWidth~" + "@veryRelaxedGridGutterWidth~")";
|
|
47
|
+
@computerVeryRelaxedGridWidth: ~"calc("@computerWidth~" + "@veryRelaxedGridGutterWidth~")";
|
|
48
|
+
@largeMonitorVeryRelaxedGridWidth: ~"calc("@largeMonitorWidth~" + "@veryRelaxedGridGutterWidth~")";
|
|
49
|
+
|
|
50
|
+
/*-------------------
|
|
51
|
+
Types
|
|
52
|
+
--------------------*/
|
|
53
|
+
|
|
54
|
+
/* Text */
|
|
55
|
+
@textWidth: 700px;
|
|
56
|
+
@textFontFamily: @pageFont;
|
|
57
|
+
@textLineHeight: 1.5;
|
|
58
|
+
@textSize: @large;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*******************************
|
|
2
|
+
Theme Overrides
|
|
3
|
+
*******************************/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
.ui.horizontal.divider:before,
|
|
7
|
+
.ui.horizontal.divider:after {
|
|
8
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@media only screen and (max-width : (@tabletBreakpoint - 1px)) {
|
|
12
|
+
.ui.stackable.grid .ui.vertical.divider:before,
|
|
13
|
+
.ui.grid .stackable.row .ui.vertical.divider:before,
|
|
14
|
+
.ui.stackable.grid .ui.vertical.divider:after,
|
|
15
|
+
.ui.grid .stackable.row .ui.vertical.divider:after {
|
|
16
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
|
|
17
|
+
}
|
|
18
|
+
}
|