mirror of
https://github.com/lensapp/lens.git
synced 2024-11-28 11:53:41 +03:00
chore: export ui-component styles
Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
parent
4dcdd9152c
commit
9fc07ab56c
@ -198,7 +198,7 @@
|
||||
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.5",
|
||||
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
||||
"@k8slens/react-application": "^1.0.0-alpha.4",
|
||||
"@k8slens/resizing-anchor": "^1.0.0-alpha.7",
|
||||
"@k8slens/resizing-anchor": "1.0.0-alpha.8",
|
||||
"@k8slens/run-many": "^1.0.0-alpha.5",
|
||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.4",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.4",
|
||||
|
@ -1,8 +1,8 @@
|
||||
import "@k8slens/core/styles";
|
||||
import "@k8slens/button/dist/index.css";
|
||||
import "@k8slens/error-boundary/dist/index.css";
|
||||
import "@k8slens/tooltip/dist/index.css";
|
||||
import "@k8slens/resizing-anchor/dist/index.css";
|
||||
import "@k8slens/button/styles";
|
||||
import "@k8slens/error-boundary/styles";
|
||||
import "@k8slens/tooltip/styles";
|
||||
import "@k8slens/resizing-anchor/styles";
|
||||
|
||||
import { runInAction } from "mobx";
|
||||
import {
|
||||
|
@ -321,9 +321,9 @@
|
||||
"peerDependencies": {
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
|
||||
"@k8slens/button": "^1.0.0-alpha.5",
|
||||
"@k8slens/button": "1.0.0-alpha.8",
|
||||
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
|
||||
"@k8slens/error-boundary": "^1.0.0-alpha.5",
|
||||
"@k8slens/error-boundary": "1.0.0-alpha.8",
|
||||
"@k8slens/event-emitter": "^1.0.0-alpha.1",
|
||||
"@k8slens/kubectl-versions": "^1.0.0-alpha.0",
|
||||
"@k8slens/legacy-extensions": "^1.0.0-alpha.0",
|
||||
@ -332,12 +332,12 @@
|
||||
"@k8slens/messaging": "^1.0.0-alpha.1",
|
||||
"@k8slens/messaging-for-main": "^1.0.0-alpha.1",
|
||||
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.1",
|
||||
"@k8slens/resizing-anchor": "^1.0.0-alpha.5",
|
||||
"@k8slens/resizing-anchor": "1.0.0-alpha.8",
|
||||
"@k8slens/routing": "^1.0.0-alpha.5",
|
||||
"@k8slens/run-many": "^1.0.0-alpha.1",
|
||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
||||
"@k8slens/test-utils": "^1.0.0-alpha.3",
|
||||
"@k8slens/tooltip": "^1.0.0-alpha.5",
|
||||
"@k8slens/tooltip": "1.0.0-alpha.8",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/fp": "^15.8.1",
|
||||
"@ogre-tools/injectable": "^15.8.1",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/button",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.7",
|
||||
"version": "1.0.0-alpha.8",
|
||||
"description": "Highly extendable button in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
@ -16,6 +16,9 @@
|
||||
"url": "git+https://github.com/lensapp/lens.git"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
"./styles": "./dist/index.css"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"author": {
|
||||
"name": "OpenLens Authors",
|
||||
@ -29,7 +32,7 @@
|
||||
"lint:fix": "lens-lint --fix"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@k8slens/tooltip": "^1.0.0-alpha.0",
|
||||
"@k8slens/tooltip": "1.0.0-alpha.8",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||
"auto-bind": "^4.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/error-boundary",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.7",
|
||||
"version": "1.0.0-alpha.8",
|
||||
"description": "Highly extendable error-boundary in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
@ -16,6 +16,9 @@
|
||||
"url": "git+https://github.com/lensapp/lens.git"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
"./styles": "./dist/index.css"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"author": {
|
||||
"name": "OpenLens Authors",
|
||||
@ -29,7 +32,7 @@
|
||||
"lint:fix": "lens-lint --fix"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@k8slens/button": "^1.0.0-alpha.5",
|
||||
"@k8slens/button": "1.0.0-alpha.8",
|
||||
"@k8slens/routing": "^1.0.0-alpha.5",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||
"@ogre-tools/injectable": "^15.8.1",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/resizing-anchor",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.7",
|
||||
"version": "1.0.0-alpha.8",
|
||||
"description": "Highly extendable resizing-anchor in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
@ -16,6 +16,9 @@
|
||||
"url": "git+https://github.com/lensapp/lens.git"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
"./styles": "./dist/index.css"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"author": {
|
||||
"name": "OpenLens Authors",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@k8slens/tooltip",
|
||||
"private": false,
|
||||
"version": "1.0.0-alpha.7",
|
||||
"version": "1.0.0-alpha.8",
|
||||
"description": "Highly extendable tooltip in the Lens.",
|
||||
"type": "commonjs",
|
||||
"files": [
|
||||
@ -16,6 +16,9 @@
|
||||
"url": "git+https://github.com/lensapp/lens.git"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
"./styles": "./dist/index.css"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"author": {
|
||||
"name": "OpenLens Authors",
|
||||
|
Loading…
Reference in New Issue
Block a user