@neo4j-ndl/base 0.16.1 → 0.16.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,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f16cd98: fix input components alignment
8
+
9
+ ## 0.16.2
10
+
11
+ ### Patch Changes
12
+
13
+ - d86cae0: Added plan view icon
14
+
3
15
  ## 0.16.1
4
16
 
5
17
  ### Patch Changes
@@ -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 Thu, 19 Jan 2023 14:19:32 GMT
423
+ * Generated on Tue, 31 Jan 2023 16:40:34 GMT
424
424
  */
425
425
  :root {
426
426
  --border-radius-none: 0px;
@@ -1566,6 +1566,10 @@ a.ndl-btn{
1566
1566
  * You should have received a copy of the GNU General Public License
1567
1567
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
1568
1568
  */
1569
+ .ndl-form-item{
1570
+ display: flex;
1571
+ align-items: center;
1572
+ }
1569
1573
  .ndl-form-item.ndl-type-checkbox {
1570
1574
  /* https://github.com/neo4j/neo4j-design/pull/165 */
1571
1575
  line-height: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Jan 2023 14:19:32 GMT
3
+ * Generated on Tue, 31 Jan 2023 16:40:34 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Jan 2023 14:19:32 GMT
3
+ * Generated on Tue, 31 Jan 2023 16:40:34 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 Thu, 19 Jan 2023 14:19:32 GMT
4
+ * Generated on Tue, 31 Jan 2023 16:40:34 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 Thu, 19 Jan 2023 14:19:32 GMT
3
+ // Generated on Tue, 31 Jan 2023 16:40:34 GMT
4
4
 
5
5
  $border-radius-none: 0px;
6
6
  $border-radius-sm: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "0.16.1",
3
+ "version": "0.16.3",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "",