@awsui/test-utils-core
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -84,3 +84,3 @@ "use strict"; | ||
// this regexp resembles the logic of this code in the theming-core package: | ||
// see https://github.com/cloudscape-design/theming-core/blob/main/src/build/tasks/postcss/generate-scoped-name.ts | ||
// see src/build/tasks/postcss/generate-scoped-name.ts | ||
return selector.replace(/\.awsui_[a-zA-Z0-9_-]+/g, function (match) { | ||
@@ -87,0 +87,0 @@ return trimContentHash(match); |
@@ -23,5 +23,5 @@ { | ||
"name": "@awsui/test-utils-core", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/aws/awsui-documentation" | ||
} |
46145