@atlaskit/tooltip
Advanced tools
Comparing version 15.2.5 to 15.2.6
# @atlaskit/tooltip | ||
## 15.2.6 | ||
### Patch Changes | ||
- [patch][3940bd71f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/3940bd71f1): | ||
Change imports to comply with Atlassian conventions- Updated dependencies [cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6): | ||
- Updated dependencies [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e): | ||
- Updated dependencies [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3): | ||
- Updated dependencies [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02): | ||
- Updated dependencies [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29): | ||
- @atlaskit/popper@3.1.12 | ||
- @atlaskit/button@13.3.11 | ||
- @atlaskit/icon@20.1.1 | ||
- @atlaskit/webdriver-runner@0.3.4 | ||
## 15.2.5 | ||
@@ -4,0 +21,0 @@ |
import React from 'react'; | ||
import { TooltipProps, TooltipState, FakeMouseElement } from './types'; | ||
import { FakeMouseElement, TooltipProps, TooltipState } from './types'; | ||
declare class Tooltip extends React.Component<TooltipProps, TooltipState> { | ||
@@ -4,0 +4,0 @@ static defaultProps: Pick<TooltipProps, 'component' | 'delay' | 'mousePosition' | 'position' | 'tag'>; |
@@ -6,10 +6,10 @@ "use strict"; | ||
var react_1 = tslib_1.__importDefault(require("react")); | ||
var flushable_1 = tslib_1.__importDefault(require("flushable")); | ||
var react_node_resolver_1 = tslib_1.__importDefault(require("react-node-resolver")); | ||
var flushable_1 = tslib_1.__importDefault(require("flushable")); | ||
var analytics_next_1 = require("@atlaskit/analytics-next"); | ||
var popper_1 = require("@atlaskit/popper"); | ||
var portal_1 = tslib_1.__importDefault(require("@atlaskit/portal")); | ||
var constants_1 = require("@atlaskit/theme/constants"); | ||
var analytics_next_1 = require("@atlaskit/analytics-next"); | ||
var styled_1 = require("../styled"); | ||
var version_json_1 = require("../version.json"); | ||
var styled_1 = require("../styled"); | ||
var Animation_1 = tslib_1.__importDefault(require("./Animation")); | ||
@@ -16,0 +16,0 @@ var analytics_payloads_1 = require("./utils/analytics-payloads"); |
@@ -5,5 +5,5 @@ "use strict"; | ||
var styled_components_1 = tslib_1.__importDefault(require("styled-components")); | ||
var colors_1 = require("@atlaskit/theme/colors"); | ||
var components_1 = require("@atlaskit/theme/components"); | ||
var constants_1 = require("@atlaskit/theme/constants"); | ||
var colors_1 = require("@atlaskit/theme/colors"); | ||
var backgroundColor = components_1.themed({ | ||
@@ -10,0 +10,0 @@ light: colors_1.N800, |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "15.2.5", | ||
"version": "15.2.6", | ||
"sideEffects": false | ||
} |
import React from 'react'; | ||
import { TooltipProps, TooltipState, FakeMouseElement } from './types'; | ||
import { FakeMouseElement, TooltipProps, TooltipState } from './types'; | ||
declare class Tooltip extends React.Component<TooltipProps, TooltipState> { | ||
@@ -4,0 +4,0 @@ static defaultProps: Pick<TooltipProps, 'component' | 'delay' | 'mousePosition' | 'position' | 'tag'>; |
/* eslint-disable react/require-default-props */ | ||
import { __assign, __extends } from "tslib"; | ||
import React from 'react'; | ||
import flushable from 'flushable'; | ||
import NodeResolver from 'react-node-resolver'; | ||
import flushable from 'flushable'; | ||
import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents, } from '@atlaskit/analytics-next'; | ||
import { Popper } from '@atlaskit/popper'; | ||
import Portal from '@atlaskit/portal'; | ||
import { layers } from '@atlaskit/theme/constants'; | ||
import { withAnalyticsEvents, withAnalyticsContext, createAndFireEvent, } from '@atlaskit/analytics-next'; | ||
import { Tooltip as StyledTooltip } from '../styled'; | ||
import { name as packageName, version as packageVersion, } from '../version.json'; | ||
import { Tooltip as StyledTooltip } from '../styled'; | ||
import Animation from './Animation'; | ||
@@ -13,0 +13,0 @@ import { hoveredPayload, unhoveredPayload } from './utils/analytics-payloads'; |
import { __makeTemplateObject } from "tslib"; | ||
import styled from 'styled-components'; | ||
import { DN0, DN600, N0, N800 } from '@atlaskit/theme/colors'; | ||
import { themed } from '@atlaskit/theme/components'; | ||
import { borderRadius, layers } from '@atlaskit/theme/constants'; | ||
import { N800, DN0, N0, DN600 } from '@atlaskit/theme/colors'; | ||
var backgroundColor = themed({ | ||
@@ -7,0 +7,0 @@ light: N800, |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "15.2.5", | ||
"version": "15.2.6", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/tooltip", | ||
"version": "15.2.5", | ||
"version": "15.2.6", | ||
"description": "A tooltip is a floating, non-actionable label used to explain a user interface element or feature.", | ||
@@ -8,18 +8,21 @@ "publishConfig": { | ||
}, | ||
"repository": "https://bitbucket.org/atlassian/atlassian-frontend", | ||
"author": "Atlassian Pty Ltd", | ||
"license": "Apache-2.0", | ||
"types": "dist/cjs/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"sideEffects": false, | ||
"atlaskit:src": "src/index.ts", | ||
"sideEffects": false, | ||
"atlaskit:designLink": "https://atlassian.design/guidelines/product/components/tooltips", | ||
"author": "Atlassian Pty Ltd", | ||
"atlaskit": { | ||
"name": "Tooltip" | ||
"atlassian": { | ||
"team": "Design System Team", | ||
"releaseModel": "scheduled", | ||
"website": { | ||
"name": "Tooltip" | ||
} | ||
}, | ||
"team": "Design System Team", | ||
"repository": "https://bitbucket.org/atlassian/atlaskit-mk-2", | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^6.3.5", | ||
"@atlaskit/popper": "^3.1.11", | ||
"@atlaskit/popper": "^3.1.12", | ||
"@atlaskit/portal": "^3.1.6", | ||
@@ -39,8 +42,8 @@ "@atlaskit/theme": "^9.5.1", | ||
"@atlaskit/build-utils": "^2.2.7", | ||
"@atlaskit/button": "^13.3.9", | ||
"@atlaskit/button": "^13.3.11", | ||
"@atlaskit/docs": "^8.4.0", | ||
"@atlaskit/icon": "^20.1.0", | ||
"@atlaskit/icon": "^20.1.1", | ||
"@atlaskit/ssr": "^0.1.1", | ||
"@atlaskit/visual-regression": "^0.1.9", | ||
"@atlaskit/webdriver-runner": "^0.3.0", | ||
"@atlaskit/webdriver-runner": "^0.3.4", | ||
"@testing-library/react": "^8.0.1", | ||
@@ -57,3 +60,8 @@ "@types/flushable": "^1.0.1", | ||
"ui" | ||
] | ||
], | ||
"techstack": { | ||
"@atlassian/frontend": { | ||
"import-structure": "atlassian-conventions" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
115379
Updated@atlaskit/popper@^3.1.12