@epilot/base-elements 3.9.4 → 3.9.7
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/dist/Chip360/Chip360.d.ts +1 -1
- package/dist/FeedbackRating/FeedbackRating.js +51 -22
- package/dist/FeedbackRating/FeedbackRating.js.map +1 -1
- package/dist/ThemeProvider/ThemeProvider.js +39 -17
- package/dist/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/bundle.js +87 -87
- package/dist/bundle.js.map +1 -1
- package/dist/fullstory-elements.d.ts +5 -0
- package/dist/fullstory-elements.js +10 -0
- package/dist/fullstory-elements.js.map +1 -0
- package/package.json +2 -2
- package/dist/ThemeProvider/jss.d.ts +0 -2
- package/dist/ThemeProvider/jss.js +0 -15
- package/dist/ThemeProvider/jss.js.map +0 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.FullStoryElements = void 0;
|
|
4
|
+
var FullStoryElements;
|
|
5
|
+
(function (FullStoryElements) {
|
|
6
|
+
FullStoryElements["FEEDBACK_RATING_DISLIKE"] = "feedback-rating-dislike";
|
|
7
|
+
FullStoryElements["FEEDBACK_RATING_LOVE"] = "feedback-rating-love";
|
|
8
|
+
FullStoryElements["FEEDBACK_RATING_LIKE"] = "feedback-rating-like";
|
|
9
|
+
})(FullStoryElements = exports.FullStoryElements || (exports.FullStoryElements = {}));
|
|
10
|
+
//# sourceMappingURL=fullstory-elements.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fullstory-elements.js","sourceRoot":"","sources":["../src/fullstory-elements.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,wEAAmD,CAAA;IACnD,kEAA6C,CAAA;IAC7C,kEAA6C,CAAA;AAC/C,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/base-elements",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.7",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "epilot GmbH",
|
|
6
6
|
"email": "info@epilot.cloud",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@date-io/date-fns": "1.3.13",
|
|
100
|
-
"@epilot360/icons": "^1.
|
|
100
|
+
"@epilot360/icons": "^1.15.1",
|
|
101
101
|
"@material-ui/core": "4.12.4",
|
|
102
102
|
"@material-ui/icons": ">=4",
|
|
103
103
|
"@material-ui/lab": "^4.0.0-alpha.56",
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
exports.__esModule = true;
|
|
3
|
-
exports.useGlobalJSSInstance = void 0;
|
|
4
|
-
var jss_1 = require("jss");
|
|
5
|
-
var useGlobalJSSInstance = function () {
|
|
6
|
-
var globalJSSInstance = window['__globalJSSInstance'];
|
|
7
|
-
if (globalJSSInstance) {
|
|
8
|
-
return globalJSSInstance;
|
|
9
|
-
}
|
|
10
|
-
var jss = jss_1.create();
|
|
11
|
-
window['__globalJSSInstance'] = jss;
|
|
12
|
-
return jss;
|
|
13
|
-
};
|
|
14
|
-
exports.useGlobalJSSInstance = useGlobalJSSInstance;
|
|
15
|
-
//# sourceMappingURL=jss.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jss.js","sourceRoot":"","sources":["../../src/ThemeProvider/jss.ts"],"names":[],"mappings":";;;AAAA,2BAAiC;AAM1B,IAAM,oBAAoB,GAAG;IAClC,IAAM,iBAAiB,GAAI,MAAwB,CAAC,qBAAqB,CAAC,CAAA;IAE1E,IAAI,iBAAiB,EAAE;QACrB,OAAO,iBAAiB,CAAA;KACzB;IAED,IAAM,GAAG,GAAG,YAAM,EAAE,CAEnB;IAAC,MAAwB,CAAC,qBAAqB,CAAC,GAAG,GAAG,CAAA;IAEvD,OAAO,GAAG,CAAA;AACZ,CAAC,CAAA;AAZY,QAAA,oBAAoB,wBAYhC"}
|