@nulogy/components 13.5.1 → 14.1.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.md +1 -1
- package/README.md +7 -7
- package/dist/main.js +6269 -5010
- package/dist/main.module.js +6278 -5020
- package/dist/src/BottomSheet/BottomSheet.parts.d.ts +4 -2
- package/dist/src/BottomSheet/BottomSheet.styled.d.ts +11 -9
- package/dist/src/DescriptionList/DescriptionList.d.ts +3 -6
- package/dist/src/DescriptionList/DescriptionList.parts.d.ts +14 -0
- package/dist/src/DescriptionList/DescriptionListContext.d.ts +16 -10
- package/dist/src/DescriptionList/index.d.ts +5 -4
- package/dist/src/DescriptionList/lib/types.d.ts +26 -0
- package/dist/src/DescriptionList/lib/utils.d.ts +5 -0
- package/dist/src/DescriptionList/stories/DescriptionList.column.story.d.ts +17 -0
- package/dist/src/DescriptionList/stories/DescriptionList.group-min-width.story.d.ts +9 -0
- package/dist/src/DescriptionList/stories/DescriptionList.layout.story.d.ts +17 -0
- package/dist/src/DescriptionList/stories/DescriptionList.playground.story.d.ts +9 -0
- package/dist/src/DescriptionList/stories/DescriptionList.sizing.story.d.ts +10 -0
- package/dist/src/DescriptionList/stories/DescriptionList.spanning.story.d.ts +10 -0
- package/dist/src/DescriptionList/stories/DescriptionList.story.d.ts +8 -0
- package/dist/src/DescriptionList/stories/fixtures.d.ts +17 -0
- package/dist/src/DropdownMenu/DropdownText.d.ts +2 -1
- package/dist/src/FieldLabel/HelpText.d.ts +2 -1
- package/dist/src/Layout/Sidebar.d.ts +1 -1
- package/dist/src/TopBar/TopBar.styled.d.ts +3 -3
- package/dist/src/TopBar/components/MenuItemLink.d.ts +1 -2
- package/dist/src/TopBar/index.d.ts +1 -0
- package/dist/src/Type/Headings.d.ts +8 -4
- package/dist/src/Type/Text.d.ts +1 -0
- package/dist/src/index.d.ts +3 -1
- package/dist/src/theme/theme.type.d.ts +1 -1
- package/dist/src/utils/story/code.d.ts +8 -0
- package/dist/src/utils/story/resizable.d.ts +25 -0
- package/package.json +7 -5
- package/dist/src/DescriptionList/DescriptionDetails.d.ts +0 -2
- package/dist/src/DescriptionList/DescriptionList.story.d.ts +0 -14
- package/dist/src/DescriptionList/DescriptionTerm.d.ts +0 -2
package/LICENSE.md
CHANGED
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @nulogy/components
|
|
2
|
+
|
|
2
3
|

|
|
3
4
|

|
|
4
5
|
[](https://github.com/nulogy/design-system/blob/master/CONTRIBUTING.md)
|
|
5
6
|
|
|
6
7
|
> Built with React, components make it easy to create interfaces that conform to the principles of the Nulogy Design System.
|
|
7
8
|
|
|
8
|
-
|
|
9
9
|
## 📦 Installation
|
|
10
10
|
|
|
11
11
|
### 1. Add the package
|
|
@@ -83,6 +83,7 @@ Component documentation and usage guides are stored in the [github.com/nulogy/nu
|
|
|
83
83
|
## 👋 Work requests
|
|
84
84
|
|
|
85
85
|
If you encounter a bug, need a new component or new capability of an existing component, or need any other type of support please file a work request in [GitHub Issues](https://github.com/nulogy/design-system/issues). To learn more about how to file a request and what to expect please read [How to file NDS work request](https://github.com/nulogy/design-system/wiki/How-to-file-NDS-work-request).
|
|
86
|
+
|
|
86
87
|
- [#design-system](slack://channel?team=T024N2KKA&id=CBAFQ4X7X)
|
|
87
88
|
|
|
88
89
|
## 🙌 Contributing
|
|
@@ -93,13 +94,12 @@ Please see [Contributing.MD](https://github.com/nulogy/design-system/blob/master
|
|
|
93
94
|
|
|
94
95
|
- [#design-system](slack://channel?team=T024N2KKA&id=CBAFQ4X7X)
|
|
95
96
|
|
|
96
|
-
|
|
97
97
|
## 📦 Related Packages
|
|
98
98
|
|
|
99
99
|
The design-system is a collection of related packages. If you're looking for more packages, see below.
|
|
100
100
|
|
|
101
|
-
| Package
|
|
102
|
-
|
|
|
103
|
-
| [@nulogy/css](https://github.com/nulogy/nds-css)
|
|
104
|
-
| [@nulogy/icons](https://github.com/nulogy/nds-icons)
|
|
105
|
-
| [@nulogy/tokens](https://github.com/nulogy/nds-tokens)
|
|
101
|
+
| Package | Description | |
|
|
102
|
+
| ------------------------------------------------------ | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
|
|
103
|
+
| [@nulogy/css](https://github.com/nulogy/nds-css) | CSS components and utility classes for adding new styles to non-React applications | [](https://www.npmjs.com/package/@nulogy/css) |
|
|
104
|
+
| [@nulogy/icons](https://github.com/nulogy/nds-icons) | A selection of Material Icon `svgs` used by Nulogy applications | [](https://www.npmjs.com/package/@nulogy/icons) |
|
|
105
|
+
| [@nulogy/tokens](https://github.com/nulogy/nds-tokens) | Design language styles (e.g colours, type, spacing, shadows, etc.) | [](https://www.npmjs.com/package/@nulogy/tokens) |
|