@spaziodati/atoka-design-system 7.13.1-beta.5 → 8.0.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/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/index.js +1 -1
- package/Jumbotron/index.js +1 -1
- package/Map/index.js +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/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.13.1-beta.5.min.css → atoka-design-system-8.0.1.min.css} +1 -1
- package/package.json +1 -1
- package/styles/atoka-bs.scss +15 -0
package/package.json
CHANGED
package/styles/atoka-bs.scss
CHANGED
|
@@ -154,6 +154,18 @@
|
|
|
154
154
|
@include line-clamp(2);
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
+
.line-clamp-3 {
|
|
158
|
+
@include line-clamp(3);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.line-clamp-4 {
|
|
162
|
+
@include line-clamp(4);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.line-clamp-5 {
|
|
166
|
+
@include line-clamp(5);
|
|
167
|
+
}
|
|
168
|
+
|
|
157
169
|
// todo: remove me once we update to bootstrap 5
|
|
158
170
|
|
|
159
171
|
.d-grid {
|
|
@@ -188,5 +200,8 @@
|
|
|
188
200
|
// override BS variables
|
|
189
201
|
--bs-form-invalid-color: var(--atoka_colors_errorMain);
|
|
190
202
|
--bs-body-color: var(--atoka_colors_topSurfaceContrastText);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.table {
|
|
191
206
|
--bs-table-bg: var(--atoka_colors_topSurfaceMain);
|
|
192
207
|
}
|