@spaziodati/atoka-design-system 2.2.43 → 2.2.44

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.
Files changed (55) hide show
  1. package/AddableItems/index.js +1 -1
  2. package/Alert/index.js +1 -1
  3. package/Badge/index.js +1 -1
  4. package/Bs4V3Wrapper/index.js +1 -1
  5. package/BubbleChart/index.js +1 -1
  6. package/Button/index.js +1 -1
  7. package/ButtonDropdown/index.js +1 -1
  8. package/CardsPage/index.js +1 -1
  9. package/CursorPagination/index.js +1 -1
  10. package/DatePicker/index.js +1 -1
  11. package/DetailPage/index.js +1 -1
  12. package/Dropdown/index.js +1 -1
  13. package/EditableString/index.js +1 -1
  14. package/EllipsableContent/index.js +1 -1
  15. package/EmptyState/index.js +1 -1
  16. package/Facet/index.js +1 -1
  17. package/FacetSection/index.js +1 -1
  18. package/FadeAnimation/index.js +1 -1
  19. package/FeedbackButton/index.js +1 -1
  20. package/Form/index.js +1 -1
  21. package/Funnel/index.js +1 -1
  22. package/Gauge/index.js +1 -1
  23. package/GridCard/index.js +1 -1
  24. package/HighlightableText/index.js +1 -1
  25. package/Histogram/index.js +1 -1
  26. package/InlineStringEditor/index.js +1 -1
  27. package/InputGroup/index.js +1 -1
  28. package/Jumbotron/index.js +1 -1
  29. package/Map/index.js +1 -1
  30. package/Modal/index.js +1 -1
  31. package/Navbar/index.js +1 -1
  32. package/Pagination/index.js +1 -1
  33. package/PieChart/index.js +1 -1
  34. package/PublicFooter/index.js +1 -1
  35. package/PublicNavbar/index.js +1 -1
  36. package/RecordBit/index.js +1 -1
  37. package/ResultItemCard/index.js +1 -1
  38. package/RowCard/index.js +1 -1
  39. package/SelectDropdown/index.js +1 -1
  40. package/Spinner/index.js +1 -1
  41. package/StatisticsItemCard/index.js +1 -1
  42. package/StatisticsItemNumeric/index.js +1 -1
  43. package/StatisticsLegend/index.js +1 -1
  44. package/StatisticsTooltip/index.js +1 -1
  45. package/Suggester/index.js +1 -1
  46. package/SunBurst/index.js +1 -1
  47. package/TabSwitcher/index.js +1 -1
  48. package/Title/index.js +1 -1
  49. package/Toast/index.js +1 -1
  50. package/ToggleButtonGroup/index.js +1 -1
  51. package/Tooltip/index.js +1 -1
  52. package/Utils/index.js +1 -1
  53. package/index.js +1 -1
  54. package/package.json +2 -6
  55. /package/{atoka-design-system-2.2.43.min.css → atoka-design-system-2.2.44.min.css} +0 -0
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@spaziodati/atoka-design-system",
3
- "version": "2.2.43",
3
+ "version": "2.2.44",
4
4
  "description": "",
5
5
  "scripts": {
6
- "storybook": "start-storybook -p 6006 --quiet",
7
6
  "serve-build": "http-server -p 6006 .out . > http.log 2>&1 & echo $! > /var/tmp/pidfile",
8
7
  "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",
9
8
  "imprint-version": "node ./scripts/imprint_version.js",
10
- "ts-compile": "tsc",
11
9
  "build": "rm -rf dist; npm run ts-declaration && npm run ts-bundle && cp -rf ./styles ./dist/styles && cp ./package.json ./dist/package.json",
12
10
  "yalc-push": "cd ./dist && npx yalc push && cd ..",
13
11
  "ts-declaration": "tsc --emitDeclarationOnly -p tsconfig-prod.json",
@@ -20,10 +18,8 @@
20
18
  "prettier-check-and-fix": "/bin/bash scripts/prettier-check-and-fix.sh",
21
19
  "test": "jest -c jest.config.js --detectOpenHandles --forceExit",
22
20
  "test-visual": "jest -c jestVisual.config.js -w 3",
23
- "release": "/bin/bash scripts/do-release.sh",
24
21
  "less-deploy": "s3-deploy 'dist/atoka-design-system*.css' --cwd 'dist/' --filePrefix 'dist/ds' --region eu-west-1 --bucket design-system.atoka.io",
25
- "deploy": "npm run less-deploy",
26
- "sync-ds-to-atoka": "npm run build && npm run yalc-push && rm -rf ../atoka-revenge/node_modules/.cache/webpack; mkdir -p ../atoka-revenge/ts/build/ ; cp dist/atoka-design-system*.css ../atoka-revenge/ts/build/atoka-design-system.min.css"
22
+ "deploy": "npm run less-deploy"
27
23
  },
28
24
  "pre-commit": [
29
25
  "less-lint",