@spaziodati/atoka-design-system 2.2.44 → 2.2.45
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/Map.d.ts +1 -1
- package/Map/Types.d.ts +1 -1
- package/Map/index.js +1 -1
- package/Map/index.js.LICENSE.txt +0 -9
- 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/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/index.js +1 -1
- package/index.js.LICENSE.txt +0 -9
- package/package.json +9 -9
- /package/{atoka-design-system-2.2.44.min.css → atoka-design-system-2.2.45.min.css} +0 -0
package/index.js.LICENSE.txt
CHANGED
|
@@ -1,10 +1 @@
|
|
|
1
1
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
2
|
-
|
|
3
|
-
/** @license React v16.13.1
|
|
4
|
-
* react-is.production.min.js
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
-
*
|
|
8
|
-
* This source code is licensed under the MIT license found in the
|
|
9
|
-
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaziodati/atoka-design-system",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.45",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"serve-build": "http-server -p 6006 .out . > http.log 2>&1 & echo $! > /var/tmp/pidfile",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@nivo/funnel": "0.79.1",
|
|
44
44
|
"@nivo/pie": "0.79.1",
|
|
45
45
|
"@nivo/sunburst": "0.79.1",
|
|
46
|
-
"leaflet": "1.
|
|
46
|
+
"leaflet": "1.9.4",
|
|
47
47
|
"leaflet-image": "0.4.0",
|
|
48
48
|
"react": "17.0.2",
|
|
49
49
|
"react-bootstrap": "^1.5.2",
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"@types/d3-scale-chromatic": "2.0.0",
|
|
87
87
|
"@types/d3-shape": "3.0.2",
|
|
88
88
|
"@types/d3-time": "2.0.0",
|
|
89
|
+
"@types/debug": "4.1.7",
|
|
89
90
|
"@types/enzyme": "3.10.8",
|
|
90
91
|
"@types/jest": "28.1.8",
|
|
91
92
|
"@types/jest-environment-puppeteer": "5.0.4",
|
|
@@ -110,9 +111,8 @@
|
|
|
110
111
|
"css-loader": "3.6.0",
|
|
111
112
|
"css-minimizer-webpack-plugin": "3.3.1",
|
|
112
113
|
"csso-cli": "3.0.0",
|
|
113
|
-
"dotenv-webpack": "7.1.0",
|
|
114
114
|
"debug": "4.3.3",
|
|
115
|
-
"
|
|
115
|
+
"dotenv-webpack": "7.1.0",
|
|
116
116
|
"enzyme": "3.11.0",
|
|
117
117
|
"enzyme-to-json": "3.5.0",
|
|
118
118
|
"eslint": "8.17.0",
|
|
@@ -123,13 +123,14 @@
|
|
|
123
123
|
"eslint-plugin-react": "7.30.0",
|
|
124
124
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
125
125
|
"file-loader": "6.2.0",
|
|
126
|
+
"http-server": "14.1.1",
|
|
126
127
|
"jest": "28.1.3",
|
|
127
128
|
"jest-environment-jsdom": "28.1.1",
|
|
128
129
|
"jest-environment-puppeteer": "9.0.0",
|
|
129
130
|
"jest-image-snapshot": "6.1.0",
|
|
130
|
-
"jest-serializer-html": "7.1.0",
|
|
131
131
|
"jest-puppeteer": "6.1.0",
|
|
132
|
-
"
|
|
132
|
+
"jest-serializer-html": "7.1.0",
|
|
133
|
+
"leaflet": "1.9.4",
|
|
133
134
|
"leaflet-image": "0.4.0",
|
|
134
135
|
"less": "3.13.1",
|
|
135
136
|
"less-loader": "6.2.0",
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
"react-bootstrap": "1.5.2",
|
|
142
143
|
"react-datepicker": "4.6.0",
|
|
143
144
|
"react-dom": "17.0.2",
|
|
144
|
-
"react-leaflet
|
|
145
|
+
"react-leaflet": "3.0.0",
|
|
145
146
|
"react-select": "4.3.0",
|
|
146
147
|
"react-transition-group": "4.4.2",
|
|
147
148
|
"s3-deploy": "1.4.0",
|
|
@@ -155,8 +156,7 @@
|
|
|
155
156
|
"typescript": "4.7.3",
|
|
156
157
|
"webpack": "5.65.0",
|
|
157
158
|
"webpack-bundle-analyzer": "4.5.0",
|
|
158
|
-
"webpack-cli": "4.6.0"
|
|
159
|
-
"http-server": "14.1.1"
|
|
159
|
+
"webpack-cli": "4.6.0"
|
|
160
160
|
},
|
|
161
161
|
"optionalDependencies": {
|
|
162
162
|
"fsevents": "^2.3.2"
|
|
File without changes
|