@atlaskit/analytics-namespaced-context
Advanced tools
Comparing version 4.1.10 to 4.1.11
# @atlaskit/analytics-namespaced-context | ||
## 4.1.11 | ||
### Patch Changes | ||
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a): | ||
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a): | ||
- @atlaskit/docs@8.3.2 | ||
- @atlaskit/analytics-next@6.3.5 | ||
- @atlaskit/analytics-listeners@6.2.3 | ||
## 4.1.10 | ||
@@ -4,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
import * as React from 'react'; | ||
import React from 'react'; | ||
import { ReactNode } from 'react'; | ||
@@ -3,0 +3,0 @@ export declare type Props = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var React = tslib_1.__importStar(require("react")); | ||
var react_1 = tslib_1.__importDefault(require("react")); | ||
var analytics_next_1 = require("@atlaskit/analytics-next"); | ||
@@ -13,3 +13,3 @@ var createNamespaceContext = function (namespace, displayName) { | ||
_a); | ||
return (React.createElement(analytics_next_1.AnalyticsContext, { data: newData }, React.Children.only(props.children))); | ||
return (react_1.default.createElement(analytics_next_1.AnalyticsContext, { data: newData }, react_1.default.Children.only(props.children))); | ||
}; | ||
@@ -16,0 +16,0 @@ Component.displayName = displayName; |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "4.1.10" | ||
"version": "4.1.11" | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as React from 'react'; | ||
import React from 'react'; | ||
import { ReactNode } from 'react'; | ||
@@ -3,0 +3,0 @@ export declare type Props = { |
@@ -1,2 +0,2 @@ | ||
import * as React from 'react'; | ||
import React from 'react'; | ||
import { AnalyticsContext } from '@atlaskit/analytics-next'; | ||
@@ -3,0 +3,0 @@ var createNamespaceContext = function (namespace, displayName) { |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "4.1.10" | ||
"version": "4.1.11" | ||
} |
{ | ||
"name": "@atlaskit/analytics-namespaced-context", | ||
"version": "4.1.10", | ||
"version": "4.1.11", | ||
"description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"config": { | ||
@@ -13,3 +16,3 @@ "access": "public" | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^6.3.1", | ||
"@atlaskit/analytics-next": "^6.3.5", | ||
"tslib": "^1.9.3" | ||
@@ -21,3 +24,2 @@ }, | ||
"author": "Atlassian Pty. Ltd", | ||
"maintainers": [], | ||
"license": "Apache-2.0", | ||
@@ -29,6 +31,6 @@ "repository": { | ||
"devDependencies": { | ||
"@atlaskit/analytics-listeners": "^6.2.2", | ||
"@atlaskit/docs": "^8.1.8", | ||
"enzyme": "^3.7.0", | ||
"enzyme-adapter-react-16": "^1.7.0", | ||
"@atlaskit/analytics-listeners": "^6.2.3", | ||
"@atlaskit/docs": "^8.3.2", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.15.1", | ||
"react": "^16.8.0" | ||
@@ -38,5 +40,5 @@ }, | ||
"internal": true, | ||
"name": "Analytics Namespaced Context", | ||
"team": "teams" | ||
"name": "Analytics Namespaced Context" | ||
}, | ||
"team": "Atlassian Frontend Platform", | ||
"keywords": [ | ||
@@ -46,2 +48,2 @@ "fabric", | ||
] | ||
} | ||
} |
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
31434