decentraland-ui2 0.8.10-12794637570.commit-6dd88ba → 0.9.1-12796180101.commit-939b2ce
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AlignmentFieldType, ContentfulAsset, Locales, LocalizedField, SysAssetLink } from "hooks/contentful";
|
1
|
+
import { AlignmentFieldType, ContentfulAsset, Locales, LocalizedField, SysAssetLink } from "../../hooks/contentful";
|
2
2
|
import type { Document } from "@contentful/rich-text-types";
|
3
3
|
type IBannerFields = {
|
4
4
|
id: LocalizedField<string>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "decentraland-ui2",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.9.1-12796180101.commit-939b2ce",
|
4
4
|
"description": "Decentraland's UI components and styles",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -92,5 +92,5 @@
|
|
92
92
|
"files": [
|
93
93
|
"dist"
|
94
94
|
],
|
95
|
-
"commit": "
|
95
|
+
"commit": "939b2ceb085a71f79ce1a30c3183982d30affa97"
|
96
96
|
}
|