@neo4j-ndl/base 0.8.2 → 0.8.3

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/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Change Log
2
2
 
3
- ## 0.8.2
3
+ ## 0.8.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 831c5c6: fix private publishing flag yarn workspace
7
8
  - 7d934b2: fix text input border color
8
9
  - 98ea3fe: fix yarn workspace versioning issue
9
10
 
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
420
420
  */
421
421
  /**
422
422
  * Do not edit directly
423
- * Generated on Mon, 26 Sep 2022 15:10:32 GMT
423
+ * Generated on Mon, 26 Sep 2022 15:48:38 GMT
424
424
  */
425
425
  :root {
426
426
  --border-radius-sm: 4px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 26 Sep 2022 15:10:32 GMT
3
+ * Generated on Mon, 26 Sep 2022 15:48:38 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 26 Sep 2022 15:10:32 GMT
3
+ * Generated on Mon, 26 Sep 2022 15:48:38 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 26 Sep 2022 15:10:32 GMT
4
+ * Generated on Mon, 26 Sep 2022 15:48:38 GMT
5
5
  */
6
6
  module.exports = {
7
7
  "borderRadius": {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 26 Sep 2022 15:10:32 GMT
3
+ // Generated on Mon, 26 Sep 2022 15:48:38 GMT
4
4
 
5
5
  $border-radius-sm: 4px;
6
6
  $border-radius-md: 6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",