@polymer/app-layout
Advanced tools
Comparing version 3.0.0-pre.13 to 3.0.0-pre.14
@@ -89,9 +89,9 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '../../iron-flex-layout/iron-flex-layout.js'; | ||
import { IronResizableBehavior } from '../../iron-resizable-behavior/iron-resizable-behavior.js'; | ||
import '@polymer/iron-flex-layout/iron-flex-layout.js'; | ||
import { IronResizableBehavior } from '@polymer/iron-resizable-behavior/iron-resizable-behavior.js'; | ||
import { AppScrollEffectsBehavior } from '../app-scroll-effects/app-scroll-effects-behavior.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -98,0 +98,0 @@ _template: html` |
@@ -133,10 +133,10 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '../../iron-media-query/iron-media-query.js'; | ||
import '@polymer/iron-media-query/iron-media-query.js'; | ||
import { AppLayoutBehavior } from '../app-layout-behavior/app-layout-behavior.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import { dom } from '../../polymer/lib/legacy/polymer.dom.js'; | ||
import { afterNextRender } from '../../polymer/lib/utils/render-status.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { dom } from '@polymer/polymer/lib/legacy/polymer.dom.js'; | ||
import { afterNextRender } from '@polymer/polymer/lib/utils/render-status.js'; | ||
Polymer({ | ||
@@ -143,0 +143,0 @@ _template: html` |
@@ -65,9 +65,9 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '../../iron-flex-layout/iron-flex-layout.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import { afterNextRender } from '../../polymer/lib/utils/render-status.js'; | ||
import { dom } from '../../polymer/lib/legacy/polymer.dom.js'; | ||
import '@polymer/iron-flex-layout/iron-flex-layout.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { afterNextRender } from '@polymer/polymer/lib/utils/render-status.js'; | ||
import { dom } from '@polymer/polymer/lib/legacy/polymer.dom.js'; | ||
Polymer({ | ||
@@ -74,0 +74,0 @@ _template: html` |
@@ -1,2 +0,2 @@ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
@@ -3,0 +3,0 @@ $_documentContainer.setAttribute('style', 'display: none;'); |
@@ -64,9 +64,9 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '../../iron-flex-layout/iron-flex-layout.js'; | ||
import '@polymer/iron-flex-layout/iron-flex-layout.js'; | ||
import { AppLayoutBehavior } from '../app-layout-behavior/app-layout-behavior.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import { dom } from '../../polymer/lib/legacy/polymer.dom.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { dom } from '@polymer/polymer/lib/legacy/polymer.dom.js'; | ||
Polymer({ | ||
@@ -73,0 +73,0 @@ _template: html` |
@@ -226,10 +226,10 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '../../iron-flex-layout/iron-flex-layout.js'; | ||
import '@polymer/iron-flex-layout/iron-flex-layout.js'; | ||
import { AppScrollEffectsBehavior } from '../app-scroll-effects/app-scroll-effects-behavior.js'; | ||
import { AppLayoutBehavior } from '../app-layout-behavior/app-layout-behavior.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import { dom } from '../../polymer/lib/legacy/polymer.dom.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { dom } from '@polymer/polymer/lib/legacy/polymer.dom.js'; | ||
Polymer({ | ||
@@ -236,0 +236,0 @@ _template: html` |
@@ -10,10 +10,10 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { IronResizableBehavior } from '../../iron-resizable-behavior/iron-resizable-behavior.js'; | ||
import { dom } from '../../polymer/lib/legacy/polymer.dom.js'; | ||
import * as async from '../../polymer/lib/utils/async.js'; | ||
import { animationFrame } from '../../polymer/lib/utils/async.js'; | ||
import { Debouncer } from '../../polymer/lib/utils/debounce.js'; | ||
import { enqueueDebouncer } from '../../polymer/lib/utils/flush.js'; | ||
import { IronResizableBehavior } from '@polymer/iron-resizable-behavior/iron-resizable-behavior.js'; | ||
import { dom } from '@polymer/polymer/lib/legacy/polymer.dom.js'; | ||
import * as async from '@polymer/polymer/lib/utils/async.js'; | ||
import { animationFrame } from '@polymer/polymer/lib/utils/async.js'; | ||
import { Debouncer } from '@polymer/polymer/lib/utils/debounce.js'; | ||
import { enqueueDebouncer } from '@polymer/polymer/lib/utils/flush.js'; | ||
@@ -20,0 +20,0 @@ /** |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { IronScrollTargetBehavior } from '../../iron-scroll-target-behavior/iron-scroll-target-behavior.js'; | ||
import { IronScrollTargetBehavior } from '@polymer/iron-scroll-target-behavior/iron-scroll-target-behavior.js'; | ||
import { _scrollEffects } from '../helpers/helpers.js'; | ||
@@ -15,0 +15,0 @@ |
@@ -10,7 +10,7 @@ /** | ||
*/ | ||
import '../../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { AppScrollEffectsBehavior } from '../app-scroll-effects-behavior.js'; | ||
import { Polymer } from '../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -17,0 +17,0 @@ _template: html` |
@@ -62,7 +62,7 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '../../iron-flex-layout/iron-flex-layout.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import '@polymer/iron-flex-layout/iron-flex-layout.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -69,0 +69,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ is: 'sample-content', |
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
@@ -13,0 +13,0 @@ export const _scrollEffects = {}; |
@@ -58,2 +58,6 @@ { | ||
}, | ||
"app-scroll-effects/effects/waterfall.html": { | ||
"convertedUrl": "app-scroll-effects/effects/waterfall.js", | ||
"exports": {} | ||
}, | ||
"docs.html": { | ||
@@ -127,6 +131,2 @@ "convertedUrl": "docs.html", | ||
}, | ||
"app-scroll-effects/effects/waterfall.html": { | ||
"convertedUrl": "app-scroll-effects/effects/waterfall.js", | ||
"exports": {} | ||
}, | ||
"app-grid/demo/index.html": { | ||
@@ -133,0 +133,0 @@ "convertedUrl": "app-grid/demo/index.html", |
@@ -15,18 +15,18 @@ { | ||
"es6-promise": "^4.0.0", | ||
"@polymer/font-roboto": "^3.0.0-pre.13", | ||
"@polymer/iron-component-page": "^3.0.0-pre.13", | ||
"@polymer/iron-icon": "^3.0.0-pre.13", | ||
"@polymer/iron-icons": "^3.0.0-pre.13", | ||
"@polymer/iron-list": "^3.0.0-pre.13", | ||
"@polymer/iron-pages": "^3.0.0-pre.13", | ||
"@polymer/iron-scroll-threshold": "^3.0.0-pre.13", | ||
"@polymer/paper-fab": "^3.0.0-pre.13", | ||
"@polymer/paper-icon-button": "^3.0.0-pre.13", | ||
"@polymer/paper-item": "^3.0.0-pre.13", | ||
"@polymer/paper-listbox": "^3.0.0-pre.13", | ||
"@polymer/paper-progress": "^3.0.0-pre.13", | ||
"@polymer/paper-spinner": "^3.0.0-pre.13", | ||
"@polymer/paper-styles": "^3.0.0-pre.13", | ||
"@polymer/paper-tabs": "^3.0.0-pre.13", | ||
"@polymer/test-fixture": "^3.0.0-pre.13", | ||
"@polymer/font-roboto": "^3.0.0-pre.14", | ||
"@polymer/iron-component-page": "^3.0.0-pre.14", | ||
"@polymer/iron-icon": "^3.0.0-pre.14", | ||
"@polymer/iron-icons": "^3.0.0-pre.14", | ||
"@polymer/iron-list": "^3.0.0-pre.14", | ||
"@polymer/iron-pages": "^3.0.0-pre.14", | ||
"@polymer/iron-scroll-threshold": "^3.0.0-pre.14", | ||
"@polymer/paper-fab": "^3.0.0-pre.14", | ||
"@polymer/paper-icon-button": "^3.0.0-pre.14", | ||
"@polymer/paper-item": "^3.0.0-pre.14", | ||
"@polymer/paper-listbox": "^3.0.0-pre.14", | ||
"@polymer/paper-progress": "^3.0.0-pre.14", | ||
"@polymer/paper-spinner": "^3.0.0-pre.14", | ||
"@polymer/paper-styles": "^3.0.0-pre.14", | ||
"@polymer/paper-tabs": "^3.0.0-pre.14", | ||
"@polymer/test-fixture": "^3.0.0-pre.14", | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
@@ -39,3 +39,3 @@ "@webcomponents/webcomponentsjs": "^2.0.0-0" | ||
}, | ||
"version": "3.0.0-pre.13", | ||
"version": "3.0.0-pre.14", | ||
"resolutions": { | ||
@@ -47,11 +47,10 @@ "inherits": "2.0.3", | ||
}, | ||
"main": "app-layout.js", | ||
"author": "The Polymer Authors", | ||
"dependencies": { | ||
"@polymer/iron-flex-layout": "^3.0.0-pre.13", | ||
"@polymer/iron-media-query": "^3.0.0-pre.13", | ||
"@polymer/iron-resizable-behavior": "^3.0.0-pre.13", | ||
"@polymer/iron-scroll-target-behavior": "^3.0.0-pre.13", | ||
"@polymer/iron-flex-layout": "^3.0.0-pre.14", | ||
"@polymer/iron-media-query": "^3.0.0-pre.14", | ||
"@polymer/iron-resizable-behavior": "^3.0.0-pre.14", | ||
"@polymer/iron-scroll-target-behavior": "^3.0.0-pre.14", | ||
"@polymer/polymer": "^3.0.0-pre.13" | ||
} | ||
} |
@@ -16,11 +16,11 @@ /** | ||
import '../../app-toolbar/app-toolbar.js'; | ||
import '../../../iron-flex-layout/iron-flex-layout.js'; | ||
import '../../../iron-icons/iron-icons.js'; | ||
import '../../../iron-media-query/iron-media-query.js'; | ||
import '../../../paper-icon-button/paper-icon-button.js'; | ||
import '../../../paper-item/paper-item.js'; | ||
import '../../../paper-listbox/paper-listbox.js'; | ||
import '../../../paper-tabs/paper-tabs.js'; | ||
import { Polymer } from '../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../polymer/lib/utils/html-tag.js'; | ||
import '@polymer/iron-flex-layout/iron-flex-layout.js'; | ||
import '@polymer/iron-icons/iron-icons.js'; | ||
import '@polymer/iron-media-query/iron-media-query.js'; | ||
import '@polymer/paper-icon-button/paper-icon-button.js'; | ||
import '@polymer/paper-item/paper-item.js'; | ||
import '@polymer/paper-listbox/paper-listbox.js'; | ||
import '@polymer/paper-tabs/paper-tabs.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -27,0 +27,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ _template: html` |
@@ -14,4 +14,4 @@ /** | ||
import './app-icons.js'; | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { scroll } from '../../../helpers/helpers.js'; | ||
@@ -18,0 +18,0 @@ Polymer({ |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ _template: html` |
@@ -12,4 +12,4 @@ /** | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -16,0 +16,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ _template: html` |
@@ -15,4 +15,4 @@ /** | ||
import './two-columns-grid.js'; | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { scroll } from '../../../helpers/helpers.js'; | ||
@@ -19,0 +19,0 @@ Polymer({ |
@@ -29,5 +29,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -34,0 +34,0 @@ _template: html` |
@@ -13,4 +13,4 @@ /** | ||
import './shrine-detail.js'; | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { scroll } from '../../../helpers/helpers.js'; | ||
@@ -17,0 +17,0 @@ Polymer({ |
@@ -12,4 +12,4 @@ /** | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -16,0 +16,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ _template: html` |
@@ -13,4 +13,4 @@ /** | ||
import './shrine-featured-item.js'; | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -17,0 +17,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -15,0 +15,0 @@ _template: html` |
@@ -10,5 +10,5 @@ /** | ||
*/ | ||
import { Polymer } from '../../../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../../polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
@@ -15,0 +15,0 @@ $_documentContainer.setAttribute('style', 'display: none;'); |
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
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
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
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
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
1489674