@brightspace-ui/core 2.44.1 → 2.44.2
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.
|
@@ -14,13 +14,6 @@
|
|
|
14
14
|
import '../tooltip-help.js';
|
|
15
15
|
</script>
|
|
16
16
|
<style>
|
|
17
|
-
p {
|
|
18
|
-
padding-top: 1rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
p:nth-child(3) {
|
|
22
|
-
padding-top: 0;
|
|
23
|
-
}
|
|
24
17
|
|
|
25
18
|
.boundary {
|
|
26
19
|
background-color: var(--d2l-color-citrine);
|
|
@@ -163,7 +156,7 @@
|
|
|
163
156
|
<d2l-demo-snippet>
|
|
164
157
|
<template>
|
|
165
158
|
<d2l-tooltip-help text="Helpful label">Contents should elaborate on the label (be short and concise)</d2l-tooltip-help>
|
|
166
|
-
<p class="d2l-body-small">
|
|
159
|
+
<p class="d2l-body-small" style="padding-top: 20px;">
|
|
167
160
|
This is some sample text.
|
|
168
161
|
<d2l-tooltip-help text="Helpful label" inherit-font-style>Contents should elaborate on the label (be short and concise)</d2l-tooltip-help>
|
|
169
162
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.44.
|
|
3
|
+
"version": "2.44.2",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|