@trackunit/css-core 0.0.38 → 0.0.39

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 (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,5 +5,11 @@ The PostCSS and Tailwind configuration from this package is used by the Trackuni
5
5
 
6
6
  Our custom Theme is defined by the Tailwind configuration (tailwind.config) and the theme.css file.
7
7
 
8
- ## Getting started
9
- An installation guide will come soon...
8
+ Trackunit Iris Apps are used by external developers to integrate custom functionality into [the Trackunit Manager platform](https://www.trackunit.com/services/manager/).
9
+
10
+ For a full guide on Iris App Development, please visit our [Developer Hub](https://developers.trackunit.com/)
11
+ ## Trackunit
12
+ This package was developed by Trackunit ApS.
13
+ Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
14
+
15
+ ![The Trackunit logo](https://trackunit.com/wp-content/uploads/2022/03/top-logo.svg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-core",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "main": "src/lib/core.css",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "MIT"