@dialpad/dialtone-vue 3.44.0 → 3.44.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.
@@ -364,7 +364,10 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
364
364
  }
365
365
  ;// CONCATENATED MODULE: ./components/emoji/emoji.vue?vue&type=template&id=147e0534
366
366
 
367
+ ;// CONCATENATED MODULE: external "@dialpad/dialtone-icons"
368
+ const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
367
369
  ;// CONCATENATED MODULE: ./components/icon/icon_constants.js
370
+
368
371
  const ICON_SIZE_MODIFIERS = {
369
372
  100: 'd-icon--size-100',
370
373
  200: 'd-icon--size-200',
@@ -375,8 +378,10 @@ const ICON_SIZE_MODIFIERS = {
375
378
  700: 'd-icon--size-700',
376
379
  800: 'd-icon--size-800'
377
380
  };
381
+ const DIALTONE_ICONS = dialtone_icons_namespaceObject;
378
382
  /* harmony default export */ const icon_constants = ({
379
- ICON_SIZE_MODIFIERS
383
+ ICON_SIZE_MODIFIERS,
384
+ DIALTONE_ICONS
380
385
  });
381
386
  ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/skeleton/skeleton.vue?vue&type=template&id=47dbc65e
382
387
 
package/dist/emoji.umd.js CHANGED
@@ -374,7 +374,10 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
374
374
  }
375
375
  ;// CONCATENATED MODULE: ./components/emoji/emoji.vue?vue&type=template&id=147e0534
376
376
 
377
+ ;// CONCATENATED MODULE: external "@dialpad/dialtone-icons"
378
+ const dialtone_icons_namespaceObject = require("@dialpad/dialtone-icons");
377
379
  ;// CONCATENATED MODULE: ./components/icon/icon_constants.js
380
+
378
381
  const ICON_SIZE_MODIFIERS = {
379
382
  100: 'd-icon--size-100',
380
383
  200: 'd-icon--size-200',
@@ -385,8 +388,10 @@ const ICON_SIZE_MODIFIERS = {
385
388
  700: 'd-icon--size-700',
386
389
  800: 'd-icon--size-800'
387
390
  };
391
+ const DIALTONE_ICONS = dialtone_icons_namespaceObject;
388
392
  /* harmony default export */ const icon_constants = ({
389
- ICON_SIZE_MODIFIERS
393
+ ICON_SIZE_MODIFIERS,
394
+ DIALTONE_ICONS
390
395
  });
391
396
  ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/skeleton/skeleton.vue?vue&type=template&id=47dbc65e
392
397