@aws-amplify/ui 3.0.2 → 3.0.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/esm/index.js +14 -14
- package/dist/esm/index.js.map +3 -3
- package/dist/index.d.ts +8 -5
- package/dist/index.js +14 -14
- package/dist/index.js.map +3 -3
- package/dist/styles.css +3 -1
- package/dist/theme.css +2 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Mon, 29 Nov 2021 21:58:32 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -274,6 +274,7 @@
|
|
|
274
274
|
--amplify-components-tabs-item-border-style: solid;
|
|
275
275
|
--amplify-components-tabs-item-border-color: var(--amplify-colors-border-secondary);
|
|
276
276
|
--amplify-components-tabs-item-background-color: transparent;
|
|
277
|
+
--amplify-components-tabs-gap: 0;
|
|
277
278
|
--amplify-components-tabs-border-width: var(--amplify-border-widths-medium);
|
|
278
279
|
--amplify-components-tabs-border-style: solid;
|
|
279
280
|
--amplify-components-tabs-border-color: var(--amplify-colors-border-secondary);
|
|
@@ -2616,6 +2617,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
|
|
|
2616
2617
|
border-width: 0 0 var(--amplify-components-tabs-border-width) 0;
|
|
2617
2618
|
border-style: var(--amplify-components-tabs-border-style);
|
|
2618
2619
|
border-color: var(--amplify-components-tabs-border-color);
|
|
2620
|
+
gap: var(--amplify-components-tabs-gap);
|
|
2619
2621
|
}
|
|
2620
2622
|
.amplify-tabs[data-indicator-position=top] {
|
|
2621
2623
|
border-width: var(--amplify-components-tabs-border-width) 0 0 0;
|
package/dist/theme.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 29 Nov 2021 21:58:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, [data-amplify-theme] {
|
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
--amplify-components-tabs-item-border-style: solid;
|
|
273
273
|
--amplify-components-tabs-item-border-color: var(--amplify-colors-border-secondary);
|
|
274
274
|
--amplify-components-tabs-item-background-color: transparent;
|
|
275
|
+
--amplify-components-tabs-gap: 0;
|
|
275
276
|
--amplify-components-tabs-border-width: var(--amplify-border-widths-medium);
|
|
276
277
|
--amplify-components-tabs-border-style: solid;
|
|
277
278
|
--amplify-components-tabs-border-color: var(--amplify-colors-border-secondary);
|