@featherds/chips
Advanced tools
Comparing version 0.9.6 to 0.10.0
@@ -90,3 +90,3 @@ var __defProp = Object.defineProperty; | ||
} | ||
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$7], ["__scopeId", "data-v-3b68e7ce"]]); | ||
var Chip = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$7], ["__scopeId", "data-v-f2520032"]]); | ||
var DeleteIcon_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
@@ -178,3 +178,3 @@ const _sfc_main$7 = { | ||
} | ||
var Label = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$5], ["__scopeId", "data-v-36416bed"]]); | ||
var Label = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$5], ["__scopeId", "data-v-7490cfaf"]]); | ||
var PreIcon_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
@@ -191,3 +191,3 @@ const _sfc_main$5 = {}; | ||
} | ||
var PreIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$4], ["__scopeId", "data-v-37d0bc57"]]); | ||
var PreIcon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$4], ["__scopeId", "data-v-2230176f"]]); | ||
var GridChip_vue_vue_type_style_index_0_scoped_true_lang = ""; | ||
@@ -561,3 +561,3 @@ const LABELS = { | ||
} | ||
var FeatherChipList = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f5d5306a"]]); | ||
var FeatherChipList = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8ffdb766"]]); | ||
export { Chip as BaseChip, Label as BaseChipLabel, PreIcon as BaseChipPreIcon, _sfc_main$1 as FeatherChip, FeatherChipList }; |
{ | ||
"name": "@featherds/chips", | ||
"version": "0.9.6", | ||
"version": "0.10.0", | ||
"publishConfig": { | ||
@@ -12,7 +12,7 @@ "access": "public" | ||
"dependencies": { | ||
"@featherds/composables": "^0.9.6", | ||
"@featherds/icon": "^0.9.6", | ||
"@featherds/radio": "^0.9.6", | ||
"@featherds/ripple": "^0.9.6", | ||
"@featherds/styles": "^0.9.6", | ||
"@featherds/composables": "^0.10.0", | ||
"@featherds/icon": "^0.10.0", | ||
"@featherds/radio": "^0.10.0", | ||
"@featherds/ripple": "^0.10.0", | ||
"@featherds/styles": "^0.10.0", | ||
"vue": "^3.1.0-0" | ||
@@ -25,3 +25,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "04a74207e8bfa8d39acc470365e30dd6c90b2e8e" | ||
"gitHead": "9871b17eaedcfc90174b78b21acb0cc06afd594c" | ||
} |
declare module "@featherds/chips" { | ||
import { defineComponent } from "vue"; | ||
const FeatherChip: ReturnType<typeof defineComponent>; | ||
const FeatherChipList: ReturnType<typeof defineComponent>; | ||
export { FeatherChip, FeatherChipList }; | ||
import { DefineComponent } from "vue"; | ||
const FeatherChip: DefineComponent; | ||
const FeatherChipList: DefineComponent; | ||
const BaseChip: DefineComponent; | ||
const BaseChipLabel: DefineComponent; | ||
const BaseChipPreIcon: DefineComponent; | ||
export { | ||
FeatherChip, | ||
FeatherChipList, | ||
BaseChip, | ||
BaseChipLabel, | ||
BaseChipPreIcon, | ||
}; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
90564
1309
+ Added@featherds/composables@0.10.17(transitive)
+ Added@featherds/icon@0.10.17(transitive)
+ Added@featherds/input-helper@0.10.17(transitive)
+ Added@featherds/radio@0.10.17(transitive)
+ Added@featherds/ripple@0.10.17(transitive)
+ Added@featherds/styles@0.10.17(transitive)
+ Added@featherds/utils@0.10.17(transitive)
- Removed@featherds/composables@0.9.6(transitive)
- Removed@featherds/icon@0.9.6(transitive)
- Removed@featherds/input-helper@0.9.6(transitive)
- Removed@featherds/radio@0.9.6(transitive)
- Removed@featherds/ripple@0.9.6(transitive)
- Removed@featherds/styles@0.9.6(transitive)
- Removed@featherds/utils@0.9.6(transitive)
Updated@featherds/icon@^0.10.0
Updated@featherds/radio@^0.10.0
Updated@featherds/ripple@^0.10.0
Updated@featherds/styles@^0.10.0