@preply/ds-web-core 0.80.2 → 0.81.0
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/field/types.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export interface FieldLayoutBaseProps {
|
|
|
48
48
|
}
|
|
49
49
|
export interface InputImperativeHandle {
|
|
50
50
|
setFocus: () => void;
|
|
51
|
+
scrollIntoView: () => void;
|
|
51
52
|
}
|
|
52
53
|
export interface FieldLayoutProps extends Omit<FieldLayoutBaseProps, 'children'> {
|
|
53
54
|
input: React.ReactElement;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AUTO GENERATED @Tue Nov
|
|
1
|
+
/* AUTO GENERATED @Tue Nov 28 2023 09:16:10 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
|
|
3
3
|
@ACTION_LINK_VARIANT_ACTIVE_COLOR_OPTIONS: accentDark, accentDarkInverted, neutral, neutralInverted,
|
|
4
4
|
unsetColors;
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
@RADIUS_OPTIONS: 0, 2, 4, 16, 8, 300;
|
|
106
106
|
@SIZING_OPTIONS: 0, 1, 2, 4, 8, 12, 16, 24, 32, 48, 64, 96, 160;
|
|
107
107
|
@SPACING_OPTIONS: 0, 1, 2, 4, 8, 12, 16, 24, 32, 48, 64, 96, 160;
|
|
108
|
+
@SPINNER_ICON_COLOR_OPTIONS: normal, inverted;
|
|
108
109
|
@SPINNER_SIZE_OPTIONS: default, large;
|
|
109
110
|
@TEXT_ACCENT_OPTIONS: primary, secondary, tertiary, accentDark, placeholder, inverted, positive,
|
|
110
111
|
info, warning, critical, disabled, branded, selected, error, accent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AUTO GENERATED @Tue Nov
|
|
1
|
+
/* AUTO GENERATED @Tue Nov 28 2023 09:16:11 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
|
|
3
3
|
@scheme-color: var(--aface6);
|
|
4
4
|
@scheme-bgColor: var(--786b9e);
|
|
@@ -381,7 +381,8 @@
|
|
|
381
381
|
@badge-accent-tertiary-inverted-color: var(--ab5158);
|
|
382
382
|
@spinner-size-default-size: var(--9270b5);
|
|
383
383
|
@spinner-size-large-size: var(--77547f);
|
|
384
|
-
@spinner-icon-color: var(--
|
|
384
|
+
@spinner-icon-color-normal: var(--19bcb6);
|
|
385
|
+
@spinner-icon-color-inverted: var(--38413d);
|
|
385
386
|
@box-radius-none-borderRadius: var(--84e079);
|
|
386
387
|
@box-radius-m-borderRadius: var(--1c37d5);
|
|
387
388
|
@box-radius-l-borderRadius: var(--9e57e5);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@preply/ds-web-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.81.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"dev": "run build:rollup -w"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@preply/ds-core": "0.
|
|
23
|
-
"@preply/ds-core-types": "0.
|
|
22
|
+
"@preply/ds-core": "0.81.0",
|
|
23
|
+
"@preply/ds-core-types": "0.81.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@preply/ds-core": "0.
|
|
27
|
-
"@preply/ds-core-types": "0.
|
|
26
|
+
"@preply/ds-core": "0.81.0",
|
|
27
|
+
"@preply/ds-core-types": "0.81.0",
|
|
28
28
|
"react": "^16.8.3",
|
|
29
29
|
"react-dom": "^16.8.3"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "0d77d8fb87287190f173ae9ccaaecfec310f30ba"
|
|
32
32
|
}
|