@dvukovic/style-guide 0.3.36 → 0.3.38

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": "@dvukovic/style-guide",
3
- "version": "0.3.36",
3
+ "version": "0.3.38",
4
4
  "description": "My own style guide",
5
5
  "repository": {
6
6
  "type": "git",
@@ -104,7 +104,7 @@
104
104
  "optional": true
105
105
  }
106
106
  },
107
- "packageManager": "yarn@4.4.0",
107
+ "packageManager": "yarn@4.5.0",
108
108
  "engines": {
109
109
  "node": ">=20.0.0"
110
110
  },
@@ -79,3 +79,10 @@ zipkin
79
79
  envalid
80
80
  openzipkin
81
81
  mantine
82
+ highcharts
83
+ dynamodblocal
84
+ gloock
85
+ highchart
86
+ mdxeditor
87
+ posthog
88
+ overscan
@@ -79,7 +79,7 @@ const stylelint = {
79
79
  "selector-type-no-unknown": true,
80
80
  "shorthand-property-no-redundant-values": true,
81
81
  "string-no-newline": true,
82
- "unit-allowed-list": ["px", "rem", "%", "fr", "vw", "vh"],
82
+ "unit-allowed-list": ["px", "rem", "%", "fr", "vw", "vh", "s", "deg"],
83
83
  "unit-no-unknown": true,
84
84
  "value-keyword-case": "lower",
85
85
  "value-no-vendor-prefix": true,