@teipublisher/pb-components 2.25.2 → 2.25.3

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.
@@ -8,15 +8,15 @@ jobs:
8
8
  build:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
- - uses: actions/checkout@v3
11
+ - uses: actions/checkout@v4
12
12
  - name: Setup Node.js environment
13
- uses: actions/setup-node@v3
13
+ uses: actions/setup-node@v4
14
14
  with:
15
15
  node-version: "16"
16
16
  - run: npm ci
17
17
  - run: npm run gh-pages
18
18
  - name: Deploy to gh-pages
19
- uses: peaceiris/actions-gh-pages@v3
19
+ uses: peaceiris/actions-gh-pages@v4
20
20
  with:
21
21
  github_token: ${{ secrets.GITHUB_TOKEN }}
22
22
  publish_dir: ./docs
@@ -14,9 +14,9 @@ jobs:
14
14
  build:
15
15
  runs-on: ubuntu-latest
16
16
  steps:
17
- - uses: actions/checkout@v3
17
+ - uses: actions/checkout@v4
18
18
  - name: Use Node.js
19
- uses: actions/setup-node@v3
19
+ uses: actions/setup-node@v4
20
20
  with:
21
21
  node-version: "16"
22
22
  - name: npm install and build
@@ -10,8 +10,8 @@ jobs:
10
10
  name: Release
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
13
+ - uses: actions/checkout@v4
14
+ - uses: actions/setup-node@v4
15
15
  with:
16
16
  node-version: "16"
17
17
  - name: npm install and build
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.25.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.2...v2.25.3) (2025-05-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **pb-timeline:** Fix the timeframe label for some edge cases ([e6a8fbe](https://github.com/eeditiones/tei-publisher-components/commit/e6a8fbe915906ab51186cba2875ee0f107ba41e9))
7
+
1
8
  ## [2.25.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.1...v2.25.2) (2025-04-11)
2
9
 
3
10
 
@@ -2,4 +2,4 @@
2
2
  * Copyright 2018 The Pennsylvania State University
3
3
  * @license Apache-2.0, see License.md for full text.
4
4
  */
5
- class t{constructor(){this.imports={},this.webpack=!1,this.import=(t,i,e=!1)=>this.load(t,i,e),this.load=(t,i,e=!1)=>{let o=this.imports[t],s=!e&&this.webpack&&this.webpack[t];return new Promise(s||o?(i,e)=>{i(this.imports[t])}:(e,o)=>{const s=document.createElement("script");s.src=i,s.setAttribute("data-name",t),this.imports[t]=i,s.onload=()=>{e(this.imports[t]),this.imports[t]=!0,setTimeout(()=>{const e=new CustomEvent(`es-bridge-${t}-loaded`,{bubbles:!0,cancelable:!0,detail:{name:t,location:i}});document.dispatchEvent(e)},100)},s.onerror=()=>{o(new Error(`Failed to load ${t} script with location ${i}.`)),delete this.imports[t],this.imports[t]=!1},document.documentElement.appendChild(s)})}}}window.ESGlobalBridge=window.ESGlobalBridge||{},window.ESGlobalBridge.requestAvailability=()=>(window.ESGlobalBridge.instance||(window.ESGlobalBridge.instance=new t),window.ESGlobalBridge.instance);window.ESGlobalBridge.requestAvailability();
5
+ class t{constructor(){this.imports={},this.webpack=!1,this.import=(t,i,e=!1)=>this.load(t,i,e),this.load=(t,i,e=!1)=>{let o=this.imports[t],s=!e&&this.webpack&&this.webpack[t];return new Promise(s||o?(i,e)=>{i(this.imports[t])}:(e,o)=>{const s=document.createElement("script");s.src=i,s.setAttribute("data-name",t),this.imports[t]=i,s.onload=()=>{e(this.imports[t]),this.imports[t]=!0,setTimeout(()=>{const e=new CustomEvent(`es-bridge-${t}-loaded`,{bubbles:!0,cancelable:!0,detail:{name:t,location:i}});document.dispatchEvent(e)},100)},s.onerror=()=>{o(new Error(`Failed to load ${t} script with location ${i}.`)),delete this.imports[t],this.imports[t]=!1},document.documentElement.appendChild(s)})}}}window.ESGlobalBridge=window.ESGlobalBridge||{},window.ESGlobalBridge.requestAvailability=()=>(window.ESGlobalBridge.instance||(window.ESGlobalBridge.instance=new t),window.ESGlobalBridge.instance),window.ESGlobalBridge.requestAvailability();
@@ -1,4 +1,4 @@
1
- import{P as e,h as t,d as i}from"./paper-checkbox-c9177e35.js";import"./paper-listbox-1fc346ac.js";
1
+ import{P as e,h as t,d as i}from"./paper-checkbox-4f410b1f.js";import"./paper-listbox-5f42cff5.js";
2
2
  /**
3
3
  @license
4
4
  Copyright (c) 2015 The Polymer Project Authors. All rights reserved.