@pelcro/react-pelcro-js 4.0.0-alpha.92 → 4.0.0-alpha.94
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/index.cjs.js +7141 -425
- package/dist/index.esm.js +7148 -432
- package/dist/pelcro.css +24 -0
- package/package.json +2 -1
package/dist/pelcro.css
CHANGED
|
@@ -1924,6 +1924,25 @@ Add the correct display in Chrome and Safari.
|
|
|
1924
1924
|
outline: none !important;
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
|
+
.custom-single-value {
|
|
1928
|
+
display: flex;
|
|
1929
|
+
align-items: center;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
.custom-option {
|
|
1933
|
+
display: flex;
|
|
1934
|
+
align-items: center;
|
|
1935
|
+
padding: 5px;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
.custom-option img {
|
|
1939
|
+
margin-right: 10px;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
.css-hlgwow {
|
|
1943
|
+
display: flex !important;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1927
1946
|
/*
|
|
1928
1947
|
styling is copied from react-easy-crop/react-easy-crop.css
|
|
1929
1948
|
in order to scope selectors under pelcro-root
|
|
@@ -3316,6 +3335,11 @@ apple-pay-button {
|
|
|
3316
3335
|
padding-right: 1rem;
|
|
3317
3336
|
}
|
|
3318
3337
|
|
|
3338
|
+
.pelcro-root .plc-px-5{
|
|
3339
|
+
padding-left: 1.25rem;
|
|
3340
|
+
padding-right: 1.25rem;
|
|
3341
|
+
}
|
|
3342
|
+
|
|
3319
3343
|
.pelcro-root .plc-px-6{
|
|
3320
3344
|
padding-left: 1.5rem;
|
|
3321
3345
|
padding-right: 1.5rem;
|
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": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.94",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
"react-hot-toast": "^2.0.0",
|
|
113
113
|
"react-i18next": "^11.3.3",
|
|
114
114
|
"react-qr-code": "^2.0.7",
|
|
115
|
+
"react-select": "^5.8.0",
|
|
115
116
|
"react-slick": "^0.29.0",
|
|
116
117
|
"use-reducer-with-side-effects": "^2.2.0",
|
|
117
118
|
"zustand": "^3.4.2"
|