@budibase/bbui 2.6.19-alpha.2 → 2.6.19-alpha.20

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.6.19-alpha.2",
4
+ "version": "2.6.19-alpha.20",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.es.js",
@@ -38,8 +38,8 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@adobe/spectrum-css-workflow-icons": "1.2.1",
41
- "@budibase/shared-core": "2.6.19-alpha.2",
42
- "@budibase/string-templates": "2.6.19-alpha.2",
41
+ "@budibase/shared-core": "2.6.19-alpha.20",
42
+ "@budibase/string-templates": "2.6.19-alpha.20",
43
43
  "@spectrum-css/accordion": "3.0.24",
44
44
  "@spectrum-css/actionbutton": "1.0.1",
45
45
  "@spectrum-css/actiongroup": "1.0.1",
@@ -90,5 +90,19 @@
90
90
  "resolutions": {
91
91
  "loader-utils": "1.4.1"
92
92
  },
93
- "gitHead": "62e6959d05c2e64f53bb4090b8f714937907efa5"
93
+ "nx": {
94
+ "targets": {
95
+ "build": {
96
+ "dependsOn": [
97
+ {
98
+ "projects": [
99
+ "@budibase/string-templates"
100
+ ],
101
+ "target": "build"
102
+ }
103
+ ]
104
+ }
105
+ }
106
+ },
107
+ "gitHead": "e0ce62b070777faabb21fb1932d5fc56dd6979cd"
94
108
  }
@@ -102,7 +102,9 @@
102
102
  margin-left: 0;
103
103
  transition: color ease-out 130ms;
104
104
  }
105
- .is-selected:not(.spectrum-ActionButton--emphasized):not(.spectrum-ActionButton--quiet) {
105
+ .is-selected:not(.spectrum-ActionButton--emphasized):not(
106
+ .spectrum-ActionButton--quiet
107
+ ) {
106
108
  background: var(--spectrum-global-color-gray-300);
107
109
  border-color: var(--spectrum-global-color-gray-500);
108
110
  }