file name | matched strings |
---|---|
packages/osd-ui-shared-deps/flot_charts/jquery_colorhelpers.js |
#fff , rgba(100,50,25,0.4) , rgb("+[o.r, o.g, o.b].join(",") , [rgba("+[o.r, o.g, o.b, o.a].join(",") ](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/2322c53d10664d68c7d2ee21a86a4e29d1919d9c/packages/osd-ui-shared-deps/flo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { nodeFileTrace } from '@vercel/nft'; | |
import path from 'node:path'; | |
import { lstat } from 'node:fs/promises'; | |
async function run() { | |
const cwd = process.cwd(); | |
const dir = process.argv[2]; | |
if (!dir) { | |
throw 'You must specify the directory'; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright OpenSearch Contributors | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
/* eslint-disable @typescript-eslint/no-var-requires */ | |
const { | |
dependencies, | |
devDependencies, | |
peerDependencies, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright OpenSearch Contributors | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
const fs = require('fs'); | |
const path = require('path'); | |
const regex = /#[0-9a-fA-F]{3}(?:[0-9a-fA-F]{3})?|(?:rgb|rgba|hsl)\([^)]*\)/g; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
ouiButtonEmptyTypes: { | |
- primary: "#1ba9f5" | |
+ primary: "#159d8d" | |
- disabled: "#4c4e51" | |
+ disabled: "#535a62" | |
- ghost: "#ffffff" | |
+ ghost: "#fcfeff" | |
} | |
ouiCallOutTypes: { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
ouiButtonEmptyTypes: { | |
- primary: "#006bb4" | |
+ primary: "#14786f" | |
- disabled: "#afb0b3" | |
+ disabled: "#a4aaaf" | |
- ghost: "#ffffff" | |
+ ghost: "#fcfeff" | |
- text: "#343741" | |
+ text: "#2a3947" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
ouiButtonEmptyTypes: { | |
- primary: "#1ba9f5" | |
+ primary: "#159d8d" | |
- disabled: "#4c4e51" | |
+ disabled: "#535a62" | |
- ghost: "#ffffff" | |
+ ghost: "#fcfeff" | |
} | |
euiButtonEmptyTypes: { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
ouiButtonEmptyTypes: { | |
- primary: "#006bb4" | |
+ primary: "#14786f" | |
- disabled: "#afb0b3" | |
+ disabled: "#a4aaaf" | |
- ghost: "#ffffff" | |
+ ghost: "#fcfeff" | |
- text: "#343741" | |
+ text: "#2a3947" |
file name | matched strings |
---|---|
src/core/server/core_app/assets/legacy_dark_theme.css |
font-size , font-size , line-height , font-size , [font-size ](https://github.com/opensearch-project/OpenSearch-Da |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright OpenSearch Contributors | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
const fs = require('fs'); | |
const path = require('path'); | |
const searchTerms = ['font family', 'font size', 'font weight', 'font style', 'line height'] | |
.map((term) => term.split(' ')) |
NewerOlder