@eturnity/eturnity_reusable_components 9.25.16-panel-placement.1 → 9.25.16-panel-placement.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "9.25.16-panel-placement.1",
3
+ "version": "9.25.16-panel-placement.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -113,7 +113,8 @@
113
113
  size: {
114
114
  type: String,
115
115
  default: 'medium',
116
- validator: (value) => ['small', 'medium', 'large'].includes(value),
116
+ validator: (value) =>
117
+ ['tiny', 'small', 'medium', 'large'].includes(value),
117
118
  },
118
119
  isWhite: {
119
120
  required: false,