@atlaskit/ads-mcp 0.19.2 → 0.19.3

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.
@@ -3118,7 +3118,7 @@ export const components = [{
3118
3118
  }, {
3119
3119
  name: 'size',
3120
3120
  description: 'Text size.',
3121
- type: '"small" | "large" | "medium" | "UNSAFE_small"'
3121
+ type: '"small" | "large" | "medium"'
3122
3122
  }, {
3123
3123
  name: 'weight',
3124
3124
  description: 'The [HTML `font-weight` attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight).',