@star-insure/sdk 5.0.3 → 5.0.4
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/package.json +1 -1
- package/src/tailwind-preset.js +1 -0
- package/src/theme.css +2 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@star-insure/sdk",
|
|
3
3
|
"description": "The SDK for Star Insure client apps with shared helper functions and TypeScript definitions.",
|
|
4
4
|
"author": "alexclark_nz",
|
|
5
|
-
"version": "5.0.
|
|
5
|
+
"version": "5.0.4",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
package/src/tailwind-preset.js
CHANGED
package/src/theme.css
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
--accent-700-color: 72 170 151;
|
|
14
14
|
|
|
15
15
|
--light-color: 249 250 251;
|
|
16
|
+
--neutral-color: 239 225 229;
|
|
16
17
|
--dark-color: 102 102 102;
|
|
17
18
|
--black-color: 0 0 0;
|
|
18
19
|
--white-color: 255 255 255;
|
|
@@ -50,4 +51,4 @@
|
|
|
50
51
|
--danger-color: 239 68 68;
|
|
51
52
|
--warning-color: 250 204 21;
|
|
52
53
|
--info-color: 96 165 250;
|
|
53
|
-
}
|
|
54
|
+
}
|