@stonecrop/themes 0.2.35 → 0.2.36

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 +21 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # Themes
2
+
3
+ This directory contains various themes that can be used in Stonecrop applications. Each theme is a separate directory that contains the relevant stylesheets.
4
+
5
+ ## Themes
6
+
7
+ - `agritheory`
8
+ - `dark`
9
+ - `default`
10
+ - `excel`
11
+ - `legal`
12
+ - `verdant`
13
+ - `vue`
14
+
15
+ ## Usage
16
+
17
+ To use a theme, simply import the stylesheet into your application. For example, to use the `dark` theme:
18
+
19
+ ```javascript
20
+ import '@stonecrop/themes/dark';
21
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/themes",
3
- "version": "0.2.35",
3
+ "version": "0.2.36",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Tyler Matteson",