baseui 0.0.0-next-96b59fd → 0.0.0-next-ced4128

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.
@@ -81,7 +81,11 @@ foundation = defaultFoundationColorTokens) => {
81
81
  };
82
82
  const deprecated = {
83
83
  backgroundOverlayLight: coreExtensions.backgroundOverlay,
84
- backgroundOverlayDark: coreExtensions.backgroundOverlay
84
+ backgroundOverlayDark: coreExtensions.backgroundOverlay,
85
+ backgroundLightAccent: coreExtensions.backgroundAccentLight,
86
+ backgroundLightPositive: coreExtensions.backgroundPositiveLight,
87
+ backgroundLightWarning: coreExtensions.backgroundWarningLight,
88
+ backgroundLightNegative: coreExtensions.backgroundNegativeLight
85
89
  };
86
90
  return { ...core,
87
91
  ...coreExtensions,
@@ -81,7 +81,11 @@ foundation = defaultFoundationColorTokens) => {
81
81
  };
82
82
  const deprecated = {
83
83
  backgroundOverlayLight: coreExtensions.backgroundOverlay,
84
- backgroundOverlayDark: coreExtensions.backgroundOverlay
84
+ backgroundOverlayDark: coreExtensions.backgroundOverlay,
85
+ backgroundLightAccent: coreExtensions.backgroundAccentLight,
86
+ backgroundLightPositive: coreExtensions.backgroundPositiveLight,
87
+ backgroundLightWarning: coreExtensions.backgroundWarningLight,
88
+ backgroundLightNegative: coreExtensions.backgroundNegativeLight
85
89
  };
86
90
  return { ...core,
87
91
  ...coreExtensions,
@@ -87,7 +87,11 @@ export default (function () {
87
87
  };
88
88
  var deprecated = {
89
89
  backgroundOverlayLight: coreExtensions.backgroundOverlay,
90
- backgroundOverlayDark: coreExtensions.backgroundOverlay
90
+ backgroundOverlayDark: coreExtensions.backgroundOverlay,
91
+ backgroundLightAccent: coreExtensions.backgroundAccentLight,
92
+ backgroundLightPositive: coreExtensions.backgroundPositiveLight,
93
+ backgroundLightWarning: coreExtensions.backgroundWarningLight,
94
+ backgroundLightNegative: coreExtensions.backgroundNegativeLight
91
95
  };
92
96
  return _objectSpread(_objectSpread(_objectSpread({}, core), coreExtensions), deprecated);
93
97
  });
@@ -87,7 +87,11 @@ export default (function () {
87
87
  };
88
88
  var deprecated = {
89
89
  backgroundOverlayLight: coreExtensions.backgroundOverlay,
90
- backgroundOverlayDark: coreExtensions.backgroundOverlay
90
+ backgroundOverlayDark: coreExtensions.backgroundOverlay,
91
+ backgroundLightAccent: coreExtensions.backgroundAccentLight,
92
+ backgroundLightPositive: coreExtensions.backgroundPositiveLight,
93
+ backgroundLightWarning: coreExtensions.backgroundWarningLight,
94
+ backgroundLightNegative: coreExtensions.backgroundNegativeLight
91
95
  };
92
96
  return _objectSpread(_objectSpread(_objectSpread({}, core), coreExtensions), deprecated);
93
97
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-96b59fd",
3
+ "version": "0.0.0-next-ced4128",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",
@@ -93,7 +93,11 @@ var _default = function _default() {
93
93
  };
94
94
  var deprecated = {
95
95
  backgroundOverlayLight: coreExtensions.backgroundOverlay,
96
- backgroundOverlayDark: coreExtensions.backgroundOverlay
96
+ backgroundOverlayDark: coreExtensions.backgroundOverlay,
97
+ backgroundLightAccent: coreExtensions.backgroundAccentLight,
98
+ backgroundLightPositive: coreExtensions.backgroundPositiveLight,
99
+ backgroundLightWarning: coreExtensions.backgroundWarningLight,
100
+ backgroundLightNegative: coreExtensions.backgroundNegativeLight
97
101
  };
98
102
  return _objectSpread(_objectSpread(_objectSpread({}, core), coreExtensions), deprecated);
99
103
  };
@@ -95,6 +95,10 @@ export default (
95
95
  const deprecated: DeprecatedSemanticColorTokensT = {
96
96
  backgroundOverlayLight: coreExtensions.backgroundOverlay,
97
97
  backgroundOverlayDark: coreExtensions.backgroundOverlay,
98
+ backgroundLightAccent: coreExtensions.backgroundAccentLight,
99
+ backgroundLightPositive: coreExtensions.backgroundPositiveLight,
100
+ backgroundLightWarning: coreExtensions.backgroundWarningLight,
101
+ backgroundLightNegative: coreExtensions.backgroundNegativeLight,
98
102
  };
99
103
  return {
100
104
  ...core,
@@ -93,7 +93,11 @@ var _default = function _default() {
93
93
  };
94
94
  var deprecated = {
95
95
  backgroundOverlayLight: coreExtensions.backgroundOverlay,
96
- backgroundOverlayDark: coreExtensions.backgroundOverlay
96
+ backgroundOverlayDark: coreExtensions.backgroundOverlay,
97
+ backgroundLightAccent: coreExtensions.backgroundAccentLight,
98
+ backgroundLightPositive: coreExtensions.backgroundPositiveLight,
99
+ backgroundLightWarning: coreExtensions.backgroundWarningLight,
100
+ backgroundLightNegative: coreExtensions.backgroundNegativeLight
97
101
  };
98
102
  return _objectSpread(_objectSpread(_objectSpread({}, core), coreExtensions), deprecated);
99
103
  };
@@ -95,6 +95,10 @@ export default (
95
95
  const deprecated: DeprecatedSemanticColorTokensT = {
96
96
  backgroundOverlayLight: coreExtensions.backgroundOverlay,
97
97
  backgroundOverlayDark: coreExtensions.backgroundOverlay,
98
+ backgroundLightAccent: coreExtensions.backgroundAccentLight,
99
+ backgroundLightPositive: coreExtensions.backgroundPositiveLight,
100
+ backgroundLightWarning: coreExtensions.backgroundWarningLight,
101
+ backgroundLightNegative: coreExtensions.backgroundNegativeLight,
98
102
  };
99
103
  return {
100
104
  ...core,
package/themes/types.d.ts CHANGED
@@ -127,6 +127,10 @@ export type CoreExtensionSemanticColorTokens = {
127
127
  export type DeprecatedSemanticColorTokens = {
128
128
  backgroundOverlayLight: string;
129
129
  backgroundOverlayDark: string;
130
+ backgroundLightAccent: string;
131
+ backgroundLightPositive: string;
132
+ backgroundLightWarning: string;
133
+ backgroundLightNegative: string;
130
134
  };
131
135
  export type SemanticColorTokens = {} & CoreSemanticColorTokens & CoreExtensionSemanticColorTokens & DeprecatedSemanticColorTokens;
132
136
  export type ComponentColorTokens = {
@@ -173,6 +173,10 @@ export type CoreExtensionSemanticColorTokensT = {|
173
173
  export type DeprecatedSemanticColorTokensT = {|
174
174
  backgroundOverlayLight: ?string,
175
175
  backgroundOverlayDark: ?string,
176
+ backgroundLightAccent: ?string,
177
+ backgroundLightPositive: ?string,
178
+ backgroundLightWarning: ?string,
179
+ backgroundLightNegative: ?string,
176
180
  |};
177
181
 
178
182
  export type SemanticColorTokensT = {|