Skip to content

Commit 1d2bc8e

Browse files
committed
chore: remove @floating-ui from docs preview and build files
1 parent baf116c commit 1d2bc8e

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/preview.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
node-version-file: '.nvmrc'
1717
cache: npm
1818

19-
- name: Verify JSPM URL
20-
run: curl -I https://ga.jspm.io/npm:@floating-ui/core
21-
2219
- name: POP Debug Info
2320
run: curl https://cachefly.cachefly.net/CacheFlyDebug
2421

docs/_data/importMap.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ module.exports = async function() {
7272

7373
await generator.install([
7474
'tslib',
75-
'@floating-ui/dom',
76-
'@floating-ui/core',
7775
'@rhds/elements',
7876
'@rhds/elements/rh-footer/rh-global-footer.js',
7977
`prismjs@${PRISM_VERSION}`,

scripts/bundle.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export async function bundle({ outfile = 'elements/pfe.min.js' } = {}) {
4242
external: [
4343
'lit',
4444
'tslib',
45-
'@floating-ui*',
4645
],
4746

4847
plugins: [

0 commit comments

Comments
 (0)