@design.estate/dees-catalog 1.0.220 → 1.0.221

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "1.0.220",
3
+ "version": "1.0.221",
4
4
  "private": false,
5
5
  "description": "website for lossless.com",
6
6
  "main": "dist_ts_web/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '1.0.220',
6
+ version: '1.0.221',
7
7
  description: 'website for lossless.com'
8
8
  }
@@ -48,19 +48,24 @@ import {
48
48
  faDesktop as faDesktopSolid,
49
49
  faEye as faEyeSolid,
50
50
  faEyeSlash as faEyeSlashSolid,
51
+ faFileInvoice as faFileInvoiceSolid,
52
+ faFileInvoiceDollar as faFileInvoiceDollarSolid,
51
53
  faGrip as faGripSolid,
52
54
  faMessage as faMessageSolid,
55
+ faMoneyCheckDollar as faMoneyCheckDollarSolid,
53
56
  faMugHot as faMugHotSolid,
54
57
  faMinus as faMinusSolid,
55
58
  faPaste as faPasteSolid,
56
59
  faPenToSquare as faPenToSquareSolid,
57
60
  faPlus as faPlusSolid,
61
+ faReceipt as faReceiptSolid,
58
62
  faRss as faRssSolid,
59
63
  faUsers as faUsersSolid,
60
64
  faShare as faShareSolid,
61
65
  faSun as faSunSolid,
62
66
  faTrash as faTrashSolid,
63
67
  faTrashCan as faTrashCanSolid,
68
+ faWallet as faWalletSolid,
64
69
  faXmark as faXmarkSolid,
65
70
  } from '@fortawesome/free-solid-svg-icons';
66
71
  import { demoFunc } from './dees-icon.demo.js';
@@ -86,15 +91,19 @@ export const faIcons = {
86
91
  desktop: faDesktopSolid,
87
92
  eye: faEyeSolid,
88
93
  eyeSlash: faEyeSlashSolid,
94
+ fileInvoice: faFileInvoiceSolid,
95
+ fileInvoiceDoller: faFileInvoiceDollarSolid,
89
96
  grip: faGripSolid,
90
97
  message: faMessageRegular,
91
98
  messageSolid: faMessageSolid,
99
+ moneyCheckDollar: faMoneyCheckDollarSolid,
92
100
  mugHot: faMugHotSolid,
93
101
  minus: faMinusSolid,
94
102
  paste: faPasteRegular,
95
103
  pasteSolid: faPasteSolid,
96
104
  penToSquare: faPenToSquareSolid,
97
105
  plus: faPlusSolid,
106
+ receipt: faReceiptSolid,
98
107
  rss: faRssSolid,
99
108
  share: faShareSolid,
100
109
  sun: faSunRegular,
@@ -104,6 +113,7 @@ export const faIcons = {
104
113
  trashCan: faTrashCanRegular,
105
114
  trashCanSolid: faTrashCanSolid,
106
115
  users: faUsersSolid,
116
+ wallet: faWalletSolid,
107
117
  xmark: faXmarkSolid,
108
118
  // brands
109
119
  facebook: faFacebook,