@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.
@@ -3124,7 +3124,7 @@ var components = exports.components = [{
3124
3124
  }, {
3125
3125
  name: 'size',
3126
3126
  description: 'Text size.',
3127
- type: '"small" | "large" | "medium" | "UNSAFE_small"'
3127
+ type: '"small" | "large" | "medium"'
3128
3128
  }, {
3129
3129
  name: 'weight',
3130
3130
  description: 'The [HTML `font-weight` attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight).',