@industream/flowmaker-flowbox-ui-components 1.2.1 → 1.2.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.
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
|
|
335
335
|
<div class="picker-tabs" role="tablist">
|
|
336
336
|
<button type="button" class="tab" class:active={activeTab === 'search'} role="tab" aria-selected={activeTab === 'search'} onclick={() => selectTab('search')}>Search</button>
|
|
337
|
-
<button type="button" class="tab" class:active={activeTab === 'tree'} role="tab" aria-selected={activeTab === 'tree'} onclick={() => selectTab('tree')}>
|
|
337
|
+
<button type="button" class="tab" class:active={activeTab === 'tree'} role="tab" aria-selected={activeTab === 'tree'} onclick={() => selectTab('tree')}>Asset</button>
|
|
338
338
|
</div>
|
|
339
339
|
|
|
340
340
|
{#if activeTab === 'search'}
|
package/package.json
CHANGED
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
|
|
335
335
|
<div class="picker-tabs" role="tablist">
|
|
336
336
|
<button type="button" class="tab" class:active={activeTab === 'search'} role="tab" aria-selected={activeTab === 'search'} onclick={() => selectTab('search')}>Search</button>
|
|
337
|
-
<button type="button" class="tab" class:active={activeTab === 'tree'} role="tab" aria-selected={activeTab === 'tree'} onclick={() => selectTab('tree')}>
|
|
337
|
+
<button type="button" class="tab" class:active={activeTab === 'tree'} role="tab" aria-selected={activeTab === 'tree'} onclick={() => selectTab('tree')}>Asset</button>
|
|
338
338
|
</div>
|
|
339
339
|
|
|
340
340
|
{#if activeTab === 'search'}
|