Skip to content

Commit

Permalink
chore: update new css sample
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Dec 12, 2024
1 parent fbd0a38 commit abf424c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 905 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
mv liferay-sample-theme-css-1 liferay-sample-theme-css-styled
mv liferay-sample-theme-css-2 liferay-sample-theme-css-unstyled
mv liferay-sample-theme-css-3 liferay-sample-theme-css-token-definition
mv liferay-sample-theme-css-4 liferay-sample-theme-css-unstyled-token-definition
mv liferay-sample-theme-spritemap-1 liferay-sample-theme-spritemap-single-svg
mv liferay-sample-theme-spritemap-2 liferay-sample-theme-spritemap-multiple-svg
- name: Rearrange
Expand Down
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,25 @@ The official readme file for those samples is mirrored in the [HOW-TO.md](HOW-TO

The new naming is an arbitrary choice based on the description provided by Liferay in the readme file. Here's the correspondance for the renamed client extensions:

| **Original name** | **New name** |
|-------------------|--------------------------------------------------------------|
| liferay-sample-custom-element-1 | liferay-sample-custom-element-vanilla-js |
| liferay-sample-custom-element-2 | liferay-sample-custom-element-react-scripts |
| liferay-sample-custom-element-3 | liferay-sample-custom-element-angular |
| liferay-sample-custom-element-4 | liferay-sample-custom-element-react-dom |
| liferay-sample-custom-element-5 | liferay-sample-custom-element-react-clayui |
| liferay-sample-etc-frontend | liferay-sample-etc-frontend-shared-import-map |
| liferay-sample-global-js-1 | liferay-sample-global-js-page |
| liferay-sample-global-js-2 | liferay-sample-global-js-page-with-attributes |
| liferay-sample-global-js-2 | liferay-sample-global-js-instance |
| liferay-sample-iframe-1 | liferay-sample-iframe-counter |
| liferay-sample-iframe-2 | liferay-sample-iframe-wikipedia |
| liferay-sample-theme-css-1 | liferay-sample-theme-css-styled |
| liferay-sample-theme-css-2 | liferay-sample-theme-css-unstyled |
| liferay-sample-theme-css-3 | liferay-sample-theme-css-token-definition |
| liferay-sample-theme-spritemap-1 | liferay-sample-theme-spritemap-single-svg |
| liferay-sample-theme-spritemap-2 | liferay-sample-theme-spritemap-multiple-svg |
| **Original name** | **New name** |
|-------------------|-------------------------------------------------------------------|
| liferay-sample-custom-element-1 | liferay-sample-custom-element-vanilla-js |
| liferay-sample-custom-element-2 | liferay-sample-custom-element-react-scripts |
| liferay-sample-custom-element-3 | liferay-sample-custom-element-angular |
| liferay-sample-custom-element-4 | liferay-sample-custom-element-react-dom |
| liferay-sample-custom-element-5 | liferay-sample-custom-element-react-clayui |
| liferay-sample-etc-frontend | liferay-sample-etc-frontend-shared-import-map |
| liferay-sample-global-js-1 | liferay-sample-global-js-page |
| liferay-sample-global-js-2 | liferay-sample-global-js-page-with-attributes |
| liferay-sample-global-js-2 | liferay-sample-global-js-instance |
| liferay-sample-iframe-1 | liferay-sample-iframe-counter |
| liferay-sample-iframe-2 | liferay-sample-iframe-wikipedia |
| liferay-sample-theme-css-1 | liferay-sample-theme-css-styled |
| liferay-sample-theme-css-2 | liferay-sample-theme-css-unstyled |
| liferay-sample-theme-css-3 | liferay-sample-theme-css-token-definition |
| liferay-sample-theme-css-4 | liferay-sample-theme-css-unstyled-token-definition |
| liferay-sample-theme-spritemap-1 | liferay-sample-theme-spritemap-single-svg |
| liferay-sample-theme-spritemap-2 | liferay-sample-theme-spritemap-multiple-svg |

## Aditional information

Expand Down
13 changes: 0 additions & 13 deletions liferay-sample-theme-css-4/client-extension.yaml

This file was deleted.

149 changes: 0 additions & 149 deletions liferay-sample-theme-css-4/src/css/_clay_variables.scss

This file was deleted.

Loading

0 comments on commit abf424c

Please sign in to comment.