@webiny/ui 5.38.0-beta.1 → 5.38.0-beta.2
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.
- package/TimeAgo/index.d.ts +3 -0
- package/TimeAgo/index.js +15 -0
- package/TimeAgo/index.js.map +1 -0
- package/package.json +9 -8
package/TimeAgo/index.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "TimeAgo", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _timeagoReact.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _timeagoReact = _interopRequireDefault(require("timeago-react"));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_timeagoReact","_interopRequireDefault","require"],"sources":["index.ts"],"sourcesContent":["import TimeAgo from \"timeago-react\";\n\nexport type { TimeAgoProps, Opts, TDate } from \"timeago-react\";\n\nexport { TimeAgo };\n"],"mappings":";;;;;;;;;;;;AAAA,IAAAA,aAAA,GAAAC,sBAAA,CAAAC,OAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/ui",
|
|
3
|
-
"version": "5.38.0-beta.
|
|
3
|
+
"version": "5.38.0-beta.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -64,7 +64,8 @@
|
|
|
64
64
|
"react-loading-skeleton": "3.1.0",
|
|
65
65
|
"react-spinner-material": "1.1.4",
|
|
66
66
|
"react-transition-group": "4.4.5",
|
|
67
|
-
"shortid": "2.2.16"
|
|
67
|
+
"shortid": "2.2.16",
|
|
68
|
+
"timeago-react": "3.0.6"
|
|
68
69
|
},
|
|
69
70
|
"devDependencies": {
|
|
70
71
|
"@babel/cli": "7.22.6",
|
|
@@ -82,11 +83,11 @@
|
|
|
82
83
|
"@types/react-custom-scrollbars": "4.0.10",
|
|
83
84
|
"@types/react-transition-group": "4.4.5",
|
|
84
85
|
"@types/shortid": "0.0.29",
|
|
85
|
-
"@webiny/cli": "5.38.0-beta.
|
|
86
|
-
"@webiny/form": "5.38.0-beta.
|
|
87
|
-
"@webiny/project-utils": "5.38.0-beta.
|
|
88
|
-
"@webiny/storybook-utils": "5.38.0-beta.
|
|
89
|
-
"@webiny/validation": "5.38.0-beta.
|
|
86
|
+
"@webiny/cli": "5.38.0-beta.2",
|
|
87
|
+
"@webiny/form": "5.38.0-beta.2",
|
|
88
|
+
"@webiny/project-utils": "5.38.0-beta.2",
|
|
89
|
+
"@webiny/storybook-utils": "5.38.0-beta.2",
|
|
90
|
+
"@webiny/validation": "5.38.0-beta.2",
|
|
90
91
|
"babel-loader": "9.1.2",
|
|
91
92
|
"babel-plugin-emotion": "9.2.11",
|
|
92
93
|
"execa": "5.1.1",
|
|
@@ -133,5 +134,5 @@
|
|
|
133
134
|
]
|
|
134
135
|
}
|
|
135
136
|
},
|
|
136
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "63fa1cb573e06614cf4683d4648b9a9443d57158"
|
|
137
138
|
}
|