@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.
- 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/ClickableExcludableItem/index.js +1 -1
- package/CursorPagination/index.js +1 -1
- package/DatePicker/index.js +1 -1
- package/DatePickerInput/index.js +1 -1
- package/DetailPage/index.js +1 -1
- package/DetailPageContent/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/Expandable/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/Form.d.ts +0 -1
- package/Form/index.js +1 -1
- package/Funnel/index.js +1 -1
- package/Gauge/index.js +1 -1
- package/GeoMap/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/InputGroup.d.ts +3 -3
- package/InputGroup/index.js +1 -1
- package/Jumbotron/index.js +1 -1
- package/Map/index.js +1 -1
- package/Modal/Modal.d.ts +1 -1
- package/Modal/index.js +1 -1
- package/MultiModeDatePicker/index.js +1 -1
- package/Navbar/index.js +1 -1
- package/OniruCard/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/ResponsiveLineChart/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/StreamDialog/index.js +1 -1
- package/Suggester/index.js +1 -1
- package/SuggestionCard/index.js +1 -1
- package/SunBurst/index.js +1 -1
- package/TabSwitcher/TabSwitcherChoice.d.ts +0 -6
- package/TabSwitcher/index.js +1 -1
- package/Text/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/UserAvatar/index.js +1 -1
- package/Utils/index.js +1 -1
- package/atoka-design-system-7.12.1-beta.1.min.css +6 -0
- package/package.json +4 -4
- package/styles/atoka-bootstrap-variables.scss +3 -1
- package/styles/atoka-bs.scss +10 -0
- package/styles/variables.scss +10 -1
- 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.
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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:
|
|
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;
|
package/styles/atoka-bs.scss
CHANGED
|
@@ -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
|
}
|
package/styles/variables.scss
CHANGED
|
@@ -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:
|
|
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;
|