Socket
Socket
Sign inDemoInstall

@atlaskit/dynamic-table

Package Overview
Dependencies
126
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.8.1 to 14.8.2

6

CHANGELOG.md
# @atlaskit/dynamic-table
## 14.8.2
### Patch Changes
- [`f9cd9e55e43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f9cd9e55e43) - Update to disabled tokens which slightly affects the opacity in disabled states
## 14.8.1

@@ -4,0 +10,0 @@

2

dist/cjs/components/loading-container-advanced.js

@@ -261,3 +261,3 @@ "use strict";

spinnerSize: _constants.LARGE,
contentsOpacity: _constants.LOADING_CONTENTS_OPACITY
contentsOpacity: "var(--ds-opacity-loading, ".concat("".concat(_constants.LOADING_CONTENTS_OPACITY), ")")
});

@@ -57,3 +57,3 @@ "use strict";

var packageName = "@atlaskit/dynamic-table";
var packageVersion = "14.8.1";
var packageVersion = "14.8.2";

@@ -60,0 +60,0 @@ function toggleSortOrder(currentSortOrder) {

{
"name": "@atlaskit/dynamic-table",
"version": "14.8.1",
"version": "14.8.2",
"sideEffects": false
}

@@ -216,3 +216,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

spinnerSize: LARGE,
contentsOpacity: LOADING_CONTENTS_OPACITY
contentsOpacity: `var(--ds-opacity-loading, ${`${LOADING_CONTENTS_OPACITY}`})`
});

@@ -17,3 +17,3 @@ import _extends from "@babel/runtime/helpers/extends";

const packageName = "@atlaskit/dynamic-table";
const packageVersion = "14.8.1";
const packageVersion = "14.8.2";

@@ -20,0 +20,0 @@ function toggleSortOrder(currentSortOrder) {

{
"name": "@atlaskit/dynamic-table",
"version": "14.8.1",
"version": "14.8.2",
"sideEffects": false
}

@@ -257,5 +257,5 @@ import _typeof from "@babel/runtime/helpers/typeof";

spinnerSize: LARGE,
contentsOpacity: LOADING_CONTENTS_OPACITY
contentsOpacity: "var(--ds-opacity-loading, ".concat("".concat(LOADING_CONTENTS_OPACITY), ")")
});
export { LoadingContainerAdvanced as default };

@@ -28,3 +28,3 @@ import _extends from "@babel/runtime/helpers/extends";

var packageName = "@atlaskit/dynamic-table";
var packageVersion = "14.8.1";
var packageVersion = "14.8.2";

@@ -31,0 +31,0 @@ function toggleSortOrder(currentSortOrder) {

{
"name": "@atlaskit/dynamic-table",
"version": "14.8.1",
"version": "14.8.2",
"sideEffects": false
}

@@ -7,3 +7,3 @@ import React from 'react';

spinnerSize?: SpinnerSizeType;
contentsOpacity: number;
contentsOpacity: number | string;
targetRef?: () => HTMLDivElement | undefined;

@@ -18,3 +18,3 @@ testId?: string;

spinnerSize: string;
contentsOpacity: number;
contentsOpacity: "var(--ds-opacity-loading)";
};

@@ -21,0 +21,0 @@ componentDidMount: () => void;

@@ -7,3 +7,3 @@ import React from 'react';

spinnerSize?: SpinnerSizeType;
contentsOpacity: number;
contentsOpacity: number | string;
targetRef?: () => HTMLDivElement | undefined;

@@ -18,3 +18,3 @@ testId?: string;

spinnerSize: string;
contentsOpacity: number;
contentsOpacity: "var(--ds-opacity-loading)";
};

@@ -21,0 +21,0 @@ componentDidMount: () => void;

{
"name": "@atlaskit/dynamic-table",
"version": "14.8.1",
"version": "14.8.2",
"description": "A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.",

@@ -5,0 +5,0 @@ "publishConfig": {

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