@budibase/bbui 2.14.2 → 2.14.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/bbui",
3
3
  "description": "A UI solution used in the different Budibase projects.",
4
- "version": "2.14.2",
4
+ "version": "2.14.4",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.es.js",
@@ -36,8 +36,8 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@adobe/spectrum-css-workflow-icons": "1.2.1",
39
- "@budibase/shared-core": "2.14.2",
40
- "@budibase/string-templates": "2.14.2",
39
+ "@budibase/shared-core": "2.14.4",
40
+ "@budibase/string-templates": "2.14.4",
41
41
  "@spectrum-css/accordion": "3.0.24",
42
42
  "@spectrum-css/actionbutton": "1.0.1",
43
43
  "@spectrum-css/actiongroup": "1.0.1",
@@ -104,5 +104,5 @@
104
104
  }
105
105
  }
106
106
  },
107
- "gitHead": "fa039f66c3b280e0ddc1f5dd60394cee34c3ec5d"
107
+ "gitHead": "2b86f98aca406873ea576d0335d4c262e6c1ad5c"
108
108
  }
@@ -130,5 +130,6 @@
130
130
  max-width: 150px;
131
131
  transform: translateX(-50%);
132
132
  text-align: center;
133
+ z-index: 1;
133
134
  }
134
135
  </style>
@@ -78,7 +78,7 @@
78
78
  var(--spacing-xl);
79
79
  }
80
80
  .property-panel.no-title {
81
- padding: var(--spacing-xl);
81
+ padding-top: var(--spacing-xl);
82
82
  }
83
83
 
84
84
  .show {
@@ -51,15 +51,13 @@
51
51
  margin-top: var(--spectrum-global-dimension-size-75);
52
52
  align-items: center;
53
53
  }
54
-
55
54
  .helpText :global(svg) {
56
- width: 14px;
57
- color: var(--grey-5);
55
+ width: 13px;
56
+ color: var(--spectrum-global-color-gray-600);
58
57
  margin-right: 6px;
59
58
  }
60
-
61
59
  .helpText span {
62
- color: var(--grey-7);
60
+ color: var(--spectrum-global-color-gray-800);
63
61
  font-size: var(--spectrum-global-dimension-font-size-75);
64
62
  }
65
63
  </style>