@pelcro/react-pelcro-js 2.5.0 → 2.6.0-beta.12

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/pelcro.css CHANGED
@@ -648,6 +648,10 @@ Add the correct display in Chrome and Safari.
648
648
  --plc-primary-lightness: 44%;
649
649
  }
650
650
 
651
+ .grecaptcha-badge {
652
+ visibility: hidden;
653
+ }
654
+
651
655
  /* sub-components and components */
652
656
 
653
657
  .pelcro-root .pelcro-badge-wrapper {
@@ -1816,6 +1820,11 @@ in order to scope selectors under pelcro-root
1816
1820
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
1817
1821
  }
1818
1822
 
1823
+ .pelcro-root .plc-bg-blue-100 {
1824
+ --tw-bg-opacity: 1;
1825
+ background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
1826
+ }
1827
+
1819
1828
  .pelcro-root .plc-bg-orange-100 {
1820
1829
  --tw-bg-opacity: 1;
1821
1830
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
@@ -2653,6 +2662,11 @@ in order to scope selectors under pelcro-root
2653
2662
  color: rgba(96, 165, 250, var(--tw-text-opacity));
2654
2663
  }
2655
2664
 
2665
+ .pelcro-root .plc-text-blue-700 {
2666
+ --tw-text-opacity: 1;
2667
+ color: rgba(29, 78, 216, var(--tw-text-opacity));
2668
+ }
2669
+
2656
2670
  .pelcro-root .plc-text-orange-700 {
2657
2671
  --tw-text-opacity: 1;
2658
2672
  color: rgba(194, 65, 12, var(--tw-text-opacity));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "2.5.0",
4
+ "version": "2.6.0-beta.12",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",
@@ -59,7 +59,6 @@
59
59
  "browserslist": "^4.16.3",
60
60
  "cross-env": "^7.0.3",
61
61
  "css-loader": "^3.2.0",
62
- "cssimportant-loader": "^0.4.0",
63
62
  "cz-conventional-changelog": "3.3.0",
64
63
  "eslint": "^7.19.0",
65
64
  "eslint-config-google": "^0.14.0",
@@ -74,7 +73,6 @@
74
73
  "html-webpack-plugin": "^3.2.0",
75
74
  "image-webpack-loader": "^7.0.1",
76
75
  "jest": "^26.6.3",
77
- "node-sass": "^4.14.1",
78
76
  "postcss": "^8.2.4",
79
77
  "postcss-import": "^14.0.0",
80
78
  "postcss-loader": "4.2.0",
@@ -92,7 +90,6 @@
92
90
  "rollup-plugin-peer-deps-external": "^2.2.4",
93
91
  "rollup-plugin-postcss": "^4.0.0",
94
92
  "rollup-plugin-visualizer": "^4.2.0",
95
- "sass-loader": "^7.1.0",
96
93
  "semantic-release": "^17.4.4",
97
94
  "simple-zustand-devtools": "^1.0.0",
98
95
  "style-loader": "^2.0.0",
@@ -104,6 +101,7 @@
104
101
  },
105
102
  "dependencies": {
106
103
  "@headlessui/react": "^0.3.0",
104
+ "@stripe/stripe-js": "^1.21.1",
107
105
  "i18next": "^19.1.0",
108
106
  "react-easy-crop": "^3.3.2",
109
107
  "react-facebook-login": "^4.1.1",