Skip to content

Commit

Permalink
Merge pull request #33 from filipeotero/DYN-5227-ArtifaktElement-Font…
Browse files Browse the repository at this point in the history
…Style

DYN-5227-NotificationCenter-Font
  • Loading branch information
zeusongit authored Jan 26, 2023
2 parents b8dbcb6 + bd96611 commit 60aa47b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamods/notifications-center",
"version": "0.0.20",
"version": "0.0.21",
"description": "Notification center maintained by Dynamo Team@Autodesk",
"author": "Autodesk Inc.",
"license": "MIT",
Expand Down Expand Up @@ -40,6 +40,7 @@
"@babel/preset-react": "^7.18.6",
"@dynamods/notifications-panel": "^0.0.3",
"@hig/timestamp": "^2.1.0",
"@hig/fonts": "^2.0.0",
"axios": "^0.27.2",
"babel-loader": "^8.2.5",
"compression-webpack-plugin": "^10.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@hig/fonts/build/ArtifaktElement.css';
import './App.css';
import React, { useEffect, useState } from 'react';
import NotificationsPanel from '@dynamods/notifications-panel';
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = (env) => {
},
{
test: /\.(scss|css)$/,
exclude: /node_modules/,
use: [
'style-loader',
'css-loader',
Expand Down

0 comments on commit 60aa47b

Please sign in to comment.