@c15t/react 1.0.4 → 1.0.5

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.
@@ -11,14 +11,14 @@
11
11
  --banner-shadow: 0 16px 32px -12px #0e121b1a;
12
12
  --banner-shadow-dark: 0 16px 32px -12px #0e121b1a;
13
13
  --banner-background-color: #fff;
14
- --banner-background-color-dark: hsl(0 0% 9.02);
14
+ --banner-background-color-dark: #171717;
15
15
  --banner-footer-background-color: #f7f7f7;
16
16
  --banner-footer-background-color-dark: #1c1c1c;
17
- --banner-text-color: hsl(0 0% 9.02);
17
+ --banner-text-color: #171717;
18
18
  --banner-text-color-dark: #e6e6e6;
19
19
  --banner-border-color: #ebebeb;
20
20
  --banner-border-color-dark: #333;
21
- --banner-title-color: hsl(0 0% 9.02);
21
+ --banner-title-color: #171717;
22
22
  --banner-title-color-dark: #e6e6e6;
23
23
  --banner-description-color: #5c5c5c;
24
24
  --banner-description-color-dark: #999;
@@ -6,7 +6,7 @@ var __webpack_modules__ = {
6
6
  "./use-focus-trap": function(module) {
7
7
  module.exports = require("./use-focus-trap.cjs");
8
8
  },
9
- "~/hooks/use-theme": function(module) {
9
+ "./use-theme": function(module) {
10
10
  module.exports = require("./use-theme.cjs");
11
11
  },
12
12
  "./use-translations": function(module) {
@@ -68,7 +68,7 @@ var __webpack_exports__ = {};
68
68
  return _use_focus_trap__WEBPACK_IMPORTED_MODULE_1__[key];
69
69
  }).bind(0, __WEBPACK_IMPORT_KEY__);
70
70
  __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
71
- var _use_theme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("~/hooks/use-theme");
71
+ var _use_theme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("./use-theme");
72
72
  var __WEBPACK_REEXPORT_OBJECT__ = {};
73
73
  for(var __WEBPACK_IMPORT_KEY__ in _use_theme__WEBPACK_IMPORTED_MODULE_2__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
74
74
  return _use_theme__WEBPACK_IMPORTED_MODULE_2__[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c15t/react",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "license": "GPL-3.0-only",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -65,7 +65,7 @@
65
65
  "motion": "^12.6.5",
66
66
  "tailwind-variants": "^1.0.0",
67
67
  "zustand": "^5.0.3",
68
- "c15t": "1.0.4"
68
+ "c15t": "1.0.5"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@c15t/backend": "1.0.0",