@momo-platform/momo-cornerstone
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "@momo-platform/momo-cornerstone", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "momo-cornerstone", | ||
@@ -12,3 +12,4 @@ "author": { | ||
"dependencies": { | ||
"@momo-platform/max-api": "0.0.38" | ||
"@momo-platform/max-api": "0.0.38", | ||
"@momo-platform/utils": "0.0.5" | ||
}, | ||
@@ -15,0 +16,0 @@ "devDependencies": { |
@@ -7,2 +7,3 @@ import Banner from './Banner'; | ||
import Survey from './Survey'; | ||
import FloatingButton from './FloatingButton'; | ||
@@ -16,2 +17,3 @@ export { | ||
Survey, | ||
FloatingButton | ||
} |
@@ -10,2 +10,3 @@ import React, { Component } from "react"; | ||
Survey, | ||
FloatingButton | ||
} from "./components"; | ||
@@ -22,2 +23,3 @@ import CornerStoneUtil from "./utils"; | ||
survey: Survey, | ||
floatingicon: FloatingButton, | ||
}; | ||
@@ -24,0 +26,0 @@ |
@@ -8,2 +8,6 @@ import { LocalizedStrings } from '@momo-platform/component-kits'; | ||
finish: 'Kết thúc', | ||
day: 'Ngày', | ||
hour: 'Giờ', | ||
minute: 'Phút', | ||
seconds: 'Giây' | ||
}, | ||
@@ -14,2 +18,6 @@ en: { | ||
finish: 'Finish', | ||
day: 'DD', | ||
hour: 'HH', | ||
minute: 'MM', | ||
seconds: 'SS' | ||
}, | ||
@@ -16,0 +24,0 @@ }); |
59997
24
1751
2
+ Added@momo-platform/utils@0.0.5
+ Added@momo-platform/utils@0.0.5(transitive)