From 4eb9c8e405748b5fa5a10c7bbc4db37bfbe1269a Mon Sep 17 00:00:00 2001 From: Scott Nath Date: Wed, 15 May 2024 18:34:40 -0400 Subject: [PATCH] :bug: fix release? --- .github/workflows/release.yml | 2 -- custom-elements.json | 48 +++++++++++++++++++++++++---------- package.json | 1 + src/index.js | 32 ++++++++++++++++++++--- src/web-component.stories.js | 5 ++++ yarn.lock | 9 ++++++- 6 files changed, 76 insertions(+), 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc4f8cd..017ce5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,8 +28,6 @@ jobs: node-version: 'lts/*' - name: Install dependencies run: yarn install - - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - run: npm audit signatures - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/custom-elements.json b/custom-elements.json index 2f4c83b..a9369fe 100644 --- a/custom-elements.json +++ b/custom-elements.json @@ -138,51 +138,70 @@ "members": [ { "kind": "field", - "name": "_stylesGenerate" + "name": "_stylesGenerate", + "description": "Generates a `style` tag with variable component styles", + "privacy": "private" }, { "kind": "field", - "name": "_resumeSection" + "name": "_resumeSection", + "description": "Returns a section of a resume", + "parameters": [ + { + "description": "name of a JSON Resume section", + "name": "section", + "type": { + "text": "string" + } + }, + { + "description": "content for that section only", + "name": "content", + "type": { + "text": "object" + } + } + ], + "privacy": "private" }, { "kind": "field", "name": "_resumeGenerate", + "description": "Generate the resume HTML with the