@omegagrid/bundle 0.2.55 → 0.2.56
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/icons.ts +1 -1
- package/omegagrid.js +396 -398
- package/package.json +13 -13
package/icons.ts
CHANGED
|
@@ -134,7 +134,7 @@ import { faXmark as falXmark } from '@fortawesome/pro-light-svg-icons/faXmark';
|
|
|
134
134
|
import { faSpinner as falSpinner } from '@fortawesome/pro-light-svg-icons/faSpinner';
|
|
135
135
|
import { faObjectUnion as falObjectUnion } from '@fortawesome/pro-light-svg-icons/faObjectUnion';
|
|
136
136
|
import { faInputText as falInputText } from '@fortawesome/pro-light-svg-icons/faInputText';
|
|
137
|
-
import { faListTree as falListTree } from '@fortawesome/pro-
|
|
137
|
+
import { faListTree as falListTree } from '@fortawesome/pro-light-svg-icons/faListTree';
|
|
138
138
|
|
|
139
139
|
const faIcons: IconDefinition[] = [
|
|
140
140
|
fasChevronUp,
|