@spaziodati/atoka-design-system 2.2.41 → 2.2.43
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/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/config.d.ts +3 -0
- package/Map/index.js +1 -1
- package/Modal/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/config.d.ts +3 -0
- 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/Suggester.d.ts +3 -1
- package/Suggester/SuggesterUI.d.ts +1 -0
- 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.43.min.css +1 -0
- package/index.js +1 -1
- package/package.json +14 -9
- package/atoka-design-system-2.2.41.min.css +0 -1
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaziodati/atoka-design-system",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.43",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"storybook": "start-storybook -p 6006 --quiet",
|
|
7
|
+
"serve-build": "http-server -p 6006 .out . > http.log 2>&1 & echo $! > /var/tmp/pidfile",
|
|
7
8
|
"deploy-storybook": "npm run imprint-version && build-storybook -c .storybook -o .out --quiet && sed -i -e 's#<title>Webpack App<\\/title>#<title>Oniru<\\/title>#g' ./.out/index.html && s3-deploy '.out/**' --cwd '.out/' --region eu-west-1 --bucket design-system.atoka.io",
|
|
8
9
|
"imprint-version": "node ./scripts/imprint_version.js",
|
|
9
10
|
"ts-compile": "tsc",
|
|
@@ -90,10 +91,10 @@
|
|
|
90
91
|
"@types/d3-shape": "3.0.2",
|
|
91
92
|
"@types/d3-time": "2.0.0",
|
|
92
93
|
"@types/enzyme": "3.10.8",
|
|
93
|
-
"@types/jest": "
|
|
94
|
-
"@types/jest-
|
|
94
|
+
"@types/jest": "28.1.8",
|
|
95
|
+
"@types/jest-environment-puppeteer": "5.0.4",
|
|
96
|
+
"@types/jest-image-snapshot": "6.1.0",
|
|
95
97
|
"@types/leaflet": "1.7.0",
|
|
96
|
-
"@types/puppeteer": "3.0.1",
|
|
97
98
|
"@types/react": "17.0.47",
|
|
98
99
|
"@types/react-datepicker": "4.15.0",
|
|
99
100
|
"@types/react-dom": "17.0.17",
|
|
@@ -114,6 +115,8 @@
|
|
|
114
115
|
"css-minimizer-webpack-plugin": "3.3.1",
|
|
115
116
|
"csso-cli": "3.0.0",
|
|
116
117
|
"dotenv-webpack": "7.1.0",
|
|
118
|
+
"debug": "4.3.3",
|
|
119
|
+
"@types/debug": "4.1.7",
|
|
117
120
|
"enzyme": "3.11.0",
|
|
118
121
|
"enzyme-to-json": "3.5.0",
|
|
119
122
|
"eslint": "8.17.0",
|
|
@@ -124,10 +127,11 @@
|
|
|
124
127
|
"eslint-plugin-react": "7.30.0",
|
|
125
128
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
126
129
|
"file-loader": "6.2.0",
|
|
127
|
-
"jest": "28.1.
|
|
128
|
-
"jest-circus": "28.1.1",
|
|
130
|
+
"jest": "28.1.3",
|
|
129
131
|
"jest-environment-jsdom": "28.1.1",
|
|
130
|
-
"jest-
|
|
132
|
+
"jest-environment-puppeteer": "9.0.0",
|
|
133
|
+
"jest-image-snapshot": "6.1.0",
|
|
134
|
+
"jest-serializer-html": "7.1.0",
|
|
131
135
|
"jest-puppeteer": "6.1.0",
|
|
132
136
|
"leaflet": "1.7.1",
|
|
133
137
|
"leaflet-image": "0.4.0",
|
|
@@ -136,7 +140,7 @@
|
|
|
136
140
|
"mini-css-extract-plugin": "2.4.5",
|
|
137
141
|
"pre-commit": "1.2.2",
|
|
138
142
|
"prettier": "2.6.0",
|
|
139
|
-
"puppeteer": "
|
|
143
|
+
"puppeteer": "21.2.1",
|
|
140
144
|
"react": "17.0.2",
|
|
141
145
|
"react-bootstrap": "1.5.2",
|
|
142
146
|
"react-datepicker": "4.6.0",
|
|
@@ -155,7 +159,8 @@
|
|
|
155
159
|
"typescript": "4.7.3",
|
|
156
160
|
"webpack": "5.65.0",
|
|
157
161
|
"webpack-bundle-analyzer": "4.5.0",
|
|
158
|
-
"webpack-cli": "4.6.0"
|
|
162
|
+
"webpack-cli": "4.6.0",
|
|
163
|
+
"http-server": "14.1.1"
|
|
159
164
|
},
|
|
160
165
|
"optionalDependencies": {
|
|
161
166
|
"fsevents": "^2.3.2"
|