@budibase/bbui 2.5.6-alpha.3 → 2.5.6-alpha.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.5.6-alpha.3",
4
+ "version": "2.5.6-alpha.4",
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.5.6-alpha.3",
42
- "@budibase/string-templates": "2.5.6-alpha.3",
41
+ "@budibase/shared-core": "2.5.6-alpha.4",
42
+ "@budibase/string-templates": "2.5.6-alpha.4",
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,5 @@
90
90
  "resolutions": {
91
91
  "loader-utils": "1.4.1"
92
92
  },
93
- "gitHead": "38b2a2407eeb58c3f143c1d91d517e38b27cdd89"
93
+ "gitHead": "5d3a476e3f9f58fa5f33d5bb75ce82c11dc4e227"
94
94
  }
@@ -9,6 +9,7 @@
9
9
 
10
10
  <TooltipWrapper {tooltip} {size}>
11
11
  <label
12
+ data-testid="label"
12
13
  class:muted
13
14
  for=""
14
15
  class={`spectrum-FieldLabel spectrum-FieldLabel--size${size}`}
@@ -9,6 +9,7 @@
9
9
  </script>
10
10
 
11
11
  <p
12
+ data-testid="typography-body"
12
13
  style={`
13
14
  ${weight ? `font-weight:${weight};` : ""}
14
15
  ${textAlign ? `text-align:${textAlign};` : ""}
@@ -9,6 +9,7 @@
9
9
  </script>
10
10
 
11
11
  <h1
12
+ data-testid="typography-heading"
12
13
  style={textAlign ? `text-align:${textAlign}` : ``}
13
14
  class:noPadding
14
15
  class="spectrum-Heading spectrum-Heading--size{size} spectrum-Heading--{weight}"