baseui 0.0.0-next-6048bbf → 0.0.0-next-9c48688

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.
@@ -15,6 +15,10 @@ const lighting = {
15
15
  overlay300: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.12)',
16
16
  overlay400: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.16)',
17
17
  overlay500: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.2)',
18
- overlay600: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.24)'
18
+ overlay600: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.24)',
19
+ shallowAbove: '0px -4px 16px rgba(0, 0, 0, 0.12)',
20
+ shallowBelow: '0px 4px 16px rgba(0, 0, 0, 0.12)',
21
+ deepAbove: '0px -16px 48px rgba(0, 0, 0, 0.22)',
22
+ deepBelow: '0px 16px 48px rgba(0, 0, 0, 0.22)'
19
23
  };
20
24
  export default lighting;
@@ -15,6 +15,10 @@ var lighting = {
15
15
  overlay300: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.12)',
16
16
  overlay400: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.16)',
17
17
  overlay500: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.2)',
18
- overlay600: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.24)'
18
+ overlay600: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.24)',
19
+ shallowAbove: '0px -4px 16px rgba(0, 0, 0, 0.12)',
20
+ shallowBelow: '0px 4px 16px rgba(0, 0, 0, 0.12)',
21
+ deepAbove: '0px -16px 48px rgba(0, 0, 0, 0.22)',
22
+ deepBelow: '0px 16px 48px rgba(0, 0, 0, 0.22)'
19
23
  };
20
24
  export default lighting;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-6048bbf",
3
+ "version": "0.0.0-next-9c48688",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",
@@ -22,7 +22,11 @@ var lighting = {
22
22
  overlay300: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.12)',
23
23
  overlay400: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.16)',
24
24
  overlay500: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.2)',
25
- overlay600: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.24)'
25
+ overlay600: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.24)',
26
+ shallowAbove: '0px -4px 16px rgba(0, 0, 0, 0.12)',
27
+ shallowBelow: '0px 4px 16px rgba(0, 0, 0, 0.12)',
28
+ deepAbove: '0px -16px 48px rgba(0, 0, 0, 0.22)',
29
+ deepBelow: '0px 16px 48px rgba(0, 0, 0, 0.22)'
26
30
  };
27
31
  var _default = lighting;
28
32
  exports.default = _default;
@@ -19,6 +19,10 @@ const lighting: LightingT = {
19
19
  overlay400: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.16)',
20
20
  overlay500: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.2)',
21
21
  overlay600: 'inset 0 0 0 1000px hsla(0, 0%, 0%, 0.24)',
22
+ shallowAbove: '0px -4px 16px rgba(0, 0, 0, 0.12)',
23
+ shallowBelow: '0px 4px 16px rgba(0, 0, 0, 0.12)',
24
+ deepAbove: '0px -16px 48px rgba(0, 0, 0, 0.22)',
25
+ deepBelow: '0px 16px 48px rgba(0, 0, 0, 0.22)',
22
26
  };
23
27
 
24
28
  export default lighting;
@@ -690,6 +690,10 @@ export type LightingT = {
690
690
  overlay400: string,
691
691
  overlay500: string,
692
692
  overlay600: string,
693
+ shallowAbove: string,
694
+ shallowBelow: string,
695
+ deepAbove: string,
696
+ deepBelow: string,
693
697
  };
694
698
 
695
699
  export type AnimationT = {