@xylabs/react-accordion 2.17.6 → 2.17.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/dist/docs.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"fileName": "packages/accordion/src/AccordionGroup.tsx",
|
|
17
17
|
"line": 22,
|
|
18
18
|
"character": 12,
|
|
19
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
19
|
+
"url": "https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/accordion/src/AccordionGroup.tsx#L22"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"type": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"fileName": "packages/accordion/src/AccordionGroup.tsx",
|
|
61
61
|
"line": 29,
|
|
62
62
|
"character": 13,
|
|
63
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
63
|
+
"url": "https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/accordion/src/AccordionGroup.tsx#L29"
|
|
64
64
|
}
|
|
65
65
|
],
|
|
66
66
|
"signatures": [
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"fileName": "packages/accordion/src/AccordionGroup.tsx",
|
|
133
133
|
"line": 40,
|
|
134
134
|
"character": 13,
|
|
135
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
135
|
+
"url": "https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/accordion/src/AccordionGroup.tsx#L40"
|
|
136
136
|
}
|
|
137
137
|
],
|
|
138
138
|
"signatures": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<h1>Type alias SimpleAccordionCardProps</h1></div>
|
|
18
18
|
<div class="tsd-signature"><span class="tsd-kind-type-alias">Simple<wbr/>Accordion<wbr/>Card<wbr/>Props</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Override</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">SimpleAccordionCardAdditionalProps</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">OptionalChildren</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
19
19
|
<ul>
|
|
20
|
-
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/
|
|
20
|
+
<li>Defined in <a href="https://github.com/xylabs/sdk-react/blob/d40c19ad1/packages/accordion/src/AccordionGroup.tsx#L22">packages/accordion/src/AccordionGroup.tsx:22</a></li></ul></aside></div>
|
|
21
21
|
<div class="col-sidebar">
|
|
22
22
|
<div class="page-menu">
|
|
23
23
|
<div class="tsd-navigation settings">
|
package/package.json
CHANGED
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-button": "^2.17.
|
|
16
|
+
"@xylabs/react-button": "^2.17.7"
|
|
17
17
|
},
|
|
18
18
|
"description": "Common React library for all XY Labs projects that use React",
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@mui/icons-material": "^5.11.16",
|
|
21
21
|
"@mui/material": "^5.13.6",
|
|
22
22
|
"@storybook/react": "^7.0.23",
|
|
23
|
-
"@xylabs/react-flexbox": "^2.17.
|
|
23
|
+
"@xylabs/react-flexbox": "^2.17.7",
|
|
24
24
|
"@xylabs/ts-scripts-yarn3": "^2.17.17",
|
|
25
25
|
"@xylabs/tsconfig-react": "^2.17.17",
|
|
26
26
|
"react": "^18.2.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
},
|
|
72
72
|
"sideEffects": false,
|
|
73
73
|
"types": "dist/types/index.d.ts",
|
|
74
|
-
"version": "2.17.
|
|
74
|
+
"version": "2.17.7"
|
|
75
75
|
}
|