Socket
Socket
Sign inDemoInstall

@atlaskit/empty-state

Package Overview
Dependencies
105
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.2.1 to 7.3.0

13

CHANGELOG.md
# @atlaskit/empty-state
## 7.3.0
### Minor Changes
- [`b5c96b26bf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5c96b26bf3) - Instrumented empty-state with the new theming package, `@atlaskit/tokens`.
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
### Patch Changes
- Updated dependencies
## 7.2.1

@@ -4,0 +17,0 @@

4

dist/cjs/styled/description.js

@@ -14,2 +14,4 @@ "use strict";

var _tokens = require("@atlaskit/tokens");
/** @jsx jsx */

@@ -19,3 +21,3 @@ var descriptionStyles = (0, _core.css)({

marginBottom: "".concat((0, _constants.gridSize)() * 3, "px"),
color: _colors.N800
color: (0, _tokens.token)('color.text.highEmphasis', _colors.N800)
});

@@ -22,0 +24,0 @@ /**

{
"name": "@atlaskit/empty-state",
"version": "7.2.1",
"version": "7.3.0",
"sideEffects": false
}

@@ -5,6 +5,7 @@ /** @jsx jsx */

import { gridSize as getGridSize } from '@atlaskit/theme/constants';
import { token } from '@atlaskit/tokens';
const descriptionStyles = css({
marginTop: 0,
marginBottom: `${getGridSize() * 3}px`,
color: N800
color: token('color.text.highEmphasis', N800)
});

@@ -11,0 +12,0 @@ /**

{
"name": "@atlaskit/empty-state",
"version": "7.2.1",
"version": "7.3.0",
"sideEffects": false
}

@@ -5,6 +5,7 @@ /** @jsx jsx */

import { gridSize as getGridSize } from '@atlaskit/theme/constants';
import { token } from '@atlaskit/tokens';
var descriptionStyles = css({
marginTop: 0,
marginBottom: "".concat(getGridSize() * 3, "px"),
color: N800
color: token('color.text.highEmphasis', N800)
});

@@ -11,0 +12,0 @@ /**

{
"name": "@atlaskit/empty-state",
"version": "7.2.1",
"version": "7.3.0",
"sideEffects": false
}
{
"name": "@atlaskit/empty-state",
"version": "7.2.1",
"description": "A React component used for presenting various empty states (no items, empty search, broken link, welcome screen etc.)",
"version": "7.3.0",
"description": "An empty state appears when there is no data to display and describes what the user can do next.",
"publishConfig": {

@@ -28,3 +28,4 @@ "registry": "https://registry.npmjs.org/"

"@atlaskit/spinner": "^15.1.0",
"@atlaskit/theme": "^11.5.0",
"@atlaskit/theme": "^12.0.0",
"@atlaskit/tokens": "^0.2.0",
"@babel/runtime": "^7.0.0",

@@ -54,3 +55,3 @@ "@emotion/core": "^10.0.9"

"analytics": "analytics-next",
"theming": "new-theming-api",
"theming": "tokens",
"styling": "emotion",

@@ -57,0 +58,0 @@ "design-system": "v1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc