@officexapp/catalog-types 0.1.4 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export type InputComponentType = "short_text" | "long_text" | "rich_text" | "email" | "phone" | "url" | "address" | "number" | "currency" | "date" | "datetime" | "time" | "date_range" | "dropdown" | "multiselect" | "multiple_choice" | "checkboxes" | "picture_choice" | "switch" | "checkbox" | "choice_matrix" | "ranking" | "star_rating" | "slider" | "opinion_scale" | "file_upload" | "signature" | "password" | "location";
2
- export type DisplayComponentType = "heading" | "paragraph" | "banner" | "image" | "video" | "pdf_viewer" | "file_download" | "social_links" | "html" | "divider" | "faq" | "testimonial" | "pricing_card" | "timeline" | "iframe" | "modal" | "custom";
2
+ export type DisplayComponentType = "heading" | "paragraph" | "banner" | "callout" | "image" | "video" | "pdf_viewer" | "file_download" | "social_links" | "html" | "divider" | "faq" | "testimonial" | "pricing_card" | "timeline" | "iframe" | "modal" | "custom";
3
3
  export type LayoutComponentType = "section_collapse" | "table" | "subform";
4
4
  export type PageFeatureType = "payment" | "captcha";
5
5
  export type ComponentType = InputComponentType | DisplayComponentType | LayoutComponentType | PageFeatureType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@officexapp/catalog-types",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "TypeScript type definitions for CatalogKit schemas",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",