@comicrelief/component-library 8.12.0 → 8.12.1
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.
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
### Comic Relief
|
|
2
|
-
|
|
3
2
|
```js
|
|
4
|
-
<
|
|
3
|
+
<div style={{ background: "black", padding: "10px"}}>
|
|
4
|
+
<SocialIcons campaign="comicrelief" />
|
|
5
|
+
</div>
|
|
5
6
|
```
|
|
6
7
|
|
|
7
8
|
### Red Nose Day
|
|
8
|
-
|
|
9
9
|
```js
|
|
10
|
-
<
|
|
10
|
+
<div style={{ background: "black", padding: "10px"}}>
|
|
11
|
+
<SocialIcons campaign="rednoseday" />
|
|
12
|
+
</div>
|
|
11
13
|
```
|
|
12
14
|
|
|
13
15
|
### Sport Relief with self target
|
|
14
|
-
|
|
15
16
|
```js
|
|
16
|
-
<
|
|
17
|
+
<div style={{ background: "black", padding: "10px"}}>
|
|
18
|
+
<SocialIcons campaign="sportrelief" target="self" />
|
|
19
|
+
</div>
|
|
17
20
|
```
|
package/package.json
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
### Comic Relief
|
|
2
|
-
|
|
3
2
|
```js
|
|
4
|
-
<
|
|
3
|
+
<div style={{ background: "black", padding: "10px"}}>
|
|
4
|
+
<SocialIcons campaign="comicrelief" />
|
|
5
|
+
</div>
|
|
5
6
|
```
|
|
6
7
|
|
|
7
8
|
### Red Nose Day
|
|
8
|
-
|
|
9
9
|
```js
|
|
10
|
-
<
|
|
10
|
+
<div style={{ background: "black", padding: "10px"}}>
|
|
11
|
+
<SocialIcons campaign="rednoseday" />
|
|
12
|
+
</div>
|
|
11
13
|
```
|
|
12
14
|
|
|
13
15
|
### Sport Relief with self target
|
|
14
|
-
|
|
15
16
|
```js
|
|
16
|
-
<
|
|
17
|
+
<div style={{ background: "black", padding: "10px"}}>
|
|
18
|
+
<SocialIcons campaign="sportrelief" target="self" />
|
|
19
|
+
</div>
|
|
17
20
|
```
|