@pelcro/react-pelcro-js 4.0.0-alpha.94 → 4.0.0-alpha.96
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 +1638 -3196
- package/dist/index.esm.js +1638 -3196
- package/dist/pelcro.css +55 -0
- package/package.json +8 -8
package/dist/pelcro.css
CHANGED
|
@@ -1943,6 +1943,22 @@ Add the correct display in Chrome and Safari.
|
|
|
1943
1943
|
display: flex !important;
|
|
1944
1944
|
}
|
|
1945
1945
|
|
|
1946
|
+
.custom-option {
|
|
1947
|
+
display: flex;
|
|
1948
|
+
align-items: center;
|
|
1949
|
+
cursor: pointer; /* Show pointer cursor on hover */
|
|
1950
|
+
padding: 10px; /* Add padding for better hover area */
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
.custom-option:hover {
|
|
1954
|
+
background-color: #f0f0f0; /* Highlight background on hover */
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
.custom-single-value {
|
|
1958
|
+
display: flex;
|
|
1959
|
+
align-items: center;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1946
1962
|
/*
|
|
1947
1963
|
styling is copied from react-easy-crop/react-easy-crop.css
|
|
1948
1964
|
in order to scope selectors under pelcro-root
|
|
@@ -4087,6 +4103,45 @@ apple-pay-button {
|
|
|
4087
4103
|
|
|
4088
4104
|
/* purgecss start ignore */
|
|
4089
4105
|
|
|
4106
|
+
.custom-single-value {
|
|
4107
|
+
display: flex;
|
|
4108
|
+
align-items: center;
|
|
4109
|
+
}
|
|
4110
|
+
|
|
4111
|
+
.custom-option {
|
|
4112
|
+
display: flex;
|
|
4113
|
+
align-items: center;
|
|
4114
|
+
padding: 5px;
|
|
4115
|
+
}
|
|
4116
|
+
|
|
4117
|
+
.custom-option img {
|
|
4118
|
+
margin-right: 10px;
|
|
4119
|
+
}
|
|
4120
|
+
|
|
4121
|
+
.css-hlgwow {
|
|
4122
|
+
display: flex !important;
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
.custom-option {
|
|
4126
|
+
display: flex;
|
|
4127
|
+
align-items: center;
|
|
4128
|
+
cursor: pointer; /* Show pointer cursor on hover */
|
|
4129
|
+
padding: 10px; /* Add padding for better hover area */
|
|
4130
|
+
}
|
|
4131
|
+
|
|
4132
|
+
.custom-option:hover {
|
|
4133
|
+
background-color: #f0f0f0; /* Highlight background on hover */
|
|
4134
|
+
}
|
|
4135
|
+
|
|
4136
|
+
.custom-single-value {
|
|
4137
|
+
display: flex;
|
|
4138
|
+
align-items: center;
|
|
4139
|
+
}
|
|
4140
|
+
|
|
4141
|
+
/* purgecss end ignore */
|
|
4142
|
+
|
|
4143
|
+
/* purgecss start ignore */
|
|
4144
|
+
|
|
4090
4145
|
.toggle-switch {
|
|
4091
4146
|
position: relative;
|
|
4092
4147
|
display: inline-block;
|
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.96",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"postcss-import": "^14.0.0",
|
|
78
78
|
"postcss-loader": "4.2.0",
|
|
79
79
|
"prettier": "2.3.1",
|
|
80
|
-
"react": "17.0.0",
|
|
81
|
-
"react-dom": "17.0.0",
|
|
80
|
+
"react": "^17.0.0",
|
|
81
|
+
"react-dom": "^17.0.0",
|
|
82
82
|
"react-ga": "^2.7.0",
|
|
83
83
|
"react-refresh": "^0.9.0",
|
|
84
84
|
"react-test-renderer": "^17.0.2",
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@headlessui/react": "^0.3.0",
|
|
104
|
-
"@stripe/react-stripe-js": "^2.
|
|
105
|
-
"@stripe/stripe-js": "^3.0
|
|
104
|
+
"@stripe/react-stripe-js": "^2.8.1",
|
|
105
|
+
"@stripe/stripe-js": "^3.5.0",
|
|
106
106
|
"gapi-script": "^1.2.0",
|
|
107
107
|
"i18next": "^19.1.0",
|
|
108
108
|
"react-easy-crop": "^3.3.2",
|
|
@@ -112,15 +112,15 @@
|
|
|
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.
|
|
115
|
+
"react-select": "^5.8.2",
|
|
116
116
|
"react-slick": "^0.29.0",
|
|
117
117
|
"use-reducer-with-side-effects": "^2.2.0",
|
|
118
118
|
"zustand": "^3.4.2"
|
|
119
119
|
},
|
|
120
120
|
"peerDependencies": {
|
|
121
121
|
"prop-types": "^15.0.0",
|
|
122
|
-
"react": "^
|
|
123
|
-
"react-dom": "^
|
|
122
|
+
"react": "^17.0.0",
|
|
123
|
+
"react-dom": "^17.0.0"
|
|
124
124
|
},
|
|
125
125
|
"optionalDependencies": {
|
|
126
126
|
"fsevents": "2.1.2"
|