eat-js-sdk 0.0.38 → 0.0.39

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.
@@ -8304,6 +8304,12 @@
8304
8304
  create_component(smallchevronright.$$.fragment);
8305
8305
  attr(span0, "class", "test-base font-semibold underline mr-1");
8306
8306
  attr(span1, "class", "text-inherit h-6 w-6 flex items-center justify-center");
8307
+ attr(
8308
+ button0,
8309
+ "tabindex",
8310
+ /*categoryTabIndex*/
8311
+ ctx[12]
8312
+ );
8307
8313
  attr(button0, "aria-label", "Skip to word bin");
8308
8314
  attr(button0, "class", "flex items-center text-charcoal border-l-6 border-charcoal bg-yellow-1000 py-1.5 pr-3 pl-4 focus-visible:border-charcoal left-[-9999px] z-0 focus-within:left-0 focus-within:right-0 focus-within:top-0 absolute focus-within:z-30 focus-visible:outline-none");
8309
8315
  attr(p, "class", "text-base leading-5 !text-gray-900 font-semibold md:item-heading");
@@ -8475,6 +8481,15 @@
8475
8481
  },
8476
8482
  p(new_ctx, dirty) {
8477
8483
  ctx = new_ctx;
8484
+ if (!current || dirty[0] & /*categoryTabIndex*/
8485
+ 4096) {
8486
+ attr(
8487
+ button0,
8488
+ "tabindex",
8489
+ /*categoryTabIndex*/
8490
+ ctx[12]
8491
+ );
8492
+ }
8478
8493
  if (
8479
8494
  /*isModalOpen*/
8480
8495
  ctx[9]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "Authoring tool frontend SDK",
5
5
  "contributors": [
6
6
  {