@featherds/card
Advanced tools
Comparing version 0.12.5 to 0.12.6
{ | ||
"name": "@featherds/card", | ||
"version": "0.12.5", | ||
"version": "0.12.6", | ||
"publishConfig": { | ||
@@ -13,4 +13,4 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/ripple": "^0.12.5", | ||
"@featherds/styles": "^0.12.5", | ||
"@featherds/ripple": "^0.12.6", | ||
"@featherds/styles": "^0.12.6", | ||
"vue": "^3.1.0-0" | ||
@@ -23,3 +23,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "902fb935f136f66098ff1f777f7ca1294854cd42" | ||
"gitHead": "efae40a88230bf71e4927f9e40604d095fb92d35" | ||
} |
import FeatherCard from "./FeatherCard.vue"; | ||
import { mount } from "@vue/test-utils"; | ||
import axe from "@featherds/utils/test/axe"; | ||
import { expect, describe, it } from "vitest"; | ||
const getWrapper = function (opts: Record<string, unknown>) { | ||
@@ -5,0 +8,0 @@ return mount(FeatherCard, opts); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27163
239
Updated@featherds/ripple@^0.12.6
Updated@featherds/styles@^0.12.6