@20minutes/hela 2.23.1 → 2.23.3
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/components/atoms/Layout/Grid/Grid.d.ts +1 -1
- package/dist/constants/cssProperties/flexboxAndGridBox.d.ts +1 -1
- package/dist/constants/storybook/gridPropsControls.d.ts +1 -1
- package/dist/constants/tokenVariables.d.ts +20 -0
- package/dist/index.es.js +525 -455
- package/dist/index.umd.cjs +1 -1
- package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { BoxProps } from '../../..';
|
|
3
3
|
import { FlexOrGridBoxSystemProps, TypeWithMediaQueriesType } from '../../../../types';
|
|
4
|
-
export declare const colsNumberGridList: readonly [1, 2, 3, 4, 5, 6, 12, "2-of-3"];
|
|
4
|
+
export declare const colsNumberGridList: readonly [1, 2, 3, 4, 5, 6, 7, 12, "2-of-3"];
|
|
5
5
|
export type ColsNumberGridType = (typeof colsNumberGridList)[number];
|
|
6
6
|
export interface GridProps extends BoxProps, FlexOrGridBoxSystemProps {
|
|
7
7
|
colsNumber?: ColsNumberGridType | TypeWithMediaQueriesType<ColsNumberGridType>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const flexDirectionList: readonly ["column", "row", "column-reverse", "row-reverse"];
|
|
2
|
-
export declare const flexWrapList: readonly ["wrap", "wrap-reverse", "
|
|
2
|
+
export declare const flexWrapList: readonly ["wrap", "wrap-reverse", "nowrap"];
|
|
3
3
|
export declare const alignItemsList: readonly ["start", "end", "center", "baseline", "stretch"];
|
|
4
4
|
export declare const alignContentList: readonly ["start", "end", "center", "between", "around", "evenly", "stretch"];
|
|
5
5
|
export declare const justifyContentList: readonly ["start", "end", "center", "between", "around", "evenly", "stretch"];
|
|
@@ -83,6 +83,10 @@ export declare const tokenVariables: {
|
|
|
83
83
|
value: string;
|
|
84
84
|
key: string;
|
|
85
85
|
};
|
|
86
|
+
cinema: {
|
|
87
|
+
value: string;
|
|
88
|
+
key: string;
|
|
89
|
+
};
|
|
86
90
|
clock: {
|
|
87
91
|
value: string;
|
|
88
92
|
key: string;
|
|
@@ -183,6 +187,10 @@ export declare const tokenVariables: {
|
|
|
183
187
|
value: string;
|
|
184
188
|
key: string;
|
|
185
189
|
};
|
|
190
|
+
gaming: {
|
|
191
|
+
value: string;
|
|
192
|
+
key: string;
|
|
193
|
+
};
|
|
186
194
|
ghost: {
|
|
187
195
|
value: string;
|
|
188
196
|
key: string;
|
|
@@ -307,6 +315,10 @@ export declare const tokenVariables: {
|
|
|
307
315
|
value: string;
|
|
308
316
|
key: string;
|
|
309
317
|
};
|
|
318
|
+
nourriture: {
|
|
319
|
+
value: string;
|
|
320
|
+
key: string;
|
|
321
|
+
};
|
|
310
322
|
'olympic-flame': {
|
|
311
323
|
value: string;
|
|
312
324
|
key: string;
|
|
@@ -347,6 +359,10 @@ export declare const tokenVariables: {
|
|
|
347
359
|
value: string;
|
|
348
360
|
key: string;
|
|
349
361
|
};
|
|
362
|
+
random: {
|
|
363
|
+
value: string;
|
|
364
|
+
key: string;
|
|
365
|
+
};
|
|
350
366
|
refresh: {
|
|
351
367
|
value: string;
|
|
352
368
|
key: string;
|
|
@@ -391,6 +407,10 @@ export declare const tokenVariables: {
|
|
|
391
407
|
value: string;
|
|
392
408
|
key: string;
|
|
393
409
|
};
|
|
410
|
+
sport: {
|
|
411
|
+
value: string;
|
|
412
|
+
key: string;
|
|
413
|
+
};
|
|
394
414
|
'star-outlined': {
|
|
395
415
|
value: string;
|
|
396
416
|
key: string;
|