licenses.dev

@atlaskit/empty-state v8.3.0

An empty state appears when there is no data to display and describes what the user can do next.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT89
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/generator • 7.26.10Turns an AST into code.INDIRECT10
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/parser • 7.26.10A JavaScript parserINDIRECT3
@babel/register • 7.25.9babel require hookINDIRECT21
@babel/runtime • 7.26.10babel's modular runtime helpersDIRECT1
@babel/template • 7.26.9Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.26.10The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.10Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@emotion/babel-plugin • 11.13.5A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.INDIRECT53
@emotion/cache • 11.14.0emotion's cacheINDIRECT5
@emotion/hash • 0.9.2A MurmurHash2 implementationINDIRECT0
@emotion/memoize • 0.9.0emotion's memoize utilityINDIRECT0
@emotion/react • 11.14.0> Simple styling in React.INDIRECT60
@emotion/serialize • 1.3.3serialization utils for emotionINDIRECT5
@emotion/sheet • 1.4.0emotion's stylesheetINDIRECT0
@emotion/unitless • 0.10.0An object of css properties that don't accept values with unitsINDIRECT0
@emotion/use-insertion-effect-with-fallbacks • 1.2.0A wrapper package that uses `useInsertionEffect` or a fallback for itINDIRECT0
@emotion/utils • 1.4.2internal utils for emotionINDIRECT0
@emotion/weak-memoize • 0.4.0A memoization function that uses a WeakMapINDIRECT0
@jridgewell/gen-mapping • 0.3.8Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@popperjs/core • 2.11.8Tooltip and Popover Positioning EngineINDIRECT0
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
babel-plugin-macros • 3.1.0Allows you to build compile-time librariesINDIRECT25
bind-event-listener • 3.0.0Making binding and unbinding DOM events easierINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT4
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cosmiconfig • 7.1.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT16
csstype • 3.1.3Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
eventemitter2 • 4.1.2A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.INDIRECT0
find-cache-dir • 2.1.0Finds the common standard cache directoryINDIRECT11
find-root • 1.1.0find the closest package.jsonINDIRECT0
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
import-fresh • 3.3.1Import a module while bypassing the cacheINDIRECT3
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
kind-of • 6.0.3Get the native type of a value.INDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
path-exists • 3.0.0Check if a path existsINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pirates • 4.0.6Properly hijack require, i.e., properly define require hooks and customizationsINDIRECT0
pkg-dir • 3.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
react-fast-compare • 3.2.2Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.INDIRECT0
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-popper • 2.3.0Official library to use Popper on React projectsINDIRECT4
react-uid • 2.4.0Render-less container for ID generationINDIRECT1
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
stylis • 4.2.0A Light–weight CSS PreprocessorINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
tiny-invariant • 1.3.3A tiny invariant functionINDIRECT0
use-memo-one • 1.1.3useMemo and useCallback but with a stable cacheINDIRECT0
warning • 4.0.3A mirror of Facebook's WarningINDIRECT2
Apache-2.025
PackageRelationDependenciesPublished
@atlaskit/analytics-next-stable-react-context • 1.0.1Single source of truth analytics-next React context. This package should NEVER be updated.INDIRECT1
@atlaskit/analytics-next • 10.3.1React components, HOCs and hooks to assist with tracking user activity with React componentsINDIRECT16
@atlaskit/app-provider • 1.8.1A top level provider for the Design System.INDIRECT32
@atlaskit/atlassian-context • 0.2.0Provides FedRAMP-friendly URLs and helps to identify if product is running in FedRAMP environment.INDIRECT2
@atlaskit/button • 20.5.3A button triggers an event or action. They let users know what will happen next.DIRECT121
@atlaskit/codemod-utils • 4.2.4 jscodeshift-compatible codemod utilitiesINDIRECT2
@atlaskit/css • 0.9.0Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.INDIRECT34
@atlaskit/ds-lib • 3.5.1Reusable utilities and hooks specific to design system.INDIRECT11
@atlaskit/feature-gate-js-client • 4.26.5Atlassians wrapper for the Statsig js-lite client.INDIRECT6
@atlaskit/focus-ring • 2.1.0A focus ring clearly indicates which item has keyboard focus.INDIRECT72
@atlaskit/heading • 4.3.1A heading is a typography component used to display text in different sizes and formats.DIRECT85
@atlaskit/icon • 23.11.0An icon is a symbol representing a command, device, directory, or common action.INDIRECT94
@atlaskit/interaction-context • 2.6.0Interaction context for handling tracingINDIRECT2
@atlaskit/layering • 1.1.3Layering provides consistent and accessible layered experienceINDIRECT13
@atlaskit/motion • 3.1.0A set of utilities to apply motion in your application.INDIRECT71
@atlaskit/platform-feature-flags • 1.1.0Platform Feature FlagsINDIRECT7
@atlaskit/popper • 6.4.0A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitableINDIRECT8
@atlaskit/portal • 4.11.3A wrapper for rendering components in React portals.INDIRECT34
@atlaskit/primitives • 13.6.0Primitives are token-backed low-level building blocks.DIRECT84
@atlaskit/spinner • 17.2.0A spinner is an animated spinning icon that lets users know content is being loaded.DIRECT37
@atlaskit/theme • 16.0.0Theme contains solutions for global theming, colors, and other useful mixins.DIRECT33
@atlaskit/tokens • 3.3.2Design tokens are the single source of truth to name and store design decisions.DIRECT31
@atlaskit/tooltip • 19.2.0A tooltip is a floating, non-actionable label used to explain a user interface element or feature.INDIRECT90
@atlaskit/visually-hidden • 1.6.0A utility that hides content from the screen while retaining readability by screen readers for accessibility.INDIRECT61
@compiled/react • 0.18.3A familiar and performant compile time CSS-in-JS library for React.DIRECT1
BSD-3-Clause3
PackageRelationDependenciesPublished
hoist-non-react-statics • 3.3.2Copies non-react specific statics from a child component to a parent componentINDIRECT1
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
ISC3
PackageRelationDependenciesPublished
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
unknown2
PackageRelationDependenciesPublished
@statsig/client-core • 3.14.1INDIRECT0
@statsig/js-client • 3.14.1Statsig helps you move faster with feature gates (feature flags), and/or dynamic configs. It also allows you to run A/B/n tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, check out our product and creINDIRECT1
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40atlaskit%2Fempty-state)](https://licenses.dev/npm/%40atlaskit%2Fempty-state)
<a href="https://licenses.dev/npm/%40atlaskit%2Fempty-state">
  <img src="https://licenses.dev/b/npm/%40atlaskit%2Fempty-state" alt="licenses" />
</a>

Or the licenses badge code for the 8.3.0 version:

[![licenses](https://licenses.dev/b/npm/%40atlaskit%2Fempty-state/8.3.0)](https://licenses.dev/npm/%40atlaskit%2Fempty-state/8.3.0)
<a href="https://licenses.dev/npm/%40atlaskit%2Fempty-state/8.3.0">
  <img src="https://licenses.dev/b/npm/%40atlaskit%2Fempty-state/8.3.0" alt="licenses" />
</a>
GitHub