@preply/ds-core 0.65.2 → 0.65.4
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/generated/breakpoints.d.ts +1 -1
- package/dist/generated/breakpoints.js +2 -2
- package/dist/generated/defaults.d.ts +6 -2
- package/dist/generated/defaults.js +7 -3
- package/dist/generated/options.d.ts +6 -2
- package/dist/generated/options.js +60 -14
- package/dist/generated/tokens.d.ts +193 -11
- package/dist/generated/tokens.js +390 -24
- package/dist/generated/types.d.ts +22 -18
- package/dist/index.js +2 -2
- package/package.json +4 -4
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* AUTO GENERATED @
|
|
2
|
+
* AUTO GENERATED @Tue Sep 12 2023 07:47:30 GMT+0000 (Coordinated Universal Time)
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* action.variant.*.active.borderColor
|
|
6
6
|
*/
|
|
7
|
-
export declare type ActionVariantActiveBorderColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical';
|
|
7
|
+
export declare type ActionVariantActiveBorderColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical' | 'onBrand' | 'inverted';
|
|
8
8
|
/**
|
|
9
9
|
* action.variant.*.disabled.bgColor
|
|
10
10
|
*/
|
|
11
|
-
export declare type ActionVariantDisabledBgColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical';
|
|
11
|
+
export declare type ActionVariantDisabledBgColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical' | 'onBrand' | 'inverted';
|
|
12
12
|
/**
|
|
13
13
|
* action.variant.*.disabled.borderColor
|
|
14
14
|
*/
|
|
15
|
-
export declare type ActionVariantDisabledBorderColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical';
|
|
15
|
+
export declare type ActionVariantDisabledBorderColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical' | 'onBrand' | 'inverted';
|
|
16
16
|
/**
|
|
17
17
|
* action.variant.*.disabled.color
|
|
18
18
|
*/
|
|
19
|
-
export declare type ActionVariantDisabledColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical';
|
|
19
|
+
export declare type ActionVariantDisabledColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical' | 'onBrand' | 'inverted';
|
|
20
20
|
/**
|
|
21
21
|
* action.variant.*.hover.borderColor
|
|
22
22
|
*/
|
|
23
|
-
export declare type ActionVariantHoverBorderColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical';
|
|
23
|
+
export declare type ActionVariantHoverBorderColor = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical' | 'onBrand' | 'inverted';
|
|
24
24
|
/**
|
|
25
25
|
* action.variant.*.textDecoration
|
|
26
26
|
*/
|
|
27
|
-
export declare type ActionVariantTextDecoration = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical';
|
|
27
|
+
export declare type ActionVariantTextDecoration = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical' | 'onBrand' | 'inverted';
|
|
28
28
|
/**
|
|
29
29
|
* avatar.size.*
|
|
30
30
|
*/
|
|
@@ -88,7 +88,7 @@ export declare type ButtonSize = 'xs' | 's' | 'm' | 'l' | 'xl';
|
|
|
88
88
|
/**
|
|
89
89
|
* action.variant.*
|
|
90
90
|
*/
|
|
91
|
-
export declare type ButtonVariant = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical';
|
|
91
|
+
export declare type ButtonVariant = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'plain' | 'dangerous' | 'critical' | 'onBrand' | 'inverted';
|
|
92
92
|
/**
|
|
93
93
|
* button.*.verticalPadding
|
|
94
94
|
*/
|
|
@@ -96,19 +96,19 @@ export declare type ButtonVerticalPadding = 'large' | 'medium' | 'small';
|
|
|
96
96
|
/**
|
|
97
97
|
* color.background.*
|
|
98
98
|
*/
|
|
99
|
-
export declare type ColorBackground = 'primary' | 'secondary' | 'tertiary' | '
|
|
99
|
+
export declare type ColorBackground = 'primary' | 'secondary' | 'tertiary' | 'overlay' | 'disabled' | 'brand' | 'accentLight' | 'accentDark' | 'positiveLight' | 'positiveDark' | 'infoLight' | 'infoDark' | 'warningLight' | 'warningDark' | 'criticalLight' | 'criticalDark';
|
|
100
100
|
/**
|
|
101
101
|
* dsInternalPrimitive.color.background.*.action.active
|
|
102
102
|
*/
|
|
103
|
-
export declare type ColorBackgroundActionActiveDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical';
|
|
103
|
+
export declare type ColorBackgroundActionActiveDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical' | 'onBrand' | 'inverted';
|
|
104
104
|
/**
|
|
105
105
|
* dsInternalPrimitive.color.background.*.action.hover
|
|
106
106
|
*/
|
|
107
|
-
export declare type ColorBackgroundActionHoverDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical';
|
|
107
|
+
export declare type ColorBackgroundActionHoverDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical' | 'onBrand' | 'inverted';
|
|
108
108
|
/**
|
|
109
109
|
* dsInternalPrimitive.color.background.*.action.rest
|
|
110
110
|
*/
|
|
111
|
-
export declare type ColorBackgroundActionRestDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical';
|
|
111
|
+
export declare type ColorBackgroundActionRestDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical' | 'onBrand' | 'inverted';
|
|
112
112
|
/**
|
|
113
113
|
* dsInternalPrimitive.color.blue.*
|
|
114
114
|
*/
|
|
@@ -120,7 +120,7 @@ export declare type ColorBorder = 'primary' | 'secondary' | 'focus' | 'critical'
|
|
|
120
120
|
/**
|
|
121
121
|
* dsInternalPrimitive.color.border.*.action
|
|
122
122
|
*/
|
|
123
|
-
export declare type ColorBorderActionDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical' | 'disabled';
|
|
123
|
+
export declare type ColorBorderActionDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical' | 'disabled' | 'inverted';
|
|
124
124
|
/**
|
|
125
125
|
* dsInternalPrimitive.color.grey.*
|
|
126
126
|
*/
|
|
@@ -132,7 +132,7 @@ export declare type ColorGreyOpacityDsInternalPrimitive = '900-56';
|
|
|
132
132
|
/**
|
|
133
133
|
* color.icon.*
|
|
134
134
|
*/
|
|
135
|
-
export declare type ColorIcon = 'primary' | 'secondary' | 'tertiary' | 'positive' | 'info' | 'warning' | 'critical' | 'brand';
|
|
135
|
+
export declare type ColorIcon = 'primary' | 'secondary' | 'tertiary' | 'positive' | 'info' | 'warning' | 'critical' | 'brand' | 'inverted' | 'disabled';
|
|
136
136
|
/**
|
|
137
137
|
* color.*
|
|
138
138
|
*/
|
|
@@ -156,11 +156,11 @@ export declare type ColorTealDsInternalPrimitive = '50' | '100' | '200' | '300'
|
|
|
156
156
|
/**
|
|
157
157
|
* color.text.*
|
|
158
158
|
*/
|
|
159
|
-
export declare type ColorText = 'primary' | 'secondary' | 'tertiary' | 'brand' | 'accent' | 'positive' | 'info' | 'warning' | 'critical';
|
|
159
|
+
export declare type ColorText = 'primary' | 'secondary' | 'tertiary' | 'brand' | 'accent' | 'positive' | 'info' | 'warning' | 'critical' | 'inverted' | 'branded' | 'error' | 'selected' | 'disabled';
|
|
160
160
|
/**
|
|
161
161
|
* dsInternalPrimitive.color.text.*.action
|
|
162
162
|
*/
|
|
163
|
-
export declare type ColorTextActionDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical' | 'disabled';
|
|
163
|
+
export declare type ColorTextActionDsInternalPrimitive = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'critical' | 'disabled' | 'onBrand' | 'inverted';
|
|
164
164
|
/**
|
|
165
165
|
* dsInternalPrimitive.color.yellow.*
|
|
166
166
|
*/
|
|
@@ -225,6 +225,10 @@ export declare type LinkFontWeight = 'large' | 'default' | 'small';
|
|
|
225
225
|
* link.*.lineHeight
|
|
226
226
|
*/
|
|
227
227
|
export declare type LinkLineHeight = 'large' | 'default' | 'small';
|
|
228
|
+
/**
|
|
229
|
+
* link.*.textDecoration
|
|
230
|
+
*/
|
|
231
|
+
export declare type LinkTextDecoration = 'large' | 'default' | 'small';
|
|
228
232
|
/**
|
|
229
233
|
* panel.padding.*.padding
|
|
230
234
|
*/
|
|
@@ -240,7 +244,7 @@ export declare type Radius = '2' | '4' | '8' | '300';
|
|
|
240
244
|
/**
|
|
241
245
|
* spacing.*
|
|
242
246
|
*/
|
|
243
|
-
export declare type Spacing = '0' | '2' | '4' | '8' | '12' | '16' | '24' | '32' | '48' | '64' | '96' | '160';
|
|
247
|
+
export declare type Spacing = '0' | '1' | '2' | '4' | '8' | '12' | '16' | '24' | '32' | '48' | '64' | '96' | '160';
|
|
244
248
|
/**
|
|
245
249
|
* spinner.size.*
|
|
246
250
|
*/
|
|
@@ -248,7 +252,7 @@ export declare type SpinnerSize = 'default' | 'large';
|
|
|
248
252
|
/**
|
|
249
253
|
* text.accent.*
|
|
250
254
|
*/
|
|
251
|
-
export declare type TextAccent = 'primary' | 'secondary' | '
|
|
255
|
+
export declare type TextAccent = 'primary' | 'secondary' | 'tertiary' | 'brand' | 'accent' | 'positive' | 'info' | 'warning' | 'critical' | 'inverted' | 'branded' | 'error' | 'selected' | 'disabled';
|
|
252
256
|
/**
|
|
253
257
|
* text.heading.*.fontFamily
|
|
254
258
|
*/
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { BREAKPOINT } from './generated/breakpoints.js';
|
|
2
|
-
export { AVATAR_SIZE_DEFAULT, BADGE_COLOR_DEFAULT, BADGE_SIZE_DEFAULT, BOX_PADDING_DEFAULT, BOX_RADIUS_DEFAULT, BUTTON_SIZE_DEFAULT, BUTTON_VARIANT_DEFAULT, COLOR_ICON_DEFAULT, COLOR_SCHEME_DEFAULT, ICON_SIZE_DEFAULT, LAYOUT_FLEX_DIRECTION_DEFAULT, LAYOUT_GAP_DEFAULT, LAYOUT_PADDING_DEFAULT, LAYOUT_TAG_DEFAULT, PANEL_PADDING_DEFAULT, PREPLY_LOGO_VARIANT_DEFAULT, SPACING_DEFAULT, SPINNER_SIZE_DEFAULT, TEXT_ACCENT_DEFAULT, TEXT_HIGHLIGHT_DEFAULT, TEXT_INLINE_TAG_DEFAULT, TEXT_SIZE_DEFAULT, TEXT_TAG_DEFAULT, TEXT_VARIANT_DEFAULT, TEXT_WEIGHT_DEFAULT, THEME_DEFAULT } from './generated/defaults.js';
|
|
2
|
+
export { AVATAR_SIZE_DEFAULT, BADGE_ACCENT_DEFAULT, BADGE_COLOR_DEFAULT, BADGE_SIZE_DEFAULT, BOX_PADDING_DEFAULT, BOX_RADIUS_DEFAULT, BUTTON_SIZE_DEFAULT, BUTTON_VARIANT_DEFAULT, COLOR_ICON_DEFAULT, COLOR_SCHEME_DEFAULT, ICON_SIZE_DEFAULT, LAYOUT_FLEX_DIRECTION_DEFAULT, LAYOUT_GAP_DEFAULT, LAYOUT_PADDING_DEFAULT, LAYOUT_TAG_DEFAULT, PANEL_PADDING_DEFAULT, PREPLY_LOGO_VARIANT_DEFAULT, SPACING_DEFAULT, SPINNER_SIZE_DEFAULT, TEXT_ACCENT_DEFAULT, TEXT_HIGHLIGHT_DEFAULT, TEXT_INLINE_TAG_DEFAULT, TEXT_SIZE_DEFAULT, TEXT_TAG_DEFAULT, TEXT_VARIANT_DEFAULT, TEXT_WEIGHT_DEFAULT, THEME_DEFAULT } from './generated/defaults.js';
|
|
3
3
|
export { action, avatar, background, badge, border, box, button, color, content, dsInternalPrimitive, heading, icon, input, link, panel, radius, root, scheme, spacing, spinner, text, tokens } from './generated/tokens.js';
|
|
4
|
-
export { ACTION_VARIANT_ACTIVE_BORDER_COLOR_OPTIONS, ACTION_VARIANT_DISABLED_BG_COLOR_OPTIONS, ACTION_VARIANT_DISABLED_BORDER_COLOR_OPTIONS, ACTION_VARIANT_DISABLED_COLOR_OPTIONS, ACTION_VARIANT_HOVER_BORDER_COLOR_OPTIONS, ACTION_VARIANT_TEXT_DECORATION_OPTIONS, AVATAR_SIZE_OPTIONS, BADGE_ACCENT_OPTIONS, BADGE_COLOR_OPTIONS, BADGE_SIZE_OPTIONS, BOX_PADDING_OPTIONS, BOX_RADIUS_OPTIONS, BUTTON_FONT_FAMILY_OPTIONS, BUTTON_FONT_SIZE_OPTIONS, BUTTON_FONT_WEIGHT_OPTIONS, BUTTON_HEIGHT_OPTIONS, BUTTON_HORIZONTAL_PADDING_OPTIONS, BUTTON_LETTER_SPACING_OPTIONS, BUTTON_LINE_HEIGHT_OPTIONS, BUTTON_SIZE_OPTIONS, BUTTON_VARIANT_OPTIONS, BUTTON_VERTICAL_PADDING_OPTIONS, COLOR_BACKGROUND_ACTION_ACTIVE_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BACKGROUND_ACTION_HOVER_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BACKGROUND_ACTION_REST_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BACKGROUND_OPTIONS, COLOR_BLUE_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BORDER_ACTION_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BORDER_OPTIONS, COLOR_GREY_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_GREY_OPACITY_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_ICON_OPTIONS, COLOR_NAME_OPTIONS, COLOR_PINK_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_RED_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_SCHEME_OPTIONS, COLOR_TEAL_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_TEXT_ACTION_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_TEXT_OPTIONS, COLOR_YELLOW_DS_INTERNAL_PRIMITIVE_OPTIONS, HEADING_LEVEL_OPTIONS, HEADING_TAG_OPTIONS, ICON_SIZE_OPTIONS, LAYOUT_ALIGN_ITEMS_OPTIONS, LAYOUT_ALIGN_SELF_OPTIONS, LAYOUT_FLEX_DIRECTION_OPTIONS, LAYOUT_GAP_OPTIONS, LAYOUT_JUSTIFY_CONTENT_OPTIONS, LAYOUT_JUSTIFY_ITEMS_OPTIONS, LAYOUT_PADDING_OPTIONS, LAYOUT_TAG_OPTIONS, LINK_FONT_FAMILY_OPTIONS, LINK_FONT_SIZE_OPTIONS, LINK_FONT_WEIGHT_OPTIONS, LINK_LINE_HEIGHT_OPTIONS, PANEL_PADDING_OPTIONS, PREPLY_LOGO_VARIANT_OPTIONS, RADIUS_OPTIONS, SPACING_OPTIONS, SPINNER_SIZE_OPTIONS, TEXT_ACCENT_OPTIONS, TEXT_HEADING_FONT_FAMILY_OPTIONS, TEXT_HEADING_FONT_SIZE_OPTIONS, TEXT_HEADING_FONT_WEIGHT_OPTIONS, TEXT_HEADING_LING_HEIGHT_OPTIONS, TEXT_HIGHLIGHT_OPTIONS, TEXT_INLINE_TAG_OPTIONS, TEXT_REGULAR_BODY_FONT_FAMILY_OPTIONS, TEXT_REGULAR_BODY_FONT_SIZE_OPTIONS, TEXT_REGULAR_BODY_FONT_WEIGHT_OPTIONS, TEXT_REGULAR_BODY_LINE_HEIGHT_OPTIONS, TEXT_SEMI_BOLD_BODY_FONT_FAMILY_OPTIONS, TEXT_SEMI_BOLD_BODY_FONT_SIZE_OPTIONS, TEXT_SEMI_BOLD_BODY_FONT_WEIGHT_OPTIONS, TEXT_SEMI_BOLD_BODY_LINE_HEIGHT_OPTIONS, TEXT_SIZE_OPTIONS, TEXT_TAG_OPTIONS, TEXT_VARIANT_OPTIONS, TEXT_WEIGHT_OPTIONS, THEME_OPTIONS } from './generated/options.js';
|
|
4
|
+
export { ACTION_VARIANT_ACTIVE_BORDER_COLOR_OPTIONS, ACTION_VARIANT_DISABLED_BG_COLOR_OPTIONS, ACTION_VARIANT_DISABLED_BORDER_COLOR_OPTIONS, ACTION_VARIANT_DISABLED_COLOR_OPTIONS, ACTION_VARIANT_HOVER_BORDER_COLOR_OPTIONS, ACTION_VARIANT_TEXT_DECORATION_OPTIONS, AVATAR_SIZE_OPTIONS, BADGE_ACCENT_OPTIONS, BADGE_COLOR_OPTIONS, BADGE_SIZE_OPTIONS, BOX_PADDING_OPTIONS, BOX_RADIUS_OPTIONS, BUTTON_FONT_FAMILY_OPTIONS, BUTTON_FONT_SIZE_OPTIONS, BUTTON_FONT_WEIGHT_OPTIONS, BUTTON_HEIGHT_OPTIONS, BUTTON_HORIZONTAL_PADDING_OPTIONS, BUTTON_LETTER_SPACING_OPTIONS, BUTTON_LINE_HEIGHT_OPTIONS, BUTTON_SIZE_OPTIONS, BUTTON_VARIANT_OPTIONS, BUTTON_VERTICAL_PADDING_OPTIONS, COLOR_BACKGROUND_ACTION_ACTIVE_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BACKGROUND_ACTION_HOVER_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BACKGROUND_ACTION_REST_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BACKGROUND_OPTIONS, COLOR_BLUE_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BORDER_ACTION_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_BORDER_OPTIONS, COLOR_GREY_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_GREY_OPACITY_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_ICON_OPTIONS, COLOR_NAME_OPTIONS, COLOR_PINK_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_RED_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_SCHEME_OPTIONS, COLOR_TEAL_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_TEXT_ACTION_DS_INTERNAL_PRIMITIVE_OPTIONS, COLOR_TEXT_OPTIONS, COLOR_YELLOW_DS_INTERNAL_PRIMITIVE_OPTIONS, HEADING_LEVEL_OPTIONS, HEADING_TAG_OPTIONS, ICON_SIZE_OPTIONS, LAYOUT_ALIGN_ITEMS_OPTIONS, LAYOUT_ALIGN_SELF_OPTIONS, LAYOUT_FLEX_DIRECTION_OPTIONS, LAYOUT_GAP_OPTIONS, LAYOUT_JUSTIFY_CONTENT_OPTIONS, LAYOUT_JUSTIFY_ITEMS_OPTIONS, LAYOUT_PADDING_OPTIONS, LAYOUT_TAG_OPTIONS, LINK_FONT_FAMILY_OPTIONS, LINK_FONT_SIZE_OPTIONS, LINK_FONT_WEIGHT_OPTIONS, LINK_LINE_HEIGHT_OPTIONS, LINK_TEXT_DECORATION_OPTIONS, PANEL_PADDING_OPTIONS, PREPLY_LOGO_VARIANT_OPTIONS, RADIUS_OPTIONS, SPACING_OPTIONS, SPINNER_SIZE_OPTIONS, TEXT_ACCENT_OPTIONS, TEXT_HEADING_FONT_FAMILY_OPTIONS, TEXT_HEADING_FONT_SIZE_OPTIONS, TEXT_HEADING_FONT_WEIGHT_OPTIONS, TEXT_HEADING_LING_HEIGHT_OPTIONS, TEXT_HIGHLIGHT_OPTIONS, TEXT_INLINE_TAG_OPTIONS, TEXT_REGULAR_BODY_FONT_FAMILY_OPTIONS, TEXT_REGULAR_BODY_FONT_SIZE_OPTIONS, TEXT_REGULAR_BODY_FONT_WEIGHT_OPTIONS, TEXT_REGULAR_BODY_LINE_HEIGHT_OPTIONS, TEXT_SEMI_BOLD_BODY_FONT_FAMILY_OPTIONS, TEXT_SEMI_BOLD_BODY_FONT_SIZE_OPTIONS, TEXT_SEMI_BOLD_BODY_FONT_WEIGHT_OPTIONS, TEXT_SEMI_BOLD_BODY_LINE_HEIGHT_OPTIONS, TEXT_SIZE_OPTIONS, TEXT_TAG_OPTIONS, TEXT_VARIANT_OPTIONS, TEXT_WEIGHT_OPTIONS, THEME_OPTIONS } from './generated/options.js';
|
|
5
5
|
export { AVATAR_SRC_DEFAULT, AVATAR_SRC_DEFAULT_TOKYO_UI } from './avatar/constants.js';
|
|
6
6
|
export { colorSchemeConfig } from './color-scheme/config.js';
|
|
7
7
|
export { makeTinyId } from './id/utils/generators.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@preply/ds-core",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"dev": "run build:rollup -w"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@preply/ds-core-types": "0.65.
|
|
22
|
+
"@preply/ds-core-types": "0.65.4"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@preply/ds-core-types": "0.65.
|
|
25
|
+
"@preply/ds-core-types": "0.65.4"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "924e707d7aae02a931540ce866377457cd98e752"
|
|
28
28
|
}
|