@sproutsocial/seeds-react-theme 2.2.1 → 2.4.0
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/commonjs/dark/dataviz-palette.js +1 -1
- package/commonjs/dark/decorative-palettes.js +1 -1
- package/commonjs/dark/theme.js +39 -3
- package/commonjs/extendedThemes/sproutTheme/dark/theme.js +3 -3
- package/commonjs/extendedThemes/sproutTheme/index.js +1 -1
- package/commonjs/extendedThemes/sproutTheme/light/theme.js +3 -3
- package/commonjs/index.js +1 -1
- package/commonjs/light/dataviz-palette.js +1 -1
- package/commonjs/light/decorative-palettes.js +1 -1
- package/commonjs/light/literal-colors.js +1 -1
- package/commonjs/light/theme.js +44 -3
- package/dist/themes/dark/theme.scss +38 -0
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +57 -50
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +61 -50
- package/dist/themes/light/theme.scss +43 -0
- package/dist/types/dark/theme.d.ts +38 -0
- package/dist/types/dark/theme.d.ts.map +1 -1
- package/dist/types/light/theme.d.ts +43 -0
- package/dist/types/light/theme.d.ts.map +1 -1
- package/dist/types/types/theme.colors.d.ts +8 -1
- package/dist/types/types/theme.colors.d.ts.map +1 -1
- package/lib/dark/theme.js +38 -2
- package/lib/extendedThemes/sproutTheme/dark/theme.js +2 -2
- package/lib/extendedThemes/sproutTheme/light/theme.js +2 -2
- package/lib/light/theme.js +43 -2
- package/package.json +3 -2
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.datavizPalette = void 0;
|
|
7
7
|
var _seedsColor = _interopRequireDefault(require("@sproutsocial/seeds-color"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
var datavizPalette = exports.datavizPalette = {
|
|
10
10
|
DATAVIZ_COLORS_LIST: [_seedsColor.default.COLOR_TEAL_400, _seedsColor.default.COLOR_PURPLE_400, _seedsColor.default.COLOR_PINK_400, _seedsColor.default.COLOR_YELLOW_500, _seedsColor.default.COLOR_BLUE_400, _seedsColor.default.COLOR_MAGENTA_400, _seedsColor.default.COLOR_GREEN_400, _seedsColor.default.COLOR_ORANGE_400, _seedsColor.default.COLOR_RED_700, _seedsColor.default.COLOR_TEAL_700, _seedsColor.default.COLOR_PURPLE_700, _seedsColor.default.COLOR_PINK_700, _seedsColor.default.COLOR_YELLOW_800, _seedsColor.default.COLOR_BLUE_700, _seedsColor.default.COLOR_MAGENTA_700, _seedsColor.default.COLOR_GREEN_700, _seedsColor.default.COLOR_ORANGE_700, _seedsColor.default.COLOR_RED_400, _seedsColor.default.COLOR_GREEN_200, _seedsColor.default.COLOR_YELLOW_200],
|
|
11
11
|
DATAVIZ_COLORS_MAP: {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.yellow = exports.teal = exports.red = exports.purple = exports.pink = exports.orange = exports.neutral = exports.magenta = exports.green = exports.blue = exports.aqua = void 0;
|
|
7
7
|
var _seedsColor = _interopRequireDefault(require("@sproutsocial/seeds-color"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
var green = exports.green = {
|
|
10
10
|
background: _seedsColor.default.COLOR_GREEN_900,
|
|
11
11
|
highlight: _seedsColor.default.COLOR_GREEN_500,
|
package/commonjs/dark/theme.js
CHANGED
|
@@ -10,12 +10,12 @@ var _seedsDepth = _interopRequireDefault(require("@sproutsocial/seeds-depth"));
|
|
|
10
10
|
var _theme = _interopRequireDefault(require("../light/theme"));
|
|
11
11
|
var _datavizPalette = require("./dataviz-palette");
|
|
12
12
|
var _decorativePalettes = require("./decorative-palettes");
|
|
13
|
-
function _interopRequireDefault(
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
14
|
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); }
|
|
15
15
|
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; }
|
|
16
16
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17
|
-
function _defineProperty(
|
|
18
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
17
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
18
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
19
19
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* eslint-disable no-restricted-imports */ // json-to-scss is not working with the alias right now
|
|
20
20
|
//import {theme as lightTheme} from '@src';
|
|
21
21
|
//import {TypeThemeMode} from '@src/types/theme';
|
|
@@ -241,6 +241,42 @@ var colors = _objectSpread(_objectSpread({}, _theme.default.colors), {}, {
|
|
|
241
241
|
base: _decorativePalettes.neutral.highlight
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
|
+
menuItem: {
|
|
245
|
+
background: {
|
|
246
|
+
active: _seedsColor.default.COLOR_NEUTRAL_700
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
navigation: {
|
|
250
|
+
navItem: {
|
|
251
|
+
text: {
|
|
252
|
+
base: _seedsColor.default.COLOR_NEUTRAL_0
|
|
253
|
+
},
|
|
254
|
+
icon: {
|
|
255
|
+
base: _seedsColor.default.COLOR_NEUTRAL_0
|
|
256
|
+
},
|
|
257
|
+
indicator: {
|
|
258
|
+
notification: {
|
|
259
|
+
base: _seedsColor.default.COLOR_PINK_600
|
|
260
|
+
},
|
|
261
|
+
userStatus: {
|
|
262
|
+
online: _seedsColor.default.COLOR_GREEN_500,
|
|
263
|
+
offline: _decorativePalettes.red.highlight,
|
|
264
|
+
unavailable: _seedsColor.default.COLOR_NEUTRAL_800
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
background: {
|
|
268
|
+
base: "transparent",
|
|
269
|
+
hover: _seedsColor.default.COLOR_NEUTRAL_800,
|
|
270
|
+
active: _seedsColor.default.COLOR_NEUTRAL_1100,
|
|
271
|
+
selected: _seedsColor.default.COLOR_NEUTRAL_700
|
|
272
|
+
},
|
|
273
|
+
border: {
|
|
274
|
+
hover: _seedsColor.default.COLOR_NEUTRAL_700,
|
|
275
|
+
active: _seedsColor.default.COLOR_NEUTRAL_700,
|
|
276
|
+
selected: _seedsColor.default.COLOR_NEUTRAL_700
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
244
280
|
overlay: {
|
|
245
281
|
background: {
|
|
246
282
|
base: (0, _polished.transparentize)(0.28, _seedsColor.default.COLOR_NEUTRAL_1000)
|
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.navigation = exports.listening = exports.growth = exports.default = exports.datePicker = exports.cardControl = exports.analytics = exports.ai = void 0;
|
|
7
7
|
var _polished = require("polished");
|
|
8
8
|
var _theme = _interopRequireDefault(require("../../../dark/theme"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
10
|
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); }
|
|
11
11
|
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; }
|
|
12
12
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13
|
-
function _defineProperty(
|
|
14
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
13
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
15
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* eslint-disable no-restricted-imports */ // json-to-scss is not working with the alias right now
|
|
16
16
|
//import {darkTheme as baseDarkTheme, type TypeSproutTheme} from '@src';
|
|
17
17
|
var navigation = exports.navigation = {
|
|
@@ -17,4 +17,4 @@ Object.defineProperty(exports, "sproutLightTheme", {
|
|
|
17
17
|
});
|
|
18
18
|
var _theme = _interopRequireDefault(require("./light/theme"));
|
|
19
19
|
var _theme2 = _interopRequireDefault(require("./dark/theme"));
|
|
20
|
-
function _interopRequireDefault(
|
|
20
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.navigation = exports.listening = exports.growth = exports.default = exports.datePicker = exports.cardControl = exports.analytics = exports.ai = void 0;
|
|
7
7
|
var _polished = require("polished");
|
|
8
8
|
var _theme = _interopRequireDefault(require("../../../light/theme"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
10
|
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); }
|
|
11
11
|
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; }
|
|
12
12
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13
|
-
function _defineProperty(
|
|
14
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
13
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
15
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* eslint-disable no-restricted-imports */ // json-to-scss is not working with the alias right now
|
|
16
16
|
//import {theme as baseLightTheme, type TypeSproutTheme} from '@src';
|
|
17
17
|
var navigation = exports.navigation = {
|
package/commonjs/index.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.datavizPalette = void 0;
|
|
7
7
|
var _seedsColor = _interopRequireDefault(require("@sproutsocial/seeds-color"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
var datavizPalette = exports.datavizPalette = {
|
|
10
10
|
DATAVIZ_COLORS_LIST: [_seedsColor.default.COLOR_TEAL_500, _seedsColor.default.COLOR_PURPLE_700, _seedsColor.default.COLOR_PINK_700, _seedsColor.default.COLOR_YELLOW_500, _seedsColor.default.COLOR_BLUE_500, _seedsColor.default.COLOR_MAGENTA_500, _seedsColor.default.COLOR_GREEN_500, _seedsColor.default.COLOR_ORANGE_500, _seedsColor.default.COLOR_RED_700, _seedsColor.default.COLOR_TEAL_900, _seedsColor.default.COLOR_PURPLE_400, _seedsColor.default.COLOR_PINK_900, _seedsColor.default.COLOR_YELLOW_900, _seedsColor.default.COLOR_BLUE_900, _seedsColor.default.COLOR_MAGENTA_900, _seedsColor.default.COLOR_GREEN_900, _seedsColor.default.COLOR_ORANGE_900, _seedsColor.default.COLOR_RED_400, _seedsColor.default.COLOR_GREEN_700, _seedsColor.default.COLOR_YELLOW_800],
|
|
11
11
|
DATAVIZ_COLORS_MAP: {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.yellow = exports.teal = exports.red = exports.purple = exports.pink = exports.orange = exports.neutral = exports.magenta = exports.green = exports.blue = exports.aqua = void 0;
|
|
7
7
|
var _seedsColor = _interopRequireDefault(require("@sproutsocial/seeds-color"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
var green = exports.green = {
|
|
10
10
|
background: _seedsColor.default.COLOR_GREEN_100,
|
|
11
11
|
highlight: _seedsColor.default.COLOR_GREEN_500,
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _seedsColor = _interopRequireDefault(require("@sproutsocial/seeds-color"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
var literalColors = {
|
|
10
10
|
neutral: {
|
|
11
11
|
"0": _seedsColor.default.COLOR_NEUTRAL_0,
|
package/commonjs/light/theme.js
CHANGED
|
@@ -15,12 +15,12 @@ var _seedsBorder = _interopRequireDefault(require("@sproutsocial/seeds-border"))
|
|
|
15
15
|
var _literalColors = _interopRequireDefault(require("./literal-colors"));
|
|
16
16
|
var _datavizPalette = require("./dataviz-palette");
|
|
17
17
|
var _decorativePalettes = require("./decorative-palettes");
|
|
18
|
-
function _interopRequireDefault(
|
|
18
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
19
19
|
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); }
|
|
20
20
|
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; }
|
|
21
21
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22
|
-
function _defineProperty(
|
|
23
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
22
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
23
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
24
24
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* eslint-disable no-restricted-imports */ // eslint-disable-next-line no-restricted-syntax
|
|
25
25
|
// json-to-scss is not working with the alias right now
|
|
26
26
|
//import {TypeThemeMode} from '@src/types/theme';
|
|
@@ -160,6 +160,10 @@ var colors = _objectSpread(_objectSpread({
|
|
|
160
160
|
hover: _seedsColor.default.COLOR_BLUE_800
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
|
+
overlay: {
|
|
164
|
+
base: (0, _polished.transparentize)(0.56, _seedsColor.default.COLOR_NEUTRAL_1000),
|
|
165
|
+
hover: (0, _polished.transparentize)(0.64, _seedsColor.default.COLOR_NEUTRAL_1000)
|
|
166
|
+
},
|
|
163
167
|
unstyled: {
|
|
164
168
|
background: {
|
|
165
169
|
base: "transparent"
|
|
@@ -242,6 +246,42 @@ var colors = _objectSpread(_objectSpread({
|
|
|
242
246
|
base: _decorativePalettes.neutral.highlight
|
|
243
247
|
}
|
|
244
248
|
},
|
|
249
|
+
menuItem: {
|
|
250
|
+
background: {
|
|
251
|
+
active: _seedsColor.default.COLOR_NEUTRAL_400
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
navigation: {
|
|
255
|
+
navItem: {
|
|
256
|
+
text: {
|
|
257
|
+
base: _seedsColor.default.COLOR_NEUTRAL_0
|
|
258
|
+
},
|
|
259
|
+
icon: {
|
|
260
|
+
base: _seedsColor.default.COLOR_NEUTRAL_0
|
|
261
|
+
},
|
|
262
|
+
indicator: {
|
|
263
|
+
notification: {
|
|
264
|
+
base: _seedsColor.default.COLOR_PINK_600
|
|
265
|
+
},
|
|
266
|
+
userStatus: {
|
|
267
|
+
online: _seedsColor.default.COLOR_GREEN_500,
|
|
268
|
+
offline: _decorativePalettes.red.highlight,
|
|
269
|
+
unavailable: _seedsColor.default.COLOR_NEUTRAL_800
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
background: {
|
|
273
|
+
base: "transparent",
|
|
274
|
+
hover: _seedsColor.default.COLOR_NEUTRAL_800,
|
|
275
|
+
active: _seedsColor.default.COLOR_NEUTRAL_1100,
|
|
276
|
+
selected: _seedsColor.default.COLOR_NEUTRAL_700
|
|
277
|
+
},
|
|
278
|
+
border: {
|
|
279
|
+
hover: _seedsColor.default.COLOR_NEUTRAL_700,
|
|
280
|
+
active: _seedsColor.default.COLOR_NEUTRAL_700,
|
|
281
|
+
selected: _seedsColor.default.COLOR_NEUTRAL_700
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
},
|
|
245
285
|
overlay: {
|
|
246
286
|
background: {
|
|
247
287
|
base: (0, _polished.transparentize)(0.44, _seedsColor.default.COLOR_NEUTRAL_1000)
|
|
@@ -369,6 +409,7 @@ var radii = exports.radii = {
|
|
|
369
409
|
400: _seedsBorder.default.BORDER_RADIUS_400,
|
|
370
410
|
500: _seedsBorder.default.BORDER_RADIUS_500,
|
|
371
411
|
600: _seedsBorder.default.BORDER_RADIUS_600,
|
|
412
|
+
800: _seedsBorder.default.BORDER_RADIUS_800,
|
|
372
413
|
900: _seedsBorder.default.BORDER_RADIUS_900,
|
|
373
414
|
1000: _seedsBorder.default.BORDER_RADIUS_1000,
|
|
374
415
|
inner: _seedsBorder.default.BORDER_RADIUS_500,
|
|
@@ -211,6 +211,42 @@ $theme: (
|
|
|
211
211
|
"base": #6e797a
|
|
212
212
|
)
|
|
213
213
|
),
|
|
214
|
+
"menuItem": (
|
|
215
|
+
"background": (
|
|
216
|
+
"active": #515e5f
|
|
217
|
+
)
|
|
218
|
+
),
|
|
219
|
+
"navigation": (
|
|
220
|
+
"navItem": (
|
|
221
|
+
"text": (
|
|
222
|
+
"base": #FFFFFF
|
|
223
|
+
),
|
|
224
|
+
"icon": (
|
|
225
|
+
"base": #FFFFFF
|
|
226
|
+
),
|
|
227
|
+
"indicator": (
|
|
228
|
+
"notification": (
|
|
229
|
+
"base": #e0447c
|
|
230
|
+
),
|
|
231
|
+
"userStatus": (
|
|
232
|
+
"online": #59cb59,
|
|
233
|
+
"offline": #ed4c42,
|
|
234
|
+
"unavailable": #364141
|
|
235
|
+
)
|
|
236
|
+
),
|
|
237
|
+
"background": (
|
|
238
|
+
"base": transparent,
|
|
239
|
+
"hover": #364141,
|
|
240
|
+
"active": #040404,
|
|
241
|
+
"selected": #515e5f
|
|
242
|
+
),
|
|
243
|
+
"border": (
|
|
244
|
+
"hover": #515e5f,
|
|
245
|
+
"active": #515e5f,
|
|
246
|
+
"selected": #515e5f
|
|
247
|
+
)
|
|
248
|
+
)
|
|
249
|
+
),
|
|
214
250
|
"overlay": (
|
|
215
251
|
"background": (
|
|
216
252
|
"base": rgba(22,32,32,0.72)
|
|
@@ -647,6 +683,7 @@ $theme: (
|
|
|
647
683
|
"400": 4px,
|
|
648
684
|
"500": 6px,
|
|
649
685
|
"600": 8px,
|
|
686
|
+
"800": 12px,
|
|
650
687
|
"900": 24px,
|
|
651
688
|
"1000": 999999px,
|
|
652
689
|
"inner": 6px,
|
|
@@ -656,6 +693,7 @@ $theme: (
|
|
|
656
693
|
"400": 4px,
|
|
657
694
|
"500": 6px,
|
|
658
695
|
"600": 8px,
|
|
696
|
+
"800": 12px,
|
|
659
697
|
"900": 24px,
|
|
660
698
|
"1000": 999999px,
|
|
661
699
|
"inner": 6px,
|
|
@@ -263,6 +263,61 @@ $theme: (
|
|
|
263
263
|
"base": #6e797a
|
|
264
264
|
)
|
|
265
265
|
),
|
|
266
|
+
"menuItem": (
|
|
267
|
+
"background": (
|
|
268
|
+
"active": #515e5f
|
|
269
|
+
)
|
|
270
|
+
),
|
|
271
|
+
"navigation": (
|
|
272
|
+
"main": (
|
|
273
|
+
"background": (
|
|
274
|
+
"base": #162020,
|
|
275
|
+
"overflowGradient": #040404
|
|
276
|
+
),
|
|
277
|
+
"border": (
|
|
278
|
+
"base": #040404
|
|
279
|
+
)
|
|
280
|
+
),
|
|
281
|
+
"secondary": (
|
|
282
|
+
"background": (
|
|
283
|
+
"base": #273333
|
|
284
|
+
),
|
|
285
|
+
"widget": (
|
|
286
|
+
"background": (
|
|
287
|
+
"base": #364141
|
|
288
|
+
)
|
|
289
|
+
),
|
|
290
|
+
"accordion": (
|
|
291
|
+
"background": (
|
|
292
|
+
"base": #162020A3
|
|
293
|
+
)
|
|
294
|
+
)
|
|
295
|
+
),
|
|
296
|
+
"settings": (
|
|
297
|
+
"listItem": (
|
|
298
|
+
"background": (
|
|
299
|
+
"base": transparent,
|
|
300
|
+
"hover": #040404,
|
|
301
|
+
"selected": #364141
|
|
302
|
+
)
|
|
303
|
+
)
|
|
304
|
+
),
|
|
305
|
+
"text": (
|
|
306
|
+
"base": #FFFFFF,
|
|
307
|
+
"hover": #FFFFFF
|
|
308
|
+
),
|
|
309
|
+
"icon": (
|
|
310
|
+
"base": #FFFFFF,
|
|
311
|
+
"hover": #FFFFFF
|
|
312
|
+
),
|
|
313
|
+
"listItem": (
|
|
314
|
+
"background": (
|
|
315
|
+
"base": #162020,
|
|
316
|
+
"hover": #040404,
|
|
317
|
+
"selected": #515e5f
|
|
318
|
+
)
|
|
319
|
+
)
|
|
320
|
+
),
|
|
266
321
|
"overlay": (
|
|
267
322
|
"background": (
|
|
268
323
|
"base": rgba(22,32,32,0.72)
|
|
@@ -526,56 +581,6 @@ $theme: (
|
|
|
526
581
|
"20": #ffe99a
|
|
527
582
|
),
|
|
528
583
|
"PLACEHOLDER": #364141,
|
|
529
|
-
"navigation": (
|
|
530
|
-
"main": (
|
|
531
|
-
"background": (
|
|
532
|
-
"base": #162020,
|
|
533
|
-
"overflowGradient": #040404
|
|
534
|
-
),
|
|
535
|
-
"border": (
|
|
536
|
-
"base": #040404
|
|
537
|
-
)
|
|
538
|
-
),
|
|
539
|
-
"secondary": (
|
|
540
|
-
"background": (
|
|
541
|
-
"base": #273333
|
|
542
|
-
),
|
|
543
|
-
"widget": (
|
|
544
|
-
"background": (
|
|
545
|
-
"base": #364141
|
|
546
|
-
)
|
|
547
|
-
),
|
|
548
|
-
"accordion": (
|
|
549
|
-
"background": (
|
|
550
|
-
"base": #162020A3
|
|
551
|
-
)
|
|
552
|
-
)
|
|
553
|
-
),
|
|
554
|
-
"settings": (
|
|
555
|
-
"listItem": (
|
|
556
|
-
"background": (
|
|
557
|
-
"base": transparent,
|
|
558
|
-
"hover": #040404,
|
|
559
|
-
"selected": #364141
|
|
560
|
-
)
|
|
561
|
-
)
|
|
562
|
-
),
|
|
563
|
-
"text": (
|
|
564
|
-
"base": #FFFFFF,
|
|
565
|
-
"hover": #FFFFFF
|
|
566
|
-
),
|
|
567
|
-
"icon": (
|
|
568
|
-
"base": #FFFFFF,
|
|
569
|
-
"hover": #FFFFFF
|
|
570
|
-
),
|
|
571
|
-
"listItem": (
|
|
572
|
-
"background": (
|
|
573
|
-
"base": #162020,
|
|
574
|
-
"hover": #040404,
|
|
575
|
-
"selected": #515e5f
|
|
576
|
-
)
|
|
577
|
-
)
|
|
578
|
-
),
|
|
579
584
|
"datePicker": (
|
|
580
585
|
"comparison": (
|
|
581
586
|
"background": (
|
|
@@ -928,6 +933,7 @@ $theme: (
|
|
|
928
933
|
"400": 4px,
|
|
929
934
|
"500": 6px,
|
|
930
935
|
"600": 8px,
|
|
936
|
+
"800": 12px,
|
|
931
937
|
"900": 24px,
|
|
932
938
|
"1000": 999999px,
|
|
933
939
|
"inner": 6px,
|
|
@@ -937,6 +943,7 @@ $theme: (
|
|
|
937
943
|
"400": 4px,
|
|
938
944
|
"500": 6px,
|
|
939
945
|
"600": 8px,
|
|
946
|
+
"800": 12px,
|
|
940
947
|
"900": 24px,
|
|
941
948
|
"1000": 999999px,
|
|
942
949
|
"inner": 6px,
|
|
@@ -182,6 +182,10 @@ $theme: (
|
|
|
182
182
|
"hover": #1150aa
|
|
183
183
|
)
|
|
184
184
|
),
|
|
185
|
+
"overlay": (
|
|
186
|
+
"base": rgba(22,32,32,0.44),
|
|
187
|
+
"hover": rgba(22,32,32,0.36)
|
|
188
|
+
),
|
|
185
189
|
"unstyled": (
|
|
186
190
|
"background": (
|
|
187
191
|
"base": transparent
|
|
@@ -263,6 +267,61 @@ $theme: (
|
|
|
263
267
|
"base": #6e797a
|
|
264
268
|
)
|
|
265
269
|
),
|
|
270
|
+
"menuItem": (
|
|
271
|
+
"background": (
|
|
272
|
+
"active": #b0b6b7
|
|
273
|
+
)
|
|
274
|
+
),
|
|
275
|
+
"navigation": (
|
|
276
|
+
"main": (
|
|
277
|
+
"background": (
|
|
278
|
+
"base": #273333,
|
|
279
|
+
"overflowGradient": #162020
|
|
280
|
+
),
|
|
281
|
+
"border": (
|
|
282
|
+
"base": #162020
|
|
283
|
+
)
|
|
284
|
+
),
|
|
285
|
+
"secondary": (
|
|
286
|
+
"background": (
|
|
287
|
+
"base": #364141
|
|
288
|
+
),
|
|
289
|
+
"widget": (
|
|
290
|
+
"background": (
|
|
291
|
+
"base": #162020
|
|
292
|
+
)
|
|
293
|
+
),
|
|
294
|
+
"accordion": (
|
|
295
|
+
"background": (
|
|
296
|
+
"base": #273333
|
|
297
|
+
)
|
|
298
|
+
)
|
|
299
|
+
),
|
|
300
|
+
"settings": (
|
|
301
|
+
"listItem": (
|
|
302
|
+
"background": (
|
|
303
|
+
"base": transparent,
|
|
304
|
+
"hover": #dee1e1,
|
|
305
|
+
"selected": #FFFFFF
|
|
306
|
+
)
|
|
307
|
+
)
|
|
308
|
+
),
|
|
309
|
+
"text": (
|
|
310
|
+
"base": #FFFFFF,
|
|
311
|
+
"hover": #FFFFFF
|
|
312
|
+
),
|
|
313
|
+
"icon": (
|
|
314
|
+
"base": #FFFFFF,
|
|
315
|
+
"hover": #FFFFFF
|
|
316
|
+
),
|
|
317
|
+
"listItem": (
|
|
318
|
+
"background": (
|
|
319
|
+
"base": #364141,
|
|
320
|
+
"hover": #162020,
|
|
321
|
+
"selected": #515e5f
|
|
322
|
+
)
|
|
323
|
+
)
|
|
324
|
+
),
|
|
266
325
|
"overlay": (
|
|
267
326
|
"background": (
|
|
268
327
|
"base": rgba(22,32,32,0.56)
|
|
@@ -546,56 +605,6 @@ $theme: (
|
|
|
546
605
|
)
|
|
547
606
|
)
|
|
548
607
|
),
|
|
549
|
-
"navigation": (
|
|
550
|
-
"main": (
|
|
551
|
-
"background": (
|
|
552
|
-
"base": #273333,
|
|
553
|
-
"overflowGradient": #162020
|
|
554
|
-
),
|
|
555
|
-
"border": (
|
|
556
|
-
"base": #162020
|
|
557
|
-
)
|
|
558
|
-
),
|
|
559
|
-
"secondary": (
|
|
560
|
-
"background": (
|
|
561
|
-
"base": #364141
|
|
562
|
-
),
|
|
563
|
-
"widget": (
|
|
564
|
-
"background": (
|
|
565
|
-
"base": #162020
|
|
566
|
-
)
|
|
567
|
-
),
|
|
568
|
-
"accordion": (
|
|
569
|
-
"background": (
|
|
570
|
-
"base": #273333
|
|
571
|
-
)
|
|
572
|
-
)
|
|
573
|
-
),
|
|
574
|
-
"settings": (
|
|
575
|
-
"listItem": (
|
|
576
|
-
"background": (
|
|
577
|
-
"base": transparent,
|
|
578
|
-
"hover": #dee1e1,
|
|
579
|
-
"selected": #FFFFFF
|
|
580
|
-
)
|
|
581
|
-
)
|
|
582
|
-
),
|
|
583
|
-
"text": (
|
|
584
|
-
"base": #FFFFFF,
|
|
585
|
-
"hover": #FFFFFF
|
|
586
|
-
),
|
|
587
|
-
"icon": (
|
|
588
|
-
"base": #FFFFFF,
|
|
589
|
-
"hover": #FFFFFF
|
|
590
|
-
),
|
|
591
|
-
"listItem": (
|
|
592
|
-
"background": (
|
|
593
|
-
"base": #364141,
|
|
594
|
-
"hover": #162020,
|
|
595
|
-
"selected": #515e5f
|
|
596
|
-
)
|
|
597
|
-
)
|
|
598
|
-
),
|
|
599
608
|
"datePicker": (
|
|
600
609
|
"comparison": (
|
|
601
610
|
"background": (
|
|
@@ -928,6 +937,7 @@ $theme: (
|
|
|
928
937
|
"400": 4px,
|
|
929
938
|
"500": 6px,
|
|
930
939
|
"600": 8px,
|
|
940
|
+
"800": 12px,
|
|
931
941
|
"900": 24px,
|
|
932
942
|
"1000": 999999px,
|
|
933
943
|
"inner": 6px,
|
|
@@ -937,6 +947,7 @@ $theme: (
|
|
|
937
947
|
"400": 4px,
|
|
938
948
|
"500": 6px,
|
|
939
949
|
"600": 8px,
|
|
950
|
+
"800": 12px,
|
|
940
951
|
"900": 24px,
|
|
941
952
|
"1000": 999999px,
|
|
942
953
|
"inner": 6px,
|
|
@@ -141,6 +141,10 @@ $theme: (
|
|
|
141
141
|
"hover": #1150aa
|
|
142
142
|
)
|
|
143
143
|
),
|
|
144
|
+
"overlay": (
|
|
145
|
+
"base": rgba(22,32,32,0.44),
|
|
146
|
+
"hover": rgba(22,32,32,0.36)
|
|
147
|
+
),
|
|
144
148
|
"unstyled": (
|
|
145
149
|
"background": (
|
|
146
150
|
"base": transparent
|
|
@@ -222,6 +226,42 @@ $theme: (
|
|
|
222
226
|
"base": #6e797a
|
|
223
227
|
)
|
|
224
228
|
),
|
|
229
|
+
"menuItem": (
|
|
230
|
+
"background": (
|
|
231
|
+
"active": #b0b6b7
|
|
232
|
+
)
|
|
233
|
+
),
|
|
234
|
+
"navigation": (
|
|
235
|
+
"navItem": (
|
|
236
|
+
"text": (
|
|
237
|
+
"base": #FFFFFF
|
|
238
|
+
),
|
|
239
|
+
"icon": (
|
|
240
|
+
"base": #FFFFFF
|
|
241
|
+
),
|
|
242
|
+
"indicator": (
|
|
243
|
+
"notification": (
|
|
244
|
+
"base": #e0447c
|
|
245
|
+
),
|
|
246
|
+
"userStatus": (
|
|
247
|
+
"online": #59cb59,
|
|
248
|
+
"offline": #ed4c42,
|
|
249
|
+
"unavailable": #364141
|
|
250
|
+
)
|
|
251
|
+
),
|
|
252
|
+
"background": (
|
|
253
|
+
"base": transparent,
|
|
254
|
+
"hover": #364141,
|
|
255
|
+
"active": #040404,
|
|
256
|
+
"selected": #515e5f
|
|
257
|
+
),
|
|
258
|
+
"border": (
|
|
259
|
+
"hover": #515e5f,
|
|
260
|
+
"active": #515e5f,
|
|
261
|
+
"selected": #515e5f
|
|
262
|
+
)
|
|
263
|
+
)
|
|
264
|
+
),
|
|
225
265
|
"overlay": (
|
|
226
266
|
"background": (
|
|
227
267
|
"base": rgba(22,32,32,0.56)
|
|
@@ -658,6 +698,7 @@ $theme: (
|
|
|
658
698
|
"400": 4px,
|
|
659
699
|
"500": 6px,
|
|
660
700
|
"600": 8px,
|
|
701
|
+
"800": 12px,
|
|
661
702
|
"900": 24px,
|
|
662
703
|
"1000": 999999px,
|
|
663
704
|
"inner": 6px,
|
|
@@ -667,6 +708,7 @@ $theme: (
|
|
|
667
708
|
"400": 4px,
|
|
668
709
|
"500": 6px,
|
|
669
710
|
"600": 8px,
|
|
711
|
+
"800": 12px,
|
|
670
712
|
"900": 24px,
|
|
671
713
|
"1000": 999999px,
|
|
672
714
|
"inner": 6px,
|
|
@@ -750,6 +792,7 @@ $theme: (
|
|
|
750
792
|
"400": 4px,
|
|
751
793
|
"500": 6px,
|
|
752
794
|
"600": 8px,
|
|
795
|
+
"800": 12px,
|
|
753
796
|
"900": 24px,
|
|
754
797
|
"1000": 999999px,
|
|
755
798
|
"inner": 6px,
|
|
@@ -241,6 +241,42 @@ declare const darkTheme: {
|
|
|
241
241
|
base: string;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
|
+
menuItem: {
|
|
245
|
+
background: {
|
|
246
|
+
active: string;
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
navigation: {
|
|
250
|
+
navItem: {
|
|
251
|
+
text: {
|
|
252
|
+
base: string;
|
|
253
|
+
};
|
|
254
|
+
icon: {
|
|
255
|
+
base: string;
|
|
256
|
+
};
|
|
257
|
+
indicator: {
|
|
258
|
+
notification: {
|
|
259
|
+
base: string;
|
|
260
|
+
};
|
|
261
|
+
userStatus: {
|
|
262
|
+
online: string;
|
|
263
|
+
offline: string;
|
|
264
|
+
unavailable: string;
|
|
265
|
+
};
|
|
266
|
+
};
|
|
267
|
+
background: {
|
|
268
|
+
base: string;
|
|
269
|
+
hover: string;
|
|
270
|
+
active: string;
|
|
271
|
+
selected: string;
|
|
272
|
+
};
|
|
273
|
+
border: {
|
|
274
|
+
hover: string;
|
|
275
|
+
active: string;
|
|
276
|
+
selected: string;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
};
|
|
244
280
|
overlay: {
|
|
245
281
|
background: {
|
|
246
282
|
base: string;
|
|
@@ -579,6 +615,7 @@ declare const darkTheme: {
|
|
|
579
615
|
400: string;
|
|
580
616
|
500: string;
|
|
581
617
|
600: string;
|
|
618
|
+
800: string;
|
|
582
619
|
900: string;
|
|
583
620
|
1000: string;
|
|
584
621
|
inner: string;
|
|
@@ -588,6 +625,7 @@ declare const darkTheme: {
|
|
|
588
625
|
400: string;
|
|
589
626
|
500: string;
|
|
590
627
|
600: string;
|
|
628
|
+
800: string;
|
|
591
629
|
900: string;
|
|
592
630
|
1000: string;
|
|
593
631
|
inner: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/dark/theme.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,OAAO;;;;CAInB,CAAC;
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/dark/theme.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AA8RF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA3QT,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;gBAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2IrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4GtD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -64,6 +64,7 @@ export declare const radii: {
|
|
|
64
64
|
400: string;
|
|
65
65
|
500: string;
|
|
66
66
|
600: string;
|
|
67
|
+
800: string;
|
|
67
68
|
900: string;
|
|
68
69
|
1000: string;
|
|
69
70
|
inner: string;
|
|
@@ -408,6 +409,10 @@ declare const theme: {
|
|
|
408
409
|
hover: string;
|
|
409
410
|
};
|
|
410
411
|
};
|
|
412
|
+
overlay: {
|
|
413
|
+
base: string;
|
|
414
|
+
hover: string;
|
|
415
|
+
};
|
|
411
416
|
unstyled: {
|
|
412
417
|
background: {
|
|
413
418
|
base: string;
|
|
@@ -490,6 +495,42 @@ declare const theme: {
|
|
|
490
495
|
base: string;
|
|
491
496
|
};
|
|
492
497
|
};
|
|
498
|
+
menuItem: {
|
|
499
|
+
background: {
|
|
500
|
+
active: string;
|
|
501
|
+
};
|
|
502
|
+
};
|
|
503
|
+
navigation: {
|
|
504
|
+
navItem: {
|
|
505
|
+
text: {
|
|
506
|
+
base: string;
|
|
507
|
+
};
|
|
508
|
+
icon: {
|
|
509
|
+
base: string;
|
|
510
|
+
};
|
|
511
|
+
indicator: {
|
|
512
|
+
notification: {
|
|
513
|
+
base: string;
|
|
514
|
+
};
|
|
515
|
+
userStatus: {
|
|
516
|
+
online: string;
|
|
517
|
+
offline: string;
|
|
518
|
+
unavailable: string;
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
background: {
|
|
522
|
+
base: string;
|
|
523
|
+
hover: string;
|
|
524
|
+
active: string;
|
|
525
|
+
selected: string;
|
|
526
|
+
};
|
|
527
|
+
border: {
|
|
528
|
+
hover: string;
|
|
529
|
+
active: string;
|
|
530
|
+
selected: string;
|
|
531
|
+
};
|
|
532
|
+
};
|
|
533
|
+
};
|
|
493
534
|
overlay: {
|
|
494
535
|
background: {
|
|
495
536
|
base: string;
|
|
@@ -665,6 +706,7 @@ declare const theme: {
|
|
|
665
706
|
400: string;
|
|
666
707
|
500: string;
|
|
667
708
|
600: string;
|
|
709
|
+
800: string;
|
|
668
710
|
900: string;
|
|
669
711
|
1000: string;
|
|
670
712
|
inner: string;
|
|
@@ -674,6 +716,7 @@ declare const theme: {
|
|
|
674
716
|
400: string;
|
|
675
717
|
500: string;
|
|
676
718
|
600: string;
|
|
719
|
+
800: string;
|
|
677
720
|
900: string;
|
|
678
721
|
1000: string;
|
|
679
722
|
inner: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/light/theme.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,WAAW,UAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/light/theme.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,WAAW,UAA0C,CAAC;AAwUnE,eAAO,MAAM,UAAU;;;;;;;;;;;;;CAatB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAarB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAavB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAE1C,eAAO,MAAM,UAAU,QAA+B,CAAC;AAEvD,eAAO,MAAM,WAAW;;;;;CAKvB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;CAUjB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;CAUjB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;CAIxB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;CAIpB,CAAC;AAEF,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAlaL,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;gBAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA+IrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyRtD,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -227,6 +227,13 @@ type TypeListItemColors = {
|
|
|
227
227
|
};
|
|
228
228
|
};
|
|
229
229
|
};
|
|
230
|
+
type TypeMenuItemColors = {
|
|
231
|
+
menuItem: {
|
|
232
|
+
background: {
|
|
233
|
+
active: string;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
};
|
|
230
237
|
type TypeOverlayColors = {
|
|
231
238
|
overlay: {
|
|
232
239
|
background: {
|
|
@@ -299,6 +306,6 @@ type TypeUserStatusColors = {
|
|
|
299
306
|
};
|
|
300
307
|
};
|
|
301
308
|
type TypeLiteralColors = typeof literalColors;
|
|
302
|
-
export type TypeColors = TypeAppColors & TypeContainerColors & TypeButtonColors & TypeLinkColors & TypeLinkColors & TypeTextColors & TypeIconColors & TypeFormColors & TypeListItemColors & TypeOverlayColors & TypeElevationColors & TypeDatavizColors & TypeIllustrationColors & TypeNetworkColors & TypeUserStatusColors & TypeLiteralColors;
|
|
309
|
+
export type TypeColors = TypeAppColors & TypeContainerColors & TypeButtonColors & TypeLinkColors & TypeLinkColors & TypeTextColors & TypeIconColors & TypeFormColors & TypeListItemColors & TypeMenuItemColors & TypeOverlayColors & TypeElevationColors & TypeDatavizColors & TypeIllustrationColors & TypeNetworkColors & TypeUserStatusColors & TypeLiteralColors;
|
|
303
310
|
export {};
|
|
304
311
|
//# sourceMappingURL=theme.colors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.colors.d.ts","sourceRoot":"","sources":["../../../src/types/theme.colors.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"theme.colors.d.ts","sourceRoot":"","sources":["../../../src/types/theme.colors.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE;QACH,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CAAC;CACH,CAAC;AACF,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE;QACT,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAC;YACb,OAAO,EAAE,MAAM,CAAC;YAChB,OAAO,EAAE,MAAM,CAAC;YAChB,KAAK,EAAE,MAAM,CAAC;YACd,IAAI,EAAE,MAAM,CAAC;YACb,WAAW,EAAE,MAAM,CAAC;YAEpB,mDAAmD;YACnD,MAAM,EAAE,MAAM,CAAC;YACf,UAAU,EAAE;gBACV,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;gBACb,MAAM,EAAE,MAAM,CAAC;gBACf,MAAM,EAAE,MAAM,CAAC;gBACf,MAAM,EAAE,MAAM,CAAC;gBACf,GAAG,EAAE,MAAM,CAAC;gBACZ,OAAO,EAAE,MAAM,CAAC;gBAChB,OAAO,EAAE,MAAM,CAAC;gBAChB,IAAI,EAAE,MAAM,CAAC;gBACb,IAAI,EAAE,MAAM,CAAC;gBACb,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,QAAQ,EAAE,MAAM,CAAC;YACjB,kBAAkB,EAAE,MAAM,CAAC;YAC3B,kBAAkB,EAAE,MAAM,CAAC;YAC3B,iBAAiB,EAAE,MAAM,CAAC;SAC3B,CAAC;QACF,MAAM,EAAE;YACN,IAAI,EAAE,MAAM,CAAC;YACb,OAAO,EAAE,MAAM,CAAC;YAChB,OAAO,EAAE,MAAM,CAAC;YAChB,KAAK,EAAE,MAAM,CAAC;YAEd,mDAAmD;YACnD,MAAM,EAAE,MAAM,CAAC;YACf,IAAI,EAAE,MAAM,CAAC;YACb,WAAW,EAAE,MAAM,CAAC;YACpB,UAAU,EAAE;gBACV,KAAK,EAAE,MAAM,CAAC;gBACd,IAAI,EAAE,MAAM,CAAC;gBACb,MAAM,EAAE,MAAM,CAAC;gBACf,MAAM,EAAE,MAAM,CAAC;gBACf,MAAM,EAAE,MAAM,CAAC;gBACf,GAAG,EAAE,MAAM,CAAC;gBACZ,OAAO,EAAE,MAAM,CAAC;gBAChB,OAAO,EAAE,MAAM,CAAC;gBAChB,IAAI,EAAE,MAAM,CAAC;gBACb,IAAI,EAAE,MAAM,CAAC;gBACb,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,QAAQ,EAAE,MAAM,CAAC;SAClB,CAAC;KACH,CAAC;CACH,CAAC;AACF,KAAK,gBAAgB,GAAG;IACtB,MAAM,EAAE;QACN,OAAO,EAAE;YACP,UAAU,EAAE;gBACV,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,MAAM,EAAE,MAAM,CAAC;aAChB,CAAC;YACF,MAAM,EAAE;gBACN,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;SACH,CAAC;QACF,SAAS,EAAE;YACT,UAAU,EAAE;gBACV,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,MAAM,EAAE,MAAM,CAAC;aAChB,CAAC;YACF,MAAM,EAAE;gBACN,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;SACH,CAAC;QACF,IAAI,EAAE;YACJ,UAAU,EAAE;gBACV,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,MAAM,EAAE,MAAM,CAAC;aAChB,CAAC;YACF,MAAM,EAAE;gBACN,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;YACF,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;SACH,CAAC;QACF,WAAW,EAAE;YACX,UAAU,EAAE;gBACV,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,MAAM,EAAE,MAAM,CAAC;aAChB,CAAC;YACF,MAAM,EAAE;gBACN,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;SACH,CAAC;QACF,WAAW,EAAE;YACX,UAAU,EAAE;gBACV,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;gBACd,MAAM,EAAE,MAAM,CAAC;aAChB,CAAC;YACF,MAAM,EAAE;gBACN,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;SACH,CAAC;QACF,QAAQ,EAAE;YACR,UAAU,EAAE;gBACV,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,MAAM,EAAE;gBACN,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,IAAI,EAAE;gBACJ,IAAI,EAAE,MAAM,CAAC;gBACb,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;SACH,CAAC;KACH,CAAC;CACH,CAAC;AACF,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH,CAAC;AACF,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,EAAE;YACV,SAAS,EAAE,MAAM,CAAC;SACnB,CAAC;QACF,UAAU,EAAE;YACV,KAAK,EAAE,MAAM,CAAC;YACd,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EAAE,MAAM,CAAC;YACf,MAAM,EAAE,MAAM,CAAC;YACf,MAAM,EAAE,MAAM,CAAC;YACf,GAAG,EAAE,MAAM,CAAC;YACZ,OAAO,EAAE,MAAM,CAAC;YAChB,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;YACb,IAAI,EAAE,MAAM,CAAC;YACb,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CAAC;CACH,CAAC;AACF,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QAEd,mDAAmD;QACnD,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,OAAO,EAAE,MAAM,CAAC;QAChB,kBAAkB,EAAE,MAAM,CAAC;QAC3B,kBAAkB,EAAE,MAAM,CAAC;QAC3B,iBAAiB,EAAE,MAAM,CAAC;KAC3B,CAAC;CACH,CAAC;AACF,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE;QACJ,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAC;YACb,QAAQ,EAAE,MAAM,CAAC;SAClB,CAAC;QACF,MAAM,EAAE;YACN,IAAI,EAAE,MAAM,CAAC;YACb,KAAK,EAAE,MAAM,CAAC;YACd,OAAO,EAAE,MAAM,CAAC;YAChB,QAAQ,EAAE,MAAM,CAAC;SAClB,CAAC;QACF,WAAW,EAAE;YACX,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CAAC;CACH,CAAC;AACF,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE;QACR,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAC;YACb,KAAK,EAAE,MAAM,CAAC;YACd,QAAQ,EAAE,MAAM,CAAC;YACjB,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,MAAM,EAAE;YACN,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CAAC;CACH,CAAC;AACF,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE;QACR,UAAU,EAAE;YACV,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;KACH,CAAC;CACH,CAAC;AACF,KAAK,iBAAiB,GAAG;IACvB,OAAO,EAAE;QACP,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;QACF,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;QACF,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CAAC;CACH,CAAC;AACF,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE;QACT,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH,CAAC;AACF,KAAK,iBAAiB,GAAG;IACvB,kBAAkB,EAAE,OAAO,cAAc,CAAC,kBAAkB,CAAC;IAC7D,mBAAmB,EAAE,OAAO,cAAc,CAAC,mBAAmB,CAAC;IAC/D,OAAO,EAAE;QACP,GAAG,EAAE,OAAO,cAAc,CAAC,kBAAkB,CAAC;QAC9C,IAAI,EAAE,OAAO,cAAc,CAAC,mBAAmB,CAAC;KACjD,CAAC;CACH,CAAC;AACF,KAAK,sBAAsB,GAAG;IAC5B,YAAY,EAAE;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH,CAAC;AACF,KAAK,iBAAiB,GAAG;IACvB,OAAO,EAAE;QACP,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,MAAM,CAAC;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,yBAAyB,EAAE,MAAM,CAAC;QAClC,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,EAAE,MAAM,CAAC;QACpB,SAAS,EAAE,MAAM,CAAC;QAClB,kBAAkB,EAAE,MAAM,CAAC;QAC3B,wBAAwB,EAAE,MAAM,CAAC;QACjC,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,kBAAkB,EAAE,MAAM,CAAC;QAC3B,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;QACnB,CAAC,EAAE,MAAM,CAAC;KACX,CAAC;CACH,CAAC;AACF,KAAK,oBAAoB,GAAG;IAC1B,UAAU,EAAE;QACV,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;CACH,CAAC;AACF,KAAK,iBAAiB,GAAG,OAAO,aAAa,CAAC;AAC9C,MAAM,MAAM,UAAU,GAAG,aAAa,GACpC,mBAAmB,GACnB,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,cAAc,GACd,cAAc,GACd,cAAc,GACd,kBAAkB,GAClB,kBAAkB,GAClB,iBAAiB,GACjB,mBAAmB,GACnB,iBAAiB,GACjB,sBAAsB,GACtB,iBAAiB,GACjB,oBAAoB,GACpB,iBAAiB,CAAC"}
|
package/lib/dark/theme.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
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
2
|
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; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
-
function _defineProperty(
|
|
5
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
/* eslint-disable no-restricted-imports */
|
|
8
8
|
import { transparentize } from "polished";
|
|
@@ -236,6 +236,42 @@ var colors = _objectSpread(_objectSpread({}, lightTheme.colors), {}, {
|
|
|
236
236
|
base: neutral.highlight
|
|
237
237
|
}
|
|
238
238
|
},
|
|
239
|
+
menuItem: {
|
|
240
|
+
background: {
|
|
241
|
+
active: COLORS.COLOR_NEUTRAL_700
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
navigation: {
|
|
245
|
+
navItem: {
|
|
246
|
+
text: {
|
|
247
|
+
base: COLORS.COLOR_NEUTRAL_0
|
|
248
|
+
},
|
|
249
|
+
icon: {
|
|
250
|
+
base: COLORS.COLOR_NEUTRAL_0
|
|
251
|
+
},
|
|
252
|
+
indicator: {
|
|
253
|
+
notification: {
|
|
254
|
+
base: COLORS.COLOR_PINK_600
|
|
255
|
+
},
|
|
256
|
+
userStatus: {
|
|
257
|
+
online: COLORS.COLOR_GREEN_500,
|
|
258
|
+
offline: red.highlight,
|
|
259
|
+
unavailable: COLORS.COLOR_NEUTRAL_800
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
background: {
|
|
263
|
+
base: "transparent",
|
|
264
|
+
hover: COLORS.COLOR_NEUTRAL_800,
|
|
265
|
+
active: COLORS.COLOR_NEUTRAL_1100,
|
|
266
|
+
selected: COLORS.COLOR_NEUTRAL_700
|
|
267
|
+
},
|
|
268
|
+
border: {
|
|
269
|
+
hover: COLORS.COLOR_NEUTRAL_700,
|
|
270
|
+
active: COLORS.COLOR_NEUTRAL_700,
|
|
271
|
+
selected: COLORS.COLOR_NEUTRAL_700
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
},
|
|
239
275
|
overlay: {
|
|
240
276
|
background: {
|
|
241
277
|
base: transparentize(0.28, COLORS.COLOR_NEUTRAL_1000)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
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
2
|
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; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
-
function _defineProperty(
|
|
5
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
/* eslint-disable no-restricted-imports */
|
|
8
8
|
import { transparentize } from "polished";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
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
2
|
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; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
-
function _defineProperty(
|
|
5
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
/* eslint-disable no-restricted-imports */
|
|
8
8
|
import { transparentize } from "polished";
|
package/lib/light/theme.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
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
2
|
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; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
-
function _defineProperty(
|
|
5
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
/* eslint-disable no-restricted-imports */
|
|
8
8
|
import { transparentize } from "polished";
|
|
@@ -156,6 +156,10 @@ var colors = _objectSpread(_objectSpread({
|
|
|
156
156
|
hover: COLORS.COLOR_BLUE_800
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
|
+
overlay: {
|
|
160
|
+
base: transparentize(0.56, COLORS.COLOR_NEUTRAL_1000),
|
|
161
|
+
hover: transparentize(0.64, COLORS.COLOR_NEUTRAL_1000)
|
|
162
|
+
},
|
|
159
163
|
unstyled: {
|
|
160
164
|
background: {
|
|
161
165
|
base: "transparent"
|
|
@@ -238,6 +242,42 @@ var colors = _objectSpread(_objectSpread({
|
|
|
238
242
|
base: neutral.highlight
|
|
239
243
|
}
|
|
240
244
|
},
|
|
245
|
+
menuItem: {
|
|
246
|
+
background: {
|
|
247
|
+
active: COLORS.COLOR_NEUTRAL_400
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
navigation: {
|
|
251
|
+
navItem: {
|
|
252
|
+
text: {
|
|
253
|
+
base: COLORS.COLOR_NEUTRAL_0
|
|
254
|
+
},
|
|
255
|
+
icon: {
|
|
256
|
+
base: COLORS.COLOR_NEUTRAL_0
|
|
257
|
+
},
|
|
258
|
+
indicator: {
|
|
259
|
+
notification: {
|
|
260
|
+
base: COLORS.COLOR_PINK_600
|
|
261
|
+
},
|
|
262
|
+
userStatus: {
|
|
263
|
+
online: COLORS.COLOR_GREEN_500,
|
|
264
|
+
offline: red.highlight,
|
|
265
|
+
unavailable: COLORS.COLOR_NEUTRAL_800
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
background: {
|
|
269
|
+
base: "transparent",
|
|
270
|
+
hover: COLORS.COLOR_NEUTRAL_800,
|
|
271
|
+
active: COLORS.COLOR_NEUTRAL_1100,
|
|
272
|
+
selected: COLORS.COLOR_NEUTRAL_700
|
|
273
|
+
},
|
|
274
|
+
border: {
|
|
275
|
+
hover: COLORS.COLOR_NEUTRAL_700,
|
|
276
|
+
active: COLORS.COLOR_NEUTRAL_700,
|
|
277
|
+
selected: COLORS.COLOR_NEUTRAL_700
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
241
281
|
overlay: {
|
|
242
282
|
background: {
|
|
243
283
|
base: transparentize(0.44, COLORS.COLOR_NEUTRAL_1000)
|
|
@@ -365,6 +405,7 @@ export var radii = {
|
|
|
365
405
|
400: BORDER.BORDER_RADIUS_400,
|
|
366
406
|
500: BORDER.BORDER_RADIUS_500,
|
|
367
407
|
600: BORDER.BORDER_RADIUS_600,
|
|
408
|
+
800: BORDER.BORDER_RADIUS_800,
|
|
368
409
|
900: BORDER.BORDER_RADIUS_900,
|
|
369
410
|
1000: BORDER.BORDER_RADIUS_1000,
|
|
370
411
|
inner: BORDER.BORDER_RADIUS_500,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-theme",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Seeds Theme",
|
|
5
5
|
"main": "commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"json-to-scss": "^1.6.2",
|
|
36
36
|
"tsx": "^4.0.0",
|
|
37
37
|
"typescript": "^5.6.2",
|
|
38
|
-
"@sproutsocial/seeds-tsconfig": "*"
|
|
38
|
+
"@sproutsocial/seeds-tsconfig": "*",
|
|
39
|
+
"tsc-alias": "^1.8.11"
|
|
39
40
|
},
|
|
40
41
|
"engines": {
|
|
41
42
|
"node": ">=18"
|