mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -06:00
431f454d57
* Part1: Unicons implementation (#23197)
* Create a new Icon component
* Update icons in main sidebar
* Update icons in Useful links and in react components on main site
* Update icons in Useful links and in main top navigation
* Adjust sizing
* Update panel navigation and timepicker
* Update icons in Panel menu
* NewPanelEditor: Fixed so that test alert rule works in new edit mode (#23179)
* Update icons in add panel widget
* Resolve merge conflict
* Fix part of the test errors and type errors
* Fix storybook errors
* Update getAvailableIcons import in storybook knobs
* Fix import path
* Fix SyntaxError: Cannot use import statement outside a module in test environment error
* Remove dynamic imports
* Remove types as using @ts-ignore
* Update snapshot test
* Add @iconscout/react-unicons to the shouldExclude list as it is blundled with es2015 syntax
* Remove color prop from icon, remove color implemetation in mono icons
* Update navbar styling
* Move toPascalCase to utils/string
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Resolve type errors resulted from merge
* Part2: Unicons implementation (#23266)
* Create a new Icon component
* Update icons in main sidebar
* Update icons in Useful links and in react components on main site
* Update icons in Useful links and in main top navigation
* Adjust sizing
* Update panel navigation and timepicker
* Update icons in Panel menu
* Update icons in add panel widget
* Resolve merge conflict
* Fix part of the test errors and type errors
* Fix storybook errors
* Update getAvailableIcons import in storybook knobs
* Fix import path
* Fix SyntaxError: Cannot use import statement outside a module in test environment error
* Remove dynamic imports
* Remove types as using @ts-ignore
* Update snapshot test
* Add @iconscout/react-unicons to the shouldExclude list as it is blundled with es2015 syntax
* Implment icons in Tabs
* Implement icons in search items and empty list
* Update buttons
* Update button-related snapshot tests
* Update icons in modals and page headers
* Create anfular wrapper and update all icons on search screen
* Update sizing, remove colors, update snapshot tests
* Remove color prop from icon, remove color implemetation in mono icons
* Remove color props from monochrome icons
* Complete update of icons for search screen
* Update icons for infor tooltips, playlist, permissions
* Support temporarly font awesome icons used in enterprise grafana
* Part1: Unicons implementation (#23197)
* Create a new Icon component
* Update icons in main sidebar
* Update icons in Useful links and in react components on main site
* Update icons in Useful links and in main top navigation
* Adjust sizing
* Update panel navigation and timepicker
* Update icons in Panel menu
* NewPanelEditor: Fixed so that test alert rule works in new edit mode (#23179)
* Update icons in add panel widget
* Resolve merge conflict
* Fix part of the test errors and type errors
* Fix storybook errors
* Update getAvailableIcons import in storybook knobs
* Fix import path
* Fix SyntaxError: Cannot use import statement outside a module in test environment error
* Remove dynamic imports
* Remove types as using @ts-ignore
* Update snapshot test
* Add @iconscout/react-unicons to the shouldExclude list as it is blundled with es2015 syntax
* Remove color prop from icon, remove color implemetation in mono icons
* Update navbar styling
* Move toPascalCase to utils/string
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Icons update
* Add optional chaining to for isFontAwesome variable
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Part3: Unicons implementation (#23356)
* Create a new Icon component
* Update icons in main sidebar
* Update icons in Useful links and in react components on main site
* Update icons in Useful links and in main top navigation
* Adjust sizing
* Update panel navigation and timepicker
* Update icons in Panel menu
* Update icons in add panel widget
* Resolve merge conflict
* Fix part of the test errors and type errors
* Fix storybook errors
* Update getAvailableIcons import in storybook knobs
* Fix import path
* Fix SyntaxError: Cannot use import statement outside a module in test environment error
* Remove dynamic imports
* Remove types as using @ts-ignore
* Update snapshot test
* Add @iconscout/react-unicons to the shouldExclude list as it is blundled with es2015 syntax
* Implment icons in Tabs
* Implement icons in search items and empty list
* Update buttons
* Update button-related snapshot tests
* Update icons in modals and page headers
* Create anfular wrapper and update all icons on search screen
* Update sizing, remove colors, update snapshot tests
* Remove color prop from icon, remove color implemetation in mono icons
* Remove color props from monochrome icons
* Complete update of icons for search screen
* Update icons for infor tooltips, playlist, permissions
* Support temporarly font awesome icons used in enterprise grafana
* Part1: Unicons implementation (#23197)
* Create a new Icon component
* Update icons in main sidebar
* Update icons in Useful links and in react components on main site
* Update icons in Useful links and in main top navigation
* Adjust sizing
* Update panel navigation and timepicker
* Update icons in Panel menu
* NewPanelEditor: Fixed so that test alert rule works in new edit mode (#23179)
* Update icons in add panel widget
* Resolve merge conflict
* Fix part of the test errors and type errors
* Fix storybook errors
* Update getAvailableIcons import in storybook knobs
* Fix import path
* Fix SyntaxError: Cannot use import statement outside a module in test environment error
* Remove dynamic imports
* Remove types as using @ts-ignore
* Update snapshot test
* Add @iconscout/react-unicons to the shouldExclude list as it is blundled with es2015 syntax
* Remove color prop from icon, remove color implemetation in mono icons
* Update navbar styling
* Move toPascalCase to utils/string
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Update icons in Explore
* Update icons in alerting
* Update + and x buttons
* Update icons in configurations and settings
* Update close icons
* Update icons in rich history
* Update alert messages
* Add optional chaining to for isFontAwesome variable
* Remove icon mock, set up jest.config
* Fix navbar plus icon
* Fir enable-bacground to enableBackgournd
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Merge remote branch origin master to icons-unicons
* Revert "Merge remote branch origin master to icons-unicons"
This reverts commit 3f25d50a39
.
* Size-up dashnav icons
* Fix alerting icons, panel headers, update tests
* Fix typecheck error
* Adjustments - add panel icon, spacing
* Set TerserPlugin sourceMap to false to prevent running out of memory when publishing storybook
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
111 lines
3.5 KiB
JSON
111 lines
3.5 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/ui",
|
|
"version": "7.0.0-pre.0",
|
|
"description": "Grafana Components Library",
|
|
"keywords": [
|
|
"grafana",
|
|
"react",
|
|
"react-component",
|
|
"typescript"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-ui"
|
|
},
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"build": "grafana-toolkit package:build --scope=ui",
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
"clean": "rimraf ./dist ./compiled",
|
|
"docsExtract": "api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log",
|
|
"lint": "eslint .storybook/ src/ --ext=.js,.ts,.tsx",
|
|
"storybook": "start-storybook -p 9001 -c .storybook -s .storybook/static",
|
|
"storybook:build": "build-storybook -o ./dist/storybook -c .storybook -s .storybook/static",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/core": "^10.0.27",
|
|
"@grafana/data": "7.0.0-pre.0",
|
|
"@grafana/slate-react": "0.22.9-grafana",
|
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
|
"@iconscout/react-unicons": "^1.0.0",
|
|
"@torkelo/react-select": "3.0.8",
|
|
"@types/react-beautiful-dnd": "12.1.2",
|
|
"@types/react-color": "3.0.1",
|
|
"@types/react-select": "3.0.8",
|
|
"@types/react-table": "7.0.12",
|
|
"@types/slate": "0.47.1",
|
|
"@types/slate-react": "0.22.5",
|
|
"bizcharts": "^3.5.8",
|
|
"classnames": "2.2.6",
|
|
"d3": "5.15.0",
|
|
"emotion": "10.0.27",
|
|
"immutable": "3.8.2",
|
|
"jquery": "3.4.1",
|
|
"lodash": "4.17.15",
|
|
"moment": "2.24.0",
|
|
"papaparse": "4.6.3",
|
|
"rc-cascader": "1.0.1",
|
|
"rc-drawer": "3.1.3",
|
|
"rc-slider": "9.2.3",
|
|
"rc-time-picker": "^3.7.3",
|
|
"react": "16.12.0",
|
|
"react-beautiful-dnd": "13.0.0",
|
|
"react-calendar": "2.19.2",
|
|
"react-color": "2.18.0",
|
|
"react-custom-scrollbars": "4.2.1",
|
|
"react-dom": "16.12.0",
|
|
"react-highlight-words": "0.16.0",
|
|
"react-hook-form": "5.1.3",
|
|
"react-popper": "1.3.3",
|
|
"react-storybook-addon-props-combinations": "1.1.0",
|
|
"react-table": "7.0.0",
|
|
"react-transition-group": "4.3.0",
|
|
"slate": "0.47.8",
|
|
"storybook-dark-mode": "0.4.0",
|
|
"tinycolor2": "1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "11.0.2",
|
|
"@rollup/plugin-node-resolve": "7.1.1",
|
|
"@storybook/addon-actions": "5.3.17",
|
|
"@storybook/addon-docs": "5.3.17",
|
|
"@storybook/addon-info": "5.3.17",
|
|
"@storybook/addon-knobs": "5.3.17",
|
|
"@storybook/addon-storysource": "5.3.17",
|
|
"@storybook/react": "5.3.17",
|
|
"@storybook/theming": "5.3.17",
|
|
"@types/classnames": "2.2.7",
|
|
"@types/common-tags": "^1.8.0",
|
|
"@types/d3": "5.7.2",
|
|
"@types/jest": "23.3.14",
|
|
"@types/jquery": "1.10.35",
|
|
"@types/lodash": "4.14.123",
|
|
"@types/node": "10.14.1",
|
|
"@types/papaparse": "4.5.9",
|
|
"@types/rc-slider": "8.6.5",
|
|
"@types/react": "16.8.16",
|
|
"@types/react-custom-scrollbars": "4.0.5",
|
|
"@types/react-test-renderer": "16.9.2",
|
|
"@types/react-transition-group": "4.2.4",
|
|
"@types/rollup-plugin-visualizer": "2.6.0",
|
|
"@types/tinycolor2": "1.4.1",
|
|
"common-tags": "^1.8.0",
|
|
"pretty-format": "25.1.0",
|
|
"react-docgen-typescript-loader": "3.7.1",
|
|
"react-test-renderer": "16.13.1",
|
|
"rollup": "2.0.6",
|
|
"rollup-plugin-sourcemaps": "0.5.0",
|
|
"rollup-plugin-terser": "5.3.0",
|
|
"rollup-plugin-typescript2": "0.26.0",
|
|
"rollup-plugin-visualizer": "3.3.1",
|
|
"storybook-dark-mode": "0.3.1",
|
|
"ts-loader": "6.2.1",
|
|
"typescript": "3.7.5"
|
|
},
|
|
"types": "src/index.ts"
|
|
}
|