@lbaz/tetr 0.0.24 → 0.0.25
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.
|
@@ -4,7 +4,7 @@ export declare const DEFINITION_TYPES: {
|
|
|
4
4
|
readonly Size: "Size";
|
|
5
5
|
readonly Email: "Email";
|
|
6
6
|
readonly Select: "Select";
|
|
7
|
-
readonly
|
|
7
|
+
readonly NavigationLink: "NavigationLink";
|
|
8
8
|
readonly ContentSrc: "ContentSrc";
|
|
9
9
|
};
|
|
10
10
|
export declare const DATA_TYPES: {
|
|
@@ -19,7 +19,7 @@ export declare const FIELDS: {
|
|
|
19
19
|
readonly imageHeight: "imageHeight";
|
|
20
20
|
readonly nameValue: "nameValue";
|
|
21
21
|
readonly contentValue: "contentValue";
|
|
22
|
-
readonly
|
|
22
|
+
readonly navigationLink: "navigationLink";
|
|
23
23
|
readonly linkHref: "linkHref";
|
|
24
24
|
readonly linkTarget: "linkTarget";
|
|
25
25
|
readonly tagValue: "tagValue";
|
package/dist/constants/index.js
CHANGED
|
@@ -4,7 +4,7 @@ export const DEFINITION_TYPES = {
|
|
|
4
4
|
"Size": "Size",
|
|
5
5
|
"Email": "Email",
|
|
6
6
|
"Select": "Select",
|
|
7
|
-
"
|
|
7
|
+
"NavigationLink": "NavigationLink",
|
|
8
8
|
"ContentSrc": "ContentSrc"
|
|
9
9
|
};
|
|
10
10
|
export const DATA_TYPES = {
|
|
@@ -19,7 +19,7 @@ export const FIELDS = {
|
|
|
19
19
|
'imageHeight': "imageHeight",
|
|
20
20
|
'nameValue': "nameValue",
|
|
21
21
|
'contentValue': "contentValue",
|
|
22
|
-
'
|
|
22
|
+
'navigationLink': "navigationLink",
|
|
23
23
|
'linkHref': 'linkHref',
|
|
24
24
|
'linkTarget': "linkTarget",
|
|
25
25
|
'tagValue': "tagValue",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,QAAQ;IAClB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,QAAQ;IAClB,gBAAgB,EAAE,gBAAgB;IAClC,YAAY,EAAE,YAAY;CAClB,CAAC;AAEX,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACb,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,kBAAkB,EAAE,kBAAkB;IACtC,UAAU,EAAE,UAAU;IACtB,UAAU,EAAE,UAAU;IACtB,YAAY,EAAE,YAAY;IAC1B,aAAa,EAAE,aAAa;IAC5B,WAAW,EAAE,WAAW;IAExB,cAAc,EAAE,cAAc;IAC9B,gBAAgB,EAAE,gBAAgB;IAClC,UAAU,EAAE,UAAU;IACtB,YAAY,EAAE,YAAY;IAE1B,UAAU,EAAE,UAAU;IAEtB,eAAe,EAAE,eAAe;IAChC,gBAAgB,EAAE,gBAAgB;IAClC,iBAAiB,EAAE,iBAAiB;CAC5B,CAAC;AAEX,MAAM,CAAC,MAAM,yBAAyB,GAAG,SAAS,CAAC"}
|