@uipath/apollo-core 5.7.0 → 5.7.1-pr320.36a699d

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.
@@ -0,0 +1,37 @@
1
+ var __webpack_module_cache__ = {};
2
+ function __webpack_require__(moduleId) {
3
+ var cachedModule = __webpack_module_cache__[moduleId];
4
+ if (void 0 !== cachedModule) return cachedModule.exports;
5
+ var module = __webpack_module_cache__[moduleId] = {
6
+ exports: {}
7
+ };
8
+ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
9
+ return module.exports;
10
+ }
11
+ (()=>{
12
+ __webpack_require__.add = function(modules) {
13
+ Object.assign(__webpack_require__.m, modules);
14
+ };
15
+ })();
16
+ (()=>{
17
+ __webpack_require__.d = (exports, definition)=>{
18
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) Object.defineProperty(exports, key, {
19
+ enumerable: true,
20
+ get: definition[key]
21
+ });
22
+ };
23
+ })();
24
+ (()=>{
25
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
26
+ })();
27
+ (()=>{
28
+ __webpack_require__.r = (exports)=>{
29
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports, Symbol.toStringTag, {
30
+ value: 'Module'
31
+ });
32
+ Object.defineProperty(exports, '__esModule', {
33
+ value: true
34
+ });
35
+ };
36
+ })();
37
+ export { __webpack_require__ };
@@ -1,6 +1,6 @@
1
1
  @import "./variables.css";
2
2
 
3
- body.light {
3
+ .light {
4
4
  --color-background: #ffffff;
5
5
  --color-background-secondary: #f4f5f7;
6
6
  --color-background-inverse: #182027;
@@ -125,7 +125,7 @@ body.light {
125
125
  color-scheme: light;
126
126
  }
127
127
 
128
- body.light-hc {
128
+ .light-hc {
129
129
  --color-background: #ffffff;
130
130
  --color-background-secondary: #f4f5f7;
131
131
  --color-background-inverse: #182027;
@@ -250,7 +250,7 @@ body.light-hc {
250
250
  color-scheme: light;
251
251
  }
252
252
 
253
- body.dark {
253
+ .dark {
254
254
  --color-background: #182027;
255
255
  --color-background-secondary: #273139;
256
256
  --color-background-inverse: #f8f9fa;
@@ -375,7 +375,7 @@ body.dark {
375
375
  color-scheme: dark;
376
376
  }
377
377
 
378
- body.dark-hc {
378
+ .dark-hc {
379
379
  --color-background: #182027;
380
380
  --color-background-secondary: #273139;
381
381
  --color-background-inverse: #f8f9fa;