@rescui/input 0.11.0 → 0.11.2
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/lib/_virtual/index.css.js +7 -7
- package/lib/index.css +183 -227
- package/lib/input.p.module.css.js +28 -28
- package/lib/public-api.p.css +24 -6
- package/lib/public-api.pcss +24 -6
- package/package.json +7 -7
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"light": "
|
|
3
|
-
"dark": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"classic": "
|
|
8
|
-
"rock": "
|
|
9
|
-
"container": "
|
|
10
|
-
"wrapper": "
|
|
11
|
-
"disabled": "
|
|
12
|
-
"error": "
|
|
13
|
-
"enabled": "
|
|
14
|
-
"filled": "
|
|
15
|
-
"focused": "
|
|
16
|
-
"field": "
|
|
17
|
-
"inner": "
|
|
18
|
-
"offSystemMicroelements": "
|
|
19
|
-
"iconWrapper": "
|
|
20
|
-
"action": "
|
|
21
|
-
"right": "
|
|
22
|
-
"left": "
|
|
23
|
-
"icon": "
|
|
24
|
-
"divider": "
|
|
25
|
-
"suffix": "
|
|
26
|
-
"errorMessage": "
|
|
27
|
-
"errorIcon": "
|
|
28
|
-
"note": "
|
|
29
|
-
"label": "
|
|
2
|
+
"light": "_light_gpqat6_8",
|
|
3
|
+
"dark": "_dark_gpqat6_11",
|
|
4
|
+
"sizeS": "_sizeS_gpqat6_15",
|
|
5
|
+
"sizeM": "_sizeM_gpqat6_18",
|
|
6
|
+
"sizeL": "_sizeL_gpqat6_21",
|
|
7
|
+
"classic": "_classic_gpqat6_25",
|
|
8
|
+
"rock": "_rock_gpqat6_28",
|
|
9
|
+
"container": "_container_gpqat6_32",
|
|
10
|
+
"wrapper": "_wrapper_gpqat6_39",
|
|
11
|
+
"disabled": "_disabled_gpqat6_51",
|
|
12
|
+
"error": "_error_gpqat6_57",
|
|
13
|
+
"enabled": "_enabled_gpqat6_63",
|
|
14
|
+
"filled": "_filled_gpqat6_63",
|
|
15
|
+
"focused": "_focused_gpqat6_75",
|
|
16
|
+
"field": "_field_gpqat6_101",
|
|
17
|
+
"inner": "_inner_gpqat6_114",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_gpqat6_229",
|
|
19
|
+
"iconWrapper": "_iconWrapper_gpqat6_239",
|
|
20
|
+
"action": "_action_gpqat6_254",
|
|
21
|
+
"right": "_right_gpqat6_292",
|
|
22
|
+
"left": "_left_gpqat6_296",
|
|
23
|
+
"icon": "_icon_gpqat6_239",
|
|
24
|
+
"divider": "_divider_gpqat6_342",
|
|
25
|
+
"suffix": "_suffix_gpqat6_356",
|
|
26
|
+
"errorMessage": "_errorMessage_gpqat6_376",
|
|
27
|
+
"errorIcon": "_errorIcon_gpqat6_388",
|
|
28
|
+
"note": "_note_gpqat6_394",
|
|
29
|
+
"label": "_label_gpqat6_405"
|
|
30
30
|
};
|
|
31
31
|
export { styles as default };
|
package/lib/public-api.p.css
CHANGED
|
@@ -196,9 +196,12 @@
|
|
|
196
196
|
);
|
|
197
197
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
198
198
|
--_rs-typography-base-color:var(
|
|
199
|
+
--_rs-typography-heading-hardness-color,
|
|
200
|
+
var(
|
|
199
201
|
--rs-color-hard,
|
|
200
202
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
201
|
-
)
|
|
203
|
+
)
|
|
204
|
+
);
|
|
202
205
|
--_rs-typography-text-auto-offset:0;
|
|
203
206
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
204
207
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -258,9 +261,12 @@
|
|
|
258
261
|
);
|
|
259
262
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
260
263
|
--_rs-typography-base-color:var(
|
|
264
|
+
--_rs-typography-heading-hardness-color,
|
|
265
|
+
var(
|
|
261
266
|
--rs-color-hard,
|
|
262
267
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
263
|
-
)
|
|
268
|
+
)
|
|
269
|
+
);
|
|
264
270
|
--_rs-typography-text-auto-offset:0;
|
|
265
271
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
266
272
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -499,9 +505,12 @@
|
|
|
499
505
|
);
|
|
500
506
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
501
507
|
--_rs-typography-base-color:var(
|
|
508
|
+
--_rs-typography-heading-hardness-color,
|
|
509
|
+
var(
|
|
502
510
|
--rs-color-hard,
|
|
503
511
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
504
|
-
)
|
|
512
|
+
)
|
|
513
|
+
);
|
|
505
514
|
--_rs-typography-text-auto-offset:0;
|
|
506
515
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
507
516
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -561,9 +570,12 @@
|
|
|
561
570
|
);
|
|
562
571
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
563
572
|
--_rs-typography-base-color:var(
|
|
573
|
+
--_rs-typography-heading-hardness-color,
|
|
574
|
+
var(
|
|
564
575
|
--rs-color-hard,
|
|
565
576
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
566
|
-
)
|
|
577
|
+
)
|
|
578
|
+
);
|
|
567
579
|
--_rs-typography-text-auto-offset:0;
|
|
568
580
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
569
581
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -802,9 +814,12 @@
|
|
|
802
814
|
);
|
|
803
815
|
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
804
816
|
--_rs-typography-base-color:var(
|
|
817
|
+
--_rs-typography-heading-hardness-color,
|
|
818
|
+
var(
|
|
805
819
|
--rs-color-hard,
|
|
806
820
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
807
|
-
)
|
|
821
|
+
)
|
|
822
|
+
);
|
|
808
823
|
--_rs-typography-text-auto-offset:0;
|
|
809
824
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
810
825
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -869,9 +884,12 @@
|
|
|
869
884
|
);
|
|
870
885
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
871
886
|
--_rs-typography-base-color:var(
|
|
887
|
+
--_rs-typography-heading-hardness-color,
|
|
888
|
+
var(
|
|
872
889
|
--rs-color-hard,
|
|
873
890
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
874
|
-
)
|
|
891
|
+
)
|
|
892
|
+
);
|
|
875
893
|
--_rs-typography-text-auto-offset:0;
|
|
876
894
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
877
895
|
--_rs-typography-ol-list-li-padding-left:initial;
|
package/lib/public-api.pcss
CHANGED
|
@@ -196,9 +196,12 @@
|
|
|
196
196
|
);
|
|
197
197
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
198
198
|
--_rs-typography-base-color:var(
|
|
199
|
+
--_rs-typography-heading-hardness-color,
|
|
200
|
+
var(
|
|
199
201
|
--rs-color-hard,
|
|
200
202
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
201
|
-
)
|
|
203
|
+
)
|
|
204
|
+
);
|
|
202
205
|
--_rs-typography-text-auto-offset:0;
|
|
203
206
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
204
207
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -258,9 +261,12 @@
|
|
|
258
261
|
);
|
|
259
262
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
260
263
|
--_rs-typography-base-color:var(
|
|
264
|
+
--_rs-typography-heading-hardness-color,
|
|
265
|
+
var(
|
|
261
266
|
--rs-color-hard,
|
|
262
267
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
263
|
-
)
|
|
268
|
+
)
|
|
269
|
+
);
|
|
264
270
|
--_rs-typography-text-auto-offset:0;
|
|
265
271
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
266
272
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -499,9 +505,12 @@
|
|
|
499
505
|
);
|
|
500
506
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
501
507
|
--_rs-typography-base-color:var(
|
|
508
|
+
--_rs-typography-heading-hardness-color,
|
|
509
|
+
var(
|
|
502
510
|
--rs-color-hard,
|
|
503
511
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
504
|
-
)
|
|
512
|
+
)
|
|
513
|
+
);
|
|
505
514
|
--_rs-typography-text-auto-offset:0;
|
|
506
515
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
507
516
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -561,9 +570,12 @@
|
|
|
561
570
|
);
|
|
562
571
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
563
572
|
--_rs-typography-base-color:var(
|
|
573
|
+
--_rs-typography-heading-hardness-color,
|
|
574
|
+
var(
|
|
564
575
|
--rs-color-hard,
|
|
565
576
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
566
|
-
)
|
|
577
|
+
)
|
|
578
|
+
);
|
|
567
579
|
--_rs-typography-text-auto-offset:0;
|
|
568
580
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
569
581
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -802,9 +814,12 @@
|
|
|
802
814
|
);
|
|
803
815
|
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
804
816
|
--_rs-typography-base-color:var(
|
|
817
|
+
--_rs-typography-heading-hardness-color,
|
|
818
|
+
var(
|
|
805
819
|
--rs-color-hard,
|
|
806
820
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
807
|
-
)
|
|
821
|
+
)
|
|
822
|
+
);
|
|
808
823
|
--_rs-typography-text-auto-offset:0;
|
|
809
824
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
810
825
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -869,9 +884,12 @@
|
|
|
869
884
|
);
|
|
870
885
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
871
886
|
--_rs-typography-base-color:var(
|
|
887
|
+
--_rs-typography-heading-hardness-color,
|
|
888
|
+
var(
|
|
872
889
|
--rs-color-hard,
|
|
873
890
|
rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))
|
|
874
|
-
)
|
|
891
|
+
)
|
|
892
|
+
);
|
|
875
893
|
--_rs-typography-text-auto-offset:0;
|
|
876
894
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
877
895
|
--_rs-typography-ol-list-li-padding-left:initial;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/input",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"react": ">=16.8.0 <19"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@rescui/colors": "^0.2.
|
|
28
|
-
"@rescui/icons": "^0.16.
|
|
27
|
+
"@rescui/colors": "^0.2.4",
|
|
28
|
+
"@rescui/icons": "^0.16.6",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.2.1",
|
|
30
|
-
"@rescui/scripts": "^0.3.
|
|
31
|
-
"@rescui/tooltip": "^0.8.
|
|
32
|
-
"@rescui/typography": "^0.
|
|
30
|
+
"@rescui/scripts": "^0.3.4",
|
|
31
|
+
"@rescui/tooltip": "^0.8.7",
|
|
32
|
+
"@rescui/typography": "^0.18.0",
|
|
33
33
|
"@rescui/visual-regression": "^0.1.2",
|
|
34
34
|
"@types/classnames": "^2.2.11"
|
|
35
35
|
},
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
39
39
|
},
|
|
40
40
|
"nx": {},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ac2efc85e94cfd6b9bae29c2829d38b6bd608474"
|
|
42
42
|
}
|