@spaziodati/atoka-design-system 3.0.11 → 3.0.13

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 (60) 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/DatePickerInput/DatePickerInput.d.ts +2 -2
  12. package/DatePickerInput/index.js +1 -1
  13. package/DetailPage/index.js +1 -1
  14. package/Dropdown/index.js +1 -1
  15. package/EditableString/index.js +1 -1
  16. package/EllipsableContent/index.js +1 -1
  17. package/EmptyState/index.js +1 -1
  18. package/Facet/index.js +1 -1
  19. package/FacetSection/index.js +1 -1
  20. package/FadeAnimation/index.js +1 -1
  21. package/FeedbackButton/index.js +1 -1
  22. package/Form/index.js +1 -1
  23. package/Funnel/index.js +1 -1
  24. package/Gauge/index.js +1 -1
  25. package/GridCard/index.js +1 -1
  26. package/HighlightableText/index.js +1 -1
  27. package/Histogram/index.js +1 -1
  28. package/InlineStringEditor/index.js +1 -1
  29. package/InputGroup/index.js +1 -1
  30. package/Jumbotron/index.js +1 -1
  31. package/Map/index.js +1 -1
  32. package/Modal/index.js +1 -1
  33. package/MultiModeDatePicker/index.js +1 -1
  34. package/Navbar/index.js +1 -1
  35. package/Pagination/index.js +1 -1
  36. package/PieChart/index.js +1 -1
  37. package/PublicFooter/index.js +1 -1
  38. package/PublicNavbar/index.js +1 -1
  39. package/RecordBit/index.js +1 -1
  40. package/ResultItemCard/index.js +1 -1
  41. package/RowCard/index.js +1 -1
  42. package/SelectDropdown/index.js +1 -1
  43. package/Spinner/index.js +1 -1
  44. package/StatisticsItemCard/index.js +1 -1
  45. package/StatisticsItemNumeric/index.js +1 -1
  46. package/StatisticsLegend/index.js +1 -1
  47. package/StatisticsTooltip/index.js +1 -1
  48. package/Suggester/index.js +1 -1
  49. package/SunBurst/index.js +1 -1
  50. package/TabSwitcher/index.js +1 -1
  51. package/Title/index.js +1 -1
  52. package/Toast/index.js +1 -1
  53. package/ToggleButtonGroup/index.js +1 -1
  54. package/Tooltip/index.js +1 -1
  55. package/Utils/Style.d.ts +3 -3
  56. package/Utils/index.js +1 -1
  57. package/index.js +1 -1
  58. package/package.json +2 -1
  59. package/styles/variables.less +10 -2
  60. /package/{atoka-design-system-3.0.11.min.css → atoka-design-system-3.0.13.min.css} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaziodati/atoka-design-system",
3
- "version": "3.0.11",
3
+ "version": "3.0.13",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "serve-build": "http-server -p 6006 .out . > http.log 2>&1 & echo $! > /var/tmp/pidfile",
@@ -115,6 +115,7 @@
115
115
  "eslint-plugin-testing-library": "6.2.0",
116
116
  "file-loader": "6.2.0",
117
117
  "http-server": "14.1.1",
118
+ "ip": "1.1.8",
118
119
  "jest": "28.1.3",
119
120
  "jest-environment-jsdom": "28.1.1",
120
121
  "jest-environment-puppeteer": "9.0.0",
@@ -16,10 +16,13 @@
16
16
  @bluestartup: @bluelight;
17
17
  @blueelectric: #134dfb;
18
18
  @bluepa: @blueelectric;
19
+ @blue400: #11455c;
19
20
  @blue300: #1f5871;
20
21
  @blue300-hover: rgba(@blue300, 0.08);
21
22
  @blue200: #185d7d;
22
23
  @blue100: #578ea8;
24
+ @blue95: #6e9db5;
25
+ @blue90: #94c2da;
23
26
  @blue75: #8fb7cb;
24
27
  @blue50: #afd1e0;
25
28
  @blue30: #cbd8e0;
@@ -29,12 +32,17 @@
29
32
 
30
33
  @yellow: #ffbb00;
31
34
 
32
- @pink: #ff99cc;
33
-
34
35
  @red: #f72200;
35
36
 
36
37
  @green: #309b0a;
37
38
 
39
+ @pink: #ff99cc;
40
+ @pink100: #e85778;
41
+ @pink200: #c55795;
42
+ @violet: #965da3;
43
+ @salmon: #f86752ff;
44
+ @purple: #63619f;
45
+
38
46
  @black: #222222;
39
47
  @gray500: #474747;
40
48
  @gray400: #717171;