@vuecs/icons-font-awesome 1.1.3 → 1.2.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAExC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAC,OAAO,UAAU,gBAAgB,IAAI,IAAI,CAuB/C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAExC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAC,OAAO,UAAU,gBAAgB,IAAI,IAAI,CAwB/C"}
package/dist/index.mjs CHANGED
@@ -30,6 +30,7 @@ function fontAwesomeIcons() {
30
30
  },
31
31
  collapseTrigger: { chevronIcon: "fa6-solid:chevron-down" },
32
32
  tableExpandTrigger: { chevronIcon: "fa6-solid:chevron-down" },
33
+ breadcrumb: { separatorIcon: "fa6-solid:chevron-right" },
33
34
  alert: {
34
35
  infoIcon: "fa6-solid:circle-info",
35
36
  successIcon: "fa6-solid:circle-check",
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { Icon } from '@vuecs/core';\n\n/**\n * Font Awesome icon preset for vuecs (successor to `@vuecs/theme-font-awesome`).\n *\n * Maps vuecs's semantic-slot behavioral defaults to Font Awesome 6 Solid\n * Iconify names (e.g. `fa6-solid:chevron-left`).\n *\n * Pure configuration — no runtime icon data ships with this package.\n * Consumers wire icon delivery via their own tooling:\n * - **Nuxt + `@nuxt/icon`** (recommended): zero config, full SSR.\n * - **Pure Vue** (Vite SSR / SPA): install `@iconify-json/fa6-solid` and call\n * `addCollection(faSolid)` in your app entry before `app.mount()`.\n * - **`unplugin-icons`** users: still need a runtime registration step\n * (`<VCIcon>` resolves names through Iconify's runtime, not via per-icon\n * imports).\n *\n * See https://vuecs.dev/getting-started/icons for full setup recipes.\n */\nexport default function fontAwesomeIcons(): Icon {\n return {\n defaults: {\n pagination: {\n firstIcon: 'fa6-solid:angles-left',\n prevIcon: 'fa6-solid:chevron-left',\n nextIcon: 'fa6-solid:chevron-right',\n lastIcon: 'fa6-solid:angles-right',\n },\n submitButton: {\n createIcon: 'fa6-solid:plus',\n updateIcon: 'fa6-solid:floppy-disk',\n },\n collapseTrigger: { chevronIcon: 'fa6-solid:chevron-down' },\n tableExpandTrigger: { chevronIcon: 'fa6-solid:chevron-down' },\n alert: {\n infoIcon: 'fa6-solid:circle-info',\n successIcon: 'fa6-solid:circle-check',\n warningIcon: 'fa6-solid:triangle-exclamation',\n errorIcon: 'fa6-solid:circle-xmark',\n },\n },\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAmBA,SAAwB,mBAAyB;CAC7C,OAAO,EACH,UAAU;EACN,YAAY;GACR,WAAW;GACX,UAAU;GACV,UAAU;GACV,UAAU;EACd;EACA,cAAc;GACV,YAAY;GACZ,YAAY;EAChB;EACA,iBAAiB,EAAE,aAAa,yBAAyB;EACzD,oBAAoB,EAAE,aAAa,yBAAyB;EAC5D,OAAO;GACH,UAAU;GACV,aAAa;GACb,aAAa;GACb,WAAW;EACf;CACJ,EACJ;AACJ"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { Icon } from '@vuecs/core';\n\n/**\n * Font Awesome icon preset for vuecs (successor to `@vuecs/theme-font-awesome`).\n *\n * Maps vuecs's semantic-slot behavioral defaults to Font Awesome 6 Solid\n * Iconify names (e.g. `fa6-solid:chevron-left`).\n *\n * Pure configuration — no runtime icon data ships with this package.\n * Consumers wire icon delivery via their own tooling:\n * - **Nuxt + `@nuxt/icon`** (recommended): zero config, full SSR.\n * - **Pure Vue** (Vite SSR / SPA): install `@iconify-json/fa6-solid` and call\n * `addCollection(faSolid)` in your app entry before `app.mount()`.\n * - **`unplugin-icons`** users: still need a runtime registration step\n * (`<VCIcon>` resolves names through Iconify's runtime, not via per-icon\n * imports).\n *\n * See https://vuecs.dev/getting-started/icons for full setup recipes.\n */\nexport default function fontAwesomeIcons(): Icon {\n return {\n defaults: {\n pagination: {\n firstIcon: 'fa6-solid:angles-left',\n prevIcon: 'fa6-solid:chevron-left',\n nextIcon: 'fa6-solid:chevron-right',\n lastIcon: 'fa6-solid:angles-right',\n },\n submitButton: {\n createIcon: 'fa6-solid:plus',\n updateIcon: 'fa6-solid:floppy-disk',\n },\n collapseTrigger: { chevronIcon: 'fa6-solid:chevron-down' },\n tableExpandTrigger: { chevronIcon: 'fa6-solid:chevron-down' },\n breadcrumb: { separatorIcon: 'fa6-solid:chevron-right' },\n alert: {\n infoIcon: 'fa6-solid:circle-info',\n successIcon: 'fa6-solid:circle-check',\n warningIcon: 'fa6-solid:triangle-exclamation',\n errorIcon: 'fa6-solid:circle-xmark',\n },\n },\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAmBA,SAAwB,mBAAyB;CAC7C,OAAO,EACH,UAAU;EACN,YAAY;GACR,WAAW;GACX,UAAU;GACV,UAAU;GACV,UAAU;EACd;EACA,cAAc;GACV,YAAY;GACZ,YAAY;EAChB;EACA,iBAAiB,EAAE,aAAa,yBAAyB;EACzD,oBAAoB,EAAE,aAAa,yBAAyB;EAC5D,YAAY,EAAE,eAAe,0BAA0B;EACvD,OAAO;GACH,UAAU;GACV,aAAa;GACb,aAAa;GACb,WAAW;EACf;CACJ,EACJ;AACJ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuecs/icons-font-awesome",
3
- "version": "1.1.3",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Font Awesome icon preset for vuecs — maps semantic-slot defaults (pagination prev/next/first/last, submit-button create/update, ...) to Font Awesome 6 Solid Iconify names. Successor to @vuecs/theme-font-awesome.",
6
6
  "exports": {
@@ -39,10 +39,10 @@
39
39
  "build": "rimraf dist && npm run build:js && npm run build:types"
40
40
  },
41
41
  "devDependencies": {
42
- "@vuecs/core": "^3.2.2"
42
+ "@vuecs/core": "^3.3.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "@vuecs/core": "^3.2.2"
45
+ "@vuecs/core": "^3.3.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=22.0.0"