@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.
- 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/CursorPagination/index.js +1 -1
- package/DatePicker/index.js +1 -1
- package/DatePickerInput/DatePickerInput.d.ts +2 -2
- package/DatePickerInput/index.js +1 -1
- package/DetailPage/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/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/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/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/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/Suggester/index.js +1 -1
- package/SunBurst/index.js +1 -1
- package/TabSwitcher/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/Utils/Style.d.ts +3 -3
- package/Utils/index.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -1
- package/styles/variables.less +10 -2
- /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.
|
|
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",
|
package/styles/variables.less
CHANGED
|
@@ -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;
|
|
File without changes
|