@grafana/components 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -8
- package/dist/.DS_Store +0 -0
- package/dist/esm/.DS_Store +0 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Grafana Labs",
|
|
3
3
|
"name": "@grafana/components",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.5",
|
|
6
6
|
"description": "Product Design Engineering Components for Grafana",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -29,10 +29,7 @@
|
|
|
29
29
|
"default": "./dist/cjs/index.cjs"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
-
"./dist/css/*.css":
|
|
33
|
-
"import": "./dist/css/*.css",
|
|
34
|
-
"require": "./dist/css/*.css"
|
|
35
|
-
}
|
|
32
|
+
"./dist/css/*.css": "./dist/css/*.css"
|
|
36
33
|
},
|
|
37
34
|
"files": [
|
|
38
35
|
"LICENSE",
|
|
@@ -47,9 +44,10 @@
|
|
|
47
44
|
"build": "yarn clean && yarn build:ts && yarn build:js",
|
|
48
45
|
"build:ts": "tsc -p ./tsconfig.build.json",
|
|
49
46
|
"build:js": "rollup -c rollup.config.ts --configPlugin esbuild",
|
|
50
|
-
"build:publish": "yarn lint && yarn
|
|
47
|
+
"build:publish": "yarn lint && yarn build && npm publish",
|
|
51
48
|
"storybook": "storybook dev -p 6006",
|
|
52
|
-
"build-storybook": "storybook build"
|
|
49
|
+
"build-storybook": "storybook build",
|
|
50
|
+
"adduser": "npm adduser"
|
|
53
51
|
},
|
|
54
52
|
"publishConfig": {
|
|
55
53
|
"access": "public"
|
|
@@ -109,7 +107,7 @@
|
|
|
109
107
|
"@emotion/react": "^11.14.0",
|
|
110
108
|
"@floating-ui/react": "^0.27.16",
|
|
111
109
|
"@grafana/data": "^12.3.0",
|
|
112
|
-
"@grafana/design-tokens": "^0.0.
|
|
110
|
+
"@grafana/design-tokens": "^0.0.26",
|
|
113
111
|
"@grafana/ui": "^12.3.0",
|
|
114
112
|
"react-useportal": "^1.0.19"
|
|
115
113
|
},
|
package/dist/.DS_Store
DELETED
|
Binary file
|
package/dist/esm/.DS_Store
DELETED
|
Binary file
|