@dialpad/dialtone-vue 2.19.1-alpha.4 → 2.19.1-alpha.5
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/README.md +3 -3
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +2 -2
- package/dist/dialtone-vue.umd.js +2 -2
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +10 -14
- package/dist/emoji.umd.js +10 -14
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/dialtone-vue.umd.js
CHANGED
|
@@ -1043,8 +1043,8 @@ const AVATAR_COLOR_MODIFIERS = {
|
|
|
1043
1043
|
'pink-600': 'd-avatar--pink-600',
|
|
1044
1044
|
'purple-200': 'd-avatar--purple-200',
|
|
1045
1045
|
'purple-300': 'd-avatar--purple-300',
|
|
1046
|
+
'purple-400': 'd-avatar--purple-400',
|
|
1046
1047
|
'purple-500': 'd-avatar--purple-500',
|
|
1047
|
-
'purple-600': 'd-avatar--purple-600',
|
|
1048
1048
|
'yellow-200': 'd-avatar--yellow-200',
|
|
1049
1049
|
'yellow-300': 'd-avatar--yellow-300',
|
|
1050
1050
|
'yellow-400': 'd-avatar--yellow-400',
|
|
@@ -1493,8 +1493,8 @@ const BADGE_COLOR_MODIFIERS = {
|
|
|
1493
1493
|
'pink-700': 'd-badge--pink-700',
|
|
1494
1494
|
'purple-100': 'd-badge--purple-100',
|
|
1495
1495
|
'purple-300': 'd-badge--purple-300',
|
|
1496
|
+
'purple-400': 'd-badge--purple-400',
|
|
1496
1497
|
'purple-500': 'd-badge--purple-500',
|
|
1497
|
-
'purple-700': 'd-badge--purple-700',
|
|
1498
1498
|
'red-500': 'd-badge--red-500',
|
|
1499
1499
|
white: 'd-badge--white',
|
|
1500
1500
|
'yellow-300': 'd-badge--yellow-300'
|