@aurodesignsystem-dev/auro-tabs 0.0.0-pr87.1 → 0.0.0-pr87.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/README.md +2 -2
- package/custom-elements.json +2300 -0
- package/demo/api.html +18 -6
- package/demo/api.md +123 -42
- package/demo/auro-tabpanel.min.js +88 -12
- package/demo/index.html +16 -19
- package/demo/index.md +53 -46
- package/demo/lit-element.min.js +2 -2
- package/dist/auro-tabpanel-CmN2vp5_.js +23 -0
- package/dist/index.d.ts +7 -7
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +10 -9
- package/demo/demo.md +0 -608
- package/dist/auro-tabpanel-CbLgu51a.js +0 -23
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ import "@aurodesignsystem/auro-tabs";
|
|
|
74
74
|
<!-- The below code snippet is automatically added from ./apiExamples/basic.html -->
|
|
75
75
|
|
|
76
76
|
```html
|
|
77
|
-
<auro-tabgroup variant="unstyled"
|
|
77
|
+
<auro-tabgroup variant="unstyled">
|
|
78
78
|
<div slot="tabs">
|
|
79
79
|
<auro-tab>
|
|
80
80
|
Baggage Info
|
|
@@ -129,7 +129,7 @@ The `<auro-tabs>` element should be used in situations where users:
|
|
|
129
129
|
<!-- The below code snippet is automatically added from ./apiExamples/basic.html -->
|
|
130
130
|
|
|
131
131
|
```html
|
|
132
|
-
<auro-tabgroup variant="unstyled"
|
|
132
|
+
<auro-tabgroup variant="unstyled">
|
|
133
133
|
<div slot="tabs">
|
|
134
134
|
<auro-tab>
|
|
135
135
|
Baggage Info
|