@sk-web-gui/core 0.1.17 → 0.1.18

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sk-web-gui/core",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "license": "MIT",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -31,5 +31,5 @@
31
31
  "postcss-import": "^14.0.2",
32
32
  "tailwindcss": "^2.2.4"
33
33
  },
34
- "gitHead": "10f7366659f071d58bfc59d9d947b0069c195639"
34
+ "gitHead": "e1de1135b4aa3ec4787b5a1a0b0c813c87959017"
35
35
  }
@@ -235,6 +235,10 @@ module.exports = Forms = (colors) => ({
235
235
  ".form-textarea": {
236
236
  //"@apply leading-tight": {},
237
237
  minHeight: "5rem",
238
+
239
+ "&-counter": {
240
+ "@apply mt-xs text-right": {},
241
+ },
238
242
  },
239
243
 
240
244
  ".form-select": {