@dynamic-framework/ui-react 1.16.0 → 1.16.2
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 → LICENSE.md} +2 -2
- package/dist/css/dynamic-ui-non-root.css +131 -150
- package/dist/css/dynamic-ui-non-root.min.css +4 -2
- package/dist/css/dynamic-ui-root.css +6 -4
- package/dist/css/dynamic-ui-root.min.css +4 -2
- package/dist/css/dynamic-ui.css +134 -153
- package/dist/css/dynamic-ui.min.css +4 -2
- package/dist/index.esm.js +11 -11
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/js/bootstrap.bundle.js +8 -8
- package/dist/js/bootstrap.bundle.min.js +3 -3
- package/dist/js/bootstrap.esm.js +8 -8
- package/dist/js/bootstrap.esm.min.js +3 -3
- package/dist/js/bootstrap.js +8 -8
- package/dist/js/bootstrap.min.js +3 -3
- package/dist/types/components/DTabs/DTabs.d.ts +2 -1
- package/package.json +6 -5
- package/src/style/abstracts/variables/_+import.scss +1 -1
- package/src/style/abstracts/variables/_body.scss +1 -1
- package/src/style/abstracts/variables/_box-shadow.scss +1 -1
- package/src/style/abstracts/variables/_cards.scss +2 -2
- package/src/style/abstracts/variables/_dropdowns.scss +11 -7
- package/src/style/abstracts/variables/_forms.scss +23 -19
- package/src/style/abstracts/variables/_list-group.scss +2 -2
- package/src/style/abstracts/variables/_modals.scss +1 -6
- package/src/style/abstracts/variables/_navs.scss +2 -2
- package/src/style/abstracts/variables/_offcanvas.scss +1 -2
- package/src/style/abstracts/variables/_typography.scss +1 -1
- package/src/style/base/_+import.scss +1 -0
- package/src/style/base/_accordion.scss +2 -1
- package/src/style/base/_dropdown.scss +3 -0
- package/src/style/components/_d-modal.scss +0 -5
- package/src/style/components/_d-tabs.scss +10 -19
package/{LICENSE → LICENSE.md}
RENAMED
|
@@ -42,7 +42,7 @@ NOW THEREFORE, in consideration of the mutual covenants contained herein and int
|
|
|
42
42
|
|
|
43
43
|
“Micro Frontend or Widget Software” means any software identified as such in Modyo documentation or in the Modyo Website or in an Order Form that is provided to clients and partners to test, demo, examine as examples of code used to build digital experiences that may be integrated to third party software or to the Licensor Software.
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
“Order Form” means any form specifically referencing this Agreement that sets forth the Licensor Software and Associated Services to be provided to Licensee by Licensor and the Fees payable by Licensee in consideration of the provision of such Licensor Software and Associated Services, together with any other additional terms and conditions applicable to the provision of such Licensor Software and Associated Services.
|
|
46
46
|
|
|
47
47
|
“Professional Services” means any professional and other services described in an Order Form or Statement of Work to be provided by Licensor pursuant to a separate professional services agreement entered into by the Parties.
|
|
48
48
|
|
|
@@ -54,7 +54,7 @@ NOW THEREFORE, in consideration of the mutual covenants contained herein and int
|
|
|
54
54
|
|
|
55
55
|
“Term” means the term set forth in an Order Form.
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
“Territory” means the geographic area specified in the Order Form.
|
|
58
58
|
|
|
59
59
|
“Third Party Software” means any third party software identified as such in Modyo documentation, in an Order Form, including without limitation plug-ins, add-ons, application programming interfaces, utilities or scripts that may be provided by Licensor to Licensee hereunder.
|
|
60
60
|
|