From ce07aa04c60eaed72e878d01a55a57ea3df9ddab Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Fri, 22 Jan 2021 21:25:08 -0800 Subject: [PATCH] fix: remove unused packages; update fixed style --- package-lock.json | 37 +------------------------------------ package.json | 8 ++------ src/style-fixed.scss | 2 +- 3 files changed, 4 insertions(+), 43 deletions(-) diff --git a/package-lock.json b/package-lock.json index d45b888..c98b0e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@alaskaairux/auro-header", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13,35 +13,6 @@ "chalk": "^4.1.0" } }, - "@alaskaairux/orion-design-tokens": { - "version": "2.12.3", - "resolved": "https://registry.npmjs.org/@alaskaairux/orion-design-tokens/-/orion-design-tokens-2.12.3.tgz", - "integrity": "sha512-hq6ufQcU8bIDg1jjUh8/og0CPtfB1MmC2CFWlLLV3GUbQjaWQGEOF91hBLsMWdXfYWNO2JmFqAnRI8yjcTUbmQ==", - "dev": true, - "requires": { - "chalk": "^4.1.0" - } - }, - "@alaskaairux/orion-icons": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@alaskaairux/orion-icons/-/orion-icons-2.1.5.tgz", - "integrity": "sha512-MsCues2ipQGOqHqmIK4zxNzCfbuGMAyCicJ1QaO1KyWSEX6GRHiDQCKw+wGgVvGAtmbRHzOqvhbFg7+RbWVMjg==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "fs": "0.0.1-security" - } - }, - "@alaskaairux/orion-web-core-style-sheets": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/@alaskaairux/orion-web-core-style-sheets/-/orion-web-core-style-sheets-2.12.2.tgz", - "integrity": "sha512-1HVyIHIpV4mf0e8VISOqyUo22Y41BW8xMJHjz13iHCRotuuMm3gvYnlgVr+Y4aFdDOVmov1Obd7cUpf4SOX5fw==", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "focus-visible": "^5.1.0" - } - }, "@alaskaairux/webcorestylesheets": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@alaskaairux/webcorestylesheets/-/webcorestylesheets-3.0.0.tgz", @@ -5464,12 +5435,6 @@ "readable-stream": "^2.0.0" } }, - "fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=", - "dev": true - }, "fs-extra": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", diff --git a/package.json b/package.json index 3aad018..3df3cda 100644 --- a/package.json +++ b/package.json @@ -22,17 +22,13 @@ "lit-element": "^2.4.0" }, "peerDependencies": { - "@alaskaairux/orion-design-tokens": "^2.11.0", - "@alaskaairux/orion-web-core-style-sheets": "^2.10.1", - "@alaskaairux/orion-icons": "^2.1.5", + "@alaskaairux/design-tokens": "^3.0.0", + "@alaskaairux/webcorestylesheets": "^3.0.0", "@webcomponents/webcomponentsjs": "^2.4.3", "focus-visible": "^5.1.0" }, "devDependencies": { "@alaskaairux/design-tokens": "^3.0.0", - "@alaskaairux/orion-design-tokens": "^2.12.3", - "@alaskaairux/orion-icons": "^2.1.5", - "@alaskaairux/orion-web-core-style-sheets": "^2.12.2", "@alaskaairux/webcorestylesheets": "^3.0.0", "@babel/core": "^7.12.10", "@babel/plugin-syntax-dynamic-import": "^7.8.3", diff --git a/src/style-fixed.scss b/src/style-fixed.scss index f80b986..873404b 100644 --- a/src/style-fixed.scss +++ b/src/style-fixed.scss @@ -1,4 +1,4 @@ -@import './node_modules/@alaskaairux/orion-design-tokens/dist/tokens/SassCustomProperties'; +@import './node_modules/@alaskaairux/design-tokens/dist/tokens/SassCustomProperties'; :host([fixed]) { @import './style.scss';