react-support-ukraine-banner 1.1.2 → 1.1.3
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/README.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
# React Support Ukraine Banner
|
|
2
2
|
|
|
3
|
-
This React component displays a banner at the top of your webpage with a link to [u24.gov.ua](https://u24.gov.ua), the official fundraising platform of Ukraine, also known as UNITED24
|
|
3
|
+
This React component displays a banner at the top of your webpage with a link to [u24.gov.ua](https://u24.gov.ua), the official fundraising platform of Ukraine, also known as **UNITED24**.
|
|
4
4
|
|
|
5
5
|
By including this banner, you're not just adding a component to your website, you're taking a stand with Ukraine. You're helping to protect, save, and rebuild lives.
|
|
6
6
|
|
|
7
|
+
Demo:
|
|
8
|
+
|
|
7
9
|
[](https://vasilkoff.com)
|
|
8
10
|
|
|
9
11
|
## About UNITED24
|
|
10
12
|
|
|
11
|
-
UNITED24 was launched in response to the full-scale invasion of Ukraine as a direct way to facilitate aid. President Zelenskyy's administration created this initiative to answer the global question: "What can we do to help Ukraine?"
|
|
13
|
+
UNITED24 was launched in response to the full-scale invasion of Ukraine as a direct way to facilitate aid. President Zelenskyy's administration created this initiative to answer the global question: **"What can we do to help Ukraine?"**
|
|
12
14
|
|
|
13
|
-
The mission of UNITED24 is to:
|
|
15
|
+
### The mission of UNITED24 is to:
|
|
14
16
|
|
|
15
17
|
- Unite people from all over the world in support of Ukraine.
|
|
16
18
|
- Ensure the protection and reconstruction of Ukraine.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SupportUkraineBanner.d.ts","sourceRoot":"","sources":["../src/SupportUkraineBanner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EA8BjC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SupportUkraineBanner.js","sourceRoot":"","sources":["../src/SupportUkraineBanner.tsx"],"names":[],"mappings":";;;;;AAAA,gDAA0B;AAE1B,IAAM,oBAAoB,GAAa;IACnC,OAAO,CACH,qCACI,IAAI,EAAC,oBAAoB,EACzB,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,qBAAqB,EACzB,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE;YACH,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,CAAC;YACP,GAAG,EAAE,CAAC;YACN,KAAK,EAAE,CAAC;YACR,UAAU,EAAE,MAAM;YAClB,OAAO,EAAE,MAAM;YACf,cAAc,EAAE,QAAQ;YACxB,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,KAAK;YACb,cAAc,EAAE,MAAM;YACtB,UAAU,EAAE,OAAO;SACtB;QAED,uCAAK,IAAI,EAAC,KAAK,gBAAY,iBAAiB,EAAC,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE;YACvF,uCAAK,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,EAAE,GAAQ;YAC9E,uCAAK,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,EAAE,GAAQ,CAC5E;QACN,uCAAK,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,iCAE9D,CACN,CACP,CAAC;AACN,CAAC,CAAC;AAEF,kBAAe,oBAAoB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-support-ukraine-banner",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "React component to show support for Ukraine with u24.gov.ua link on the top of the page.",
|
|
5
5
|
"main": "dist/SupportUkraineBanner.ts",
|
|
6
|
+
"types": "dist/SupportUkraineBanner.d.ts",
|
|
7
|
+
"homepage": "https://github.com/MaxSmile/react-support-ukraine-banner#readme",
|
|
6
8
|
"scripts": {
|
|
7
|
-
"build": "babel src --extensions '.ts,.tsx' --out-dir dist --copy-files",
|
|
9
|
+
"build": "tsc && babel src --extensions '.ts,.tsx' --out-dir dist --copy-files",
|
|
8
10
|
"prepublishOnly": "npm run build"
|
|
9
11
|
},
|
|
10
12
|
"repository": {
|