BccPin and BccBadge recoloring #197
Annotations
3 errors and 3 warnings
components/BccPin/BccPin.spec.ts > BccPin > renders a pin:
design-library/src/components/BccPin/BccPin.spec.ts#L17
Error: Snapshot `BccPin > renders a pin 1` mismatched
- Expected
+ Received
- "<div class="bcc-pin"><svg aria-hidden="true" viewBox="0 -960 960 960" fill="currentColor" class="bcc-pin-icon">
+ "<div class="bcc-pin bcc-pin-neutral-light"><svg aria-hidden="true" viewBox="0 -960 960 960" fill="currentColor" class="bcc-pin-icon">
<path d="m424-408-86-86q-11-11-28-11t-28 11q-11 11-11 28t11 28l114 114q12 12 28 12t28-12l226-226q11-11 11-28t-11-28q-11-11-28-11t-28 11L424-408Zm56 328q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"></path>
</svg></div>"
❯ components/BccPin/BccPin.spec.ts:17:28
|
components/BccTabs/BccTabs.spec.ts > BccTabs > renders three tabs:
design-library/src/components/BccTabs/BccTabs.spec.ts#L44
Error: Snapshot `BccTabs > renders three tabs 1` mismatched
- Expected
+ Received
@@ -7,17 +7,17 @@
</svg></div> With icon
<!--v-if-->
<!--v-if-->
</div>
<div class="bcc-tabs-bar-item text-label" id="headlessui-tabs-tab-2" role="tab" aria-selected="false" tabindex="-1">
- <!--v-if--> Using Component <div class="bcc-pin bcc-pin-text bcc-tabs-item-right"><span>5</span></div>
+ <!--v-if--> Using Component <div class="bcc-pin bcc-pin-neutral-light bcc-pin-text bcc-tabs-item-right"><span>5</span></div>
<!--v-if-->
</div>
<div class="bcc-tabs-bar-item bcc-tabs-bar-item--disabled text-label" disabled="true" id="headlessui-tabs-tab-3" role="tab" aria-selected="false" tabindex="-1">
<!--v-if--> Disabled badge
<!--v-if-->
- <div class="bcc-badge bcc-badge-info bcc-tabs-item-right" text="new">
+ <div class="bcc-badge bcc-badge-info-light bcc-badge-xs bcc-tabs-item-right" text="new">
<!--v-if--><span class="order-2">new</span>
</div>
</div>
</div>
<div class="bcc-tabs-panels">
❯ components/BccTabs/BccTabs.spec.ts:44:28
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|