@rolster/react-components 18.15.7 → 18.15.8
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.
|
@@ -1029,14 +1029,17 @@
|
|
|
1029
1029
|
|
|
1030
1030
|
.rls-field-password {
|
|
1031
1031
|
--rlc-fieldbox-body-padding: var(--rls-sizing-x3) var(--rls-sizing-x4);
|
|
1032
|
-
--rlc-action-ripple-dimension: var(--rls-sizing-
|
|
1033
|
-
--rlc-action-ripple-position: -
|
|
1032
|
+
--rlc-action-ripple-dimension: var(--rls-sizing-x12);
|
|
1033
|
+
--rlc-action-ripple-position: -6rem;
|
|
1034
1034
|
position: relative;
|
|
1035
1035
|
width: 100%;
|
|
1036
1036
|
box-sizing: border-box;
|
|
1037
1037
|
}
|
|
1038
1038
|
.rls-field-password .rls-button-action {
|
|
1039
|
-
|
|
1039
|
+
padding: 0rem;
|
|
1040
|
+
width: var(--rls-sizing-x12);
|
|
1041
|
+
height: var(--rls-sizing-x12);
|
|
1042
|
+
z-index: 2;
|
|
1040
1043
|
}
|
|
1041
1044
|
|
|
1042
1045
|
.rls-field-text {
|
|
@@ -1029,14 +1029,17 @@
|
|
|
1029
1029
|
|
|
1030
1030
|
.rls-field-password {
|
|
1031
1031
|
--rlc-fieldbox-body-padding: var(--rls-sizing-x3) var(--rls-sizing-x4);
|
|
1032
|
-
--rlc-action-ripple-dimension: var(--rls-sizing-
|
|
1033
|
-
--rlc-action-ripple-position: -
|
|
1032
|
+
--rlc-action-ripple-dimension: var(--rls-sizing-x12);
|
|
1033
|
+
--rlc-action-ripple-position: -6rem;
|
|
1034
1034
|
position: relative;
|
|
1035
1035
|
width: 100%;
|
|
1036
1036
|
box-sizing: border-box;
|
|
1037
1037
|
}
|
|
1038
1038
|
.rls-field-password .rls-button-action {
|
|
1039
|
-
|
|
1039
|
+
padding: 0rem;
|
|
1040
|
+
width: var(--rls-sizing-x12);
|
|
1041
|
+
height: var(--rls-sizing-x12);
|
|
1042
|
+
z-index: 2;
|
|
1040
1043
|
}
|
|
1041
1044
|
|
|
1042
1045
|
.rls-field-text {
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
.rls-field-password {
|
|
2
2
|
--rlc-fieldbox-body-padding: var(--rls-sizing-x3) var(--rls-sizing-x4);
|
|
3
|
-
--rlc-action-ripple-dimension: var(--rls-sizing-
|
|
4
|
-
--rlc-action-ripple-position: -
|
|
3
|
+
--rlc-action-ripple-dimension: var(--rls-sizing-x12);
|
|
4
|
+
--rlc-action-ripple-position: -6rem;
|
|
5
5
|
position: relative;
|
|
6
6
|
width: 100%;
|
|
7
7
|
box-sizing: border-box;
|
|
8
8
|
}
|
|
9
9
|
.rls-field-password .rls-button-action {
|
|
10
|
-
|
|
10
|
+
padding: 0rem;
|
|
11
|
+
width: var(--rls-sizing-x12);
|
|
12
|
+
height: var(--rls-sizing-x12);
|
|
13
|
+
z-index: 2;
|
|
11
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolster/react-components",
|
|
3
|
-
"version": "18.15.
|
|
3
|
+
"version": "18.15.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Package containing UI components for React Project.",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"prepublishOnly": "npm run build"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@rolster/commons": "^2.0.
|
|
37
|
+
"@rolster/commons": "^2.0.8",
|
|
38
38
|
"@rolster/components": "^0.3.10",
|
|
39
39
|
"@rolster/dates": "^2.0.0",
|
|
40
|
-
"@rolster/forms": "^2.
|
|
41
|
-
"@rolster/i18n": "^2.
|
|
40
|
+
"@rolster/forms": "^2.6.1",
|
|
41
|
+
"@rolster/i18n": "^2.1.1",
|
|
42
42
|
"@rolster/react-forms": "^18.6.0",
|
|
43
43
|
"@rolster/strings": "^2.0.0",
|
|
44
|
-
"@rolster/validators": "^
|
|
44
|
+
"@rolster/validators": "^2.0.0",
|
|
45
45
|
"lottie-react": "^2.4.0",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-dom": "^18.2.0",
|