@broxus/react-uikit 0.1.3 → 0.2.0
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/LICENSE +154 -167
- package/dist/cjs/components/Accordion/Accordion.d.ts +3 -2
- package/dist/cjs/components/Accordion/Accordion.js +8 -5
- package/dist/cjs/components/Accordion/Item.d.ts +3 -6
- package/dist/cjs/components/Accordion/Item.js +4 -5
- package/dist/cjs/components/Accordion/index.d.ts +6 -5
- package/dist/cjs/components/Accordion/index.js +2 -2
- package/dist/cjs/components/Alert/index.d.ts +3 -3
- package/dist/cjs/components/Alert/index.js +17 -10
- package/dist/cjs/components/Align/Align.d.ts +5 -7
- package/dist/cjs/components/Align/Align.js +9 -6
- package/dist/cjs/components/Align/Left.d.ts +3 -5
- package/dist/cjs/components/Align/Left.js +3 -6
- package/dist/cjs/components/Align/Right.d.ts +3 -5
- package/dist/cjs/components/Align/Right.js +3 -6
- package/dist/cjs/components/Align/index.d.ts +8 -7
- package/dist/cjs/components/Align/index.js +3 -3
- package/dist/cjs/components/Article/Article.d.ts +1 -1
- package/dist/cjs/components/Article/Article.js +9 -4
- package/dist/cjs/components/Article/Meta.d.ts +4 -9
- package/dist/cjs/components/Article/Meta.js +8 -6
- package/dist/cjs/components/Article/Title.d.ts +4 -9
- package/dist/cjs/components/Article/Title.js +8 -6
- package/dist/cjs/components/Article/index.d.ts +7 -9
- package/dist/cjs/components/Article/index.js +3 -3
- package/dist/cjs/components/Badge/index.d.ts +4 -6
- package/dist/cjs/components/Badge/index.js +7 -4
- package/dist/cjs/components/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/cjs/components/Breadcrumb/Breadcrumb.js +7 -4
- package/dist/cjs/components/Breadcrumb/Item.d.ts +1 -4
- package/dist/cjs/components/Breadcrumb/Item.js +3 -4
- package/dist/cjs/components/Breadcrumb/index.d.ts +5 -5
- package/dist/cjs/components/Breadcrumb/index.js +2 -2
- package/dist/cjs/components/Button/Button.d.ts +1 -1
- package/dist/cjs/components/Button/Button.js +16 -14
- package/dist/cjs/components/Button/Group.d.ts +1 -4
- package/dist/cjs/components/Button/Group.js +6 -6
- package/dist/cjs/components/Button/index.d.ts +5 -5
- package/dist/cjs/components/Button/index.js +2 -2
- package/dist/cjs/components/Card/Badge.d.ts +3 -7
- package/dist/cjs/components/Card/Badge.js +10 -7
- package/dist/cjs/components/Card/Body.d.ts +1 -4
- package/dist/cjs/components/Card/Body.js +8 -6
- package/dist/cjs/components/Card/Card.d.ts +4 -6
- package/dist/cjs/components/Card/Card.js +17 -11
- package/dist/cjs/components/Card/Footer.d.ts +4 -9
- package/dist/cjs/components/Card/Footer.js +8 -6
- package/dist/cjs/components/Card/Header.d.ts +4 -9
- package/dist/cjs/components/Card/Header.js +8 -6
- package/dist/cjs/components/Card/Media.d.ts +1 -4
- package/dist/cjs/components/Card/Media.js +8 -6
- package/dist/cjs/components/Card/Title.d.ts +4 -9
- package/dist/cjs/components/Card/Title.js +9 -7
- package/dist/cjs/components/Card/index.d.ts +10 -10
- package/dist/cjs/components/Card/index.js +7 -7
- package/dist/cjs/components/Close/index.d.ts +3 -7
- package/dist/cjs/components/Close/index.js +7 -4
- package/dist/cjs/components/Component/index.d.ts +9 -4
- package/dist/cjs/components/Component/index.js +26 -2
- package/dist/cjs/components/ComponentProvider/index.d.ts +11 -0
- package/dist/cjs/components/ComponentProvider/index.js +49 -0
- package/dist/cjs/components/ConfrigProvider/index.d.ts +9 -7
- package/dist/cjs/components/ConfrigProvider/index.js +37 -7
- package/dist/cjs/components/Container/index.d.ts +4 -5
- package/dist/cjs/components/Container/index.js +12 -7
- package/dist/cjs/components/Control/Checkbox/Checkbox.d.ts +7 -2
- package/dist/cjs/components/Control/Checkbox/Checkbox.js +66 -46
- package/dist/cjs/components/Control/Checkbox/CheckboxGroupContext.d.ts +26 -0
- package/dist/cjs/components/Control/Checkbox/{Context.js → CheckboxGroupContext.js} +6 -3
- package/dist/cjs/components/Control/Checkbox/Group.d.ts +14 -2
- package/dist/cjs/components/Control/Checkbox/Group.js +31 -28
- package/dist/cjs/components/Control/Checkbox/index.d.ts +8 -6
- package/dist/cjs/components/Control/Checkbox/index.js +3 -3
- package/dist/cjs/components/Control/Checkbox/index.scss +7 -2
- package/dist/cjs/components/Control/Checkbox/types.d.ts +3 -66
- package/dist/cjs/components/Control/Input/Input.d.ts +2 -2
- package/dist/cjs/components/Control/Input/Input.js +22 -13
- package/dist/cjs/components/Control/Input/Number/index.d.ts +2 -2
- package/dist/cjs/components/Control/Input/Number/index.js +24 -19
- package/dist/cjs/components/Control/Input/Password/index.d.ts +2 -2
- package/dist/cjs/components/Control/Input/Password/index.js +39 -27
- package/dist/cjs/components/Control/Input/index.d.ts +7 -7
- package/dist/cjs/components/Control/Input/index.js +5 -5
- package/dist/cjs/components/Control/Input/types.d.ts +5 -5
- package/dist/cjs/components/Control/Input/useInput.d.ts +5 -4
- package/dist/cjs/components/Control/Input/useInput.js +47 -50
- package/dist/cjs/components/Control/Radio/Group.d.ts +7 -2
- package/dist/cjs/components/Control/Radio/Group.js +24 -17
- package/dist/cjs/components/Control/Radio/Radio.d.ts +6 -2
- package/dist/cjs/components/Control/Radio/Radio.js +57 -40
- package/dist/cjs/components/Control/Radio/RadioGroupContext.d.ts +9 -0
- package/dist/cjs/components/Control/Radio/{Context.js → RadioGroupContext.js} +6 -3
- package/dist/cjs/components/Control/Radio/index.d.ts +6 -6
- package/dist/cjs/components/Control/Radio/index.js +2 -17
- package/dist/cjs/components/Control/Radio/index.scss +1 -0
- package/dist/cjs/components/Control/Select/index.d.ts +8 -12
- package/dist/cjs/components/Control/Select/index.js +72 -49
- package/dist/cjs/components/Control/TextArea/index.d.ts +3 -10
- package/dist/cjs/components/Control/TextArea/index.js +51 -47
- package/dist/cjs/components/Control/TextArea/index.scss +1 -1
- package/dist/cjs/components/Control/index.d.ts +6 -6
- package/dist/cjs/components/Control/index.js +6 -6
- package/dist/cjs/components/Control/types.d.ts +8 -7
- package/dist/cjs/components/Cover/index.d.ts +2 -1
- package/dist/cjs/components/Cover/index.js +24 -17
- package/dist/cjs/components/DescriptionList/Description.d.ts +1 -6
- package/dist/cjs/components/DescriptionList/Description.js +2 -5
- package/dist/cjs/components/DescriptionList/DescriptionList.d.ts +2 -1
- package/dist/cjs/components/DescriptionList/DescriptionList.js +10 -5
- package/dist/cjs/components/DescriptionList/Term.d.ts +1 -6
- package/dist/cjs/components/DescriptionList/Term.js +2 -5
- package/dist/cjs/components/DescriptionList/index.d.ts +6 -6
- package/dist/cjs/components/DescriptionList/index.js +3 -3
- package/dist/cjs/components/Divider/index.d.ts +2 -1
- package/dist/cjs/components/Divider/index.js +11 -6
- package/dist/cjs/components/Dotnav/Dotnav.d.ts +2 -1
- package/dist/cjs/components/Dotnav/Dotnav.js +10 -5
- package/dist/cjs/components/Dotnav/Item.d.ts +1 -4
- package/dist/cjs/components/Dotnav/Item.js +7 -6
- package/dist/cjs/components/Dotnav/index.d.ts +5 -5
- package/dist/cjs/components/Dotnav/index.js +2 -2
- package/dist/cjs/components/Drawer/index.d.ts +7 -44
- package/dist/cjs/components/Drawer/index.js +40 -139
- package/dist/cjs/components/Drawer/index.scss +11 -14
- package/dist/cjs/components/Drop/index.d.ts +12 -4
- package/dist/cjs/components/Drop/index.js +38 -21
- package/dist/cjs/components/Drop/index.scss +0 -26
- package/dist/cjs/components/Dropdown/index.d.ts +3 -3
- package/dist/cjs/components/Dropdown/index.js +5 -2
- package/dist/cjs/components/Flex/index.d.ts +14 -15
- package/dist/cjs/components/Flex/index.js +15 -13
- package/dist/cjs/components/Form/Controls.d.ts +3 -4
- package/dist/cjs/components/Form/Controls.js +10 -6
- package/dist/cjs/components/Form/ControlsText.d.ts +3 -4
- package/dist/cjs/components/Form/ControlsText.js +10 -6
- package/dist/cjs/components/Form/Fieldset.d.ts +4 -4
- package/dist/cjs/components/Form/Fieldset.js +10 -6
- package/dist/cjs/components/Form/Form.d.ts +4 -5
- package/dist/cjs/components/Form/Form.js +11 -7
- package/dist/cjs/components/Form/Label.d.ts +3 -4
- package/dist/cjs/components/Form/Label.js +9 -6
- package/dist/cjs/components/Form/Legend.d.ts +3 -4
- package/dist/cjs/components/Form/Legend.js +8 -6
- package/dist/cjs/components/Form/index.d.ts +9 -9
- package/dist/cjs/components/Form/index.js +6 -6
- package/dist/cjs/components/Grid/index.d.ts +7 -8
- package/dist/cjs/components/Grid/index.js +13 -11
- package/dist/cjs/components/Heading/index.d.ts +5 -6
- package/dist/cjs/components/Heading/index.js +11 -6
- package/dist/cjs/components/Icon/Button.d.ts +3 -5
- package/dist/cjs/components/Icon/Button.js +3 -6
- package/dist/cjs/components/Icon/Icon.d.ts +4 -6
- package/dist/cjs/components/Icon/Icon.js +9 -9
- package/dist/cjs/components/Icon/Link.d.ts +3 -5
- package/dist/cjs/components/Icon/Link.js +3 -6
- package/dist/cjs/components/Icon/default-svg-props.d.ts +1 -1
- package/dist/cjs/components/Icon/default-svg-props.js +2 -2
- package/dist/cjs/components/Icon/index.d.ts +9 -9
- package/dist/cjs/components/Icon/index.js +5 -5
- package/dist/cjs/components/Iconnav/Iconnav.d.ts +1 -1
- package/dist/cjs/components/Iconnav/Iconnav.js +6 -6
- package/dist/cjs/components/Iconnav/Item.d.ts +1 -5
- package/dist/cjs/components/Iconnav/Item.js +4 -5
- package/dist/cjs/components/Iconnav/index.d.ts +5 -5
- package/dist/cjs/components/Iconnav/index.js +2 -2
- package/dist/cjs/components/Label/index.d.ts +1 -1
- package/dist/cjs/components/Label/index.js +7 -7
- package/dist/cjs/components/Label/index.scss +1 -1
- package/dist/cjs/components/Link/index.d.ts +3 -3
- package/dist/cjs/components/Link/index.js +9 -3
- package/dist/cjs/components/List/Item.d.ts +2 -5
- package/dist/cjs/components/List/Item.js +2 -5
- package/dist/cjs/components/List/List.d.ts +1 -1
- package/dist/cjs/components/List/List.js +8 -8
- package/dist/cjs/components/List/index.d.ts +5 -5
- package/dist/cjs/components/List/index.js +2 -2
- package/dist/cjs/components/Modal/Modal.d.ts +4 -3
- package/dist/cjs/components/Modal/Modal.js +19 -16
- package/dist/cjs/components/Modal/index.d.ts +1 -1
- package/dist/cjs/components/Modal/index.js +1 -1
- package/dist/cjs/components/Nav/Divider.d.ts +3 -8
- package/dist/cjs/components/Nav/Divider.js +6 -7
- package/dist/cjs/components/Nav/Group/InternalNavItemGroup.d.ts +11 -0
- package/dist/cjs/components/Nav/Group/InternalNavItemGroup.js +42 -0
- package/dist/cjs/components/Nav/Group/index.d.ts +3 -0
- package/dist/cjs/components/Nav/{Group.js → Group/index.js} +10 -19
- package/dist/cjs/components/Nav/Header.d.ts +1 -1
- package/dist/cjs/components/Nav/Header.js +2 -2
- package/dist/cjs/components/Nav/Item/InternalNavItem.d.ts +16 -2
- package/dist/cjs/components/Nav/Item/InternalNavItem.js +54 -35
- package/dist/cjs/components/Nav/Item/LegacyNavItem.js +1 -1
- package/dist/cjs/components/Nav/Item/index.d.ts +2 -28
- package/dist/cjs/components/Nav/Item/index.js +6 -7
- package/dist/cjs/components/Nav/Nav.d.ts +23 -5
- package/dist/cjs/components/Nav/Nav.js +165 -123
- package/dist/cjs/components/Nav/Sub/InlineSubNavList.js +3 -3
- package/dist/cjs/components/Nav/Sub/PopupTrigger.d.ts +6 -6
- package/dist/cjs/components/Nav/Sub/PopupTrigger.js +21 -14
- package/dist/cjs/components/Nav/Sub/SubNavList.d.ts +1 -1
- package/dist/cjs/components/Nav/Sub/SubNavList.js +5 -3
- package/dist/cjs/components/Nav/Sub/index.d.ts +3 -19
- package/dist/cjs/components/Nav/Sub/index.js +58 -41
- package/dist/cjs/components/Nav/context/IdContext.js +3 -0
- package/dist/cjs/components/Nav/context/NavContext.d.ts +5 -4
- package/dist/cjs/components/Nav/context/NavContext.js +9 -3
- package/dist/cjs/components/Nav/context/PathContext.js +5 -0
- package/dist/cjs/components/Nav/context/PrivateContext.d.ts +7 -0
- package/dist/cjs/components/{Component/Component.js → Nav/context/PrivateContext.js} +2 -3
- package/dist/cjs/components/Nav/hooks/useAccessibility.d.ts +2 -2
- package/dist/cjs/components/Nav/hooks/useAccessibility.js +4 -3
- package/dist/cjs/components/Nav/hooks/useActive.d.ts +2 -2
- package/dist/cjs/components/Nav/hooks/useActive.js +6 -5
- package/dist/cjs/components/Nav/hooks/useDirectionStyle.d.ts +2 -0
- package/dist/cjs/components/Nav/hooks/useDirectionStyle.js +37 -0
- package/dist/cjs/components/Nav/hooks/useKeyRecords.d.ts +3 -3
- package/dist/cjs/components/Nav/hooks/useKeyRecords.js +14 -14
- package/dist/cjs/components/Nav/hooks/useMemoCallback.d.ts +1 -1
- package/dist/cjs/components/Nav/hooks/useMemoCallback.js +3 -1
- package/dist/cjs/components/Nav/hooks/useUUID.d.ts +1 -1
- package/dist/cjs/components/Nav/hooks/useUUID.js +3 -2
- package/dist/cjs/components/Nav/index.d.ts +9 -9
- package/dist/cjs/components/Nav/index.js +6 -6
- package/dist/cjs/components/Nav/index.scss +10 -7
- package/dist/cjs/components/Nav/types.d.ts +58 -10
- package/dist/cjs/components/Nav/utils/alignUtil.d.ts +1 -1
- package/dist/cjs/components/Nav/utils/motionUtil.d.ts +1 -1
- package/dist/cjs/components/Nav/utils/nodeUtil.d.ts +3 -1
- package/dist/cjs/components/Nav/utils/nodeUtil.js +38 -1
- package/dist/cjs/components/Nav/utils/warnUtil.d.ts +1 -1
- package/dist/cjs/components/Navbar/Center.d.ts +5 -7
- package/dist/cjs/components/Navbar/Center.js +8 -6
- package/dist/cjs/components/Navbar/Container.d.ts +4 -8
- package/dist/cjs/components/Navbar/Container.js +9 -7
- package/dist/cjs/components/Navbar/Item.d.ts +5 -8
- package/dist/cjs/components/Navbar/Item.js +8 -6
- package/dist/cjs/components/Navbar/Left.d.ts +5 -7
- package/dist/cjs/components/Navbar/Left.js +8 -6
- package/dist/cjs/components/Navbar/Nav.d.ts +2 -1
- package/dist/cjs/components/Navbar/Nav.js +5 -2
- package/dist/cjs/components/Navbar/Right.d.ts +3 -3
- package/dist/cjs/components/Navbar/Toggle.d.ts +5 -4
- package/dist/cjs/components/Navbar/index.d.ts +11 -11
- package/dist/cjs/components/Navbar/index.js +8 -8
- package/dist/cjs/components/Progress/index.d.ts +6 -0
- package/dist/cjs/components/Progress/index.js +39 -0
- package/dist/cjs/components/Progress/index.scss +129 -0
- package/dist/cjs/components/Section/index.d.ts +4 -6
- package/dist/cjs/components/Section/index.js +10 -8
- package/dist/cjs/components/Spinner/index.d.ts +3 -3
- package/dist/cjs/components/Spinner/index.js +7 -5
- package/dist/cjs/components/Tabs/index.d.ts +7 -11
- package/dist/cjs/components/Tabs/index.js +17 -18
- package/dist/cjs/components/Tabs/index.scss +9 -1
- package/dist/cjs/components/Text/index.d.ts +7 -8
- package/dist/cjs/components/Text/index.js +22 -20
- package/dist/cjs/components/Tile/index.d.ts +5 -6
- package/dist/cjs/components/Tile/index.js +10 -8
- package/dist/cjs/components/Tile/index.scss +8 -8
- package/dist/cjs/components/Width/Width.d.ts +5 -6
- package/dist/cjs/components/Width/Width.js +12 -6
- package/dist/cjs/components/Width/index.d.ts +3 -3
- package/dist/cjs/components/Width/index.js +3 -3
- package/dist/cjs/components/Width/types.d.ts +6 -6
- package/dist/cjs/components/Width/utils.d.ts +1 -1
- package/dist/cjs/components/Width/utils.js +3 -1
- package/dist/cjs/hooks/index.d.ts +3 -0
- package/dist/cjs/{utils/hooks → hooks}/index.js +3 -1
- package/dist/cjs/hooks/useContext.d.ts +2 -0
- package/dist/cjs/hooks/useContext.js +35 -0
- package/dist/cjs/hooks/useMounted.d.ts +1 -0
- package/dist/cjs/hooks/useMounted.js +38 -0
- package/dist/cjs/index.d.ts +33 -30
- package/dist/cjs/index.js +33 -30
- package/dist/cjs/styles/_import.components.scss +1 -2
- package/dist/cjs/styles/_import.scss +1 -2
- package/dist/cjs/styles/animation.scss +35 -35
- package/dist/cjs/styles/column.scss +0 -1
- package/dist/cjs/styles/mixins.scss +30 -8
- package/dist/cjs/styles/motion.scss +367 -44
- package/dist/cjs/styles/progress.scss +1 -129
- package/dist/cjs/styles/variables.scss +6 -4
- package/dist/cjs/tsconfig.cjs.tsbuildinfo +1 -0
- package/dist/cjs/types.d.ts +15 -3
- package/dist/cjs/utils/get-breakpoints-config-classes.d.ts +1 -1
- package/dist/cjs/utils/index.d.ts +3 -4
- package/dist/cjs/utils/index.js +3 -4
- package/dist/cjs/utils/motion.d.ts +3 -3
- package/dist/cjs/utils/motion.js +23 -21
- package/dist/esm/components/Accordion/Accordion.d.ts +3 -2
- package/dist/esm/components/Accordion/Accordion.js +8 -4
- package/dist/esm/components/Accordion/Item.d.ts +3 -6
- package/dist/esm/components/Accordion/Item.js +3 -3
- package/dist/esm/components/Accordion/index.d.ts +6 -5
- package/dist/esm/components/Accordion/index.js +2 -2
- package/dist/esm/components/Alert/index.d.ts +3 -3
- package/dist/esm/components/Alert/index.js +17 -10
- package/dist/esm/components/Align/Align.d.ts +5 -7
- package/dist/esm/components/Align/Align.js +9 -5
- package/dist/esm/components/Align/Left.d.ts +3 -5
- package/dist/esm/components/Align/Left.js +2 -4
- package/dist/esm/components/Align/Right.d.ts +3 -5
- package/dist/esm/components/Align/Right.js +2 -4
- package/dist/esm/components/Align/index.d.ts +8 -7
- package/dist/esm/components/Align/index.js +3 -3
- package/dist/esm/components/Article/Article.d.ts +1 -1
- package/dist/esm/components/Article/Article.js +9 -3
- package/dist/esm/components/Article/Meta.d.ts +4 -9
- package/dist/esm/components/Article/Meta.js +7 -4
- package/dist/esm/components/Article/Title.d.ts +4 -9
- package/dist/esm/components/Article/Title.js +7 -4
- package/dist/esm/components/Article/index.d.ts +7 -9
- package/dist/esm/components/Article/index.js +3 -3
- package/dist/esm/components/Badge/index.d.ts +4 -6
- package/dist/esm/components/Badge/index.js +7 -3
- package/dist/esm/components/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/esm/components/Breadcrumb/Breadcrumb.js +7 -3
- package/dist/esm/components/Breadcrumb/Item.d.ts +1 -4
- package/dist/esm/components/Breadcrumb/Item.js +2 -2
- package/dist/esm/components/Breadcrumb/index.d.ts +5 -5
- package/dist/esm/components/Breadcrumb/index.js +3 -3
- package/dist/esm/components/Button/Button.d.ts +1 -1
- package/dist/esm/components/Button/Button.js +16 -14
- package/dist/esm/components/Button/Group.d.ts +1 -4
- package/dist/esm/components/Button/Group.js +5 -4
- package/dist/esm/components/Button/index.d.ts +5 -5
- package/dist/esm/components/Button/index.js +2 -2
- package/dist/esm/components/Card/Badge.d.ts +3 -7
- package/dist/esm/components/Card/Badge.js +9 -5
- package/dist/esm/components/Card/Body.d.ts +1 -4
- package/dist/esm/components/Card/Body.js +7 -4
- package/dist/esm/components/Card/Card.d.ts +4 -6
- package/dist/esm/components/Card/Card.js +17 -10
- package/dist/esm/components/Card/Footer.d.ts +4 -9
- package/dist/esm/components/Card/Footer.js +7 -4
- package/dist/esm/components/Card/Header.d.ts +4 -9
- package/dist/esm/components/Card/Header.js +7 -4
- package/dist/esm/components/Card/Media.d.ts +1 -4
- package/dist/esm/components/Card/Media.js +7 -4
- package/dist/esm/components/Card/Title.d.ts +4 -9
- package/dist/esm/components/Card/Title.js +8 -5
- package/dist/esm/components/Card/index.d.ts +10 -10
- package/dist/esm/components/Card/index.js +7 -7
- package/dist/esm/components/Close/index.d.ts +3 -7
- package/dist/esm/components/Close/index.js +7 -3
- package/dist/esm/components/Component/index.d.ts +9 -4
- package/dist/esm/components/Component/index.js +3 -1
- package/dist/esm/components/ComponentProvider/index.d.ts +11 -0
- package/dist/esm/components/ComponentProvider/index.js +21 -0
- package/dist/esm/components/ConfrigProvider/index.d.ts +9 -7
- package/dist/esm/components/ConfrigProvider/index.js +37 -7
- package/dist/esm/components/Container/index.d.ts +4 -5
- package/dist/esm/components/Container/index.js +12 -6
- package/dist/esm/components/Control/Checkbox/Checkbox.d.ts +7 -2
- package/dist/esm/components/Control/Checkbox/Checkbox.js +65 -45
- package/dist/esm/components/Control/Checkbox/CheckboxGroupContext.d.ts +26 -0
- package/dist/esm/components/Control/Checkbox/CheckboxGroupContext.js +8 -0
- package/dist/esm/components/Control/Checkbox/Group.d.ts +14 -2
- package/dist/esm/components/Control/Checkbox/Group.js +31 -28
- package/dist/esm/components/Control/Checkbox/index.d.ts +8 -6
- package/dist/esm/components/Control/Checkbox/index.js +3 -3
- package/dist/esm/components/Control/Checkbox/index.scss +7 -2
- package/dist/esm/components/Control/Checkbox/types.d.ts +3 -66
- package/dist/esm/components/Control/Input/Input.d.ts +2 -2
- package/dist/esm/components/Control/Input/Input.js +22 -13
- package/dist/esm/components/Control/Input/Number/index.d.ts +2 -2
- package/dist/esm/components/Control/Input/Number/index.js +24 -19
- package/dist/esm/components/Control/Input/Password/index.d.ts +2 -2
- package/dist/esm/components/Control/Input/Password/index.js +39 -27
- package/dist/esm/components/Control/Input/index.d.ts +7 -7
- package/dist/esm/components/Control/Input/index.js +5 -5
- package/dist/esm/components/Control/Input/types.d.ts +5 -5
- package/dist/esm/components/Control/Input/useInput.d.ts +5 -4
- package/dist/esm/components/Control/Input/useInput.js +47 -50
- package/dist/esm/components/Control/Radio/Group.d.ts +7 -2
- package/dist/esm/components/Control/Radio/Group.js +24 -17
- package/dist/esm/components/Control/Radio/Radio.d.ts +6 -2
- package/dist/esm/components/Control/Radio/Radio.js +56 -39
- package/dist/esm/components/Control/Radio/RadioGroupContext.d.ts +9 -0
- package/dist/esm/components/Control/Radio/RadioGroupContext.js +8 -0
- package/dist/esm/components/Control/Radio/index.d.ts +6 -6
- package/dist/esm/components/Control/Radio/index.js +2 -3
- package/dist/esm/components/Control/Radio/index.scss +1 -0
- package/dist/esm/components/Control/Select/index.d.ts +8 -12
- package/dist/esm/components/Control/Select/index.js +73 -50
- package/dist/esm/components/Control/TextArea/index.d.ts +3 -10
- package/dist/esm/components/Control/TextArea/index.js +51 -47
- package/dist/esm/components/Control/TextArea/index.scss +1 -1
- package/dist/esm/components/Control/index.d.ts +6 -6
- package/dist/esm/components/Control/index.js +6 -6
- package/dist/esm/components/Control/types.d.ts +8 -7
- package/dist/esm/components/Cover/index.d.ts +2 -1
- package/dist/esm/components/Cover/index.js +24 -16
- package/dist/esm/components/DescriptionList/Description.d.ts +1 -6
- package/dist/esm/components/DescriptionList/Description.js +1 -3
- package/dist/esm/components/DescriptionList/DescriptionList.d.ts +2 -1
- package/dist/esm/components/DescriptionList/DescriptionList.js +10 -4
- package/dist/esm/components/DescriptionList/Term.d.ts +1 -6
- package/dist/esm/components/DescriptionList/Term.js +1 -3
- package/dist/esm/components/DescriptionList/index.d.ts +6 -6
- package/dist/esm/components/DescriptionList/index.js +3 -3
- package/dist/esm/components/Divider/index.d.ts +2 -1
- package/dist/esm/components/Divider/index.js +11 -5
- package/dist/esm/components/Dotnav/Dotnav.d.ts +2 -1
- package/dist/esm/components/Dotnav/Dotnav.js +10 -4
- package/dist/esm/components/Dotnav/Item.d.ts +1 -4
- package/dist/esm/components/Dotnav/Item.js +6 -4
- package/dist/esm/components/Dotnav/index.d.ts +5 -5
- package/dist/esm/components/Dotnav/index.js +2 -2
- package/dist/esm/components/Drawer/index.d.ts +7 -44
- package/dist/esm/components/Drawer/index.js +42 -141
- package/dist/esm/components/Drawer/index.scss +11 -14
- package/dist/esm/components/Drop/index.d.ts +12 -4
- package/dist/esm/components/Drop/index.js +38 -21
- package/dist/esm/components/Drop/index.scss +0 -26
- package/dist/esm/components/Dropdown/index.d.ts +3 -3
- package/dist/esm/components/Dropdown/index.js +5 -2
- package/dist/esm/components/Flex/index.d.ts +14 -15
- package/dist/esm/components/Flex/index.js +15 -12
- package/dist/esm/components/Form/Controls.d.ts +3 -4
- package/dist/esm/components/Form/Controls.js +9 -4
- package/dist/esm/components/Form/ControlsText.d.ts +3 -4
- package/dist/esm/components/Form/ControlsText.js +9 -4
- package/dist/esm/components/Form/Fieldset.d.ts +4 -4
- package/dist/esm/components/Form/Fieldset.js +9 -4
- package/dist/esm/components/Form/Form.d.ts +4 -5
- package/dist/esm/components/Form/Form.js +11 -6
- package/dist/esm/components/Form/Label.d.ts +3 -4
- package/dist/esm/components/Form/Label.js +8 -4
- package/dist/esm/components/Form/Legend.d.ts +3 -4
- package/dist/esm/components/Form/Legend.js +7 -4
- package/dist/esm/components/Form/index.d.ts +9 -9
- package/dist/esm/components/Form/index.js +6 -6
- package/dist/esm/components/Grid/index.d.ts +7 -8
- package/dist/esm/components/Grid/index.js +14 -11
- package/dist/esm/components/Heading/index.d.ts +5 -6
- package/dist/esm/components/Heading/index.js +11 -5
- package/dist/esm/components/Icon/Button.d.ts +3 -5
- package/dist/esm/components/Icon/Button.js +2 -4
- package/dist/esm/components/Icon/Icon.d.ts +4 -6
- package/dist/esm/components/Icon/Icon.js +9 -8
- package/dist/esm/components/Icon/Link.d.ts +3 -5
- package/dist/esm/components/Icon/Link.js +2 -4
- package/dist/esm/components/Icon/default-svg-props.d.ts +1 -1
- package/dist/esm/components/Icon/default-svg-props.js +1 -1
- package/dist/esm/components/Icon/index.d.ts +9 -9
- package/dist/esm/components/Icon/index.js +5 -5
- package/dist/esm/components/Iconnav/Iconnav.d.ts +1 -1
- package/dist/esm/components/Iconnav/Iconnav.js +6 -5
- package/dist/esm/components/Iconnav/Item.d.ts +1 -5
- package/dist/esm/components/Iconnav/Item.js +3 -3
- package/dist/esm/components/Iconnav/index.d.ts +5 -5
- package/dist/esm/components/Iconnav/index.js +2 -2
- package/dist/esm/components/Label/index.d.ts +1 -1
- package/dist/esm/components/Label/index.js +7 -6
- package/dist/esm/components/Label/index.scss +1 -1
- package/dist/esm/components/Link/index.d.ts +3 -3
- package/dist/esm/components/Link/index.js +9 -3
- package/dist/esm/components/List/Item.d.ts +2 -5
- package/dist/esm/components/List/Item.js +1 -3
- package/dist/esm/components/List/List.d.ts +1 -1
- package/dist/esm/components/List/List.js +8 -7
- package/dist/esm/components/List/index.d.ts +5 -5
- package/dist/esm/components/List/index.js +2 -2
- package/dist/esm/components/Modal/Modal.d.ts +4 -3
- package/dist/esm/components/Modal/Modal.js +19 -15
- package/dist/esm/components/Modal/index.d.ts +1 -1
- package/dist/esm/components/Modal/index.js +1 -1
- package/dist/esm/components/Nav/Divider.d.ts +3 -8
- package/dist/esm/components/Nav/Divider.js +5 -5
- package/dist/esm/components/Nav/Group/InternalNavItemGroup.d.ts +11 -0
- package/dist/esm/components/Nav/Group/InternalNavItemGroup.js +13 -0
- package/dist/esm/components/Nav/Group/index.d.ts +3 -0
- package/dist/esm/components/Nav/Group/index.js +18 -0
- package/dist/esm/components/Nav/Header.d.ts +1 -1
- package/dist/esm/components/Nav/Header.js +2 -2
- package/dist/esm/components/Nav/Item/InternalNavItem.d.ts +16 -2
- package/dist/esm/components/Nav/Item/InternalNavItem.js +54 -34
- package/dist/esm/components/Nav/Item/LegacyNavItem.js +1 -1
- package/dist/esm/components/Nav/Item/index.d.ts +2 -28
- package/dist/esm/components/Nav/Item/index.js +5 -5
- package/dist/esm/components/Nav/Nav.d.ts +23 -5
- package/dist/esm/components/Nav/Nav.js +161 -118
- package/dist/esm/components/Nav/Sub/InlineSubNavList.js +3 -3
- package/dist/esm/components/Nav/Sub/PopupTrigger.d.ts +6 -6
- package/dist/esm/components/Nav/Sub/PopupTrigger.js +21 -13
- package/dist/esm/components/Nav/Sub/SubNavList.d.ts +1 -1
- package/dist/esm/components/Nav/Sub/SubNavList.js +5 -3
- package/dist/esm/components/Nav/Sub/index.d.ts +3 -19
- package/dist/esm/components/Nav/Sub/index.js +55 -37
- package/dist/esm/components/Nav/context/IdContext.js +3 -0
- package/dist/esm/components/Nav/context/NavContext.d.ts +5 -4
- package/dist/esm/components/Nav/context/NavContext.js +9 -3
- package/dist/esm/components/Nav/context/PathContext.js +5 -0
- package/dist/esm/components/Nav/context/PrivateContext.d.ts +7 -0
- package/dist/esm/components/Nav/context/PrivateContext.js +2 -0
- package/dist/esm/components/Nav/hooks/useAccessibility.d.ts +2 -2
- package/dist/esm/components/Nav/hooks/useAccessibility.js +3 -3
- package/dist/esm/components/Nav/hooks/useActive.d.ts +2 -2
- package/dist/esm/components/Nav/hooks/useActive.js +5 -5
- package/dist/esm/components/Nav/hooks/useDirectionStyle.d.ts +2 -0
- package/dist/esm/components/Nav/hooks/useDirectionStyle.js +10 -0
- package/dist/esm/components/Nav/hooks/useKeyRecords.d.ts +3 -3
- package/dist/esm/components/Nav/hooks/useKeyRecords.js +13 -13
- package/dist/esm/components/Nav/hooks/useMemoCallback.d.ts +1 -1
- package/dist/esm/components/Nav/hooks/useMemoCallback.js +2 -1
- package/dist/esm/components/Nav/hooks/useUUID.d.ts +1 -1
- package/dist/esm/components/Nav/hooks/useUUID.js +2 -2
- package/dist/esm/components/Nav/index.d.ts +9 -9
- package/dist/esm/components/Nav/index.js +6 -6
- package/dist/esm/components/Nav/index.scss +10 -7
- package/dist/esm/components/Nav/types.d.ts +58 -10
- package/dist/esm/components/Nav/utils/alignUtil.d.ts +1 -1
- package/dist/esm/components/Nav/utils/motionUtil.d.ts +1 -1
- package/dist/esm/components/Nav/utils/nodeUtil.d.ts +3 -1
- package/dist/esm/components/Nav/utils/nodeUtil.js +36 -0
- package/dist/esm/components/Nav/utils/warnUtil.d.ts +1 -1
- package/dist/esm/components/Navbar/Center.d.ts +5 -7
- package/dist/esm/components/Navbar/Center.js +7 -4
- package/dist/esm/components/Navbar/Container.d.ts +4 -8
- package/dist/esm/components/Navbar/Container.js +8 -5
- package/dist/esm/components/Navbar/Item.d.ts +5 -8
- package/dist/esm/components/Navbar/Item.js +7 -4
- package/dist/esm/components/Navbar/Left.d.ts +5 -7
- package/dist/esm/components/Navbar/Left.js +7 -4
- package/dist/esm/components/Navbar/Nav.d.ts +2 -1
- package/dist/esm/components/Navbar/Nav.js +5 -2
- package/dist/esm/components/Navbar/Right.d.ts +3 -3
- package/dist/esm/components/Navbar/Toggle.d.ts +5 -4
- package/dist/esm/components/Navbar/index.d.ts +11 -11
- package/dist/esm/components/Navbar/index.js +8 -8
- package/dist/esm/components/Progress/index.d.ts +6 -0
- package/dist/esm/components/Progress/index.js +10 -0
- package/dist/esm/components/Progress/index.scss +129 -0
- package/dist/esm/components/Section/index.d.ts +4 -6
- package/dist/esm/components/Section/index.js +10 -7
- package/dist/esm/components/Spinner/index.d.ts +3 -3
- package/dist/esm/components/Spinner/index.js +8 -6
- package/dist/esm/components/Tabs/index.d.ts +7 -11
- package/dist/esm/components/Tabs/index.js +17 -17
- package/dist/esm/components/Tabs/index.scss +9 -1
- package/dist/esm/components/Text/index.d.ts +7 -8
- package/dist/esm/components/Text/index.js +22 -19
- package/dist/esm/components/Tile/index.d.ts +5 -6
- package/dist/esm/components/Tile/index.js +10 -7
- package/dist/esm/components/Tile/index.scss +8 -8
- package/dist/esm/components/Width/Width.d.ts +5 -6
- package/dist/esm/components/Width/Width.js +12 -5
- package/dist/esm/components/Width/index.d.ts +3 -3
- package/dist/esm/components/Width/index.js +3 -3
- package/dist/esm/components/Width/types.d.ts +6 -6
- package/dist/esm/components/Width/utils.d.ts +1 -1
- package/dist/esm/components/Width/utils.js +3 -1
- package/dist/esm/hooks/index.d.ts +3 -0
- package/dist/esm/hooks/index.js +3 -0
- package/dist/esm/hooks/useContext.d.ts +2 -0
- package/dist/esm/hooks/useContext.js +8 -0
- package/dist/esm/hooks/useMounted.d.ts +1 -0
- package/dist/esm/hooks/useMounted.js +11 -0
- package/dist/esm/index.d.ts +33 -30
- package/dist/esm/index.js +33 -30
- package/dist/esm/styles/_import.components.scss +1 -2
- package/dist/esm/styles/_import.scss +1 -2
- package/dist/esm/styles/animation.scss +35 -35
- package/dist/esm/styles/column.scss +0 -1
- package/dist/esm/styles/mixins.scss +30 -8
- package/dist/esm/styles/motion.scss +367 -44
- package/dist/esm/styles/progress.scss +1 -129
- package/dist/esm/styles/variables.scss +6 -4
- package/dist/esm/tsconfig.esm.tsbuildinfo +1 -0
- package/dist/esm/types.d.ts +15 -3
- package/dist/esm/utils/get-breakpoints-config-classes.d.ts +1 -1
- package/dist/esm/utils/index.d.ts +3 -4
- package/dist/esm/utils/index.js +3 -4
- package/dist/esm/utils/motion.d.ts +3 -3
- package/dist/esm/utils/motion.js +20 -19
- package/package.json +36 -34
- package/dist/cjs/components/Component/Component.d.ts +0 -8
- package/dist/cjs/components/Control/Checkbox/Context.d.ts +0 -4
- package/dist/cjs/components/Control/Radio/Context.d.ts +0 -4
- package/dist/cjs/components/Control/Radio/types.d.ts +0 -25
- package/dist/cjs/components/Control/Radio/types.js +0 -2
- package/dist/cjs/components/Nav/Group.d.ts +0 -14
- package/dist/cjs/utils/hooks/index.d.ts +0 -1
- package/dist/esm/components/Component/Component.d.ts +0 -8
- package/dist/esm/components/Component/Component.js +0 -3
- package/dist/esm/components/Control/Checkbox/Context.d.ts +0 -4
- package/dist/esm/components/Control/Checkbox/Context.js +0 -5
- package/dist/esm/components/Control/Radio/Context.d.ts +0 -4
- package/dist/esm/components/Control/Radio/Context.js +0 -5
- package/dist/esm/components/Control/Radio/types.d.ts +0 -25
- package/dist/esm/components/Control/Radio/types.js +0 -1
- package/dist/esm/components/Nav/Group.d.ts +0 -14
- package/dist/esm/components/Nav/Group.js +0 -26
- package/dist/esm/utils/hooks/index.d.ts +0 -1
- package/dist/esm/utils/hooks/index.js +0 -1
- /package/dist/cjs/{utils/hooks → hooks}/useForceUpdate.d.ts +0 -0
- /package/dist/cjs/{utils/hooks → hooks}/useForceUpdate.js +0 -0
- /package/dist/esm/{utils/hooks → hooks}/useForceUpdate.d.ts +0 -0
- /package/dist/esm/{utils/hooks → hooks}/useForceUpdate.js +0 -0
package/LICENSE
CHANGED
|
@@ -1,106 +1,94 @@
|
|
|
1
|
-
GNU GENERAL PUBLIC LICENSE
|
|
2
|
-
Version 3,
|
|
1
|
+
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
2
|
+
Version 3, 19 November 2007
|
|
3
3
|
|
|
4
|
-
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
5
|
-
Everyone is permitted to copy and distribute verbatim copies
|
|
6
|
-
of this license document, but changing it is not allowed.
|
|
4
|
+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
5
|
+
Everyone is permitted to copy and distribute verbatim copies
|
|
6
|
+
of this license document, but changing it is not allowed.
|
|
7
7
|
|
|
8
8
|
Preamble
|
|
9
9
|
|
|
10
|
-
The GNU General Public License is a free, copyleft license for
|
|
11
|
-
software and other kinds of works
|
|
10
|
+
The GNU Affero General Public License is a free, copyleft license for
|
|
11
|
+
software and other kinds of works, specifically designed to ensure
|
|
12
|
+
cooperation with the community in the case of network server software.
|
|
12
13
|
|
|
13
|
-
The licenses for most software and other practical works are designed
|
|
14
|
+
The licenses for most software and other practical works are designed
|
|
14
15
|
to take away your freedom to share and change the works. By contrast,
|
|
15
|
-
|
|
16
|
+
our General Public Licenses are intended to guarantee your freedom to
|
|
16
17
|
share and change all versions of a program--to make sure it remains free
|
|
17
|
-
software for all its users.
|
|
18
|
-
GNU General Public License for most of our software; it applies also to
|
|
19
|
-
any other work released this way by its authors. You can apply it to
|
|
20
|
-
your programs, too.
|
|
18
|
+
software for all its users.
|
|
21
19
|
|
|
22
|
-
When we speak of free software, we are referring to freedom, not
|
|
20
|
+
When we speak of free software, we are referring to freedom, not
|
|
23
21
|
price. Our General Public Licenses are designed to make sure that you
|
|
24
22
|
have the freedom to distribute copies of free software (and charge for
|
|
25
23
|
them if you wish), that you receive source code or can get it if you
|
|
26
24
|
want it, that you can change the software or use pieces of it in new
|
|
27
25
|
free programs, and that you know you can do these things.
|
|
28
26
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
that
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
of the GPL, as needed to protect the freedom of users.
|
|
60
|
-
|
|
61
|
-
Finally, every program is threatened constantly by software patents.
|
|
62
|
-
States should not allow patents to restrict development and use of
|
|
63
|
-
software on general-purpose computers, but in those that do, we wish to
|
|
64
|
-
avoid the special danger that patents applied to a free program could
|
|
65
|
-
make it effectively proprietary. To prevent this, the GPL assures that
|
|
66
|
-
patents cannot be used to render the program non-free.
|
|
67
|
-
|
|
68
|
-
The precise terms and conditions for copying, distribution and
|
|
27
|
+
Developers that use our General Public Licenses protect your rights
|
|
28
|
+
with two steps: (1) assert copyright on the software, and (2) offer
|
|
29
|
+
you this License which gives you legal permission to copy, distribute
|
|
30
|
+
and/or modify the software.
|
|
31
|
+
|
|
32
|
+
A secondary benefit of defending all users' freedom is that
|
|
33
|
+
improvements made in alternate versions of the program, if they
|
|
34
|
+
receive widespread use, become available for other developers to
|
|
35
|
+
incorporate. Many developers of free software are heartened and
|
|
36
|
+
encouraged by the resulting cooperation. However, in the case of
|
|
37
|
+
software used on network servers, this result may fail to come about.
|
|
38
|
+
The GNU General Public License permits making a modified version and
|
|
39
|
+
letting the public access it on a server without ever releasing its
|
|
40
|
+
source code to the public.
|
|
41
|
+
|
|
42
|
+
The GNU Affero General Public License is designed specifically to
|
|
43
|
+
ensure that, in such cases, the modified source code becomes available
|
|
44
|
+
to the community. It requires the operator of a network server to
|
|
45
|
+
provide the source code of the modified version running there to the
|
|
46
|
+
users of that server. Therefore, public use of a modified version, on
|
|
47
|
+
a publicly accessible server, gives the public access to the source
|
|
48
|
+
code of the modified version.
|
|
49
|
+
|
|
50
|
+
An older license, called the Affero General Public License and
|
|
51
|
+
published by Affero, was designed to accomplish similar goals. This is
|
|
52
|
+
a different license, not a version of the Affero GPL, but Affero has
|
|
53
|
+
released a new version of the Affero GPL which permits relicensing under
|
|
54
|
+
this license.
|
|
55
|
+
|
|
56
|
+
The precise terms and conditions for copying, distribution and
|
|
69
57
|
modification follow.
|
|
70
58
|
|
|
71
59
|
TERMS AND CONDITIONS
|
|
72
60
|
|
|
73
|
-
0. Definitions.
|
|
61
|
+
0. Definitions.
|
|
74
62
|
|
|
75
|
-
"This License" refers to version 3 of the GNU General Public License.
|
|
63
|
+
"This License" refers to version 3 of the GNU Affero General Public License.
|
|
76
64
|
|
|
77
|
-
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
65
|
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
78
66
|
works, such as semiconductor masks.
|
|
79
67
|
|
|
80
|
-
"The Program" refers to any copyrightable work licensed under this
|
|
68
|
+
"The Program" refers to any copyrightable work licensed under this
|
|
81
69
|
License. Each licensee is addressed as "you". "Licensees" and
|
|
82
70
|
"recipients" may be individuals or organizations.
|
|
83
71
|
|
|
84
|
-
To "modify" a work means to copy from or adapt all or part of the work
|
|
72
|
+
To "modify" a work means to copy from or adapt all or part of the work
|
|
85
73
|
in a fashion requiring copyright permission, other than the making of an
|
|
86
74
|
exact copy. The resulting work is called a "modified version" of the
|
|
87
75
|
earlier work or a work "based on" the earlier work.
|
|
88
76
|
|
|
89
|
-
A "covered work" means either the unmodified Program or a work based
|
|
77
|
+
A "covered work" means either the unmodified Program or a work based
|
|
90
78
|
on the Program.
|
|
91
79
|
|
|
92
|
-
To "propagate" a work means to do anything with it that, without
|
|
80
|
+
To "propagate" a work means to do anything with it that, without
|
|
93
81
|
permission, would make you directly or secondarily liable for
|
|
94
82
|
infringement under applicable copyright law, except executing it on a
|
|
95
83
|
computer or modifying a private copy. Propagation includes copying,
|
|
96
84
|
distribution (with or without modification), making available to the
|
|
97
85
|
public, and in some countries other activities as well.
|
|
98
86
|
|
|
99
|
-
To "convey" a work means any kind of propagation that enables other
|
|
87
|
+
To "convey" a work means any kind of propagation that enables other
|
|
100
88
|
parties to make or receive copies. Mere interaction with a user through
|
|
101
89
|
a computer network, with no transfer of a copy, is not conveying.
|
|
102
90
|
|
|
103
|
-
An interactive user interface displays "Appropriate Legal Notices"
|
|
91
|
+
An interactive user interface displays "Appropriate Legal Notices"
|
|
104
92
|
to the extent that it includes a convenient and prominently visible
|
|
105
93
|
feature that (1) displays an appropriate copyright notice, and (2)
|
|
106
94
|
tells the user that there is no warranty for the work (except to the
|
|
@@ -109,18 +97,18 @@ work under this License, and how to view a copy of this License. If
|
|
|
109
97
|
the interface presents a list of user commands or options, such as a
|
|
110
98
|
menu, a prominent item in the list meets this criterion.
|
|
111
99
|
|
|
112
|
-
1. Source Code.
|
|
100
|
+
1. Source Code.
|
|
113
101
|
|
|
114
|
-
The "source code" for a work means the preferred form of the work
|
|
102
|
+
The "source code" for a work means the preferred form of the work
|
|
115
103
|
for making modifications to it. "Object code" means any non-source
|
|
116
104
|
form of a work.
|
|
117
105
|
|
|
118
|
-
A "Standard Interface" means an interface that either is an official
|
|
106
|
+
A "Standard Interface" means an interface that either is an official
|
|
119
107
|
standard defined by a recognized standards body, or, in the case of
|
|
120
108
|
interfaces specified for a particular programming language, one that
|
|
121
109
|
is widely used among developers working in that language.
|
|
122
110
|
|
|
123
|
-
The "System Libraries" of an executable work include anything, other
|
|
111
|
+
The "System Libraries" of an executable work include anything, other
|
|
124
112
|
than the work as a whole, that (a) is included in the normal form of
|
|
125
113
|
packaging a Major Component, but which is not part of that Major
|
|
126
114
|
Component, and (b) serves only to enable use of the work with that
|
|
@@ -131,7 +119,7 @@ implementation is available to the public in source code form. A
|
|
|
131
119
|
(if any) on which the executable work runs, or a compiler used to
|
|
132
120
|
produce the work, or an object code interpreter used to run it.
|
|
133
121
|
|
|
134
|
-
The "Corresponding Source" for a work in object code form means all
|
|
122
|
+
The "Corresponding Source" for a work in object code form means all
|
|
135
123
|
the source code needed to generate, install, and (for an executable
|
|
136
124
|
work) run the object code and to modify the work, including scripts to
|
|
137
125
|
control those activities. However, it does not include the work's
|
|
@@ -144,16 +132,16 @@ linked subprograms that the work is specifically designed to require,
|
|
|
144
132
|
such as by intimate data communication or control flow between those
|
|
145
133
|
subprograms and other parts of the work.
|
|
146
134
|
|
|
147
|
-
The Corresponding Source need not include anything that users
|
|
135
|
+
The Corresponding Source need not include anything that users
|
|
148
136
|
can regenerate automatically from other parts of the Corresponding
|
|
149
137
|
Source.
|
|
150
138
|
|
|
151
|
-
The Corresponding Source for a work in source code form is that
|
|
139
|
+
The Corresponding Source for a work in source code form is that
|
|
152
140
|
same work.
|
|
153
141
|
|
|
154
|
-
2. Basic Permissions.
|
|
142
|
+
2. Basic Permissions.
|
|
155
143
|
|
|
156
|
-
All rights granted under this License are granted for the term of
|
|
144
|
+
All rights granted under this License are granted for the term of
|
|
157
145
|
copyright on the Program, and are irrevocable provided the stated
|
|
158
146
|
conditions are met. This License explicitly affirms your unlimited
|
|
159
147
|
permission to run the unmodified Program. The output from running a
|
|
@@ -161,7 +149,7 @@ covered work is covered by this License only if the output, given its
|
|
|
161
149
|
content, constitutes a covered work. This License acknowledges your
|
|
162
150
|
rights of fair use or other equivalent, as provided by copyright law.
|
|
163
151
|
|
|
164
|
-
You may make, run and propagate covered works that you do not
|
|
152
|
+
You may make, run and propagate covered works that you do not
|
|
165
153
|
convey, without conditions so long as your license otherwise remains
|
|
166
154
|
in force. You may convey covered works to others for the sole purpose
|
|
167
155
|
of having them make modifications exclusively for you, or provide you
|
|
@@ -172,19 +160,19 @@ for you must do so exclusively on your behalf, under your direction
|
|
|
172
160
|
and control, on terms that prohibit them from making any copies of
|
|
173
161
|
your copyrighted material outside their relationship with you.
|
|
174
162
|
|
|
175
|
-
Conveying under any other circumstances is permitted solely under
|
|
163
|
+
Conveying under any other circumstances is permitted solely under
|
|
176
164
|
the conditions stated below. Sublicensing is not allowed; section 10
|
|
177
165
|
makes it unnecessary.
|
|
178
166
|
|
|
179
|
-
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
167
|
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
180
168
|
|
|
181
|
-
No covered work shall be deemed part of an effective technological
|
|
169
|
+
No covered work shall be deemed part of an effective technological
|
|
182
170
|
measure under any applicable law fulfilling obligations under article
|
|
183
171
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
184
172
|
similar laws prohibiting or restricting circumvention of such
|
|
185
173
|
measures.
|
|
186
174
|
|
|
187
|
-
When you convey a covered work, you waive any legal power to forbid
|
|
175
|
+
When you convey a covered work, you waive any legal power to forbid
|
|
188
176
|
circumvention of technological measures to the extent such circumvention
|
|
189
177
|
is effected by exercising rights under this License with respect to
|
|
190
178
|
the covered work, and you disclaim any intention to limit operation or
|
|
@@ -192,9 +180,9 @@ modification of the work as a means of enforcing, against the work's
|
|
|
192
180
|
users, your or third parties' legal rights to forbid circumvention of
|
|
193
181
|
technological measures.
|
|
194
182
|
|
|
195
|
-
4. Conveying Verbatim Copies.
|
|
183
|
+
4. Conveying Verbatim Copies.
|
|
196
184
|
|
|
197
|
-
You may convey verbatim copies of the Program's source code as you
|
|
185
|
+
You may convey verbatim copies of the Program's source code as you
|
|
198
186
|
receive it, in any medium, provided that you conspicuously and
|
|
199
187
|
appropriately publish on each copy an appropriate copyright notice;
|
|
200
188
|
keep intact all notices stating that this License and any
|
|
@@ -202,12 +190,12 @@ non-permissive terms added in accord with section 7 apply to the code;
|
|
|
202
190
|
keep intact all notices of the absence of any warranty; and give all
|
|
203
191
|
recipients a copy of this License along with the Program.
|
|
204
192
|
|
|
205
|
-
You may charge any price or no price for each copy that you convey,
|
|
193
|
+
You may charge any price or no price for each copy that you convey,
|
|
206
194
|
and you may offer support or warranty protection for a fee.
|
|
207
195
|
|
|
208
|
-
5. Conveying Modified Source Versions.
|
|
196
|
+
5. Conveying Modified Source Versions.
|
|
209
197
|
|
|
210
|
-
You may convey a work based on the Program, or the modifications to
|
|
198
|
+
You may convey a work based on the Program, or the modifications to
|
|
211
199
|
produce it from the Program, in the form of source code under the
|
|
212
200
|
terms of section 4, provided that you also meet all of these conditions:
|
|
213
201
|
|
|
@@ -232,7 +220,7 @@ terms of section 4, provided that you also meet all of these conditions:
|
|
|
232
220
|
interfaces that do not display Appropriate Legal Notices, your
|
|
233
221
|
work need not make them do so.
|
|
234
222
|
|
|
235
|
-
A compilation of a covered work with other separate and independent
|
|
223
|
+
A compilation of a covered work with other separate and independent
|
|
236
224
|
works, which are not by their nature extensions of the covered work,
|
|
237
225
|
and which are not combined with it such as to form a larger program,
|
|
238
226
|
in or on a volume of a storage or distribution medium, is called an
|
|
@@ -242,9 +230,9 @@ beyond what the individual works permit. Inclusion of a covered work
|
|
|
242
230
|
in an aggregate does not cause this License to apply to the other
|
|
243
231
|
parts of the aggregate.
|
|
244
232
|
|
|
245
|
-
6. Conveying Non-Source Forms.
|
|
233
|
+
6. Conveying Non-Source Forms.
|
|
246
234
|
|
|
247
|
-
You may convey a covered work in object code form under the terms
|
|
235
|
+
You may convey a covered work in object code form under the terms
|
|
248
236
|
of sections 4 and 5, provided that you also convey the
|
|
249
237
|
machine-readable Corresponding Source under the terms of this License,
|
|
250
238
|
in one of these ways:
|
|
@@ -290,11 +278,11 @@ in one of these ways:
|
|
|
290
278
|
Source of the work are being offered to the general public at no
|
|
291
279
|
charge under subsection 6d.
|
|
292
280
|
|
|
293
|
-
A separable portion of the object code, whose source code is excluded
|
|
281
|
+
A separable portion of the object code, whose source code is excluded
|
|
294
282
|
from the Corresponding Source as a System Library, need not be
|
|
295
283
|
included in conveying the object code work.
|
|
296
284
|
|
|
297
|
-
A "User Product" is either (1) a "consumer product", which means any
|
|
285
|
+
A "User Product" is either (1) a "consumer product", which means any
|
|
298
286
|
tangible personal property which is normally used for personal, family,
|
|
299
287
|
or household purposes, or (2) anything designed or sold for incorporation
|
|
300
288
|
into a dwelling. In determining whether a product is a consumer product,
|
|
@@ -307,7 +295,7 @@ is a consumer product regardless of whether the product has substantial
|
|
|
307
295
|
commercial, industrial or non-consumer uses, unless such uses represent
|
|
308
296
|
the only significant mode of use of the product.
|
|
309
297
|
|
|
310
|
-
"Installation Information" for a User Product means any methods,
|
|
298
|
+
"Installation Information" for a User Product means any methods,
|
|
311
299
|
procedures, authorization keys, or other information required to install
|
|
312
300
|
and execute modified versions of a covered work in that User Product from
|
|
313
301
|
a modified version of its Corresponding Source. The information must
|
|
@@ -315,7 +303,7 @@ suffice to ensure that the continued functioning of the modified object
|
|
|
315
303
|
code is in no case prevented or interfered with solely because
|
|
316
304
|
modification has been made.
|
|
317
305
|
|
|
318
|
-
If you convey an object code work under this section in, or with, or
|
|
306
|
+
If you convey an object code work under this section in, or with, or
|
|
319
307
|
specifically for use in, a User Product, and the conveying occurs as
|
|
320
308
|
part of a transaction in which the right of possession and use of the
|
|
321
309
|
User Product is transferred to the recipient in perpetuity or for a
|
|
@@ -326,7 +314,7 @@ if neither you nor any third party retains the ability to install
|
|
|
326
314
|
modified object code on the User Product (for example, the work has
|
|
327
315
|
been installed in ROM).
|
|
328
316
|
|
|
329
|
-
The requirement to provide Installation Information does not include a
|
|
317
|
+
The requirement to provide Installation Information does not include a
|
|
330
318
|
requirement to continue to provide support service, warranty, or updates
|
|
331
319
|
for a work that has been modified or installed by the recipient, or for
|
|
332
320
|
the User Product in which it has been modified or installed. Access to a
|
|
@@ -334,15 +322,15 @@ network may be denied when the modification itself materially and
|
|
|
334
322
|
adversely affects the operation of the network or violates the rules and
|
|
335
323
|
protocols for communication across the network.
|
|
336
324
|
|
|
337
|
-
Corresponding Source conveyed, and Installation Information provided,
|
|
325
|
+
Corresponding Source conveyed, and Installation Information provided,
|
|
338
326
|
in accord with this section must be in a format that is publicly
|
|
339
327
|
documented (and with an implementation available to the public in
|
|
340
328
|
source code form), and must require no special password or key for
|
|
341
329
|
unpacking, reading or copying.
|
|
342
330
|
|
|
343
|
-
7. Additional Terms.
|
|
331
|
+
7. Additional Terms.
|
|
344
332
|
|
|
345
|
-
"Additional permissions" are terms that supplement the terms of this
|
|
333
|
+
"Additional permissions" are terms that supplement the terms of this
|
|
346
334
|
License by making exceptions from one or more of its conditions.
|
|
347
335
|
Additional permissions that are applicable to the entire Program shall
|
|
348
336
|
be treated as though they were included in this License, to the extent
|
|
@@ -351,14 +339,14 @@ apply only to part of the Program, that part may be used separately
|
|
|
351
339
|
under those permissions, but the entire Program remains governed by
|
|
352
340
|
this License without regard to the additional permissions.
|
|
353
341
|
|
|
354
|
-
When you convey a copy of a covered work, you may at your option
|
|
342
|
+
When you convey a copy of a covered work, you may at your option
|
|
355
343
|
remove any additional permissions from that copy, or from any part of
|
|
356
344
|
it. (Additional permissions may be written to require their own
|
|
357
345
|
removal in certain cases when you modify the work.) You may place
|
|
358
346
|
additional permissions on material, added by you to a covered work,
|
|
359
347
|
for which you have or can give appropriate copyright permission.
|
|
360
348
|
|
|
361
|
-
Notwithstanding any other provision of this License, for material you
|
|
349
|
+
Notwithstanding any other provision of this License, for material you
|
|
362
350
|
add to a covered work, you may (if authorized by the copyright holders of
|
|
363
351
|
that material) supplement the terms of this License with terms:
|
|
364
352
|
|
|
@@ -385,7 +373,7 @@ that material) supplement the terms of this License with terms:
|
|
|
385
373
|
any liability that these contractual assumptions directly impose on
|
|
386
374
|
those licensors and authors.
|
|
387
375
|
|
|
388
|
-
All other non-permissive additional terms are considered "further
|
|
376
|
+
All other non-permissive additional terms are considered "further
|
|
389
377
|
restrictions" within the meaning of section 10. If the Program as you
|
|
390
378
|
received it, or any part of it, contains a notice stating that it is
|
|
391
379
|
governed by this License along with a term that is a further
|
|
@@ -395,46 +383,46 @@ License, you may add to a covered work material governed by the terms
|
|
|
395
383
|
of that license document, provided that the further restriction does
|
|
396
384
|
not survive such relicensing or conveying.
|
|
397
385
|
|
|
398
|
-
If you add terms to a covered work in accord with this section, you
|
|
386
|
+
If you add terms to a covered work in accord with this section, you
|
|
399
387
|
must place, in the relevant source files, a statement of the
|
|
400
388
|
additional terms that apply to those files, or a notice indicating
|
|
401
389
|
where to find the applicable terms.
|
|
402
390
|
|
|
403
|
-
Additional terms, permissive or non-permissive, may be stated in the
|
|
391
|
+
Additional terms, permissive or non-permissive, may be stated in the
|
|
404
392
|
form of a separately written license, or stated as exceptions;
|
|
405
393
|
the above requirements apply either way.
|
|
406
394
|
|
|
407
|
-
8. Termination.
|
|
395
|
+
8. Termination.
|
|
408
396
|
|
|
409
|
-
You may not propagate or modify a covered work except as expressly
|
|
397
|
+
You may not propagate or modify a covered work except as expressly
|
|
410
398
|
provided under this License. Any attempt otherwise to propagate or
|
|
411
399
|
modify it is void, and will automatically terminate your rights under
|
|
412
400
|
this License (including any patent licenses granted under the third
|
|
413
401
|
paragraph of section 11).
|
|
414
402
|
|
|
415
|
-
However, if you cease all violation of this License, then your
|
|
403
|
+
However, if you cease all violation of this License, then your
|
|
416
404
|
license from a particular copyright holder is reinstated (a)
|
|
417
405
|
provisionally, unless and until the copyright holder explicitly and
|
|
418
406
|
finally terminates your license, and (b) permanently, if the copyright
|
|
419
407
|
holder fails to notify you of the violation by some reasonable means
|
|
420
408
|
prior to 60 days after the cessation.
|
|
421
409
|
|
|
422
|
-
Moreover, your license from a particular copyright holder is
|
|
410
|
+
Moreover, your license from a particular copyright holder is
|
|
423
411
|
reinstated permanently if the copyright holder notifies you of the
|
|
424
412
|
violation by some reasonable means, this is the first time you have
|
|
425
413
|
received notice of violation of this License (for any work) from that
|
|
426
414
|
copyright holder, and you cure the violation prior to 30 days after
|
|
427
415
|
your receipt of the notice.
|
|
428
416
|
|
|
429
|
-
Termination of your rights under this section does not terminate the
|
|
417
|
+
Termination of your rights under this section does not terminate the
|
|
430
418
|
licenses of parties who have received copies or rights from you under
|
|
431
419
|
this License. If your rights have been terminated and not permanently
|
|
432
420
|
reinstated, you do not qualify to receive new licenses for the same
|
|
433
421
|
material under section 10.
|
|
434
422
|
|
|
435
|
-
9. Acceptance Not Required for Having Copies.
|
|
423
|
+
9. Acceptance Not Required for Having Copies.
|
|
436
424
|
|
|
437
|
-
You are not required to accept this License in order to receive or
|
|
425
|
+
You are not required to accept this License in order to receive or
|
|
438
426
|
run a copy of the Program. Ancillary propagation of a covered work
|
|
439
427
|
occurring solely as a consequence of using peer-to-peer transmission
|
|
440
428
|
to receive a copy likewise does not require acceptance. However,
|
|
@@ -443,14 +431,14 @@ modify any covered work. These actions infringe copyright if you do
|
|
|
443
431
|
not accept this License. Therefore, by modifying or propagating a
|
|
444
432
|
covered work, you indicate your acceptance of this License to do so.
|
|
445
433
|
|
|
446
|
-
10. Automatic Licensing of Downstream Recipients.
|
|
434
|
+
10. Automatic Licensing of Downstream Recipients.
|
|
447
435
|
|
|
448
|
-
Each time you convey a covered work, the recipient automatically
|
|
436
|
+
Each time you convey a covered work, the recipient automatically
|
|
449
437
|
receives a license from the original licensors, to run, modify and
|
|
450
438
|
propagate that work, subject to this License. You are not responsible
|
|
451
439
|
for enforcing compliance by third parties with this License.
|
|
452
440
|
|
|
453
|
-
An "entity transaction" is a transaction transferring control of an
|
|
441
|
+
An "entity transaction" is a transaction transferring control of an
|
|
454
442
|
organization, or substantially all assets of one, or subdividing an
|
|
455
443
|
organization, or merging organizations. If propagation of a covered
|
|
456
444
|
work results from an entity transaction, each party to that
|
|
@@ -460,7 +448,7 @@ give under the previous paragraph, plus a right to possession of the
|
|
|
460
448
|
Corresponding Source of the work from the predecessor in interest, if
|
|
461
449
|
the predecessor has it or can get it with reasonable efforts.
|
|
462
450
|
|
|
463
|
-
You may not impose any further restrictions on the exercise of the
|
|
451
|
+
You may not impose any further restrictions on the exercise of the
|
|
464
452
|
rights granted or affirmed under this License. For example, you may
|
|
465
453
|
not impose a license fee, royalty, or other charge for exercise of
|
|
466
454
|
rights granted under this License, and you may not initiate litigation
|
|
@@ -468,13 +456,13 @@ rights granted under this License, and you may not initiate litigation
|
|
|
468
456
|
any patent claim is infringed by making, using, selling, offering for
|
|
469
457
|
sale, or importing the Program or any portion of it.
|
|
470
458
|
|
|
471
|
-
11. Patents.
|
|
459
|
+
11. Patents.
|
|
472
460
|
|
|
473
|
-
A "contributor" is a copyright holder who authorizes use under this
|
|
461
|
+
A "contributor" is a copyright holder who authorizes use under this
|
|
474
462
|
License of the Program or a work on which the Program is based. The
|
|
475
463
|
work thus licensed is called the contributor's "contributor version".
|
|
476
464
|
|
|
477
|
-
A contributor's "essential patent claims" are all patent claims
|
|
465
|
+
A contributor's "essential patent claims" are all patent claims
|
|
478
466
|
owned or controlled by the contributor, whether already acquired or
|
|
479
467
|
hereafter acquired, that would be infringed by some manner, permitted
|
|
480
468
|
by this License, of making, using, or selling its contributor version,
|
|
@@ -484,19 +472,19 @@ purposes of this definition, "control" includes the right to grant
|
|
|
484
472
|
patent sublicenses in a manner consistent with the requirements of
|
|
485
473
|
this License.
|
|
486
474
|
|
|
487
|
-
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
475
|
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
488
476
|
patent license under the contributor's essential patent claims, to
|
|
489
477
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
490
478
|
propagate the contents of its contributor version.
|
|
491
479
|
|
|
492
|
-
In the following three paragraphs, a "patent license" is any express
|
|
480
|
+
In the following three paragraphs, a "patent license" is any express
|
|
493
481
|
agreement or commitment, however denominated, not to enforce a patent
|
|
494
482
|
(such as an express permission to practice a patent or covenant not to
|
|
495
483
|
sue for patent infringement). To "grant" such a patent license to a
|
|
496
484
|
party means to make such an agreement or commitment not to enforce a
|
|
497
485
|
patent against the party.
|
|
498
486
|
|
|
499
|
-
If you convey a covered work, knowingly relying on a patent license,
|
|
487
|
+
If you convey a covered work, knowingly relying on a patent license,
|
|
500
488
|
and the Corresponding Source of the work is not available for anyone
|
|
501
489
|
to copy, free of charge and under the terms of this License, through a
|
|
502
490
|
publicly available network server or other readily accessible means,
|
|
@@ -510,7 +498,7 @@ covered work in a country, or your recipient's use of the covered work
|
|
|
510
498
|
in a country, would infringe one or more identifiable patents in that
|
|
511
499
|
country that you have reason to believe are valid.
|
|
512
500
|
|
|
513
|
-
If, pursuant to or in connection with a single transaction or
|
|
501
|
+
If, pursuant to or in connection with a single transaction or
|
|
514
502
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
515
503
|
covered work, and grant a patent license to some of the parties
|
|
516
504
|
receiving the covered work authorizing them to use, propagate, modify
|
|
@@ -518,7 +506,7 @@ or convey a specific copy of the covered work, then the patent license
|
|
|
518
506
|
you grant is automatically extended to all recipients of the covered
|
|
519
507
|
work and works based on it.
|
|
520
508
|
|
|
521
|
-
A patent license is "discriminatory" if it does not include within
|
|
509
|
+
A patent license is "discriminatory" if it does not include within
|
|
522
510
|
the scope of its coverage, prohibits the exercise of, or is
|
|
523
511
|
conditioned on the non-exercise of one or more of the rights that are
|
|
524
512
|
specifically granted under this License. You may not convey a covered
|
|
@@ -533,13 +521,13 @@ for and in connection with specific products or compilations that
|
|
|
533
521
|
contain the covered work, unless you entered into that arrangement,
|
|
534
522
|
or that patent license was granted, prior to 28 March 2007.
|
|
535
523
|
|
|
536
|
-
Nothing in this License shall be construed as excluding or limiting
|
|
524
|
+
Nothing in this License shall be construed as excluding or limiting
|
|
537
525
|
any implied license or other defenses to infringement that may
|
|
538
526
|
otherwise be available to you under applicable patent law.
|
|
539
527
|
|
|
540
|
-
12. No Surrender of Others' Freedom.
|
|
528
|
+
12. No Surrender of Others' Freedom.
|
|
541
529
|
|
|
542
|
-
If conditions are imposed on you (whether by court order, agreement or
|
|
530
|
+
If conditions are imposed on you (whether by court order, agreement or
|
|
543
531
|
otherwise) that contradict the conditions of this License, they do not
|
|
544
532
|
excuse you from the conditions of this License. If you cannot convey a
|
|
545
533
|
covered work so as to satisfy simultaneously your obligations under this
|
|
@@ -549,46 +537,56 @@ to collect a royalty for further conveying from those to whom you convey
|
|
|
549
537
|
the Program, the only way you could satisfy both those terms and this
|
|
550
538
|
License would be to refrain entirely from conveying the Program.
|
|
551
539
|
|
|
552
|
-
13. Use with the GNU
|
|
540
|
+
13. Remote Network Interaction; Use with the GNU General Public License.
|
|
553
541
|
|
|
554
|
-
Notwithstanding any other provision of this License, you
|
|
542
|
+
Notwithstanding any other provision of this License, if you modify the
|
|
543
|
+
Program, your modified version must prominently offer all users
|
|
544
|
+
interacting with it remotely through a computer network (if your version
|
|
545
|
+
supports such interaction) an opportunity to receive the Corresponding
|
|
546
|
+
Source of your version by providing access to the Corresponding Source
|
|
547
|
+
from a network server at no charge, through some standard or customary
|
|
548
|
+
means of facilitating copying of software. This Corresponding Source
|
|
549
|
+
shall include the Corresponding Source for any work covered by version 3
|
|
550
|
+
of the GNU General Public License that is incorporated pursuant to the
|
|
551
|
+
following paragraph.
|
|
552
|
+
|
|
553
|
+
Notwithstanding any other provision of this License, you have
|
|
555
554
|
permission to link or combine any covered work with a work licensed
|
|
556
|
-
under version 3 of the GNU
|
|
555
|
+
under version 3 of the GNU General Public License into a single
|
|
557
556
|
combined work, and to convey the resulting work. The terms of this
|
|
558
557
|
License will continue to apply to the part which is the covered work,
|
|
559
|
-
but the
|
|
560
|
-
|
|
561
|
-
combination as such.
|
|
558
|
+
but the work with which it is combined will remain governed by version
|
|
559
|
+
3 of the GNU General Public License.
|
|
562
560
|
|
|
563
|
-
14. Revised Versions of this License.
|
|
561
|
+
14. Revised Versions of this License.
|
|
564
562
|
|
|
565
|
-
The Free Software Foundation may publish revised and/or new versions of
|
|
566
|
-
the GNU General Public License from time to time. Such new versions
|
|
567
|
-
be similar in spirit to the present version, but may differ in detail to
|
|
563
|
+
The Free Software Foundation may publish revised and/or new versions of
|
|
564
|
+
the GNU Affero General Public License from time to time. Such new versions
|
|
565
|
+
will be similar in spirit to the present version, but may differ in detail to
|
|
568
566
|
address new problems or concerns.
|
|
569
567
|
|
|
570
|
-
Each version is given a distinguishing version number. If the
|
|
571
|
-
Program specifies that a certain numbered version of the GNU General
|
|
568
|
+
Each version is given a distinguishing version number. If the
|
|
569
|
+
Program specifies that a certain numbered version of the GNU Affero General
|
|
572
570
|
Public License "or any later version" applies to it, you have the
|
|
573
571
|
option of following the terms and conditions either of that numbered
|
|
574
572
|
version or of any later version published by the Free Software
|
|
575
573
|
Foundation. If the Program does not specify a version number of the
|
|
576
|
-
GNU General Public License, you may choose any version ever published
|
|
574
|
+
GNU Affero General Public License, you may choose any version ever published
|
|
577
575
|
by the Free Software Foundation.
|
|
578
576
|
|
|
579
|
-
If the Program specifies that a proxy can decide which future
|
|
580
|
-
versions of the GNU General Public License can be used, that proxy's
|
|
577
|
+
If the Program specifies that a proxy can decide which future
|
|
578
|
+
versions of the GNU Affero General Public License can be used, that proxy's
|
|
581
579
|
public statement of acceptance of a version permanently authorizes you
|
|
582
580
|
to choose that version for the Program.
|
|
583
581
|
|
|
584
|
-
Later license versions may give you additional or different
|
|
582
|
+
Later license versions may give you additional or different
|
|
585
583
|
permissions. However, no additional obligations are imposed on any
|
|
586
584
|
author or copyright holder as a result of your choosing to follow a
|
|
587
585
|
later version.
|
|
588
586
|
|
|
589
|
-
15. Disclaimer of Warranty.
|
|
587
|
+
15. Disclaimer of Warranty.
|
|
590
588
|
|
|
591
|
-
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
589
|
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
592
590
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
593
591
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
594
592
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
@@ -597,9 +595,9 @@ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
|
597
595
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
598
596
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
599
597
|
|
|
600
|
-
16. Limitation of Liability.
|
|
598
|
+
16. Limitation of Liability.
|
|
601
599
|
|
|
602
|
-
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
600
|
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
603
601
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
604
602
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
605
603
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
@@ -609,9 +607,9 @@ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
|
609
607
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
610
608
|
SUCH DAMAGES.
|
|
611
609
|
|
|
612
|
-
17. Interpretation of Sections 15 and 16.
|
|
610
|
+
17. Interpretation of Sections 15 and 16.
|
|
613
611
|
|
|
614
|
-
If the disclaimer of warranty and limitation of liability provided
|
|
612
|
+
If the disclaimer of warranty and limitation of liability provided
|
|
615
613
|
above cannot be given local legal effect according to their terms,
|
|
616
614
|
reviewing courts shall apply local law that most closely approximates
|
|
617
615
|
an absolute waiver of all civil liability in connection with the
|
|
@@ -622,11 +620,11 @@ copy of the Program in return for a fee.
|
|
|
622
620
|
|
|
623
621
|
How to Apply These Terms to Your New Programs
|
|
624
622
|
|
|
625
|
-
If you develop a new program, and you want it to be of the greatest
|
|
623
|
+
If you develop a new program, and you want it to be of the greatest
|
|
626
624
|
possible use to the public, the best way to achieve this is to make it
|
|
627
625
|
free software which everyone can redistribute and change under these terms.
|
|
628
626
|
|
|
629
|
-
To do so, attach the following notices to the program. It is safest
|
|
627
|
+
To do so, attach the following notices to the program. It is safest
|
|
630
628
|
to attach them to the start of each source file to most effectively
|
|
631
629
|
state the exclusion of warranty; and each file should have at least
|
|
632
630
|
the "copyright" line and a pointer to where the full notice is found.
|
|
@@ -635,40 +633,29 @@ the "copyright" line and a pointer to where the full notice is found.
|
|
|
635
633
|
Copyright (C) <year> <name of author>
|
|
636
634
|
|
|
637
635
|
This program is free software: you can redistribute it and/or modify
|
|
638
|
-
it under the terms of the GNU General Public License as published by
|
|
636
|
+
it under the terms of the GNU Affero General Public License as published by
|
|
639
637
|
the Free Software Foundation, either version 3 of the License, or
|
|
640
638
|
(at your option) any later version.
|
|
641
639
|
|
|
642
640
|
This program is distributed in the hope that it will be useful,
|
|
643
641
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
644
642
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
645
|
-
GNU General Public License for more details.
|
|
643
|
+
GNU Affero General Public License for more details.
|
|
646
644
|
|
|
647
|
-
You should have received a copy of the GNU General Public License
|
|
645
|
+
You should have received a copy of the GNU Affero General Public License
|
|
648
646
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
649
647
|
|
|
650
648
|
Also add information on how to contact you by electronic and paper mail.
|
|
651
649
|
|
|
652
|
-
If
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
650
|
+
If your software can interact with users remotely through a computer
|
|
651
|
+
network, you should also make sure that it provides a way for users to
|
|
652
|
+
get its source. For example, if your program is a web application, its
|
|
653
|
+
interface could display a "Source" link that leads users to an archive
|
|
654
|
+
of the code. There are many ways you could offer source, and different
|
|
655
|
+
solutions will be better for different programs; see section 13 for the
|
|
656
|
+
specific requirements.
|
|
659
657
|
|
|
660
|
-
|
|
661
|
-
parts of the General Public License. Of course, your program's commands
|
|
662
|
-
might be different; for a GUI interface, you would use an "about box".
|
|
663
|
-
|
|
664
|
-
You should also get your employer (if you work as a programmer) or school,
|
|
658
|
+
You should also get your employer (if you work as a programmer) or school,
|
|
665
659
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
666
|
-
For more information on this, and how to apply and follow the GNU
|
|
660
|
+
For more information on this, and how to apply and follow the GNU AGPL, see
|
|
667
661
|
<https://www.gnu.org/licenses/>.
|
|
668
|
-
|
|
669
|
-
The GNU General Public License does not permit incorporating your program
|
|
670
|
-
into proprietary programs. If your program is a subroutine library, you
|
|
671
|
-
may consider it more useful to permit linking proprietary applications with
|
|
672
|
-
the library. If this is what you want to do, use the GNU Lesser General
|
|
673
|
-
Public License instead of this License. But first, please read
|
|
674
|
-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|