@aws-amplify/ui 3.5.0 → 3.6.1

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.
@@ -0,0 +1,2 @@
1
+ import { BaseTheme } from './types';
2
+ export declare const defaultTheme: BaseTheme;
@@ -1,4 +1,3 @@
1
- import { createTheme } from './createTheme';
2
- export { createTheme };
1
+ export { createTheme } from './createTheme';
2
+ export { defaultTheme } from './defaultTheme';
3
3
  export * from './types';
4
- export declare const defaultTheme: import("./types").WebTheme;
@@ -1343,6 +1343,9 @@ export declare const components: {
1343
1343
  height: {
1344
1344
  value: string;
1345
1345
  };
1346
+ fontSize: {
1347
+ value: string;
1348
+ };
1346
1349
  strokeEmpty: {
1347
1350
  value: string;
1348
1351
  };
@@ -1362,6 +1365,9 @@ export declare const components: {
1362
1365
  height: {
1363
1366
  value: string;
1364
1367
  };
1368
+ fontSize: {
1369
+ value: string;
1370
+ };
1365
1371
  };
1366
1372
  large: {
1367
1373
  width: {
@@ -1370,6 +1376,9 @@ export declare const components: {
1370
1376
  height: {
1371
1377
  value: string;
1372
1378
  };
1379
+ fontSize: {
1380
+ value: string;
1381
+ };
1373
1382
  };
1374
1383
  linear: {
1375
1384
  width: {
@@ -1378,7 +1387,7 @@ export declare const components: {
1378
1387
  minWidth: {
1379
1388
  value: string;
1380
1389
  };
1381
- height: {
1390
+ fontSize: {
1382
1391
  value: string;
1383
1392
  };
1384
1393
  strokeWidth: {
@@ -1397,22 +1406,27 @@ export declare const components: {
1397
1406
  value: string;
1398
1407
  };
1399
1408
  small: {
1400
- height: {
1409
+ strokeWidth: {
1401
1410
  value: string;
1402
1411
  };
1403
- strokeWidth: {
1412
+ fontSize: {
1404
1413
  value: string;
1405
1414
  };
1406
1415
  };
1407
1416
  large: {
1408
- height: {
1417
+ strokeWidth: {
1409
1418
  value: string;
1410
1419
  };
1411
- strokeWidth: {
1420
+ fontSize: {
1412
1421
  value: string;
1413
1422
  };
1414
1423
  };
1415
1424
  };
1425
+ text: {
1426
+ fill: {
1427
+ value: string;
1428
+ };
1429
+ };
1416
1430
  };
1417
1431
  menu: {
1418
1432
  backgroundColor: {
@@ -5,6 +5,9 @@ export declare const loader: {
5
5
  height: {
6
6
  value: string;
7
7
  };
8
+ fontSize: {
9
+ value: string;
10
+ };
8
11
  strokeEmpty: {
9
12
  value: string;
10
13
  };
@@ -24,6 +27,9 @@ export declare const loader: {
24
27
  height: {
25
28
  value: string;
26
29
  };
30
+ fontSize: {
31
+ value: string;
32
+ };
27
33
  };
28
34
  large: {
29
35
  width: {
@@ -32,6 +38,9 @@ export declare const loader: {
32
38
  height: {
33
39
  value: string;
34
40
  };
41
+ fontSize: {
42
+ value: string;
43
+ };
35
44
  };
36
45
  linear: {
37
46
  width: {
@@ -40,7 +49,7 @@ export declare const loader: {
40
49
  minWidth: {
41
50
  value: string;
42
51
  };
43
- height: {
52
+ fontSize: {
44
53
  value: string;
45
54
  };
46
55
  strokeWidth: {
@@ -59,20 +68,25 @@ export declare const loader: {
59
68
  value: string;
60
69
  };
61
70
  small: {
62
- height: {
71
+ strokeWidth: {
63
72
  value: string;
64
73
  };
65
- strokeWidth: {
74
+ fontSize: {
66
75
  value: string;
67
76
  };
68
77
  };
69
78
  large: {
70
- height: {
79
+ strokeWidth: {
71
80
  value: string;
72
81
  };
73
- strokeWidth: {
82
+ fontSize: {
74
83
  value: string;
75
84
  };
76
85
  };
77
86
  };
87
+ text: {
88
+ fill: {
89
+ value: string;
90
+ };
91
+ };
78
92
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "3.5.0",
3
+ "version": "3.6.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "lodash": "4.17.21",
42
- "style-dictionary": "3.0.3",
42
+ "style-dictionary": "3.7.0",
43
43
  "xstate": "^4.30.6"
44
44
  },
45
45
  "devDependencies": {
@@ -1 +0,0 @@
1
- import{createTheme as e}from"./createTheme.js";export{createTheme}from"./createTheme.js";import{baseTheme as m}from"./baseTheme.js";var r=e({name:"default-theme"},m);export{r as defaultTheme};
@@ -1,2 +0,0 @@
1
- import { BaseTheme } from './types';
2
- export declare const baseTheme: BaseTheme;