From a8d008c24438c0d2164a74440d26d2b2e988a527 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Fri, 1 Mar 2024 12:42:57 -0600 Subject: [PATCH 1/2] feat: @tacc/core-styles v2.25.0 - table redesign - button fix - tag padding tweak - `
` fixes --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d287fbbf4..9e7d2521a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@frctl/fractal": "^1.5.14", "@frctl/mandelbrot": "^1.10.1", - "@tacc/core-styles": "^2.23.1", + "@tacc/core-styles": "^2.25.0", "minimist": "^1.2.6" }, "engines": { @@ -481,9 +481,9 @@ } }, "node_modules/@tacc/core-styles": { - "version": "2.23.1", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.23.1.tgz", - "integrity": "sha512-Hu3T1/wfdbuQBZ//DBz2FwxAg+3/x9P1skS6sVldnq7yy3EZZpuOO7Tgu4OZbMlWHJG6IebWQnfniyRTOl9mVA==", + "version": "2.25.0", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.25.0.tgz", + "integrity": "sha512-Z4ZUOXhC05/JZl/gqJaNHRlW7i8oGYqW0l1wvnHrE/FFoARqt2b+BH0W6CO/hQCwky7KGHnBKHE1vJQaFFqLnA==", "bin": { "core-styles": "src/cli.js" }, @@ -8750,9 +8750,9 @@ } }, "@tacc/core-styles": { - "version": "2.23.1", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.23.1.tgz", - "integrity": "sha512-Hu3T1/wfdbuQBZ//DBz2FwxAg+3/x9P1skS6sVldnq7yy3EZZpuOO7Tgu4OZbMlWHJG6IebWQnfniyRTOl9mVA==", + "version": "2.25.0", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.25.0.tgz", + "integrity": "sha512-Z4ZUOXhC05/JZl/gqJaNHRlW7i8oGYqW0l1wvnHrE/FFoARqt2b+BH0W6CO/hQCwky7KGHnBKHE1vJQaFFqLnA==", "requires": {} }, "@trysound/sax": { diff --git a/package.json b/package.json index a5b0deafb..4e619802a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@frctl/fractal": "^1.5.14", "@frctl/mandelbrot": "^1.10.1", - "@tacc/core-styles": "^2.23.1", + "@tacc/core-styles": "^2.25.0", "minimist": "^1.2.6" }, "repository": "git@github.com:TACC/Core-CMS.git", From 4c5d6981ffc5aae6344918dd0f444a11db83c9a5 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Fri, 1 Mar 2024 17:01:07 -0600 Subject: [PATCH 2/2] feat: @tacc/core-styles v2.25.1 - revert table redesign --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e7d2521a..a01e25a2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@frctl/fractal": "^1.5.14", "@frctl/mandelbrot": "^1.10.1", - "@tacc/core-styles": "^2.25.0", + "@tacc/core-styles": "^2.25.1", "minimist": "^1.2.6" }, "engines": { @@ -481,9 +481,9 @@ } }, "node_modules/@tacc/core-styles": { - "version": "2.25.0", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.25.0.tgz", - "integrity": "sha512-Z4ZUOXhC05/JZl/gqJaNHRlW7i8oGYqW0l1wvnHrE/FFoARqt2b+BH0W6CO/hQCwky7KGHnBKHE1vJQaFFqLnA==", + "version": "2.25.1", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.25.1.tgz", + "integrity": "sha512-A4c5sMwKjTe1XLxnc3EWstf1f3L3EgFq5ISGr4e81t8ClPmfXIRqpl+YZMCO4/oo+8ngxV4OMsvzRw7e0mvSpQ==", "bin": { "core-styles": "src/cli.js" }, @@ -8750,9 +8750,9 @@ } }, "@tacc/core-styles": { - "version": "2.25.0", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.25.0.tgz", - "integrity": "sha512-Z4ZUOXhC05/JZl/gqJaNHRlW7i8oGYqW0l1wvnHrE/FFoARqt2b+BH0W6CO/hQCwky7KGHnBKHE1vJQaFFqLnA==", + "version": "2.25.1", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.25.1.tgz", + "integrity": "sha512-A4c5sMwKjTe1XLxnc3EWstf1f3L3EgFq5ISGr4e81t8ClPmfXIRqpl+YZMCO4/oo+8ngxV4OMsvzRw7e0mvSpQ==", "requires": {} }, "@trysound/sax": { diff --git a/package.json b/package.json index 4e619802a..711cfc94a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@frctl/fractal": "^1.5.14", "@frctl/mandelbrot": "^1.10.1", - "@tacc/core-styles": "^2.25.0", + "@tacc/core-styles": "^2.25.1", "minimist": "^1.2.6" }, "repository": "git@github.com:TACC/Core-CMS.git",