@aurodesignsystem-dev/auro-icon 0.0.0-pr211.2 → 0.0.0-pr211.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/demo/api.md +4 -4
- package/package.json +1 -1
package/demo/api.md
CHANGED
|
@@ -183,8 +183,8 @@ Mono-color icons support the following attributes to illustrate visual state.
|
|
|
183
183
|
All compatible with `appearance="inverse"` attribute.
|
|
184
184
|
|
|
185
185
|
<div class="exampleWrapper--ondark">
|
|
186
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/
|
|
187
|
-
<!-- The below content is automatically added from ../apiExamples/
|
|
186
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/inverseAppearance.html) -->
|
|
187
|
+
<!-- The below content is automatically added from ../apiExamples/inverseAppearance.html -->
|
|
188
188
|
<span style="color: var(--ds-basic-color-texticon-inverse)">
|
|
189
189
|
<auro-icon category="interface" name="pin-trip" appearance="inverse"></auro-icon> default<br />
|
|
190
190
|
<auro-icon category="interface" name="pin-trip" appearance="inverse" variant="disabled"></auro-icon> disabled<br />
|
|
@@ -195,8 +195,8 @@ All compatible with `appearance="inverse"` attribute.
|
|
|
195
195
|
</div>
|
|
196
196
|
<auro-accordion alignRight>
|
|
197
197
|
<span slot="trigger">See code</span>
|
|
198
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/
|
|
199
|
-
<!-- The below code snippet is automatically added from ../apiExamples/
|
|
198
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=../apiExamples/inverseAppearance.html) -->
|
|
199
|
+
<!-- The below code snippet is automatically added from ../apiExamples/inverseAppearance.html -->
|
|
200
200
|
|
|
201
201
|
```html
|
|
202
202
|
<span style="color: var(--ds-basic-color-texticon-inverse)">
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-icon",
|
|
10
|
-
"version": "0.0.0-pr211.
|
|
10
|
+
"version": "0.0.0-pr211.3",
|
|
11
11
|
"description": "auro-icon HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|