@xylabs/react-accordion 3.0.18 → 3.0.19

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.
Files changed (2) hide show
  1. package/README.md +67 -0
  2. package/package.json +7 -7
package/README.md ADDED
@@ -0,0 +1,67 @@
1
+ [![logo][]](https://xylabs.com)
2
+
3
+ # @xylabs/react-accordion
4
+
5
+ [![npm-badge][]][npm-link]
6
+ [![npm-downloads-badge][]][npm-link]
7
+ [![jsdelivr-badge][]][jsdelivr-link]
8
+ [![npm-license-badge][]](LICENSE)
9
+
10
+ > XY Labs generalized React library
11
+
12
+ ## Table of Contents
13
+
14
+ - [Description](#description)
15
+ - [Install](#install)
16
+ - [Maintainers](#maintainers)
17
+ - [License](#license)
18
+ - [Credits](#credits)
19
+
20
+ ## Description
21
+
22
+ Common React code that is used throughout XYO projects that use React.
23
+
24
+ ## Install
25
+
26
+ Using npm:
27
+
28
+ ```sh
29
+ npm i --save @xylabs/react-accordion
30
+ ```
31
+
32
+ Using yarn:
33
+
34
+ ```sh
35
+ yarn add @xylabs/react-accordion
36
+ ```
37
+
38
+ ## Documentation
39
+ [Developer Reference](https://xylabs.github.io/sdk-react)
40
+
41
+ [Storybook](https://xylabs.github.io/sdk-react/storybook)
42
+
43
+ ## Maintainers
44
+
45
+ - [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
46
+ - [Matt Jones](https://github.com/jonesmac)
47
+ - [Joel Carter](https://github.com/JoelBCarter)
48
+ - [Jordan Trouw](https://github.com/jordantrouw)
49
+
50
+ ## License
51
+
52
+ See the [LICENSE](LICENSE) file for license details
53
+
54
+ ## Credits
55
+
56
+ [Made with 🔥and ❄️ by XY Labs](https://xylabs.com)
57
+
58
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
59
+
60
+ [npm-badge]: https://img.shields.io/npm/v/@xylabs/react-accordion.svg
61
+ [npm-link]: https://www.npmjs.com/package/@xylabs/react-accordion
62
+
63
+ [npm-downloads-badge]: https://img.shields.io/npm/dw/@xylabs/react-accordion
64
+ [npm-license-badge]: https://img.shields.io/npm/l/@xylabs/react-accordion
65
+
66
+ [jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xylabs/react-accordion/badge
67
+ [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xylabs/react-accordion
package/package.json CHANGED
@@ -13,16 +13,16 @@
13
13
  "packages/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xylabs/react-button": "~3.0.18"
16
+ "@xylabs/react-button": "~3.0.19"
17
17
  },
18
18
  "description": "Common React library for all XY Labs projects that use React",
19
19
  "devDependencies": {
20
- "@mui/icons-material": "^5.14.12",
21
- "@mui/material": "^5.14.12",
20
+ "@mui/icons-material": "^5.14.13",
21
+ "@mui/material": "^5.14.13",
22
22
  "@storybook/react": "^7.4.6",
23
- "@xylabs/react-flexbox": "~3.0.18",
24
- "@xylabs/ts-scripts-yarn3": "^3.1.1",
25
- "@xylabs/tsconfig-react": "^3.1.1",
23
+ "@xylabs/react-flexbox": "~3.0.19",
24
+ "@xylabs/ts-scripts-yarn3": "^3.1.9",
25
+ "@xylabs/tsconfig-react": "^3.1.9",
26
26
  "react": "^18.2.0",
27
27
  "react-dom": "^18.2.0",
28
28
  "typescript": "^5.2.2"
@@ -81,6 +81,6 @@
81
81
  "url": "https://github.com/xylabs/sdk-react.git"
82
82
  },
83
83
  "sideEffects": false,
84
- "version": "3.0.18",
84
+ "version": "3.0.19",
85
85
  "type": "module"
86
86
  }