coinley-checkout 0.2.4 → 0.2.6

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/style.css CHANGED
@@ -1154,6 +1154,10 @@ video {
1154
1154
  --tw-text-opacity: 1;
1155
1155
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
1156
1156
  }
1157
+ .text-red-700 {
1158
+ --tw-text-opacity: 1;
1159
+ color: rgb(185 28 28 / var(--tw-text-opacity, 1));
1160
+ }
1157
1161
  .text-white {
1158
1162
  --tw-text-opacity: 1;
1159
1163
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coinley-checkout",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "A React SDK for Coinley cryptocurrency payment processing",
5
5
  "main": "dist/coinley-checkout.umd.js",
6
6
  "module": "dist/coinley-checkout.es.js",