@aws-amplify/ui-react-storage 2.0.0 → 2.0.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/dist/styles.css +6 -6
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -528,16 +528,16 @@
|
|
|
528
528
|
--amplify-components-loader-large-font-size: var(--amplify-font-sizes-small);
|
|
529
529
|
--amplify-components-loader-linear-width: 100%;
|
|
530
530
|
--amplify-components-loader-linear-min-width: 5rem;
|
|
531
|
-
--amplify-components-loader-linear-font-size: var(--amplify-font-sizes-
|
|
532
|
-
--amplify-components-loader-linear-stroke-width: var(--amplify-font-sizes-
|
|
531
|
+
--amplify-components-loader-linear-font-size: var(--amplify-font-sizes-xxs);
|
|
532
|
+
--amplify-components-loader-linear-stroke-width: var(--amplify-font-sizes-xxs);
|
|
533
533
|
--amplify-components-loader-linear-stroke-filled: var(--amplify-colors-brand-primary-80);
|
|
534
534
|
--amplify-components-loader-linear-stroke-empty: var(--amplify-colors-neutral-20);
|
|
535
535
|
--amplify-components-loader-linear-stroke-linecap: round;
|
|
536
536
|
--amplify-components-loader-linear-animation-duration: 1s;
|
|
537
|
-
--amplify-components-loader-linear-small-stroke-width: var(--amplify-font-sizes-
|
|
538
|
-
--amplify-components-loader-linear-small-font-size: var(--amplify-font-sizes-
|
|
539
|
-
--amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-
|
|
540
|
-
--amplify-components-loader-linear-large-font-size: var(--amplify-font-sizes-
|
|
537
|
+
--amplify-components-loader-linear-small-stroke-width: var(--amplify-font-sizes-xxxs);
|
|
538
|
+
--amplify-components-loader-linear-small-font-size: var(--amplify-font-sizes-xxxs);
|
|
539
|
+
--amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-xs);
|
|
540
|
+
--amplify-components-loader-linear-large-font-size: var(--amplify-font-sizes-xs);
|
|
541
541
|
--amplify-components-loader-text-fill: var(--amplify-colors-font-primary);
|
|
542
542
|
--amplify-components-menu-background-color: var(--amplify-colors-background-primary);
|
|
543
543
|
--amplify-components-menu-border-radius: var(--amplify-radii-medium);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-storage",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"typecheck": "tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@aws-amplify/ui": "5.6.
|
|
44
|
-
"@aws-amplify/ui-react": "5.0.
|
|
45
|
-
"@aws-amplify/ui-react-core": "2.1.
|
|
43
|
+
"@aws-amplify/ui": "5.6.5",
|
|
44
|
+
"@aws-amplify/ui-react": "5.0.2",
|
|
45
|
+
"@aws-amplify/ui-react-core": "2.1.24",
|
|
46
46
|
"classnames": "2.3.1",
|
|
47
47
|
"lodash": "4.17.21",
|
|
48
48
|
"tslib": "2.4.1"
|