waibu-phosphor 1.0.3 → 1.1.1

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": "waibu-phosphor",
3
- "version": "1.0.3",
3
+ "version": "1.1.1",
4
4
  "description": "Phosphoricons suport for Waibu MPA",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,7 +1,7 @@
1
1
  import mapping from './_mapping.js'
2
2
 
3
3
  function phosphorDuotone (ctx) {
4
- const { cloneDeep } = this.app.bajo.lib._
4
+ const { cloneDeep } = this.lib._
5
5
  return {
6
6
  name: 'phosphor-duotone',
7
7
  css: 'waibuPhosphor.virtual:/phosphor/duotone/style.css',
@@ -1,7 +1,7 @@
1
1
  import mapping from './_mapping.js'
2
2
 
3
3
  function phosphorFill (ctx) {
4
- const { cloneDeep } = this.app.bajo.lib._
4
+ const { cloneDeep } = this.lib._
5
5
  return {
6
6
  name: 'phosphor-fill',
7
7
  css: 'waibuPhosphor.virtual:/phosphor/fill/style.css',
@@ -1,7 +1,7 @@
1
1
  import mapping from './_mapping.js'
2
2
 
3
3
  function phosphor (ctx) {
4
- const { cloneDeep } = this.app.bajo.lib._
4
+ const { cloneDeep } = this.lib._
5
5
  return {
6
6
  name: 'phosphor',
7
7
  css: 'waibuPhosphor.virtual:/phosphor/regular/style.css',
File without changes
File without changes
File without changes