Skip to content

Commit 42def7f

Browse files
redallenevwilkindlabrecqtlabajpatternfly-build
committed
perf(react-styles): remove emotion, fix types (patternfly#3886)
* fix(ouia): don't omit ouiaContext (patternfly#3872) * feat(Modal): add description property (patternfly#3821) * feat(Modal): add description property, update id location when desc exists * fix(Modal): lint error * feat(Modal): add description to Modal * feat(Modal): add description example to integration and cypress * feat(Modal): update docs * feat(DataList): add compact data list (patternfly#3807) * feat(DataList): add compact flag * feat(DataList): update tests, snapshots * feat(DataList): add compact demo to integration * feat(DataList): move integration demo back to integration * docs(DataList): update aria label on example * bump react-docs version (patternfly#3879) * fix(wizard): use patternfly-styles to set the no padding modifier (patternfly#3871) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> * chore(react): bump to current tagged version in git (patternfly#3881) * bump to current tagged version * bump other problematic packages * chore(release): releasing packages [ci skip] - @patternfly/react-catalog-view-extension@1.4.22 - @patternfly/react-charts@5.3.10 - @patternfly/react-core@3.143.0 - @patternfly/react-docs@4.20.28 - @patternfly/react-icons@3.15.8 - @patternfly/react-inline-edit-extension@2.17.22 - demo-app-ts@3.26.0 - @patternfly/react-integration@3.26.0 - @patternfly/react-table@2.28.3 - @patternfly/react-topology@2.14.22 - @patternfly/react-virtualized-extension@1.4.23 * remove emotion, fix types * fix some tests * fix tests * feat(ChipGroup): Added a tooltip to the Chipgroup label (patternfly#3826) * feat(ChipGroup): Added a tooltip to the Chipgroup label patternfly#3490 * fix linting errors * add tabindex * fix tabindex * remove redundant code Co-authored-by: Titani <tlabaj@redaht.com> * chore(release): releasing packages [ci skip] - @patternfly/react-catalog-view-extension@1.4.23 - @patternfly/react-core@3.144.0 - @patternfly/react-docs@4.20.29 - @patternfly/react-inline-edit-extension@2.17.23 - demo-app-ts@3.27.0 - @patternfly/react-integration@3.27.0 - @patternfly/react-table@2.28.4 - @patternfly/react-topology@2.14.23 - @patternfly/react-virtualized-extension@1.4.24 * add hoist-non-react-statics types * fix v4 package versions * chore(react-core): remove exenv and lodash (patternfly#3882) * chore(react-core): remove exenv and lodash * remove accidental focus-trap change * fix lint * fix lint * chore(release): releasing packages [ci skip] - @patternfly/react-catalog-view-extension@1.4.24 - @patternfly/react-codemods@1.1.5 - @patternfly/react-core@3.144.1 - @patternfly/react-docs@4.20.30 - @patternfly/react-icons@3.15.9 - @patternfly/react-inline-edit-extension@2.17.24 - demo-app-ts@3.27.1 - @patternfly/react-table@2.28.5 - @patternfly/react-topology@2.14.24 - @patternfly/react-virtualized-extension@1.4.25 * ts fixes * fix lint * fix backgroundImage on chrome * fix filter * fix merge conflict * fix lint+snaps * fix invalid data toolbar classes * linting * remove console logs * add aria-label to wizard toggle * update snapshots * update snapshots * address joachim's feedback * remove accidental auto-import * update snapshots Co-authored-by: Evan <evan.wilkinson@gmail.com> Co-authored-by: Dan Labrecque <dlabrecq@redhat.com> Co-authored-by: Titani Labaj <39532947+tlabaj@users.noreply.github.com> Co-authored-by: patternfly-build <patternfly-build@redhat.com> Co-authored-by: Titani <tlabaj@redaht.com>
1 parent 4b9494a commit 42def7f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

packages/react-styles/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55
export function css(...args: any): string {
66
// Adapted from https://github.com/JedWatson/classnames/blob/master/index.js
7+
78
const classes = [] as string[];
89
const hasOwn = {}.hasOwnProperty;
910

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3412,11 +3412,6 @@
34123412
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.0.4.tgz#b4ba2db3d958c15a610e694a96d975e57e5a1db6"
34133413
integrity sha512-ABfuvG0y0Z12Jtd8bxsfjWc9yt9jtQyWonuC0AKRktvn9bFULr7vWJ3Lg+PIXP5WUefPD7D+vGTz8SxdbWgLDA==
34143414

3415-
"@patternfly/react-tokens@^2.8.8":
3416-
version "2.8.8"
3417-
resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-2.8.8.tgz#25edde60501708b8fe821f69ab1f284ac1b81814"
3418-
integrity sha512-W3Kx2zlbfFtcjL9mYpjWNU9RfNrFpfXI6zC8qQTuaDwhV3IHCWt5HCkcf9oIW2aCtEjC0EkI67Wbz0BcmdYGJA==
3419-
34203415
"@pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2":
34213416
version "1.7.0-chalk-2"
34223417
resolved "https://registry.yarnpkg.com/@pieh/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.7.0-chalk-2.tgz#2e9da9d3ade9d18d013333eb408c457d04eabac0"
@@ -7585,6 +7580,7 @@ create-ecdh@^4.0.0:
75857580
bn.js "^4.1.0"
75867581
elliptic "^6.0.0"
75877582

7583+
<<<<<<< HEAD
75887584
<<<<<<< HEAD
75897585
=======
75907586
create-emotion-server@^9.2.12:
@@ -7596,6 +7592,8 @@ create-emotion-server@^9.2.12:
75967592
through "^2.3.8"
75977593

75987594
>>>>>>> chore(repo): remove unused packages (#3916)
7595+
=======
7596+
>>>>>>> perf(react-styles): remove emotion, fix types (#3886)
75997597
create-emotion@^9.2.12:
76007598
version "9.2.12"
76017599
resolved "https://registry.yarnpkg.com/create-emotion/-/create-emotion-9.2.12.tgz#0fc8e7f92c4f8bb924b0fef6781f66b1d07cb26f"
@@ -8809,6 +8807,7 @@ emojis-list@^2.0.0:
88098807
version "2.1.0"
88108808
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
88118809

8810+
<<<<<<< HEAD
88128811
<<<<<<< HEAD
88138812
=======
88148813
emotion-server@^9.2.9:
@@ -8818,6 +8817,8 @@ emotion-server@^9.2.9:
88188817
create-emotion-server "^9.2.12"
88198818

88208819
>>>>>>> chore(repo): remove unused packages (#3916)
8820+
=======
8821+
>>>>>>> perf(react-styles): remove emotion, fix types (#3886)
88218822
emotion@^9.2.9:
88228823
version "9.2.12"
88238824
resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.12.tgz#53925aaa005614e65c6e43db8243c843574d1ea9"

0 commit comments

Comments
 (0)