@griddo/core 10.2.24 → 10.3.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.
@@ -1,4 +1,4 @@
1
- import __AT__ from "../../../../../../autotypes";
1
+ import __AT__ from "@autoTypes";
2
2
  export type WithAuxText = {
3
3
  /** Sets a label text to show besides the toggle field control */
4
4
  auxText?: string;
@@ -1,5 +1,5 @@
1
+ import __AT__ from "@autoTypes";
1
2
  import { DataPacks, Thumbnails, _AutoTypes } from "./props";
2
- import __AT__ from "../../../../../../autotypes";
3
3
  interface BaseContentType extends _AutoTypes {
4
4
  /** Title for the Content Type */
5
5
  title: string;
@@ -1,4 +1,4 @@
1
- import __AT__ from "../../../../../../autotypes";
1
+ import __AT__ from "@autoTypes";
2
2
  import { UIFields } from "../schema-fields/ui-fields";
3
3
  import { NonEmptyArray } from "../utilities";
4
4
  type DataPacks = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@griddo/core",
3
3
  "description": "Reload version of Griddo Core",
4
4
  "license": "UNLICENSED",
5
- "version": "10.2.24",
5
+ "version": "10.3.0",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -81,5 +81,5 @@
81
81
  "resolutions": {
82
82
  "colors": "1.4.0"
83
83
  },
84
- "gitHead": "c15819b6b6ef01e589bc9669e0356dca242df6c7"
84
+ "gitHead": "f7da8e919f51b1c424f27d00d78954ec837e84f0"
85
85
  }