Socket
Socket
Sign inDemoInstall

@atlaskit/ds-explorations

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/ds-explorations - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

9

CHANGELOG.md
# @atlaskit/ds-explorations
## 4.2.0
### Minor Changes
- [#111878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111878)
[`223959ef57c80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/223959ef57c80) -
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
is implicitly set to automatic.
## 4.1.0

@@ -4,0 +13,0 @@

9

dist/cjs/components/interaction-surface.partial.js

@@ -10,4 +10,9 @@ "use strict";

var _surfaceProvider = require("./surface-provider");
/**
* @jsxRuntime classic
*/
/** @jsx jsx */
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
var baseStyles = (0, _react2.css)({

@@ -29,7 +34,7 @@ position: 'absolute',

* // a minimal icon button
* <Box as="button">
* <Pressable>
* <InteractionSurface>
* <WarningIcon label="icon button" />
* </InteractionSurface>
* </Box>
* </Pressable>
* ```

@@ -36,0 +41,0 @@ */

@@ -0,3 +1,8 @@

/**
* @jsxRuntime classic
*/
/** @jsx jsx */
import { Fragment, useContext } from 'react';
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
import { css, jsx } from '@emotion/react';

@@ -21,7 +26,7 @@ import { SurfaceContext } from './surface-provider';

* // a minimal icon button
* <Box as="button">
* <Pressable>
* <InteractionSurface>
* <WarningIcon label="icon button" />
* </InteractionSurface>
* </Box>
* </Pressable>
* ```

@@ -28,0 +33,0 @@ */

@@ -0,3 +1,8 @@

/**
* @jsxRuntime classic
*/
/** @jsx jsx */
import { Fragment, useContext } from 'react';
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
import { css, jsx } from '@emotion/react';

@@ -21,7 +26,7 @@ import { SurfaceContext } from './surface-provider';

* // a minimal icon button
* <Box as="button">
* <Pressable>
* <InteractionSurface>
* <WarningIcon label="icon button" />
* </InteractionSurface>
* </Box>
* </Pressable>
* ```

@@ -28,0 +33,0 @@ */

@@ -0,1 +1,4 @@

/**
* @jsxRuntime classic
*/
/** @jsx jsx */

@@ -14,7 +17,7 @@ import { type ReactNode } from 'react';

* // a minimal icon button
* <Box as="button">
* <Pressable>
* <InteractionSurface>
* <WarningIcon label="icon button" />
* </InteractionSurface>
* </Box>
* </Pressable>
* ```

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

@@ -0,1 +1,4 @@

/**
* @jsxRuntime classic
*/
/** @jsx jsx */

@@ -14,7 +17,7 @@ import { type ReactNode } from 'react';

* // a minimal icon button
* <Box as="button">
* <Pressable>
* <InteractionSurface>
* <WarningIcon label="icon button" />
* </InteractionSurface>
* </Box>
* </Pressable>
* ```

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

{
"name": "@atlaskit/ds-explorations",
"version": "4.1.0",
"version": "4.2.0",
"description": "DEPRECATED. Use @atlaskit/primitives. An experimental package for exploration and validation of spacing / typography foundations.",

@@ -29,3 +29,3 @@ "publishConfig": {

"dependencies": {
"@atlaskit/tokens": "^1.50.0",
"@atlaskit/tokens": "^1.51.0",
"@babel/runtime": "^7.0.0",

@@ -40,4 +40,4 @@ "@emotion/react": "^11.7.1"

"@atlaskit/ds-lib": "*",
"@atlaskit/primitives": "^7.2.0",
"@atlaskit/textfield": "^6.3.0",
"@atlaskit/primitives": "^7.4.0",
"@atlaskit/textfield": "^6.4.0",
"@atlaskit/visual-regression": "*",

@@ -60,3 +60,6 @@ "@atlassian/codegen": "^0.1.0",

"design-system": "v1",
"styling": ["static", "emotion"],
"styling": [
"static",
"emotion"
],
"ui-components": "lite-mode",

@@ -69,3 +72,6 @@ "analytics": "analytics-next",

">=4.5 <4.9": {
"*": ["dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts"]
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}

@@ -72,0 +78,0 @@ },

@@ -52,5 +52,2 @@ {

{
"path": "../focus-ring/tsconfig.app.json"
},
{
"path": "../heading/tsconfig.app.json"

@@ -57,0 +54,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc