@spaziodati/atoka-design-system 7.12.0 → 7.12.1-beta.1

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 (74) 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/ClickableExcludableItem/index.js +1 -1
  10. package/CursorPagination/index.js +1 -1
  11. package/DatePicker/index.js +1 -1
  12. package/DatePickerInput/index.js +1 -1
  13. package/DetailPage/index.js +1 -1
  14. package/DetailPageContent/index.js +1 -1
  15. package/Dropdown/index.js +1 -1
  16. package/EditableString/index.js +1 -1
  17. package/EllipsableContent/index.js +1 -1
  18. package/EmptyState/index.js +1 -1
  19. package/Expandable/index.js +1 -1
  20. package/Facet/index.js +1 -1
  21. package/FacetSection/index.js +1 -1
  22. package/FadeAnimation/index.js +1 -1
  23. package/FeedbackButton/index.js +1 -1
  24. package/Form/Form.d.ts +0 -1
  25. package/Form/index.js +1 -1
  26. package/Funnel/index.js +1 -1
  27. package/Gauge/index.js +1 -1
  28. package/GeoMap/index.js +1 -1
  29. package/GridCard/index.js +1 -1
  30. package/HighlightableText/index.js +1 -1
  31. package/Histogram/index.js +1 -1
  32. package/InlineStringEditor/index.js +1 -1
  33. package/InputGroup/InputGroup.d.ts +3 -3
  34. package/InputGroup/index.js +1 -1
  35. package/Jumbotron/index.js +1 -1
  36. package/Map/index.js +1 -1
  37. package/Modal/Modal.d.ts +1 -1
  38. package/Modal/index.js +1 -1
  39. package/MultiModeDatePicker/index.js +1 -1
  40. package/Navbar/index.js +1 -1
  41. package/OniruCard/index.js +1 -1
  42. package/Pagination/index.js +1 -1
  43. package/PieChart/index.js +1 -1
  44. package/PublicFooter/index.js +1 -1
  45. package/PublicNavbar/index.js +1 -1
  46. package/RecordBit/index.js +1 -1
  47. package/ResponsiveLineChart/index.js +1 -1
  48. package/ResultItemCard/index.js +1 -1
  49. package/RowCard/index.js +1 -1
  50. package/SelectDropdown/index.js +1 -1
  51. package/Spinner/index.js +1 -1
  52. package/StatisticsItemCard/index.js +1 -1
  53. package/StatisticsItemNumeric/index.js +1 -1
  54. package/StatisticsLegend/index.js +1 -1
  55. package/StatisticsTooltip/index.js +1 -1
  56. package/StreamDialog/index.js +1 -1
  57. package/Suggester/index.js +1 -1
  58. package/SuggestionCard/index.js +1 -1
  59. package/SunBurst/index.js +1 -1
  60. package/TabSwitcher/TabSwitcherChoice.d.ts +0 -6
  61. package/TabSwitcher/index.js +1 -1
  62. package/Text/index.js +1 -1
  63. package/Title/index.js +1 -1
  64. package/Toast/index.js +1 -1
  65. package/ToggleButtonGroup/index.js +1 -1
  66. package/Tooltip/index.js +1 -1
  67. package/UserAvatar/index.js +1 -1
  68. package/Utils/index.js +1 -1
  69. package/atoka-design-system-7.12.1-beta.1.min.css +6 -0
  70. package/package.json +4 -4
  71. package/styles/atoka-bootstrap-variables.scss +3 -1
  72. package/styles/atoka-bs.scss +10 -0
  73. package/styles/variables.scss +10 -1
  74. package/atoka-design-system-7.12.0.min.css +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaziodati/atoka-design-system",
3
- "version": "7.12.0",
3
+ "version": "7.12.1-beta.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "serve-build": "http-server -p 6006 .out . > http.log 2>&1 & echo $! > /var/tmp/pidfile",
@@ -41,7 +41,7 @@
41
41
  "leaflet": "1.9.4",
