@hkdigital/lib-core 0.5.53 → 0.5.55

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.
@@ -59,5 +59,6 @@
59
59
  /* All direct children occupy the same grid area */
60
60
  div > :global(*) {
61
61
  grid-area: 1 / 1;
62
+ position: relative;
62
63
  }
63
64
  </style>
@@ -158,6 +158,8 @@
158
158
  {/snippet} -->
159
159
 
160
160
  <fieldset
161
+ data-component="text-input"
162
+ data-type="text"
161
163
  data-input="text-input"
162
164
  class="{base} {borderShape} {classes} {stateClasses}"
163
165
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.5.53",
3
+ "version": "0.5.55",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"