@spaziodati/atoka-design-system 2.2.57 → 3.0.2
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/AddableItems/index.js +1 -1
- package/Alert/index.js +1 -1
- package/Badge/index.js +1 -1
- package/Bs4V3Wrapper/index.js +1 -1
- package/BubbleChart/index.js +1 -1
- package/Button/index.js +1 -1
- package/ButtonDropdown/index.js +1 -1
- package/CardsPage/index.js +1 -1
- package/CursorPagination/index.js +1 -1
- package/DatePicker/index.js +1 -1
- package/DatePickerInput/index.js +1 -1
- package/DetailPage/index.js +1 -1
- package/Dropdown/index.js +1 -1
- package/EditableString/index.js +1 -1
- package/EllipsableContent/index.js +1 -1
- package/EmptyState/index.js +1 -1
- package/Facet/index.js +1 -1
- package/FacetSection/index.js +1 -1
- package/FadeAnimation/index.js +1 -1
- package/FeedbackButton/index.js +1 -1
- package/Form/index.js +1 -1
- package/Funnel/index.js +1 -1
- package/Gauge/index.js +1 -1
- package/GridCard/index.js +1 -1
- package/HighlightableText/index.js +1 -1
- package/Histogram/index.js +1 -1
- package/InlineStringEditor/index.js +1 -1
- package/InputGroup/index.js +1 -1
- package/Jumbotron/index.js +1 -1
- package/Map/index.js +1 -1
- package/Modal/index.js +1 -1
- package/MultiModeDatePicker/index.js +1 -1
- package/Navbar/index.js +1 -1
- package/Pagination/index.js +1 -1
- package/PieChart/index.js +1 -1
- package/PublicFooter/index.js +1 -1
- package/PublicNavbar/index.js +1 -1
- package/RecordBit/index.js +1 -1
- package/ResultItemCard/index.js +1 -1
- package/RowCard/index.js +1 -1
- package/SelectDropdown/index.js +1 -1
- package/Spinner/index.js +1 -1
- package/StatisticsItemCard/index.js +1 -1
- package/StatisticsItemNumeric/index.js +1 -1
- package/StatisticsLegend/index.js +1 -1
- package/StatisticsTooltip/index.js +1 -1
- package/Suggester/index.js +1 -1
- package/SunBurst/index.js +1 -1
- package/TabSwitcher/index.js +1 -1
- package/Title/index.js +1 -1
- package/Toast/index.js +1 -1
- package/ToggleButtonGroup/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/Utils/index.js +1 -1
- package/{atoka-design-system-2.2.57.min.css → atoka-design-system-3.0.2.min.css} +1 -1
- package/index.js +1 -1
- package/package.json +14 -13
- package/styles/atoka-bootstrap-variables.less +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaziodati/atoka-design-system",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"serve-build": "http-server -p 6006 .out . > http.log 2>&1 & echo $! > /var/tmp/pidfile",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"prettier-write": "prettier --write .",
|
|
17
17
|
"prettier": "prettier --check .",
|
|
18
18
|
"prettier-check-and-fix": "/bin/bash scripts/prettier-check-and-fix.sh",
|
|
19
|
-
"test": "
|
|
19
|
+
"test": "jest -c jest.config.js --detectOpenHandles --forceExit",
|
|
20
20
|
"test-visual": "jest -c jestVisual.config.js -w 3",
|
|
21
21
|
"less-deploy": "s3-deploy 'dist/atoka-design-system*.css' --cwd 'dist/' --filePrefix 'dist/ds' --region eu-west-1 --bucket design-system.atoka.io",
|
|
22
22
|
"deploy": "npm run less-deploy"
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"author": "Pandas",
|
|
31
31
|
"license": "ISC",
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@fortawesome/fontawesome-pro": "5.
|
|
34
|
-
"@fortawesome/fontawesome-svg-core": "
|
|
35
|
-
"@fortawesome/free-brands-svg-icons": "5.
|
|
36
|
-
"@fortawesome/pro-light-svg-icons": "5.
|
|
37
|
-
"@fortawesome/pro-regular-svg-icons": "5.
|
|
33
|
+
"@fortawesome/fontawesome-pro": "6.5.1",
|
|
34
|
+
"@fortawesome/fontawesome-svg-core": "6.5.1",
|
|
35
|
+
"@fortawesome/free-brands-svg-icons": "6.5.1",
|
|
36
|
+
"@fortawesome/pro-light-svg-icons": "6.5.1",
|
|
37
|
+
"@fortawesome/pro-regular-svg-icons": "6.5.1",
|
|
38
38
|
"@fortawesome/react-fontawesome": "0.2.0",
|
|
39
39
|
"@nivo/axes": "0.79.0",
|
|
40
40
|
"@nivo/bar": "0.79.0",
|
|
@@ -52,12 +52,13 @@
|
|
|
52
52
|
"react-select": "4.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@fortawesome/fontawesome-pro": "5.
|
|
56
|
-
"@fortawesome/fontawesome-svg-core": "
|
|
57
|
-
"@fortawesome/free-brands-svg-icons": "5.
|
|
58
|
-
"@fortawesome/pro-light-svg-icons": "5.
|
|
59
|
-
"@fortawesome/pro-regular-svg-icons": "5.
|
|
60
|
-
"@fortawesome/pro-
|
|
55
|
+
"@fortawesome/fontawesome-pro": "6.5.1",
|
|
56
|
+
"@fortawesome/fontawesome-svg-core": "6.5.1",
|
|
57
|
+
"@fortawesome/free-brands-svg-icons": "6.5.1",
|
|
58
|
+
"@fortawesome/pro-light-svg-icons": "6.5.1",
|
|
59
|
+
"@fortawesome/pro-regular-svg-icons": "6.5.1",
|
|
60
|
+
"@fortawesome/pro-duotone-svg-icons": "6.5.1",
|
|
61
|
+
"@fortawesome/pro-solid-svg-icons": "6.5.1",
|
|
61
62
|
"@fortawesome/react-fontawesome": "0.2.0",
|
|
62
63
|
"@mdx-js/loader": "1.6.6",
|
|
63
64
|
"@nivo/axes": "0.79.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
@list-group-border-color: @gray200;
|
|
50
50
|
|
|
51
51
|
// font awesome
|
|
52
|
-
@fontawesome-font-family: 'Font Awesome
|
|
53
|
-
@fontawesome-font-brands: 'Font Awesome
|
|
52
|
+
@fontawesome-font-family: 'Font Awesome 6 Pro';
|
|
53
|
+
@fontawesome-font-brands: 'Font Awesome 6 Brands';
|
|
54
54
|
|
|
55
55
|
// Typography
|
|
56
56
|
@h1-font-size: 44px;
|