@dialpad/dialtone 9.88.0 → 9.89.0

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.
@@ -130,7 +130,7 @@ declare const _default: import('vue').DefineComponent<{
130
130
  unicode_output: string;
131
131
  unicode_character: string;
132
132
  }[];
133
- ObjectsLight: ({
133
+ ObjectsLight: {
134
134
  name: string;
135
135
  category: string;
136
136
  shortname: string;
@@ -138,17 +138,7 @@ declare const _default: import('vue').DefineComponent<{
138
138
  keywords: string[];
139
139
  unicode_output: string;
140
140
  unicode_character: string;
141
- key?: undefined;
142
- } | {
143
- name: string;
144
- category: string;
145
- shortname: string;
146
- shortname_alternates: string[];
147
- keywords: string[];
148
- unicode_output: string;
149
- unicode_character: string;
150
- key: string;
151
- })[];
141
+ }[];
152
142
  ObjectsMediumLight: {
153
143
  name: string;
154
144
  category: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone",
3
- "version": "9.88.0",
3
+ "version": "9.89.0",
4
4
  "description": "Dialpad's Dialtone design system monorepo",
5
5
  "files": [
6
6
  "dist"
@@ -73,8 +73,8 @@
73
73
  "overlayscrollbars": "2.10.0",
74
74
  "regex-combined-emojis": "1.6.0",
75
75
  "tippy.js": "6.3.7",
76
+ "@dialpad/dialtone-emojis": "1.1.0",
76
77
  "@dialpad/dialtone-icons": "4.31.2",
77
- "@dialpad/dialtone-emojis": "1.0.8",
78
78
  "@dialpad/dialtone-tokens": "1.38.0"
79
79
  },
80
80
  "devDependencies": {