baseui 0.0.0-next-0df5daf → 0.0.0-next-9dedee6

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.
@@ -14,7 +14,6 @@ export const Label = styled('label', props => {
14
14
  }
15
15
  } = props;
16
16
  return { ...typography.font250,
17
- fontWeight: 500,
18
17
  width: '100%',
19
18
  color: $disabled ? colors.contentSecondary : colors.contentPrimary,
20
19
  display: 'block',
@@ -87,7 +87,7 @@ export default function SnackbarProvider({
87
87
  setTimeout(() => {
88
88
  setAnimating(false);
89
89
  display(duration);
90
- }, 1000);
90
+ }, 0);
91
91
  }
92
92
 
93
93
  function exit() {
@@ -17,7 +17,6 @@ export var Label = styled('label', function (props) {
17
17
  colors = _props$$theme.colors,
18
18
  typography = _props$$theme.typography;
19
19
  return _objectSpread(_objectSpread({}, typography.font250), {}, {
20
- fontWeight: 500,
21
20
  width: '100%',
22
21
  color: $disabled ? colors.contentSecondary : colors.contentPrimary,
23
22
  display: 'block',
@@ -136,7 +136,7 @@ export default function SnackbarProvider(_ref) {
136
136
  setTimeout(function () {
137
137
  setAnimating(false);
138
138
  display(duration);
139
- }, 1000);
139
+ }, 0);
140
140
  }
141
141
 
142
142
  function exit() {
@@ -19,7 +19,6 @@ var Label = (0, _index.styled)('label', function (props) {
19
19
  colors = _props$$theme.colors,
20
20
  typography = _props$$theme.typography;
21
21
  return _objectSpread(_objectSpread({}, typography.font250), {}, {
22
- fontWeight: 500,
23
22
  width: '100%',
24
23
  color: $disabled ? colors.contentSecondary : colors.contentPrimary,
25
24
  display: 'block',
@@ -16,7 +16,6 @@ export const Label = styled<StylePropsT>('label', (props) => {
16
16
  } = props;
17
17
  return {
18
18
  ...typography.font250,
19
- fontWeight: 500,
20
19
  width: '100%',
21
20
  color: $disabled ? colors.contentSecondary : colors.contentPrimary,
22
21
  display: 'block',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-0df5daf",
3
+ "version": "0.0.0-next-9dedee6",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",
@@ -155,7 +155,7 @@ function SnackbarProvider(_ref) {
155
155
  setTimeout(function () {
156
156
  setAnimating(false);
157
157
  display(duration);
158
- }, 1000);
158
+ }, 0);
159
159
  }
160
160
 
161
161
  function exit() {
@@ -93,7 +93,7 @@ export default function SnackbarProvider({
93
93
  setTimeout(() => {
94
94
  setAnimating(false);
95
95
  display(duration);
96
- }, 1000);
96
+ }, 0);
97
97
  }
98
98
 
99
99
  function exit() {