@rolster/react-components 18.21.13 → 18.21.14

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.
@@ -1118,7 +1118,7 @@
1118
1118
 
1119
1119
  .rls-field-readonly {
1120
1120
  --rlc-fieldbox-body-padding: var(--rls-sizing-x3) var(--rls-sizing-x4);
1121
- --pvt-component-font-color: transparent;
1121
+ --pvt-component-font-color: var(--rlc-input-font-color);
1122
1122
  position: relative;
1123
1123
  width: 100%;
1124
1124
  box-sizing: border-box;
@@ -1118,7 +1118,7 @@
1118
1118
 
1119
1119
  .rls-field-readonly {
1120
1120
  --rlc-fieldbox-body-padding: var(--rls-sizing-x3) var(--rls-sizing-x4);
1121
- --pvt-component-font-color: transparent;
1121
+ --pvt-component-font-color: var(--rlc-input-font-color);
1122
1122
  position: relative;
1123
1123
  width: 100%;
1124
1124
  box-sizing: border-box;
@@ -1,6 +1,6 @@
1
1
  .rls-field-readonly {
2
2
  --rlc-fieldbox-body-padding: var(--rls-sizing-x3) var(--rls-sizing-x4);
3
- --pvt-component-font-color: transparent;
3
+ --pvt-component-font-color: var(--rlc-input-font-color);
4
4
  position: relative;
5
5
  width: 100%;
6
6
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/react-components",
3
- "version": "18.21.13",
3
+ "version": "18.21.14",
4
4
  "type": "module",
5
5
  "description": "Package containing UI components for React Project.",
6
6
  "module": "dist/esm/index.js",
@@ -49,7 +49,7 @@
49
49
  "@rollup/plugin-node-resolve": "^15.2.1",
50
50
  "@rollup/plugin-typescript": "^11.1.3",
51
51
  "@rolster/rollup": "^1.0.6",
52
- "@rolster/styles-foundations": "^2.3.36",
52
+ "@rolster/styles-foundations": "^2.3.38",
53
53
  "@rolster/types": "^1.1.0",
54
54
  "@types/node-sass": "^4.11.4",
55
55
  "@types/react": "^18.0.28",
@@ -71,7 +71,7 @@
71
71
  "sass": "^1.62.1",
72
72
  "sort-by": "^0.0.2",
73
73
  "typescript": "^5.7.2",
74
- "vite": "^6.2.5"
74
+ "vite": "^6.2.6"
75
75
  },
76
76
  "repository": {
77
77
  "type": "git",