@rolster/react-components 18.15.33 → 18.15.34
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.
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
--pvt-button-content-animation: none;
|
|
164
164
|
--pvt-button-content-visibility: hidden;
|
|
165
165
|
--pvt-button-ripple-background: var(--rls-theme-color-700);
|
|
166
|
-
--pvt-raised-background: var(--rls-theme-
|
|
166
|
+
--pvt-raised-background: var(--rls-theme-color-500);
|
|
167
167
|
--pvt-raised-font-color: var(--rls-theme-font-500);
|
|
168
168
|
--pvt-raised-border: none;
|
|
169
169
|
--pvt-flat-background: var(--rls-theme-color-200);
|
|
170
|
-
--pvt-flat-font-color: var(--rls-theme-color-
|
|
170
|
+
--pvt-flat-font-color: var(--rls-theme-color-700);
|
|
171
171
|
--pvt-flat-border: none;
|
|
172
172
|
--pvt-stroked-background: transparent;
|
|
173
173
|
--pvt-stroked-font-color: var(--rls-theme-color-500);
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
--pvt-raised-background: var(--rls-theme-color-700);
|
|
196
196
|
--pvt-raised-font-color: var(--rls-theme-font-900);
|
|
197
197
|
--pvt-raised-border: none;
|
|
198
|
-
--pvt-flat-background: var(--rls-theme-color-
|
|
198
|
+
--pvt-flat-background: var(--rls-theme-color-600);
|
|
199
199
|
--pvt-flat-font-color: var(--rls-theme-font-500);
|
|
200
200
|
--pvt-flat-border: none;
|
|
201
201
|
--pvt-stroked-background: var(--rls-theme-color-100);
|
|
@@ -163,11 +163,11 @@
|
|
|
163
163
|
--pvt-button-content-animation: none;
|
|
164
164
|
--pvt-button-content-visibility: hidden;
|
|
165
165
|
--pvt-button-ripple-background: var(--rls-theme-color-700);
|
|
166
|
-
--pvt-raised-background: var(--rls-theme-
|
|
166
|
+
--pvt-raised-background: var(--rls-theme-color-500);
|
|
167
167
|
--pvt-raised-font-color: var(--rls-theme-font-500);
|
|
168
168
|
--pvt-raised-border: none;
|
|
169
169
|
--pvt-flat-background: var(--rls-theme-color-200);
|
|
170
|
-
--pvt-flat-font-color: var(--rls-theme-color-
|
|
170
|
+
--pvt-flat-font-color: var(--rls-theme-color-700);
|
|
171
171
|
--pvt-flat-border: none;
|
|
172
172
|
--pvt-stroked-background: transparent;
|
|
173
173
|
--pvt-stroked-font-color: var(--rls-theme-color-500);
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
--pvt-raised-background: var(--rls-theme-color-700);
|
|
196
196
|
--pvt-raised-font-color: var(--rls-theme-font-900);
|
|
197
197
|
--pvt-raised-border: none;
|
|
198
|
-
--pvt-flat-background: var(--rls-theme-color-
|
|
198
|
+
--pvt-flat-background: var(--rls-theme-color-600);
|
|
199
199
|
--pvt-flat-font-color: var(--rls-theme-font-500);
|
|
200
200
|
--pvt-flat-border: none;
|
|
201
201
|
--pvt-stroked-background: var(--rls-theme-color-100);
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
--pvt-button-content-animation: none;
|
|
6
6
|
--pvt-button-content-visibility: hidden;
|
|
7
7
|
--pvt-button-ripple-background: var(--rls-theme-color-700);
|
|
8
|
-
--pvt-raised-background: var(--rls-theme-
|
|
8
|
+
--pvt-raised-background: var(--rls-theme-color-500);
|
|
9
9
|
--pvt-raised-font-color: var(--rls-theme-font-500);
|
|
10
10
|
--pvt-raised-border: none;
|
|
11
11
|
--pvt-flat-background: var(--rls-theme-color-200);
|
|
12
|
-
--pvt-flat-font-color: var(--rls-theme-color-
|
|
12
|
+
--pvt-flat-font-color: var(--rls-theme-color-700);
|
|
13
13
|
--pvt-flat-border: none;
|
|
14
14
|
--pvt-stroked-background: transparent;
|
|
15
15
|
--pvt-stroked-font-color: var(--rls-theme-color-500);
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
--pvt-raised-background: var(--rls-theme-color-700);
|
|
38
38
|
--pvt-raised-font-color: var(--rls-theme-font-900);
|
|
39
39
|
--pvt-raised-border: none;
|
|
40
|
-
--pvt-flat-background: var(--rls-theme-color-
|
|
40
|
+
--pvt-flat-background: var(--rls-theme-color-600);
|
|
41
41
|
--pvt-flat-font-color: var(--rls-theme-font-500);
|
|
42
42
|
--pvt-flat-border: none;
|
|
43
43
|
--pvt-stroked-background: var(--rls-theme-color-100);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolster/react-components",
|
|
3
|
-
"version": "18.15.
|
|
3
|
+
"version": "18.15.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Package containing UI components for React Project.",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
54
54
|
"@rollup/plugin-typescript": "^11.1.3",
|
|
55
55
|
"@rolster/rollup": "^1.0.6",
|
|
56
|
-
"@rolster/styles-foundations": "^2.3.
|
|
56
|
+
"@rolster/styles-foundations": "^2.3.21",
|
|
57
57
|
"@rolster/types": "^1.0.10",
|
|
58
58
|
"@types/node-sass": "^4.11.4",
|
|
59
59
|
"@types/react": "^18.0.28",
|