42
42
  "leaflet-image": "0.4.0",
43
43
  "react": "18.2.0",
44
- "react-bootstrap": "1.6.7",
44
+ "react-bootstrap": "2.10.2",
45
45
  "react-dom": "18.2.0",
46
46
  "react-select": "5.8.3"
47
47
  },
@@ -89,7 +89,7 @@
89
89
  "@types/react-dom": "18.2.25",
90
90
  "@typescript-eslint/eslint-plugin": "5.27.1",
91
91
  "@typescript-eslint/parser": "5.27.1",
92
- "bootstrap": "latest-4",
92
+ "bootstrap": "5.3.0",
93
93
  "classnames": "2.5.1",
94
94
  "css-loader": "3.6.0",
95
95
  "css-minimizer-webpack-plugin": "3.3.1",
@@ -120,7 +120,7 @@
120
120
  "mini-css-extract-plugin": "2.9.2",
121
121
  "puppeteer": "24.1.1",
122
122
  "react": "18.2.0",
123
- "react-bootstrap": "1.6.7",
123
+ "react-bootstrap": "^2.10.2",
124
124
  "react-datepicker": "8.0.0",
125
125
  "react-dom": "18.2.0",
126
126
  "react-leaflet": "4.2.1",
@@ -30,7 +30,7 @@ $enable-gradients: false;
30
30
  $font-weight-base: $font-weight;
31
31
 
32
32
  // _grid_framework.less
33
- $grid-columns: 24;
33
+ $grid-columns: 12;
34
34
  $grid-gutter-width: 4 * $spacing-unit;
35
35
  $spacer: 2 * $spacing-unit;
36
36
 
@@ -62,3 +62,5 @@ $headings-color: $black;
62
62
  $progress-bar-color: var(--atoka_colors_primaryContrastText);
63
63
  $progress-bar-bg: var(--atoka_colors_primaryMain);
64
64
  $text-muted: var(--atoka_colors_mediumEmphasisMain);
65
+ $link-decoration: none;
66
+ $carousel-indicator-active-bg: var(--atoka_colors_highEmphasisMain) !important;
@@ -175,4 +175,14 @@
175
175
  .text-primary {
176
176
  color: var(--atoka_colors_primaryMain, $blue300) !important;
177
177
  }
178
+
179
+ // this comes from BS5 and is not editable with a variable
180
+
181
+ .placeholder {
182
+ background-color: unset !important;
183
+ }
184
+
185
+ // override BS variables, do like Jesus wants it to be done
186
+ --#{prefix}-form-invalid-color: var(--atoka_colors_errorMain);
187
+
178
188
  }
@@ -71,7 +71,7 @@ $box-shadow: var(--atoka_colors_boxShadow);
71
71
  $light-box-shadow: 1px 1px $spacing-unit 0 rgb(0 0 0 / 0.10);
72
72
  $box-shadow-select-options-down: 0px 3px 4px rgb(90 90 90 / 0.15);
73
73
  $box-shadow-select-options-up: 0px -3px 4px rgb(90 90 90 / 0.15);
74
- $grid-row-columns: 24;
74
+ $grid-row-columns: 12;
75
75
  $font-size-xxs: 10px;
76
76
  $font-size-xs: 11px;
77
77
  $font-size-sm: 12px;
@@ -108,3 +108,12 @@ $placeholder-color: $gray300;
108
108
  $input-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
109
109
  $logo-white-size: $spacing-unit * 4;
110
110
  $primary-main-with-transparency: hsl(from var(--atoka_colors_primaryMain) h s l / $transparency-unit);
111
+
112
+ // Containers
113
+ $container-max-widths: (
114
+ sm: 540px,
115
+ md: 720px,
116
+ lg: 960px,
117
+ xl: 1140px,
118
+ xxl: 1140px
119
+ ) !default;