@coinbase/cds-mobile 9.6.7 → 9.6.8
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/CHANGELOG.md
CHANGED
|
@@ -18,12 +18,14 @@ const CoachmarkExamples = () => {
|
|
|
18
18
|
gap: 3,
|
|
19
19
|
children: [/*#__PURE__*/_jsx(Coachmark, {
|
|
20
20
|
action: /*#__PURE__*/_jsx(Button, {
|
|
21
|
+
variant: "secondary",
|
|
21
22
|
children: "Next"
|
|
22
23
|
}),
|
|
23
24
|
content: "Add up to 3 lines of body copy. Deliver your message with clarity and impact",
|
|
24
25
|
title: "Basic"
|
|
25
26
|
}), /*#__PURE__*/_jsx(Coachmark, {
|
|
26
27
|
action: /*#__PURE__*/_jsx(Button, {
|
|
28
|
+
variant: "secondary",
|
|
27
29
|
children: "Next"
|
|
28
30
|
}),
|
|
29
31
|
checkbox: /*#__PURE__*/_jsx(Checkbox, {
|
|
@@ -35,6 +37,7 @@ const CoachmarkExamples = () => {
|
|
|
35
37
|
title: "With checkbox"
|
|
36
38
|
}), /*#__PURE__*/_jsx(Coachmark, {
|
|
37
39
|
action: /*#__PURE__*/_jsx(Button, {
|
|
40
|
+
variant: "secondary",
|
|
38
41
|
children: "Next"
|
|
39
42
|
}),
|
|
40
43
|
closeButtonAccessibilityLabel: "Close",
|
|
@@ -43,6 +46,7 @@ const CoachmarkExamples = () => {
|
|
|
43
46
|
title: "Dismissible"
|
|
44
47
|
}), /*#__PURE__*/_jsx(Coachmark, {
|
|
45
48
|
action: /*#__PURE__*/_jsx(Button, {
|
|
49
|
+
variant: "secondary",
|
|
46
50
|
children: "Next"
|
|
47
51
|
}),
|
|
48
52
|
closeButtonAccessibilityLabel: "Close",
|
|
@@ -73,6 +77,7 @@ const CoachmarkExamples = () => {
|
|
|
73
77
|
title: "Rich Content"
|
|
74
78
|
}), /*#__PURE__*/_jsx(Coachmark, {
|
|
75
79
|
action: /*#__PURE__*/_jsx(Button, {
|
|
80
|
+
variant: "secondary",
|
|
76
81
|
children: "Next"
|
|
77
82
|
}),
|
|
78
83
|
content: "This SpotRectangle is in a Box with bgPrimary background.",
|
|
@@ -88,6 +93,7 @@ const CoachmarkExamples = () => {
|
|
|
88
93
|
title: "With a SpotRectangle"
|
|
89
94
|
}), /*#__PURE__*/_jsx(Coachmark, {
|
|
90
95
|
action: /*#__PURE__*/_jsx(Button, {
|
|
96
|
+
variant: "secondary",
|
|
91
97
|
children: "Done"
|
|
92
98
|
}),
|
|
93
99
|
content: "Add up to 3 lines of body copy. Deliver your message with clarity and impact",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-mobile",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.8",
|
|
4
4
|
"description": "Coinbase Design System - Mobile",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"react-native-worklets": "0.5.2"
|
|
207
207
|
},
|
|
208
208
|
"dependencies": {
|
|
209
|
-
"@coinbase/cds-common": "^9.6.
|
|
209
|
+
"@coinbase/cds-common": "^9.6.8",
|
|
210
210
|
"@coinbase/cds-icons": "^5.21.0",
|
|
211
211
|
"@coinbase/cds-illustrations": "^4.44.0",
|
|
212
212
|
"@coinbase/cds-lottie-files": "^3.3.4",
|