@lobehub/ui 1.168.12 → 1.168.13

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.
@@ -1,3 +1,5 @@
1
+ 'use client';
2
+
1
3
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
4
  var _excluded = ["children", "copyButtonSize", "fullFeatured", "copyable", "showLanguage", "style", "type", "enablePanZoom", "className", "bodyRender", "actionsRender"];
3
5
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -19,9 +19,9 @@ export var generateColorNeutralPalette = function generateColorNeutralPalette(_r
19
19
  colorBgElevated: appearance === 'dark' ? scale[appearance][2] : scale[appearance][0],
20
20
  colorBgLayout: appearance === 'dark' ? scale[appearance][0] : scale[appearance][1],
21
21
  colorBgMask: scale.lightA[8],
22
- colorBgSpotlight: scale[appearance][5],
23
- colorBorder: scale[appearance][4],
24
- colorBorderSecondary: scale[appearance][3],
22
+ colorBgSpotlight: scale[appearance][4],
23
+ colorBorder: scale[appearance][3],
24
+ colorBorderSecondary: scale[appearance][2],
25
25
  colorFill: scale["".concat(appearance, "A")][3],
26
26
  colorFillQuaternary: scale["".concat(appearance, "A")][0],
27
27
  colorFillSecondary: scale["".concat(appearance, "A")][2],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.168.12",
3
+ "version": "1.168.13",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",