@wireapp/react-ui-kit 9.69.7-beta.14.d7a6c4c53 → 9.70.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.
|
@@ -41,10 +41,10 @@ interface AccordionComponent extends ForwardRefExoticComponent<AccordionProps &
|
|
|
41
41
|
* ```tsx
|
|
42
42
|
* <Accordion type="multiple">
|
|
43
43
|
* <Accordion.Item title="What is Wire?" value="item-1">
|
|
44
|
-
* <Text>Wire is a secure messaging platform
|
|
44
|
+
* <Text>Wire is a secure messaging platform...</Text>
|
|
45
45
|
* </Accordion.Item>
|
|
46
46
|
* <Accordion.Item title="Is Wire secure?" value="item-2">
|
|
47
|
-
* <Text>Yes, Wire uses end-to-end encryption
|
|
47
|
+
* <Text>Yes, Wire uses end-to-end encryption...</Text>
|
|
48
48
|
* </Accordion.Item>
|
|
49
49
|
* </Accordion>
|
|
50
50
|
* ```
|
|
@@ -69,10 +69,10 @@ const AccordionItem_styles_1 = require("./AccordionItem/AccordionItem.styles");
|
|
|
69
69
|
* ```tsx
|
|
70
70
|
* <Accordion type="multiple">
|
|
71
71
|
* <Accordion.Item title="What is Wire?" value="item-1">
|
|
72
|
-
* <Text>Wire is a secure messaging platform
|
|
72
|
+
* <Text>Wire is a secure messaging platform...</Text>
|
|
73
73
|
* </Accordion.Item>
|
|
74
74
|
* <Accordion.Item title="Is Wire secure?" value="item-2">
|
|
75
|
-
* <Text>Yes, Wire uses end-to-end encryption
|
|
75
|
+
* <Text>Yes, Wire uses end-to-end encryption...</Text>
|
|
76
76
|
* </Accordion.Item>
|
|
77
77
|
* </Accordion>
|
|
78
78
|
* ```
|
package/package.json
CHANGED
|
@@ -79,6 +79,6 @@
|
|
|
79
79
|
"test:watch": "jest --watch",
|
|
80
80
|
"test:update": "jest --updateSnapshot"
|
|
81
81
|
},
|
|
82
|
-
"version": "9.
|
|
83
|
-
"gitHead": "
|
|
82
|
+
"version": "9.70.0",
|
|
83
|
+
"gitHead": "e92cea52e807cc87abcb2f3329d11b41cc2e3bda"
|
|
84
84
|
}
|