Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
198 changes: 0 additions & 198 deletions .claude/V6-MIGRATION-PLAN.md

This file was deleted.

3 changes: 0 additions & 3 deletions .config/cem.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
sourceControlRootUrl: https://github.com/patternfly/patternfly-elements/tree/main/
generate:
files:
- ./elements/*/*.ts
- ./core/*/*.ts
exclude:
- './**/*.test.ts'
- './**/*.spec.ts'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ core/pfe-core/demo/*
.sonarlint
.history

# AI
.claude/settings.local.json

# Temp files
*~
*.swp
Expand Down
3 changes: 3 additions & 0 deletions core/pfe-core/.cem.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
generate:
files:
- ./*/*.ts
9 changes: 0 additions & 9 deletions core/pfe-core/.config/cem.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions elements/.cem.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
generate:
files:
- ./*/*.ts
13 changes: 0 additions & 13 deletions elements/.config/cem.yaml

This file was deleted.

63 changes: 2 additions & 61 deletions elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,70 +5,11 @@
"description": "PatternFly Elements",
"customElements": "custom-elements.json",
"type": "module",
"module": "./pfe.js",
"types": "./pfe.d.ts",
"exports": {
"./form-control.css": "./form-control.css",
"./form-control.css.js": "./form-control.css.js",
"./pf-v5-accordion/pf-v5-accordion-header.js": "./pf-v5-accordion/pf-v5-accordion-header.js",
"./pf-v5-accordion/pf-v5-accordion-panel.js": "./pf-v5-accordion/pf-v5-accordion-panel.js",
"./pf-v5-accordion/pf-v5-accordion.js": "./pf-v5-accordion/pf-v5-accordion.js",
"./pf-v5-alert/pf-v5-alert.js": "./pf-v5-alert/pf-v5-alert.js",
"./pf-v5-avatar/pf-v5-avatar.js": "./pf-v5-avatar/pf-v5-avatar.js",
"./pf-v5-back-to-top/pf-v5-back-to-top.js": "./pf-v5-back-to-top/pf-v5-back-to-top.js",
"./pf-v5-background-image/pf-v5-background-image.js": "./pf-v5-background-image/pf-v5-background-image.js",
"./pf-v5-badge/pf-v5-badge.js": "./pf-v5-badge/pf-v5-badge.js",
"./pf-v5-banner/pf-v5-banner.js": "./pf-v5-banner/pf-v5-banner.js",
"./pf-v5-button/pf-v5-button.js": "./pf-v5-button/pf-v5-button.js",
"./pf-v5-card/pf-v5-card.js": "./pf-v5-card/pf-v5-card.js",
"./pf-v5-chip/pf-v5-chip.js": "./pf-v5-chip/pf-v5-chip.js",
"./pf-v5-chip/pf-v5-chip-group.js": "./pf-v5-chip/pf-v5-chip-group.js",
"./pf-v5-clipboard-copy/pf-v5-clipboard-copy.js": "./pf-v5-clipboard-copy/pf-v5-clipboard-copy.js",
"./pf-v5-code-block/pf-v5-code-block.js": "./pf-v5-code-block/pf-v5-code-block.js",
"./pf-v5-dropdown/context.js": "./pf-v5-dropdown/context.js",
"./pf-v5-dropdown/pf-v5-dropdown-group.js": "./pf-v5-dropdown/pf-v5-dropdown-group.js",
"./pf-v5-dropdown/pf-v5-dropdown-item.js": "./pf-v5-dropdown/pf-v5-dropdown-item.js",
"./pf-v5-dropdown/pf-v5-dropdown-menu.js": "./pf-v5-dropdown/pf-v5-dropdown-menu.js",
"./pf-v5-dropdown/pf-v5-dropdown.js": "./pf-v5-dropdown/pf-v5-dropdown.js",
"./pf-v5-helper-text/pf-v5-helper-text.js": "./pf-v5-helper-text/pf-v5-helper-text.js",
"./pf-v5-hint/pf-v5-hint.js": "./pf-v5-hint/pf-v5-hint.js",
"./pf-v5-icon/pf-v5-icon.js": "./pf-v5-icon/pf-v5-icon.js",
"./pf-v5-jump-links/pf-v5-jump-links-item.js": "./pf-v5-jump-links/pf-v5-jump-links-item.js",
"./pf-v5-jump-links/pf-v5-jump-links-list.js": "./pf-v5-jump-links/pf-v5-jump-links-list.js",
"./pf-v5-jump-links/pf-v5-jump-links.js": "./pf-v5-jump-links/pf-v5-jump-links.js",
"./pf-v5-label-group/pf-v5-label-group.js": "./pf-v5-label-group/pf-v5-label-group.js",
"./pf-v5-label/pf-v5-label.js": "./pf-v5-label/pf-v5-label.js",
"./pf-v5-select/pf-v5-select.js": "./pf-v5-select/pf-v5-select.js",
"./pf-v5-select/pf-v5-listbox.js": "./pf-v5-select/pf-v5-listbox.js",
"./pf-v5-select/pf-v5-option-group.js": "./pf-v5-select/pf-v5-option-group.js",
"./pf-v5-select/pf-v5-option.js": "./pf-v5-select/pf-v5-option.js",
"./pf-v5-modal/pf-v5-modal.js": "./pf-v5-modal/pf-v5-modal.js",
"./pf-v5-panel/pf-v5-panel.js": "./pf-v5-panel/pf-v5-panel.js",
"./pf-v5-progress-stepper/pf-v5-progress-step.js": "./pf-v5-progress-stepper/pf-v5-progress-step.js",
"./pf-v5-progress-stepper/pf-v5-progress-stepper.js": "./pf-v5-progress-stepper/pf-v5-progress-stepper.js",
"./pf-v5-progress/pf-v5-progress.js": "./pf-v5-progress/pf-v5-progress.js",
"./pf-v5-search-input/pf-v5-search-input.js": "./pf-v5-search-input/pf-v5-search-input.js",
"./pf-v5-spinner/pf-v5-spinner.js": "./pf-v5-spinner/pf-v5-spinner.js",
"./pf-v5-switch/pf-v5-switch.js": "./pf-v5-switch/pf-v5-switch.js",
"./pf-v5-table/context.js": "./pf-v5-table/context.js",
"./pf-v5-table/pf-v5-caption.js": "./pf-v5-table/pf-v5-caption.js",
"./pf-v5-table/pf-v5-table.js": "./pf-v5-table/pf-v5-table.js",
"./pf-v5-table/pf-v5-tbody.js": "./pf-v5-table/pf-v5-tbody.js",
"./pf-v5-table/pf-v5-td.js": "./pf-v5-table/pf-v5-td.js",
"./pf-v5-table/pf-v5-th.js": "./pf-v5-table/pf-v5-th.js",
"./pf-v5-table/pf-v5-thead.js": "./pf-v5-table/pf-v5-thead.js",
"./pf-v5-table/pf-v5-tr.js": "./pf-v5-table/pf-v5-tr.js",
"./pf-v5-tabs/context.js": "./pf-v5-tabs/context.js",
"./pf-v5-tabs/pf-v5-tab-panel.js": "./pf-v5-tabs/pf-v5-tab-panel.js",
"./pf-v5-tabs/pf-v5-tab.js": "./pf-v5-tabs/pf-v5-tab.js",
"./pf-v5-tabs/pf-v5-tabs.js": "./pf-v5-tabs/pf-v5-tabs.js",
"./pf-v5-text-area/pf-v5-text-area.js": "./pf-v5-text-area/pf-v5-text-area.js",
"./pf-v5-text-input/pf-v5-text-input.js": "./pf-v5-text-input/pf-v5-text-input.js",
"./pf-v5-tile/pf-v5-tile.js": "./pf-v5-tile/pf-v5-tile.js",
"./pf-v5-timestamp/pf-v5-timestamp.js": "./pf-v5-timestamp/pf-v5-timestamp.js",
"./pf-v5-tooltip/pf-v5-tooltip.js": "./pf-v5-tooltip/pf-v5-tooltip.js",
"./pf-v5-popover/pf-v5-popover.js": "./pf-v5-popover/pf-v5-popover.js",
"./react/*": "./react/*"
"./react/*": "./react/*",
"./*": "./*"
},
"publishConfig": {
"access": "public",
Expand Down
7 changes: 1 addition & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default tseslint.config(
{
name: 'local/ignores',
ignores: [
'elements/pf-v5-icon/demo/icons/**/*.js',
'elements/pf-v*-icon/demo/icons/**/*.js',
'tools/create-element/templates/**/*',
'tools/create-element/**/*.js',
'tools/create-element/templates/**/*',
Expand All @@ -23,11 +23,6 @@ export default tseslint.config(
name: 'local/elements/package.json',
files: ['elements/package.json'],
plugins: { '@patternfly/elements': pfePlugin },
rules: {
'@patternfly/elements/no-missing-package-exports': [States.ERROR, {
matches: ['elements/*/pf-*.js'],
}],
},
},
{
name: 'local/tools/create-element',
Expand Down
Loading
Loading