@dialpad/dialtone 9.127.1 → 9.127.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/tokens/doc.json +11518 -11518
  2. package/dist/vue2/localization/en-US.cjs +1 -1
  3. package/dist/vue2/localization/en-US.cjs.map +1 -1
  4. package/dist/vue2/localization/en-US.js +1 -1
  5. package/dist/vue2/localization/en-US.js.map +1 -1
  6. package/dist/vue3/localization/en-US.cjs +1 -1
  7. package/dist/vue3/localization/en-US.cjs.map +1 -1
  8. package/dist/vue3/localization/en-US.js +1 -1
  9. package/dist/vue3/localization/en-US.js.map +1 -1
  10. package/package.json +5 -6
  11. package/dist/css/fonts/SeasonMix-Bold.woff2 +0 -0
  12. package/dist/css/fonts/SeasonMix-Regular.woff2 +0 -0
  13. package/dist/css/fonts/SeasonMix-SemiBold.woff2 +0 -0
  14. package/dist/css/js/dialtone_health_check/deprecated_icons.cjs +0 -105
  15. package/dist/css/js/dialtone_health_check/index.cjs +0 -82
  16. package/dist/css/js/dialtone_health_check/non_dialtone_properties.cjs +0 -44
  17. package/dist/css/js/dialtone_migration_helper/configs/box-shadows.mjs +0 -19
  18. package/dist/css/js/dialtone_migration_helper/configs/colors.mjs +0 -69
  19. package/dist/css/js/dialtone_migration_helper/configs/fonts.mjs +0 -49
  20. package/dist/css/js/dialtone_migration_helper/configs/size-and-space.mjs +0 -124
  21. package/dist/css/js/dialtone_migration_helper/helpers.mjs +0 -212
  22. package/dist/css/js/dialtone_migration_helper/index.mjs +0 -135
  23. package/dist/css/svg/spot/blank-space.svg +0 -1
  24. package/dist/css/svg/spot/browser-list-callout.svg +0 -1
  25. package/dist/css/svg/spot/browser-table-graph.svg +0 -1
  26. package/dist/css/svg/spot/female-laptop-typing.svg +0 -1
  27. package/dist/css/svg/spot/file-upload.svg +0 -1
  28. package/dist/css/svg/spot/male-laptop-typing.svg +0 -1
  29. package/dist/css/svg/spot/mind.svg +0 -1
  30. package/dist/css/svg/spot/playlist.svg +0 -1
  31. package/dist/css/svg/spot/publish.svg +0 -1
  32. package/dist/css/svg/spot/vector-vortex.svg +0 -1
  33. package/dist/css/svg/spot/wireless-screenshare.svg +0 -1
  34. package/dist/css/tokens/tokens-base-dark.css +0 -1802
  35. package/dist/css/tokens/tokens-base-deca-dark.css +0 -1802
  36. package/dist/css/tokens/tokens-base-deca-light.css +0 -1562
  37. package/dist/css/tokens/tokens-base-light.css +0 -1562
  38. package/dist/css/tokens/tokens-debug-base.css +0 -1562
  39. package/dist/css/tokens/tokens-debug-dp.css +0 -2496
  40. package/dist/css/tokens/tokens-deca-dark.css +0 -2496
  41. package/dist/css/tokens/tokens-deca-light.css +0 -2496
  42. package/dist/css/tokens/tokens-dp-dark.css +0 -2496
  43. package/dist/css/tokens/tokens-dp-light.css +0 -2496
  44. package/dist/css/tokens/tokens-expressive-dark.css +0 -2457
  45. package/dist/css/tokens/tokens-expressive-light.css +0 -2457
  46. package/dist/css/tokens/tokens-expressive-sm-dark.css +0 -2457
  47. package/dist/css/tokens/tokens-expressive-sm-light.css +0 -2457
  48. package/dist/css/tokens/tokens-tmo-dark.css +0 -2496
  49. package/dist/css/tokens/tokens-tmo-light.css +0 -2496
  50. package/dist/tokens/less/tokens-base-dark.less +0 -604
  51. package/dist/tokens/less/tokens-base-deca-dark.less +0 -604
  52. package/dist/tokens/less/tokens-base-deca-light.less +0 -484
  53. package/dist/tokens/less/tokens-base-light.less +0 -484
  54. package/dist/tokens/less/tokens-deca-dark.less +0 -574
  55. package/dist/tokens/less/tokens-deca-light.less +0 -574
  56. package/dist/tokens/less/tokens-dp-dark.less +0 -574
  57. package/dist/tokens/less/tokens-dp-light.less +0 -574
  58. package/dist/tokens/less/tokens-expressive-dark.less +0 -540
  59. package/dist/tokens/less/tokens-expressive-light.less +0 -540
  60. package/dist/tokens/less/tokens-expressive-sm-dark.less +0 -540
  61. package/dist/tokens/less/tokens-expressive-sm-light.less +0 -540
  62. package/dist/tokens/less/tokens-tmo-dark.less +0 -574
  63. package/dist/tokens/less/tokens-tmo-light.less +0 -574
@@ -1,124 +0,0 @@
1
- export default {
2
- description:
3
- 'Updates dialtone 7 variables to dialtone 8 design tokens.\n' +
4
- '- Replaces var(--{size}-{stop}) with var(--dt-size-{stop})\n\t' +
5
- 'eg. var(--size-200) with var(--dt-size-200)\n' +
6
- '- Replaces @{size}{stop} with var(--dt-size-{stop})\n\t' +
7
- 'eg. @size4 with var(--dt-size-300)\n' +
8
- '- Replaces @icon{size} with var(--dt-icon-size-{stop})\n\t' +
9
- 'eg. @icon12 with var(--dt-icon-size-100)\n' +
10
- '- Replaces var(--su{stop}) with var(--dt-size-{stop})\n\t' +
11
- 'eg. var(--su0) with var(--dt-size-0)\n' +
12
- '- Replaces @su{stop} with var(--dt-size-{stop})\n\t' +
13
- 'eg. @su8 with var(--dt-size-400)\n' +
14
- '- Replaces var(--sun{stop}) with var(--dt-size-{stop}-negative)\n\t' +
15
- 'eg. var(--sun1) with var(--dt-size-100-negative)\n' +
16
- '- Replaces var(--br{stop}) with var(--dt-size-radius-{stop})\n\t' +
17
- 'eg. var(--br4) with var(--dt-size-radius-300)\n' +
18
- '- Replaces @br{stop} with var(--dt-size-radius-{stop})\n\t' +
19
- 'eg. @br-pill with var(--dt-size-radius-pill)\n',
20
- patterns: ['**/*.{css,less,scss,sass,styl,html,vue,md}'],
21
- expressions: [
22
- // ------------------------------------------------------------ //
23
- // Size and Space //
24
- // ------------------------------------------------------------ //
25
- {
26
- from: /var\(--(size|space)(-[0-9]+)(-negative)?\)/gi,
27
- to: 'var(--dt-$1$2$3)',
28
- },
29
-
30
- // Size LESS variables
31
- { from: /@size0\b|var\(--size0\)/g, to: 'var(--dt-size-0)' },
32
- { from: /@size1\b|var\(--size1\)/g, to: 'var(--dt-size-100)' },
33
- { from: /@size2\b|var\(--size2\)/g, to: 'var(--dt-size-200)' },
34
- { from: /@size4\b|var\(--size4\)/g, to: 'var(--dt-size-300)' },
35
- { from: /@size6\b|var\(--size6\)/g, to: 'var(--dt-size-350)' },
36
- { from: /@size8\b|var\(--size8\)/g, to: 'var(--dt-size-400)' },
37
- { from: /@size12\b|var\(--size12\)/g, to: 'var(--dt-size-450)' },
38
- { from: /@size16\b|var\(--size16\)/g, to: 'var(--dt-size-500)' },
39
- { from: /@size20\b|var\(--size20\)/g, to: 'var(--dt-size-525)' },
40
- { from: /@size24\b|var\(--size24\)/g, to: 'var(--dt-size-550)' },
41
- { from: /@size32\b|var\(--size32\)/g, to: 'var(--dt-size-600)' },
42
- { from: /@size42\b|var\(--size42\)/g, to: 'var(--dt-size-625)' },
43
- { from: /@size48\b|var\(--size48\)/g, to: 'var(--dt-size-650)' },
44
- { from: /@size64\b|var\(--size64\)/g, to: 'var(--dt-size-700)' },
45
- { from: /@size72\b|var\(--size72\)/g, to: 'var(--dt-size-720)' },
46
- { from: /@size84\b|var\(--size84\)/g, to: 'var(--dt-size-730)' },
47
- { from: /@size96\b|var\(--size96\)/g, to: 'var(--dt-size-750)' },
48
- { from: /@size102\b|var\(--size102\)/g, to: 'var(--dt-size-760)' },
49
- { from: /@size114\b|var\(--size114\)/g, to: 'var(--dt-size-775)' },
50
- { from: /@size128\b|var\(--size128\)/g, to: 'var(--dt-size-800)' },
51
- { from: /@size164\b|var\(--size164\)/g, to: 'var(--dt-size-825)' },
52
- { from: /@size216\b|var\(--size216\)/g, to: 'var(--dt-size-875)' },
53
- { from: /@size264\b|var\(--size264\)/g, to: 'var(--dt-size-905)' },
54
- { from: /@size332\b|var\(--size332\)/g, to: 'var(--dt-size-925)' },
55
- { from: /@size464\b|var\(--size464\)/g, to: 'var(--dt-size-975)' },
56
- { from: /@size512\b|var\(--size512\)/g, to: 'var(--dt-size-1000)' },
57
- { from: /@size628\b|var\(--size628\)/g, to: 'var(--dt-size-1020)' },
58
- { from: /@size764\b|var\(--size764\)/g, to: 'var(--dt-size-1040)' },
59
- { from: /@size828\b|var\(--size828\)/g, to: 'var(--dt-size-1060)' },
60
- { from: /@size912\b|var\(--size912\)/g, to: 'var(--dt-size-1080)' },
61
- { from: /@size1024\b|var\(--size1024\)/g, to: 'var(--dt-size-1100)' },
62
- { from: /@size1140\b|var\(--size1140\)/g, to: 'var(--dt-size-1115)' },
63
- { from: /@size1268\b|var\(--size1268\)/g, to: 'var(--dt-size-1120)' },
64
- { from: /@size1340\b|var\(--size1340\)/g, to: 'var(--dt-size-1130)' },
65
-
66
- // Icon variables
67
- { from: /@icon12\b|var\(--icon12\)/g, to: 'var(--dt-icon-size-100)' },
68
- { from: /@icon14\b|var\(--icon14\)/g, to: 'var(--dt-icon-size-200)' },
69
- { from: /@icon16\b|var\(--icon16\)/g, to: 'var(--dt-size-500)' },
70
- { from: /@icon18\b|var\(--icon18\)/g, to: 'var(--dt-icon-size-300)' },
71
- { from: /@icon20\b|var\(--icon20\)/g, to: 'var(--dt-icon-size-400)' },
72
- { from: /@icon24\b|var\(--icon24\)/g, to: 'var(--dt-icon-size-500)' },
73
- { from: /@icon32\b|var\(--icon32\)/g, to: 'var(--dt-icon-size-600)' },
74
- { from: /@icon48\b|var\(--icon48\)/g, to: 'var(--dt-size-650)' },
75
- { from: /@icon64\b|var\(--icon64\)/g, to: 'var(--dt-size-700)' },
76
- // Variable prefixed with negative, must go before positive spacing
77
- { from: /-@su1\b|-var\(--su1\)|[^-]var\(--sun1\)/g, to: 'var(--dt-space-100-negative)' },
78
- { from: /-@su2\b|-var\(--su2\)|[^-]var\(--sun2\)/g, to: 'var(--dt-space-200-negative)' },
79
- { from: /-@su4\b|-var\(--su4\)|[^-]var\(--sun4\)/g, to: 'var(--dt-space-300-negative)' },
80
- { from: /-@su6\b|-var\(--su6\)|[^-]var\(--sun6\)/g, to: 'var(--dt-space-350-negative)' },
81
- { from: /-@su8\b|-var\(--su8\)|[^-]var\(--sun8\)/g, to: 'var(--dt-space-400-negative)' },
82
- { from: /-@su12\b|-var\(--su12\)|[^-]var\(--sun12\)/g, to: 'var(--dt-space-450-negative)' },
83
- { from: /-@su16\b|-var\(--su16\)|[^-]var\(--sun16\)/g, to: 'var(--dt-space-500-negative)' },
84
- { from: /-@su24\b|-var\(--su24\)|[^-]var\(--sun24\)/g, to: 'var(--dt-space-550-negative)' },
85
- { from: /-@su32\b|-var\(--su32\)|[^-]var\(--sun32\)/g, to: 'var(--dt-space-600-negative)' },
86
- { from: /-@su48\b|-var\(--su48\)|[^-]var\(--sun48\)/g, to: 'var(--dt-space-650-negative)' },
87
- { from: /-@su64\b|-var\(--su64\)|[^-]var\(--sun64\)/g, to: 'var(--dt-space-700-negative)' },
88
- { from: /-@su72\b|-var\(--su72\)|[^-]var\(--sun72\)/g, to: 'var(--dt-space-720-negative)' },
89
- { from: /-@su84\b|-var\(--su84\)|[^-]var\(--sun84\)/g, to: 'var(--dt-space-730-negative)' },
90
- { from: /-@su96\b|-var\(--su96\)|[^-]var\(--sun96\)/g, to: 'var(--dt-space-750-negative)' },
91
- { from: /-@su102\b|-var\(--su102\)|[^-]var\(--sun102\)/g, to: 'var(--dt-space-760-negative)' },
92
- { from: /-@su114\b|-var\(--su114\)|[^-]var\(--sun114\)/g, to: 'var(--dt-space-775-negative)' },
93
- { from: /-@su128\b|-var\(--su128\)|[^-]var\(--sun128\)/g, to: 'var(--dt-space-800-negative)' },
94
- // Positive spacing
95
- { from: /@su0\b|var\(--su0\)/g, to: 'var(--dt-space-0)' },
96
- { from: /@su1\b|var\(--su1\)/g, to: 'var(--dt-space-100)' },
97
- { from: /@su2\b|var\(--su2\)/g, to: 'var(--dt-space-200)' },
98
- { from: /@su4\b|var\(--su4\)/g, to: 'var(--dt-space-300)' },
99
- { from: /@su6\b|var\(--su6\)/g, to: 'var(--dt-space-350)' },
100
- { from: /@su8\b|var\(--su8\)/g, to: 'var(--dt-space-400)' },
101
- { from: /@su12\b|var\(--su12\)/g, to: 'var(--dt-space-450)' },
102
- { from: /@su16\b|var\(--su16\)/g, to: 'var(--dt-space-500)' },
103
- { from: /@su24\b|var\(--su24\)/g, to: 'var(--dt-space-550)' },
104
- { from: /@su32\b|var\(--su32\)/g, to: 'var(--dt-space-600)' },
105
- { from: /@su48\b|var\(--su48\)/g, to: 'var(--dt-space-650)' },
106
- { from: /@su64\b|var\(--su64\)/g, to: 'var(--dt-space-700)' },
107
- { from: /@su72\b|var\(--su72\)/g, to: 'var(--dt-space-720)' },
108
- { from: /@su84\b|var\(--su84\)/g, to: 'var(--dt-space-730)' },
109
- { from: /@su96\b|var\(--su96\)/g, to: 'var(--dt-space-750)' },
110
- { from: /@su102\b|var\(--su102\)/g, to: 'var(--dt-space-760)' },
111
- { from: /@su114\b|var\(--su114\)/g, to: 'var(--dt-space-775)' },
112
- { from: /@su128\b|var\(--su128\)/g, to: 'var(--dt-space-800)' },
113
- // Border radius
114
- { from: /@br-(pill|circle)|var\(--br-(pill|circle)\)/g, to: 'var(--dt-size-radius-$1$2)' },
115
- { from: /@br0|var\(--br0\)/g, to: 'var(--dt-size-radius-0)' },
116
- { from: /@br2\b|var\(--br2\)/g, to: 'var(--dt-size-radius-200)' },
117
- { from: /@br4|var\(--br4\)/g, to: 'var(--dt-size-radius-300)' },
118
- { from: /@br8|var\(--br8\)/g, to: 'var(--dt-size-radius-400)' },
119
- { from: /@br12|var\(--br12\)/g, to: 'var(--dt-size-450)' },
120
- { from: /@br16|var\(--br16\)/g, to: 'var(--dt-size-radius-500)' },
121
- { from: /@br24|var\(--br24\)/g, to: 'var(--dt-size-550)' },
122
- { from: /@br32|var\(--br32\)/g, to: 'var(--dt-size-radius-600)' },
123
- ],
124
- };
@@ -1,212 +0,0 @@
1
- import chalk from 'chalk';
2
- import { globby } from 'globby';
3
- import inquirer from 'inquirer';
4
- import path from 'path';
5
- import fs from 'fs';
6
- const { readdir, readFile, writeFile } = fs.promises;
7
-
8
- // confirm prompt for starting operations, display warning and y/n dialog
9
- export const confirmStart = () => {
10
- return new Promise((resolve, reject) => {
11
- inquirer
12
- .prompt([
13
- {
14
- type: 'confirm',
15
- name: 'yesno',
16
- prefix: `
17
- ${chalk.bgRed(
18
- '┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ !!! CAUTION !!! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓',
19
- )}
20
- ${chalk.bgRed(
21
- '┃',
22
- )} Please be sure you are running this in a code repository where changes can be rolled back. ${chalk.bgRed(
23
- '┃',
24
- )}
25
- ${chalk.bgRed(
26
- '┃',
27
- )} Modifications will occur to files listed above. Proceed at your own risk. ${chalk.bgRed(
28
- '┃',
29
- )}
30
- ${chalk.bgRed(
31
- '┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛',
32
- )}\n
33
- `,
34
- message: 'Start modification?',
35
- default: true,
36
- },
37
- ])
38
- .then((choice) => {
39
- resolve(choice.yesno);
40
- })
41
- .catch((err) => {
42
- reject(err);
43
- });
44
- });
45
- };
46
-
47
- // return array of all globby pattern matches in one level
48
- export const doPatternSearch = async (config) => {
49
- const res = [];
50
- for (const p of config.patterns) {
51
- res.push(
52
- ...(await getGlob(p, config.globbyConfig).catch((err) => error('doPatternSearch: ' + err))),
53
- );
54
- }
55
- return res;
56
- };
57
-
58
- // error and quit
59
- export const error = (message) => {
60
- console.log(`\n${chalk.red('!!')} Error: ${message}\n`);
61
- process.exit(1);
62
- };
63
-
64
- export const findMatchedFiles = async (fileList, config) => {
65
- return getAllFileContents(fileList, config.globbyConfig.cwd).then((globbed) => {
66
- // filter out minified files
67
- const filtered = globbed
68
- .filter((f) => {
69
- return (f.data.match(/[\n\r]/g) || []).length > 3;
70
- })
71
- .filter((f) => {
72
- config.expressions.forEach((e) => {
73
- if (e.from.test(f.data)) f.matches++;
74
- });
75
- return f.matches > 0;
76
- });
77
-
78
- return filtered.reduce((prev, current) => {
79
- const fn = path.relative(config.globbyConfig.cwd, current.file);
80
- return [...prev, fn];
81
- }, []);
82
- });
83
- };
84
-
85
- // read file contents of all matched files, return filename and data, default matches (0)
86
- export const getAllFileContents = (fileList, cwd) => {
87
- const readPromises = fileList.map(async (file) => {
88
- file = cwd + path.sep + file;
89
- return readFile(file, 'utf8')
90
- .then((data) => {
91
- return { file, data, matches: 0 };
92
- })
93
- .catch((err) => error('getAllFileContents: ' + err));
94
- });
95
- return Promise.all(readPromises);
96
- };
97
-
98
- // return list of files from path
99
- export const getConfigFileList = (path) => {
100
- return new Promise((resolve, reject) => {
101
- readdir(path)
102
- .then((files) => {
103
- resolve(
104
- files.map((file) => ({
105
- name: file.replace(/-/g, ' ').split('.')[0],
106
- value: file,
107
- })),
108
- );
109
- })
110
- .catch((err) => reject(err));
111
- });
112
- };
113
-
114
- // returns globby promise based on search pattern and configuration
115
- // https://github.com/sindresorhus/globby
116
- export const getGlob = (pattern, config) => {
117
- return new Promise((resolve, reject) => {
118
- globby(pattern, config)
119
- .then((matches) => resolve(matches))
120
- .catch((err) => reject(err));
121
- });
122
- };
123
-
124
- // display list of configuration files retreived by readConfigFile
125
- export const inquireForFile = (folder, options) => {
126
- return new Promise((resolve, reject) => {
127
- inquirer
128
- .prompt([
129
- {
130
- type: 'list',
131
- name: 'file',
132
- choices: options,
133
- pageSize: 4,
134
- prefix: `\n${chalk.green('?')} Choose a migration configuration to use:\n`,
135
- },
136
- ])
137
- .then((choice) => {
138
- const configPath = `${folder}/${choice.file}`;
139
- resolve(readConfigFile(configPath));
140
- })
141
- .catch((err) => {
142
- reject(err);
143
- });
144
- });
145
- };
146
-
147
- // for each expression (string.replace(from, to)) iterate over each file and make
148
- // changes where a match was found. Records number of matches per file.
149
- // @TODO: could probably be sped up but it already seems pretty fast.
150
- export const modifyFileContents = async (content, expr) => {
151
- // filter out files with less than 3 newlines, likely compressed/minified files
152
- content
153
- .filter((f) => {
154
- return (f.data.match(/[\n\r]/g) || []).length > 3;
155
- })
156
- .map((f) => {
157
- expr.forEach((e) => {
158
- f.data = f.data.replace(e.from, (match) => {
159
- f.matches++;
160
- return match.replace(e.from, e.to);
161
- });
162
- });
163
- return f;
164
- });
165
-
166
- // promise map for writing file to the FS
167
- const writePromises = content.map(async (content) => {
168
- if (content.matches > 0) {
169
- return writeFile(content.file, content.data, 'utf8')
170
- .then(() => {
171
- return { file: content.file, matches: content.matches };
172
- })
173
- .catch((err) => error('writePromises: ' + err));
174
- } else {
175
- return { file: content.file, matches: 0 };
176
- }
177
- });
178
-
179
- // write out list of files that changed and how many changes were made
180
- return await Promise.all(writePromises).then((results) => {
181
- results.forEach((result) => {
182
- if (result.matches > 0) {
183
- // gives a shorter name
184
- const shortname = path.relative(process.cwd(), result.file);
185
- console.log(
186
- `${chalk.yellow('>>')} ${shortname}${chalk.gray(',')} ${chalk.whiteBright(
187
- result.matches,
188
- )} changes`,
189
- );
190
- }
191
- });
192
- });
193
- };
194
-
195
- // read configuration file and return array with data and config filename
196
- export const readConfigFile = async (file) => {
197
- const config = await import(file);
198
- return [config.default, path.basename(file)];
199
- };
200
-
201
- export default {
202
- confirmStart,
203
- doPatternSearch,
204
- error,
205
- findMatchedFiles,
206
- getAllFileContents,
207
- getConfigFileList,
208
- getGlob,
209
- inquireForFile,
210
- modifyFileContents,
211
- readConfigFile,
212
- };
@@ -1,135 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- import chalk from 'chalk';
4
- import {
5
- confirmStart,
6
- doPatternSearch,
7
- error,
8
- findMatchedFiles,
9
- getConfigFileList,
10
- getAllFileContents,
11
- inquireForFile,
12
- modifyFileContents,
13
- readConfigFile,
14
- } from './helpers.mjs';
15
- import ora from 'ora';
16
- import { dirname, normalize } from 'path';
17
- import { fileURLToPath } from 'url';
18
- import { hideBin } from 'yargs/helpers';
19
- import yargs from 'yargs';
20
-
21
- // eslint-disable-next-line complexity
22
- (async () => {
23
- // get command line args
24
- const argv = yargs(hideBin(process.argv))
25
- .scriptName('dialtone-migration-helper')
26
- .usage(
27
- '$0 --cwd "../root/directory" --include "file1.ext" "**/*.ext2" --ignore "**/ignored/**", "**/another_ignored/**"',
28
- )
29
- .options({
30
- cwd: {
31
- type: 'string',
32
- description: 'Root directory for scan. Defaults to CWD.',
33
- default: process.cwd(),
34
- },
35
- include: {
36
- type: 'array',
37
- description: 'Glob patters to include during search, if omitted, will include all the files on the CWD.',
38
- },
39
- ignore: {
40
- type: 'array',
41
- description: 'Other glob patterns to ignore during search. .gitignore included by default.',
42
- },
43
- force: {
44
- boolean: true,
45
- description: 'Skip interactive prompts, use caution!',
46
- default: false,
47
- },
48
- })
49
- .help().argv;
50
-
51
- // get list of configuration files
52
- const __filename = fileURLToPath(import.meta.url);
53
- const __dirname = dirname(__filename);
54
- const CONFIG_FOLDER = __dirname + '/configs';
55
- const configList = await getConfigFileList(CONFIG_FOLDER).catch((err) =>
56
- error('getConfigFileList: ' + err),
57
- );
58
-
59
- // load configuration from arg or list
60
- const [configData, configFile] = await inquireForFile(CONFIG_FOLDER, configList)
61
- .catch((err) =>
62
- error('inquireForFile: ' + err),
63
- );
64
-
65
- // set up some globby defaults
66
- configData.globbyConfig = configData.globbyConfig || {};
67
- configData.globbyConfig.gitignore = configData.globbyConfig.gitignore || true;
68
-
69
- console.log(
70
- `\n${chalk.green('++')} Configuration Loaded! (${configFile}) ${chalk.green('++')}\n`,
71
- );
72
-
73
- // take CWD if specified from command line
74
- const cwd = !argv.cwd ? process.cwd() : normalize(argv.cwd);
75
- configData.globbyConfig.cwd = configData.globbyConfig.cwd || cwd;
76
- // push include list to configuration array
77
- if (argv.include) {
78
- configData.patterns = argv.include;
79
- }
80
- // push ignore list to configuration array
81
- if (argv.ignore) {
82
- configData.globbyConfig.ignore = argv.ignore;
83
- }
84
-
85
- // run glob search with configData.patterns
86
- const globSpinner = ora('Performing pattern search').start();
87
- const files = await doPatternSearch(configData).then((f) => {
88
- return findMatchedFiles(f, configData);
89
- });
90
- if (files.length <= 0) {
91
- console.log(
92
- '\n' +
93
- chalk.cyan('??') +
94
- ' No matches found! Check your patterns and cwd settings if you think this is an error ' +
95
- `patterns: [${configData.patterns}] | cwd: [${configData.globbyConfig.cwd}] `,
96
- );
97
- process.exit(0);
98
- }
99
-
100
- globSpinner.stop();
101
- console.log(`[ ${chalk.whiteBright(files.length)} ] files queued for modification:\n`);
102
- console.log(files);
103
- console.log(
104
- `\n${chalk.yellow('Configuration Description')}${chalk.gray(':')}\n${configData.description}\n`,
105
- );
106
-
107
- // kick off file search and replace
108
- const startModification = () => {
109
- console.log(`\n${chalk.blue('__')} Starting ...`);
110
-
111
- getAllFileContents(files, configData.globbyConfig.cwd)
112
- .then((content) => {
113
- modifyFileContents(content, configData.expressions).then(() => {
114
- console.log(`${chalk.magenta('==')} Modification complete!\n`);
115
- });
116
- })
117
- .catch((err) => error('getAllFileContents: ' + err));
118
- };
119
-
120
- // begin file modification based on configuration rules
121
- // start automatically if --force is specified
122
- if (!argv.force) {
123
- confirmStart()
124
- .then((val) => {
125
- if (val) {
126
- startModification();
127
- } else {
128
- console.log(`\n${chalk.red('__')} Cancelling ...\n`);
129
- }
130
- })
131
- .catch((err) => error('confirmStart ' + err));
132
- } else {
133
- startModification();
134
- }
135
- })();
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" focusable="false" aria-label="Graphic: Geometric shapes circular arrangement" class="blankSpace" viewBox="0 0 151 164" fill="none"><path d="M142.547 84.398c-.022.34-.046.678-.073 1.017l.255.02a64.273 64.273 0 0 1-.19 2.027l-.254-.028a70.005 70.005 0 0 1-.25 2.018l.254.035a69.611 69.611 0 0 1-.311 2.011l-.252-.043c-.114.67-.238 1.337-.371 2l.251.05a65.413 65.413 0 0 1-.432 1.99l-.249-.057c-.154.66-.317 1.317-.49 1.97l.247.065a67.258 67.258 0 0 1-.552 1.963l-.246-.073c-.193.65-.396 1.295-.608 1.935l.243.081a67.397 67.397 0 0 1-.671 1.926l-.24-.088a67.402 67.402 0 0 1-.726 1.896l.238.095a67.637 67.637 0 0 1-.786 1.88l-.234-.103a68.736 68.736 0 0 1-.841 1.85l.232.109a68.853 68.853 0 0 1-.899 1.829l-.228-.117a65.33 65.33 0 0 1-.951 1.795l.225.123a68.565 68.565 0 0 1-1.009 1.772l-.22-.13c-.344.583-.697 1.16-1.057 1.732l.216.137a69.399 69.399 0 0 1-1.114 1.707l-.213-.143a64.258 64.258 0 0 1-1.16 1.666l.208.15a69.217 69.217 0 0 1-1.215 1.636l-.203-.156a69.363 69.363 0 0 1-1.259 1.594l.198.161a65.12 65.12 0 0 1-1.311 1.56l-.193-.167a69.524 69.524 0 0 1-1.353 1.514l.188.174c-.46.5-.927.993-1.402 1.478l-.183-.178c-.474.484-.954.96-1.441 1.43l.177.184c-.489.472-.985.936-1.489 1.392l-.172-.189c-.501.454-1.009.902-1.524 1.341l.166.195c-.516.441-1.04.874-1.57 1.3l-.16-.2c-.527.424-1.062.84-1.602 1.248l.154.204c-.542.409-1.09.81-1.645 1.203l-.148-.209c-.552.392-1.11.775-1.674 1.15l.142.213c-.566.376-1.137.743-1.714 1.102l-.135-.217c-.575.357-1.155.706-1.741 1.046l.129.221a67.27 67.27 0 0 1-1.778.997l-.122-.225a63.88 63.88 0 0 1-1.8.939l.115.229c-.606.305-1.218.601-1.835.888l-.108-.232c-.613.285-1.23.562-1.853.829l.101.235c-.624.267-1.252.526-1.885.775l-.094-.238c-.629.247-1.263.486-1.9.715l.086.241c-.638.229-1.281.448-1.928.659l-.079-.244c-.643.209-1.29.409-1.942.599l.072.245c-.65.19-1.305.37-1.964.541l-.064-.248c-.654.169-1.312.329-1.973.479l.057.249c-.662.15-1.328.291-1.996.421l-.05-.251c-.661.129-1.327.248-1.996.357l.042.253a67.12 67.12 0 0 1-2.018.298l-.034-.254c-.669.089-1.34.168-2.015.236l.026.255a67.93 67.93 0 0 1-2.03.175l-.019-.255c-.674.048-1.35.086-2.03.113l.011.256c-.676.028-1.354.045-2.034.053l-.003-.256c-.676.007-1.353.004-2.033-.009l-.005.256a69.586 69.586 0 0 1-2.035-.069l.013-.256a70.094 70.094 0 0 1-2.035-.13l-.02.255a67.425 67.425 0 0 1-2.028-.189l.028-.255a66.644 66.644 0 0 1-2.017-.25l-.036.254a69.551 69.551 0 0 1-2.01-.311l.042-.252a68.846 68.846 0 0 1-1.999-.371l-.05.251a65.354 65.354 0 0 1-1.991-.432l.058-.249a67.396 67.396 0 0 1-1.97-.49l-.065.247a67.346 67.346 0 0 1-1.964-.552l.073-.246a66.14 66.14 0 0 1-1.935-.608l-.08.243a66.037 66.037 0 0 1-1.926-.671l.088-.24a68.011 68.011 0 0 1-1.897-.726l-.095.238a67.593 67.593 0 0 1-1.879-.786l.102-.234a66.525 66.525 0 0 1-1.85-.841l-.109.232a69.271 69.271 0 0 1-1.828-.899l.116-.228a65.29 65.29 0 0 1-1.794-.951l-.124.225a67.87 67.87 0 0 1-1.771-1.009l.13-.22a69.317 69.317 0 0 1-1.732-1.057l-.137.216a69.062 69.062 0 0 1-1.708-1.114l.143-.212a67.795 67.795 0 0 1-1.666-1.161l-.149.208a67.419 67.419 0 0 1-1.636-1.215l.155-.203a68.9 68.9 0 0 1-1.593-1.259l-.162.198a65.726 65.726 0 0 1-1.56-1.311l.168-.193a69.55 69.55 0 0 1-1.515-1.353l-.173.189c-.5-.461-.993-.928-1.479-1.403l.179-.183a67.95 67.95 0 0 1-1.43-1.441l-.185.177a65.549 65.549 0 0 1-1.392-1.489l.19-.172a66.51 66.51 0 0 1-1.341-1.524l-.195.166a66.13 66.13 0 0 1-1.3-1.57l.2-.16a64.99 64.99 0 0 1-1.248-1.602l-.204.155c-.41-.543-.81-1.091-1.204-1.646l.209-.148a67.382 67.382 0 0 1-1.149-1.674l-.213.142a68.65 68.65 0 0 1-1.102-1.714l.217-.135a67.681 67.681 0 0 1-1.047-1.741l-.22.129a67.38 67.38 0 0 1-.998-1.778l.225-.122a64.684 64.684 0 0 1-.939-1.8l-.229.115a65.71 65.71 0 0 1-.888-1.835l.232-.108a66.649 66.649 0 0 1-.828-1.853l-.235.101a67.446 67.446 0 0 1-.775-1.885l.238-.094a66.457 66.457 0 0 1-.715-1.9l-.241.086a66.248 66.248 0 0 1-.66-1.928l.244-.079a66.661 66.661 0 0 1-.598-1.941l-.246.071c-.19-.65-.37-1.305-.54-1.964l.248-.064a66.417 66.417 0 0 1-.48-1.973l-.249.057c-.15-.662-.29-1.327-.42-1.996l.25-.049a66.742 66.742 0 0 1-.357-1.997l-.252.042a67.09 67.09 0 0 1-.299-2.018l.254-.034a66.917 66.917 0 0 1-.236-2.015l-.254.026a67.37 67.37 0 0 1-.175-2.03l.255-.019a67.298 67.298 0 0 1-.114-2.03l-.256.011a67.804 67.804 0 0 1-.052-2.034l.256-.003a67.89 67.89 0 0 1 .008-2.033l-.256-.005a68.52 68.52 0 0 1 .07-2.035l.255.013a68.578 68.578 0 0 1 .13-2.035l-.255-.02c.053-.679.117-1.355.19-2.027l.254.027a67.85 67.85 0 0 1 .25-2.017l-.253-.035c.094-.674.197-1.345.31-2.012l.253.043c.114-.67.237-1.336.37-1.999l-.25-.05c.134-.668.278-1.331.431-1.991l.25.058c.154-.66.317-1.317.49-1.97l-.248-.065c.175-.659.36-1.313.553-1.964l.245.073c.193-.649.396-1.294.608-1.935l-.243-.08c.215-.647.438-1.289.671-1.926l.24.088a66.77 66.77 0 0 1 .726-1.896l-.237-.096a66.98 66.98 0 0 1 .785-1.879l.235.102c.271-.621.551-1.238.84-1.85l-.231-.109c.29-.615.59-1.224.899-1.828l.227.116c.309-.604.626-1.202.951-1.794l-.224-.123c.327-.597.664-1.187 1.008-1.772l.22.13a67.01 67.01 0 0 1 1.058-1.732l-.216-.137c.363-.575.734-1.145 1.114-1.708l.212.144c.379-.562.765-1.117 1.16-1.667l-.207-.149c.396-.552.801-1.097 1.214-1.636l.203.156c.412-.538.832-1.07 1.26-1.594l-.199-.162c.43-.526.867-1.047 1.311-1.56l.194.168a67 67 0 0 1 1.352-1.515l-.188-.173c.46-.5.928-.993 1.403-1.479l.183.18c.473-.485.953-.962 1.44-1.431l-.177-.185c.49-.471.986-.935 1.49-1.392l.171.19a67.82 67.82 0 0 1 1.524-1.341l-.166-.195c.517-.441 1.04-.875 1.57-1.3l.16.2c.528-.424 1.062-.84 1.602-1.248l-.154-.204c.542-.41 1.09-.81 1.645-1.204l.148.21c.552-.392 1.11-.775 1.674-1.15l-.141-.213a67.748 67.748 0 0 1 1.714-1.102l.135.217a67.036 67.036 0 0 1 1.74-1.046l-.128-.222a67.66 67.66 0 0 1 1.777-.997l.122.226a67.165 67.165 0 0 1 1.8-.94l-.115-.228a66.98 66.98 0 0 1 1.836-.889l.108.232c.612-.285 1.23-.56 1.852-.828l-.1-.235a66.915 66.915 0 0 1 1.885-.775l.093.238c.63-.248 1.263-.486 1.9-.715l-.086-.241c.639-.23 1.282-.449 1.928-.659l.08.243c.642-.209 1.29-.408 1.94-.598l-.07-.246c.65-.19 1.305-.37 1.963-.54l.064.248c.654-.17 1.312-.33 1.973-.48l-.056-.249a66.68 66.68 0 0 1 1.996-.42l.048.251a66.838 66.838 0 0 1 1.997-.357l-.041-.253c.67-.11 1.342-.21 2.018-.299l.033.254a66.917 66.917 0 0 1 2.016-.236l-.026-.254a67.3 67.3 0 0 1 2.03-.175l.018.255c.674-.048 1.35-.086 2.03-.114l-.01-.255a67.638 67.638 0 0 1 2.034-.053l.002.256a67.922 67.922 0 0 1 2.033.008l.005-.255c.677.012 1.355.036 2.035.069l-.012.256a68.713 68.713 0 0 1 2.034.13l.02-.256c.68.054 1.355.117 2.028.19l-.028.255c.676.073 1.349.156 2.018.25l.035-.254a68.25 68.25 0 0 1 2.011.31l-.043.253c.67.114 1.336.237 2 .37l.05-.25c.667.134 1.331.278 1.99.432l-.057.249c.66.154 1.317.317 1.97.49l.065-.248c.658.175 1.313.36 1.963.553l-.073.245c.65.194 1.294.396 1.935.608l.08-.242c.647.214 1.29.437 1.927.67l-.088.24c.637.233 1.269.475 1.896.726l.095-.237c.632.252 1.258.514 1.879.785l-.102.235c.622.271 1.239.551 1.85.84l.109-.231c.615.29 1.225.59 1.829.899l-.117.227a67.01 67.01 0 0 1 1.795.951l.123-.224c.596.327 1.187.664 1.771 1.008l-.13.22a66.71 66.71 0 0 1 1.733 1.058l.136-.216c.576.363 1.145.734 1.708 1.114l-.143.212c.562.379 1.117.766 1.666 1.16l.149-.207c.552.397 1.098.802 1.637 1.214l-.156.204c.538.412 1.069.831 1.593 1.259l.162-.199c.527.43 1.047.867 1.56 1.311l-.167.194c.511.443 1.016.894 1.514 1.352l.174-.188c.5.46.993.928 1.478 1.403l-.179.183c.485.473.961.953 1.431 1.44l.184-.177c.472.49.936.986 1.392 1.49l-.189.171c.454.502.901 1.01 1.341 1.524l.195-.166c.441.517.874 1.04 1.3 1.57l-.2.16c.424.528.84 1.062 1.247 1.602l.205-.154c.409.542.81 1.09 1.203 1.645l-.209.148c.392.552.775 1.11 1.149 1.674l.214-.141c.375.565.743 1.137 1.102 1.714l-.218.135c.358.575.707 1.155 1.047 1.74l.221-.128c.341.587.674 1.18.997 1.777l-.225.122c.322.595.635 1.195.939 1.8l.229-.115c.305.607.601 1.219.888 1.836l-.232.108c.285.612.561 1.23.828 1.852l.236-.1c.267.623.526 1.252.775 1.885l-.238.093c.247.63.486 1.263.715 1.901l.241-.087c.229.639.448 1.282.659 1.928l-.244.08c.209.643.409 1.29.599 1.941l.245-.072c.19.651.37 1.306.541 1.964l-.248.065c.169.653.329 1.311.479 1.973l.249-.057c.15.662.29 1.327.421 1.996l-.251.049c.129.662.248 1.328.357 1.996l.253-.041c.109.67.209 1.342.298 2.018l-.254.033c.089.67.167 1.341.236 2.016l.255-.026c.068.674.127 1.35.175 2.03l-.255.018c.048.674.085 1.351.113 2.03l.256-.01c.028.675.045 1.353.052 2.034l-.255.003c.007.675.004 1.353-.009 2.032l.256.005a69.586 69.586 0 0 1-.069 2.035l-.256-.012a87.84 87.84 0 0 1-.057 1.018Z" stroke="var(--dt-color-surface-contrast)" stroke-width=".51" stroke-dasharray="2.05 2.05" id="ellips_05"/><circle cx="83" cy="86.49" r="7.06" fill="url(#paint0_linear_1103_139)" id="ellips_05"/><path d="M21.178 115.53a4.566 4.566 0 1 1 .964 9.081 4.566 4.566 0 0 1-.963-9.081Z" fill="url(#paint1_linear_1103_139)" id="ellips_05"/><path d="M84.713 15.913a4.351 4.351 0 1 1-6.828-5.397 4.351 4.351 0 0 1 6.828 5.397Z" fill="url(#paint2_linear_1103_139)" id="ellips_05"/><circle cx="24.07" cy="83.41" r="3.9" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><circle cx="99.64" cy="67.42" r="3.9" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><circle cx="55.85" cy="128.3" r="2.21" stroke="var(--dt-color-surface-contrast)" stroke-width=".51" id="ellips_05"/><circle cx="130.41" cy="74.86" r="2.21" stroke="var(--dt-color-surface-contrast)" stroke-width=".51" id="ellips_05"/><circle cx="36.09" cy="67.75" r="2.21" stroke="var(--dt-color-surface-contrast)" stroke-width=".51" id="ellips_05"/><path d="m117.37 27.068 8.978.573-.573 8.977-8.978-.573.573-8.977Z" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><path d="m110.243 86.668 4.205-3.7 3.701 4.205-4.206 3.7-3.7-4.205Z" stroke="var(--dt-color-surface-contrast)" stroke-width=".51" id="ellips_05"/><path d="m65.072 146.766 8.371-7.367 7.367 8.371-8.371 7.367-7.367-8.371Z" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><path d="m56.07 63.72-.995 15.58m-7.295-8.285 15.58.994m-12.948-6.36L60.728 77.37m-11.02-.703 11.724-10.317" stroke="var(--dt-color-surface-contrast)" stroke-width="1.16" stroke-miterlimit="10" id="ellips_05"/><path d="m48.102 110.331-.568 8.902m-4.168-4.734 8.902.568m-7.399-3.635 5.896 6.699m-6.297-.402 6.698-5.895" stroke="var(--dt-color-surface-contrast)" stroke-width=".66" stroke-miterlimit="10" id="ellips_05"/><path d="m35.746 21.45-.568 8.903m-4.168-4.735 8.902.569m-7.399-3.635 5.896 6.699m-6.297-.402 6.698-5.895" stroke="var(--dt-color-surface-contrast)" stroke-width=".66" stroke-miterlimit="10" id="ellips_05"/><path d="m124.279 118.469-.994 15.579m-7.295-8.284 15.579.994m-12.948-6.361 10.317 11.723m-11.02-.703 11.723-10.317" stroke="var(--dt-color-surface-contrast)" stroke-width="1.16" stroke-miterlimit="10" id="ellips_05"/><defs><linearGradient id="paint0_linear_1103_139" x1="81.04" y1="81" x2="84.34" y2="95.04" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".52" stop-color="#F9008E"/><stop offset="1" stop-color="#F6AB3C"/></linearGradient><linearGradient id="paint1_linear_1103_139" x1="18.26" y1="121.71" x2="27.07" y2="118.63" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".52" stop-color="#F9008E"/><stop offset="1" stop-color="#F6AB3C"/></linearGradient><linearGradient id="paint2_linear_1103_139" x1="82.45" y1="9.81" x2="78.68" y2="17.86" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".52" stop-color="#F9008E"/><stop offset="1" stop-color="#F6AB3C"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" focusable="false" aria-label="Browser List Callout" class="browserListCallout" viewBox="0 0 96 96" fill="none"><path d="M48 96c26.51 0 48-21.49 48-48S74.51 0 48 0 0 21.49 0 48s21.49 48 48 48Z" fill="url(#paint0_linear_1131_44)" id="header"/><path d="M12 33h68v41.063c0 1.07-.867 1.937-1.937 1.937H13.937A1.937 1.937 0 0 1 12 74.063V33Z" fill="var(--dt-color-neutral-white)" id="header"/><path d="M80 31H12v-5.063c0-1.07.867-1.937 1.937-1.937h64.126c1.07 0 1.937.867 1.937 1.937V31Z" fill="var(--dt-color-brand-purple)" id="header"/><path d="M16.238 28.937a.969.969 0 1 0 0-1.937.969.969 0 0 0 0 1.937Z" fill="var(--dt-color-neutral-white)" id="header"/><path d="M19.338 28.937a.968.968 0 1 0 0-1.937.968.968 0 0 0 0 1.937Z" fill="var(--dt-color-neutral-white)" id="header"/><path d="M22.438 28.937a.969.969 0 1 0 0-1.937.969.969 0 0 0 0 1.937Z" fill="var(--dt-color-neutral-white)" id="header"/><path d="M44 39H17v2h27v-2Z" fill="var(--dt-color-surface-bold)"/><path d="M44 51H17v2h27v-2Z" fill="var(--dt-color-surface-bold)"/><path d="M44 62H17v2h27v-2Z" fill="var(--dt-color-surface-bold)"/><path d="M69 43H17v4h52v-4Z" fill="var(--dt-color-surface-bold)"/><path d="M69 55H17v4h52v-4Z" fill="var(--dt-color-surface-bold)"/><path d="M69 66H17v4h52v-4Z" fill="var(--dt-color-surface-bold)"/><path d="M48 74a8 8 0 0 1 8-8h32a8 8 0 0 1 0 16H56a8 8 0 0 1-8-8Z" fill="var(--dt-color-brand-purple)" id="header"/><path d="M51.962 71.921a5.296 5.296 0 1 1-.553 2.359h.814a4.481 4.481 0 1 0 .418-1.892l.67-.192.225.783-1.958.561-.561-1.958.783-.224.162.563Z" fill="var(--dt-color-neutral-white)" id="header"/><path d="M56.297 71.021v3.87h3.259v-.815h-2.444v-3.055h-.815Z" fill="var(--dt-color-neutral-white)" id="icon"/><path fill-rule="evenodd" clip-rule="evenodd" d="M78 71.777H66v-1.554h12v1.554Z" fill="var(--dt-color-border-brand-subtle)" id="toast_text"/><path fill-rule="evenodd" clip-rule="evenodd" d="M90 77.775H66v-3.55h24v3.55Z" fill="var(--dt-color-border-brand-subtle)" id="toast_text"/><path d="M65.472 40h15.32c1.99 0 3.604 1.745 3.604 3.897V59m0 0-3.605-3.897M84.396 59 88 55.103" stroke="var(--dt-color-brand-purple)" stroke-width="1.2" id="header"/><path d="M64.12 40H47" stroke="var(--dt-color-brand-purple)" stroke-dasharray="4 1" id="header"/><defs><linearGradient id="paint0_linear_1131_44" x1="82" y1="87" x2="6.5" y2="7.5" gradientUnits="userSpaceOnUse"><stop stop-color="var(--dt-color-surface-moderate)"/><stop offset="1" stop-color="var(--dt-color-surface-moderate)" stop-opacity="0"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" focusable="false" aria-label="Browser Table Graph" class="browserTableGraph" viewBox="0 0 96 96" fill="none"><g clip-path="url(#clip0_1102_40)" id="window"><path d="M48 96c26.51 0 48-21.49 48-48S74.51 0 48 0 0 21.49 0 48s21.49 48 48 48Z" fill="url(#paint0_linear_1102_40)" id="header_actions3"/><path d="M82 31H14v-5.063c0-1.07.867-1.937 1.937-1.937h64.126c1.07 0 1.937.867 1.937 1.937V31Z" fill="var(--dt-color-brand-purple)" id="header_actions3"/><path d="M14 33h68v41.063c0 1.07-.867 1.937-1.937 1.937H15.937A1.937 1.937 0 0 1 14 74.063V33Z" fill="var(--dt-color-neutral-white)" id="header_actions3"/><path d="M18.238 28.937a.969.969 0 1 0 0-1.937.969.969 0 0 0 0 1.937Z" fill="var(--dt-color-neutral-white)" id="header_actions3"/><path d="M21.338 28.937a.968.968 0 1 0 0-1.937.968.968 0 0 0 0 1.937Z" fill="var(--dt-color-neutral-white)" id="header_actions3"/><path d="M24.438 28.937a.969.969 0 1 0 0-1.937.969.969 0 0 0 0 1.937Z" fill="var(--dt-color-neutral-white)" id="header_actions3"/><path d="M25 38h-4v32h4V38Z" fill="url(#paint1_linear_1102_40)" id="header_actions3"/><path d="M36 38h-5v32h5V38Z" fill="url(#paint1_linear_1102_40)" id="header_actions3"/><path d="M46 38h-5v32h5V38Z" fill="url(#paint1_linear_1102_40)" id="header_actions3"/><path d="M56 38h-5v32h5V38Z" fill="url(#paint1_linear_1102_40)" id="header_actions3"/><path d="M66 38h-5v32h5V38Z" fill="url(#paint1_linear_1102_40)" id="header_actions3"/><path d="M76 38h-4v32h4V38Z" fill="url(#paint1_linear_1102_40)" id="header_actions3"/><path d="m25.954 60.208 12.581 10.065L52.554 45.47 70.5 63.5l14.046-19.827" stroke="var(--dt-color-border-brand)" stroke-width="1.2" id="header_actions3"/><path d="M26.15 58.63a1.775 1.775 0 1 1-3.55 0 1.775 1.775 0 0 1 3.55 0Z" fill="var(--dt-color-neutral-white)" stroke="var(--dt-color-border-brand)" stroke-width="1.2" id="header_actions3"/><path d="M38.375 72.15a1.775 1.775 0 1 0 0-3.55 1.775 1.775 0 0 0 0 3.55Z" fill="var(--dt-color-neutral-white)" stroke="var(--dt-color-border-brand)" stroke-width="1.2" id="header_actions3"/><path d="M52.375 47.15a1.775 1.775 0 1 0 0-3.55 1.775 1.775 0 0 0 0 3.55Z" fill="var(--dt-color-neutral-white)" stroke="var(--dt-color-border-brand)" stroke-width="1.2" id="header_actions3"/><path d="M85.375 44.15a1.775 1.775 0 1 0 0-3.55 1.775 1.775 0 0 0 0 3.55Z" fill="var(--dt-color-neutral-white)" stroke="var(--dt-color-border-brand)" stroke-width="1.2" id="header_actions3"/><path d="M74.972 61.79a.817.817 0 0 1 1.156 0l10.587 10.587a.817.817 0 1 1-1.156 1.156L74.972 62.946a.817.817 0 0 1 0-1.156Z" fill="var(--dt-color-brand-purple)" stroke="var(--dt-color-border-brand)" id="header_actions3"/><path d="M71 66.4a8.4 8.4 0 1 1 0-16.8 8.4 8.4 0 0 1 0 16.8Z" fill="var(--dt-color-neutral-white)" stroke="var(--dt-color-border-brand)" stroke-width="1.2" id="header_actions3"/><path d="M66.034 55a6.181 6.181 0 0 0 .396 5.716" stroke="var(--dt-color-border-brand)" stroke-width="1.2" stroke-linecap="round" id="header_actions3"/></g><defs><linearGradient id="paint0_linear_1102_40" x1="82" y1="87" x2="6.5" y2="7.5" gradientUnits="userSpaceOnUse"><stop stop-color="var(--dt-color-surface-moderate)"/><stop offset="1" stop-color="var(--dt-color-surface-moderate)" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_1102_40" x1="23" y1="38" x2="23" y2="70" gradientUnits="userSpaceOnUse"><stop stop-color="var(--dt-color-surface-bold)"/><stop offset="1" stop-color="var(--dt-color-surface-bold)" stop-opacity="0"/></linearGradient><clipPath id="header_actions3"><rect width="96" height="96" fill="var(--dt-color-neutral-white)" id="header_actions2"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" focusable="false" aria-label="Female Laptop Typing" class="femaleLaptopTyping" viewBox="0 0 253 256" fill="none"><path d="M231.06 202.216h-22.637v-31.879c0-6.3 5.064-11.4 11.319-11.4 6.254 0 11.318 5.1 11.318 11.4v31.879Z" fill="var(--dt-color-border-brand-subtle)" id="Vector"/><path d="M233.572 239.526h-27.648l-3.166-34.226h33.981l-3.167 34.226Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="M219.634 157.674a2.51 2.51 0 0 1-.036.064l-.014-.025-.012-.022-.079.021.006-.063c-.401-.111-2.109-.617-2.754-1.348-.733-.83-.916-1.858-.419-2.319.479-.42 1.381-.18 2.096.534l-.002-.086c0-1.252.523-2.267 1.178-2.267.625 0 1.13.927 1.174 2.102.657-.548 1.44-.694 1.887-.309.537.461.406 1.528-.301 2.372-.597.713-2.234 1.21-2.724 1.346Z" fill="var(--dt-color-magenta-200)" id="Vector"/><path d="m205.976 197.367.17.289 2.578-1.594-2.839-2.135-.197.263 2.233 1.685-2.455-.077-.013.33 2.412.075-1.889 1.164Z" fill="var(--dt-color-surface-strong)" id="Vector"/><path d="m233.376 164.367-3.415 2.715.496-.061 1.714.954.158-.288-1.316-.734 2.716-.332-.026-.317-2.63.317 2.512-1.99-.209-.264Z" fill="var(--dt-color-surface-strong)" id="Vector"/><path d="M210.242 164.67h-1.753v-.33h1.308l-.693-2.24.314-.092.824 2.662Z" fill="var(--dt-color-surface-strong)" id="Vector"/><path d="M229.006 195.1a.437.437 0 0 1-.432-.435c0-.237.196-.435.432-.435.235 0 .431.198.431.435a.429.429 0 0 1-.431.435Zm0-.659a.221.221 0 0 0-.223.224c0 .237.432.237.432 0 .013-.119-.092-.224-.209-.224Z" fill="var(--dt-color-surface-strong)" id="Vector"/><path d="M229.006 196.866a.437.437 0 0 1-.432-.435c0-.237.196-.435.432-.435.235 0 .431.198.431.435a.429.429 0 0 1-.431.435Zm0-.659a.221.221 0 0 0-.223.224c0 .237.432.237.432 0 .013-.132-.092-.224-.209-.224Z" fill="var(--dt-color-surface-strong)" id="Vector"/><path d="M229.006 198.632a.437.437 0 0 1-.432-.435c0-.237.196-.435.432-.435.235 0 .431.198.431.435a.429.429 0 0 1-.431.435Zm0-.659a.221.221 0 0 0-.223.224c0 .237.432.237.432 0 .013-.132-.092-.224-.209-.224Z" fill="var(--dt-color-surface-strong)" id="Vector"/><path fill-rule="evenodd" clip-rule="evenodd" d="M46.958 218.611v-1.16H16.902v7.472c0 8.593 6.726 14.418 15.021 14.418 6.248 0 11.612-3.311 13.88-8.611.374.073.76.111 1.155.111 3.35 0 6.071-2.741 6.071-6.115s-2.722-6.115-6.071-6.115Zm-.5 10.222c.326-1.224.5-2.531.5-3.91v-4.335c2.263 0 4.108 1.858 4.108 4.138s-1.845 4.138-4.108 4.138c-.17 0-.337-.01-.5-.031Z" fill="var(--dt-color-surface-bold)" id="Vector"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.883 190.52c-.395.198-.85.682-1.17 1.668-.155.478-.225.96-.221 1.436.701-.069 1.319-.257 1.788-.598.745-.543 1.014-1.087 1.053-1.501a1.02 1.02 0 0 0-.415-.95c-.271-.192-.648-.249-1.035-.055Zm-1.318 3.901c.81-.079 1.573-.302 2.186-.749.873-.636 1.311-1.367 1.379-2.071a1.822 1.822 0 0 0-.75-1.68c-.51-.359-1.2-.444-1.855-.116-.648.324-1.212 1.023-1.573 2.136a5.341 5.341 0 0 0-.262 1.713 9.207 9.207 0 0 1-.878-.057c-1.36-.151-2.73-.563-3.663-.939a.4.4 0 0 0-.298.743c.983.395 2.425.83 3.873.991.341.038.688.061 1.033.063.3 1.903 1.553 3.608 3.05 4.667a4.966 4.966 0 0 0-.412.881c-.321.917-.348 1.914.058 2.822.408.911 1.228 1.683 2.506 2.19.1.039.202.076.306.11-.135.424-.227.87-.289 1.326-.148 1.101-.122 2.292-.062 3.423.019.358.041.708.063 1.048.048.749.092 1.449.092 2.078a.4.4 0 1 0 .8 0c0-.655-.047-1.397-.096-2.16a96.73 96.73 0 0 1-.06-1.008c-.06-1.122-.082-2.251.056-3.274.06-.443.149-.858.274-1.24 1.205.215 2.554.097 3.626-.362.507-.217.923-.499 1.22-.809.29-.303.501-.67.51-1.051.011-.421-.224-.765-.623-.958-.374-.18-.888-.232-1.519-.166-1.428.149-2.44.693-3.127 1.518a4.365 4.365 0 0 0-.57.889 4.691 4.691 0 0 1-.306-.108c-1.124-.445-1.764-1.088-2.07-1.773-.308-.688-.3-1.469-.034-2.23a4.19 4.19 0 0 1 .333-.72c.927.515 1.937.805 2.9.754 1.21-.064 2.316-.664 3.039-1.941.183-.323.23-.663.102-.979-.122-.298-.371-.503-.629-.639-.512-.27-1.23-.366-1.846-.319-1.539.118-2.894.936-3.786 2.04-1.35-.956-2.416-2.435-2.698-4.043Zm3.383 4.469c.801.432 1.635.653 2.394.613.941-.05 1.797-.501 2.383-1.536.092-.162.074-.244.058-.283-.023-.058-.094-.145-.262-.233-.338-.179-.892-.269-1.411-.229-1.268.097-2.4.764-3.162 1.668Zm2.42 5.67c1.006.146 2.114.034 2.986-.339.426-.182.747-.408.958-.628.218-.227.285-.412.288-.517.002-.065-.016-.142-.172-.217-.182-.088-.524-.151-1.087-.092-1.255.132-2.062.594-2.596 1.235a3.474 3.474 0 0 0-.377.558Z" fill="var(--dt-color-surface-bold)" id="Vector"/><path d="M142.529 107.382c0 11.94-9.605 21.626-21.459 21.626-11.855 0-21.472-9.686-21.472-21.626 0-1.41.13-2.807.392-4.151 8.217-5.76 11.947-9.911 13.621-12.468 7.289 5.68 19.68 14.168 28.787 14.365.091.751.131 1.503.131 2.254Z" fill="var(--dt-color-link-primary-inverted)" id="Vector"/><path d="M142.411 105.141c-9.107-.197-21.498-8.698-28.787-14.365-1.688 2.557-5.404 6.709-13.621 12.468.066-.356.144-.712.236-1.055a21.616 21.616 0 0 1 10.481-13.732c.287-.158.575-.316.863-.448a21.093 21.093 0 0 1 9.487-2.227c11.082 0 20.189 8.46 21.341 19.32v.039Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="M163.573 163.273c-6.589-10.736-17.342-20.897-34.862-24.447a38.576 38.576 0 0 0-15.348 0c-17.509 3.55-28.23 13.711-34.784 24.447h84.994Z" fill="var(--dt-color-magenta-200)" id="Vector"/><path d="M121.357 76.372c16.311 0 29.533-13.317 29.533-29.745 0-16.427-13.222-29.744-29.533-29.744-16.31 0-29.532 13.317-29.532 29.744 0 16.428 13.222 29.745 29.532 29.745Z" fill="var(--dt-color-link-primary)" id="Vector"/><path fill-rule="evenodd" clip-rule="evenodd" d="M152.657 29.603c-.77-.394-1.986-.526-3.705.053a7.61 7.61 0 0 0-2.408 1.333c.924 1.042 1.943 1.825 3.031 2.174 1.596.513 2.69.333 3.349-.073a1.898 1.898 0 0 0 .922-1.749c-.04-.668-.423-1.346-1.189-1.738Zm-6.846 2.067c1.007 1.13 2.162 2.03 3.458 2.445 1.779.571 3.197.432 4.18-.174a2.898 2.898 0 0 0 1.395-2.659c-.06-1.02-.649-2.015-1.732-2.57-1.08-.552-2.59-.64-4.48-.004a8.627 8.627 0 0 0-2.725 1.505c-.36-.473-.704-.982-1.029-1.516-1.292-2.122-2.234-4.531-2.743-6.269a.5.5 0 0 0-.96.281c.528 1.802 1.502 4.296 2.849 6.508.352.578.733 1.143 1.143 1.675-2.336 2.395-3.313 6.017-3.099 9.295l.005.078a8.26 8.26 0 0 0-1.779.339c-1.568.487-2.919 1.465-3.692 2.946-.773 1.482-.931 3.403-.241 5.708.072.242.156.485.251.728-.773.25-1.53.6-2.267 1.014-1.65.927-3.238 2.198-4.714 3.462-.464.398-.915.793-1.354 1.177-.973.852-1.886 1.65-2.748 2.31a.5.5 0 1 0 .607.794c.889-.68 1.844-1.515 2.83-2.378.433-.38.873-.764 1.316-1.143 1.467-1.257 2.993-2.474 4.553-3.35.731-.411 1.461-.742 2.188-.968.992 1.972 2.637 3.82 4.447 4.88.827.484 1.639.773 2.355.87.702.096 1.38.014 1.865-.337.53-.383.717-1.002.562-1.696-.148-.66-.605-1.41-1.369-2.228-1.726-1.844-3.518-2.693-5.334-2.81a7.366 7.366 0 0 0-1.963.144 8.248 8.248 0 0 1-.267-.755c-.634-2.118-.456-3.76.17-4.96.627-1.203 1.739-2.03 3.102-2.453a7.273 7.273 0 0 1 1.59-.3c.283 1.913.987 3.699 2.117 5.032 1.353 1.599 3.304 2.525 5.771 2.234.599-.07 1.065-.334 1.325-.794.246-.433.255-.95.165-1.428-.179-.959-.804-2.044-1.521-2.853-1.842-2.077-4.473-3.141-6.964-3.211l-.009-.117c-.2-3.066.708-6.308 2.746-8.451Zm-2.62 9.573c.273 1.717.91 3.269 1.87 4.402 1.15 1.358 2.776 2.136 4.891 1.887.363-.043.505-.175.572-.293.082-.145.12-.39.052-.752-.135-.726-.646-1.651-1.286-2.373-1.617-1.824-3.919-2.772-6.099-2.87Zm-5.167 9.42c.916 1.723 2.375 3.334 3.952 4.258.735.431 1.422.666 1.983.742.576.079.953-.018 1.145-.156.147-.107.257-.288.172-.667-.092-.411-.414-1.005-1.123-1.764-1.585-1.694-3.151-2.397-4.669-2.495a6.257 6.257 0 0 0-1.46.081Z" fill="var(--dt-color-purple-100)" id="Vector"/><path fill-rule="evenodd" clip-rule="evenodd" d="M136.287 28.162c-.482-.247-1.274-.345-2.433.045a5.072 5.072 0 0 0-1.481.79c.593.641 1.234 1.115 1.909 1.331 1.072.344 1.774.214 2.179-.035.401-.247.585-.656.561-1.063-.024-.406-.256-.823-.735-1.069Zm-4.647 1.517c.68.734 1.46 1.32 2.336 1.601 1.254.403 2.282.313 3.009-.136a2.151 2.151 0 0 0 1.035-1.973c-.044-.758-.482-1.492-1.278-1.9-.792-.405-1.879-.46-3.207-.012a6.094 6.094 0 0 0-1.8.963c-.21-.284-.411-.587-.604-.904-.882-1.448-1.526-3.095-1.874-4.283a.5.5 0 0 0-.96.282c.367 1.251 1.043 2.983 1.98 4.521.22.363.459.72.716 1.061-1.558 1.665-2.214 4.113-2.093 6.33-.381.04-.753.116-1.107.226-1.112.346-2.081 1.043-2.635 2.106-.556 1.066-.662 2.432-.178 4.05.036.12.076.24.12.361a9.01 9.01 0 0 0-1.436.66c-1.151.646-2.255 1.53-3.273 2.403-.324.276-.636.55-.94.816-.668.584-1.29 1.13-1.88 1.58a.5.5 0 1 0 .607.795c.617-.472 1.281-1.053 1.963-1.65.298-.26.598-.523.9-.782 1.01-.864 2.052-1.695 3.113-2.29a7.888 7.888 0 0 1 1.353-.614c.703 1.34 1.827 2.582 3.064 3.307.584.343 1.163.55 1.68.62.503.069 1.018.014 1.398-.26.424-.307.565-.802.447-1.329-.11-.494-.446-1.035-.981-1.607-1.211-1.295-2.481-1.902-3.779-1.986a5.182 5.182 0 0 0-1.266.078 6.102 6.102 0 0 1-.132-.388c-.428-1.43-.302-2.518.106-3.301.41-.786 1.139-1.332 2.046-1.614.292-.09.601-.153.919-.187.211 1.286.699 2.489 1.47 3.4.965 1.139 2.359 1.8 4.114 1.593.45-.053.821-.255 1.03-.625.195-.343.197-.741.132-1.09-.131-.696-.579-1.469-1.085-2.04-1.264-1.425-3.053-2.175-4.77-2.26-.117-2.008.465-4.1 1.74-5.523Zm-1.618 6.533c.2 1.083.617 2.051 1.22 2.764.761.899 1.831 1.412 3.234 1.247.214-.025.261-.096.277-.124.031-.055.062-.181.019-.413-.087-.464-.421-1.077-.851-1.561-1.037-1.17-2.496-1.802-3.899-1.913Zm-3.503 6.444c.621 1.089 1.556 2.092 2.558 2.679.492.288.946.442 1.309.491.377.051.59-.017.677-.08.042-.03.105-.087.058-.299-.055-.245-.256-.63-.736-1.143-1.071-1.144-2.114-1.606-3.114-1.67a4.067 4.067 0 0 0-.752.022Z" fill="var(--dt-color-purple-100)" id="Vector"/><path d="M175.659 239.671H67.082c-2.892 0-5.234-2.359-5.234-5.272v-65.854c0-2.913 2.342-5.272 5.234-5.272h108.577c2.892 0 5.234 2.359 5.234 5.272v65.854c-.013 2.913-2.342 5.272-5.234 5.272Z" fill="var(--dt-color-brand-purple)" id="Vector"/><path d="M130.189 191.638c-4.431.024-8.081 3.353-8.665 7.663l-.048-12.168c0-.122-.147-.173-.22-.098l-5.111 5.361a8.842 8.842 0 0 0-3.408-.685c-4.844.024-8.761 3.99-8.737 8.863.024 4.871 3.968 8.813 8.81 8.789 4.43-.025 8.082-3.354 8.666-7.663l.048 12.168c0 .122.145.17.218.098l5.111-5.361a8.846 8.846 0 0 0 3.408.685c4.844-.026 8.763-3.992 8.739-8.863-.026-4.873-3.968-8.815-8.811-8.789Z" fill="var(--dt-color-neutral-white)" id="dplogo"/></svg>
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" focusable="false" aria-label="File Upload" class="fileUpload" viewBox="0 0 96 96" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M68.97 7H33v64.344h53.223v-47.09L68.97 7Z" fill="var(--dt-color-surface-moderate)" id="lines"/><path d="M79.222 33H42v-1.599h37.222V33Z" fill="var(--dt-color-border-brand-strong)" id="lines"/><path d="M79.222 39.383H42v-1.6h37.222v1.6Z" fill="var(--dt-color-border-brand-strong)" id="lines"/><path d="M42 45.011h37.222v-1.689H42v1.689Z" fill="var(--dt-color-border-brand-strong)" id="lines"/><path d="M79.222 63.13H46.334v-1.6h32.888v1.6Z" fill="var(--dt-color-border-brand-strong)" id="lines"/><path d="M42 51.157h37.222v-1.6H42v1.6Z" fill="var(--dt-color-border-brand-strong)" id="lines"/><path d="M79.222 57.077H43.551v-1.599h35.671v1.599Z" fill="var(--dt-color-border-brand-strong)" id="lines"/><g filter="url(#filter0_d_1109_128)" id="lines"><path d="M68.97 24.25h17.25L68.97 7v17.25Z" fill="var(--dt-color-surface-secondary)" id="fold"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="M54.97 18.121H19v64.345h53.223V35.375L54.97 18.121Z" fill="var(--dt-color-neutral-white)" id="lines"/><path opacity=".04" fill-rule="evenodd" clip-rule="evenodd" d="M54.97 18.121H19v64.345h53.223V35.375L54.97 18.121Z" fill="var(--dt-color-surface-strong)" id="lines"/><g clip-path="url(#clip0_1109_128)" id="lines"><rect width="28.31" height="19.78" transform="translate(31.4585 44.9688)" fill="var(--dt-color-neutral-white)" id="fold"/><rect x="31.46" y="44.97" width="28.31" height="19.78" fill="var(--dt-color-brand-purple)" id="fold"/><rect opacity=".7" x="31.46" y="44.97" width="28.31" height="19.78" fill="var(--dt-color-neutral-white)" id="fold"/><path d="m40.033 55.635-7.834 9.11c7.383-.005 27.561.005 27.561.005v-7.358l-6.58-5.56-7.075 7.845-6.072-4.042Z" fill="var(--dt-color-brand-purple)" id="fold"/><path opacity=".3" d="m40.033 55.635-7.834 9.11c7.383-.005 27.561.005 27.561.005v-7.358l-6.58-5.56-7.075 7.845-6.072-4.042Z" fill="var(--dt-color-neutral-white)" id="fold"/><path d="M37.332 53.536a2.276 2.276 0 1 0-1.18-4.395 2.276 2.276 0 0 0 1.18 4.395Z" fill="var(--dt-color-neutral-white)" id="fold"/></g><g filter="url(#filter1_d_1109_128)" id="lines"><path d="M54.97 35.38h17.25L54.97 18.12v17.26Z" fill="var(--dt-color-neutral-white)" id="fold"/></g><path d="M29 80c0 5.523-4.477 10-10 10S9 85.523 9 80s4.477-10 10-10 10 4.477 10 10Z" fill="var(--dt-color-brand-purple)" id="lines"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.724 74.607a.723.723 0 0 1 1.023 0l4.602 4.601a.723.723 0 0 1-1.023 1.023l-3.367-3.367v7.978h-1.446v-7.978l-3.368 3.367a.723.723 0 1 1-1.022-1.023l4.601-4.601Z" fill="var(--dt-color-neutral-white)" id="lines"/><defs><filter id="filter0_d_1109_128" x="61.24" y="2.86" width="32.7" height="32.7" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix" id="file"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" id="file"/><feOffset dy="3.59" id="file"/><feGaussianBlur stdDeviation="3.86" id="file"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" id="file"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1109_128" id="file"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1109_128" result="shape" id="file"/></filter><filter id="filter1_d_1109_128" x="47.2" y="13.96" width="32.8" height="32.81" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix" id="file"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" id="file"/><feOffset dy="3.61" id="file"/><feGaussianBlur stdDeviation="3.89" id="file"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" id="file"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1109_128" id="file"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1109_128" result="shape" id="file"/></filter><clipPath id="fold"><rect width="28.31" height="19.78" fill="var(--dt-color-surface-primary)" transform="translate(31.4585 44.9688)" id="file"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" focusable="false" aria-label="Male Laptop Typing" class="maleLaptopTyping" viewBox="0 0 282 257" fill="none"><path d="M209.921 181.1v-1.575c0-6.129-5.026-11.155-11.155-11.165h-4.073c-2.949 0-8.507 1.214-13.342 3.15-1.766.702-3.441 1.515-4.846 2.408-.24 1.896-1.053 4.534-3.922 6.731.742 3.672 4.003 6.46 7.885 6.46h10.735l-.031.01v51.845s-5.558 3.842 0 3.842v.01h38.943c7.502 0 13.221-5.891 13.686-12.788 14.079-2.469 20.983-10.253 23.563-16.063.321-.713-.582-1.335-1.134-.793-9.129 8.983-18.829 11.81-22.809 12.636a14.607 14.607 0 0 0-.334-1.129c-4.916-14.426-11.968-31.882-33.166-43.579Z" fill="var(--dt-color-magenta-200)" id="dog"/><path d="M198.886 189.808c-.632 0-1.173-.251-1.615-.762-2.829-3.201-.852-15.931-.772-16.473l.491.08c-.02.131-2.016 13.032.652 16.061.362.412.793.612 1.305.592.541-.02 1.003-.25 1.404-.722 2.759-3.2 1.394-15.399 1.384-15.519l.502-.06c.06.511 1.404 12.539-1.505 15.91-.491.572-1.083.873-1.765.893h-.081Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="m193.82 242.856-.491-.09c.461-2.638 3.26-3.742 3.992-3.993l1.605-26.845.502.03-1.625 27.197-.171.05c-.04.01-3.35.983-3.812 3.651Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="m207.925 242.876-.481-.14c.842-2.869 3.752-4.845 8.416-5.718 2.739-.512 5.347-.512 6.35-.492-.742-1.525-3.28-7.393-2.638-15.098.381-4.524 1.786-7.353 4.193-8.416 4.334-1.906 10.233 2.638 10.474 2.829l-.311.391c-.061-.05-5.909-4.545-9.972-2.769-2.227.973-3.531 3.662-3.892 7.995-.733 8.788 2.748 15.139 2.778 15.209l.221.401-.461-.03c-.111 0-12.761-.662-14.677 5.838Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="m206.741 242.876-.481-.13 4.765-17.375.481.13-4.765 17.375Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="M176.505 173.928c-.24 1.906-1.053 4.544-3.922 6.731a8.25 8.25 0 0 1-.161-1.575c0-1.866 1.646-3.632 4.083-5.156Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="m38.126 146.314 42.455 1.009.03-1.003-50.71-1.204-14.928-69.029-.973.21L29.088 146.1l8.03.191-12.598 96.998.995.13 12.611-97.104Z" fill="var(--dt-color-magenta-200)" id="Vector"/><path d="M59.815 84.574a44.533 44.533 0 0 0 4.528-6.359l-1.94-1.165c1.142-1.354 1.009-4.156.874-7.006-.127-2.662-.255-5.365.651-6.968l28.963 21.79 19.832.872c12.951.4 14.887 8.346 14.887 8.346h-16.683s-9.279.02-16.19 0c-8.167-.02-14.397-.16-17.898-1.364-4.284-1.475-11.627-5.247-17.024-8.146Z" fill="var(--dt-color-link-primary-inverted)" id="Vector"/><path d="M80.43 227.407c-7.885-3.561-9.9-9.119-9.9-9.119l-11.718-8.186-7.764 30.256 37.396 2.302.052.668 8.534-.14 10.246.631a5.887 5.887 0 0 0-.139-.796l33.484-.548c-1.081-5.858-10.742-8.827-20.149-11.717-2.723-.836-5.424-1.666-7.89-2.558-8.135-2.949-12.58-8.156-12.58-8.156l-13.452-1.685.934 11.972c-2.442-.965-4.85-1.926-7.054-2.924Z" fill="var(--dt-color-surface-contrast)" id="Vector"/><path d="M41.186 32.68a13.852 13.852 0 0 0 11.266 8.908c7.584.943 14.506-4.434 15.45-12.029a13.8 13.8 0 0 0-2.98-10.423C56.584 26.43 48.017 30.452 41.185 32.68Z" fill="var(--dt-color-link-primary-inverted)" id="Vector"/><path d="M40.424 26.128c-.281 2.288 0 4.525.762 6.541 6.832-2.217 15.39-6.25 23.735-13.543a13.831 13.831 0 0 0-9.048-5.026c-7.584-.943-14.496 4.444-15.45 12.028Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="m116.033 225.371-4.183-101.382a5.58 5.58 0 0 0-5.106-5.337l-43.127-7.403-31.71.481-1.485 4.434c-.963 5.488-3.22 21.679 7.333 27.608 1.967 1.103 5.839 2.056 8.096 2.046l27.325.276-19.75 72.686 29.334 4.408.048 1.711 33.225.472Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="M69.492 84.225c1.395 14.64.495 28.117.495 28.117l-40.367-2.618s-4.886-67.725 21.397-62.328c3.044.627 6.333 2.594 9.136 5.961l18.301 16.881s-.24 8.407-7.464 14.416l-1.498-.43Z" fill="var(--dt-color-magenta-200)" id="Vector"/><path d="m82.557 224.909-2.247-78.73.502-.02 2.247 78.73-.502.02Z" fill="var(--dt-color-surface-primary)" id="Vector"/><path d="M68.773 81.755c0-.1-.5-10.413-4.163-19.301l.462-.19c3.691 8.968 4.193 19.37 4.203 19.471l-.502.02Z" fill="var(--dt-color-surface-primary)" id="Vector"/><path d="M64.43 72.275c-7.464-3.612-13.142-11.607-14.717-14.917l.452-.221c1.555 3.26 7.142 11.135 14.485 14.687l-.22.451Z" fill="var(--dt-color-surface-primary)" id="Vector"/><path d="m91.546 84.714-8.989-.05-.05-.03-7.022-3.932.24-.442 6.973 3.903 8.848.05v.501Z" fill="var(--dt-color-surface-primary)" id="Vector"/><path d="m135.014 97.445-.773-1.856 38.402-15.95a5.208 5.208 0 0 1 4.906.48 5.23 5.23 0 0 1 2.327 4.355v11.155h-2.006V84.474a3.163 3.163 0 0 0-1.435-2.679 3.197 3.197 0 0 0-3.029-.3l-38.392 15.95Z" fill="var(--dt-color-surface-bold)" id="Vector"/><path d="m132.596 95.138-.783-1.856 40.85-17.325 7.083-39.827 1.976.351-7.273 40.9-41.853 17.757Z" fill="var(--dt-color-link-primary)" id="Vector"/><path d="M86.152 98.039h132.862v-3.943H86.152v3.943Z" fill="var(--dt-color-link-primary)" id="Vector"/><path fill-rule="evenodd" clip-rule="evenodd" d="M211.592 78.546v-.862H189.27v5.55c0 6.381 4.995 10.707 11.156 10.707 4.64 0 8.624-2.459 10.308-6.395.278.054.565.082.858.082 2.487 0 4.509-2.035 4.509-4.541 0-2.506-2.022-4.541-4.509-4.541Zm-.372 7.591c.242-.909.372-1.88.372-2.904v-3.22c1.681 0 3.051 1.38 3.051 3.074 0 1.693-1.37 3.073-3.051 3.073-.126 0-.25-.008-.372-.023Z" fill="var(--dt-color-surface-bold)" id="Vector"/><path fill-rule="evenodd" clip-rule="evenodd" d="M198.168 57.684c-.293.146-.631.506-.869 1.238a3.353 3.353 0 0 0-.164 1.067c.521-.052.979-.191 1.328-.445.553-.403.753-.807.782-1.114a.758.758 0 0 0-.308-.706.732.732 0 0 0-.769-.04Zm-.978 2.896c.6-.058 1.168-.224 1.623-.555.648-.473.974-1.016 1.024-1.539a1.354 1.354 0 0 0-.557-1.247 1.327 1.327 0 0 0-1.378-.087c-.481.24-.899.76-1.168 1.587a3.998 3.998 0 0 0-.195 1.272 7.048 7.048 0 0 1-.652-.043 10.925 10.925 0 0 1-2.72-.697.297.297 0 1 0-.222.552c.73.294 1.802.617 2.877.736.253.028.511.045.768.047.222 1.413 1.153 2.679 2.264 3.465-.124.211-.227.431-.306.655-.238.681-.258 1.421.044 2.096.302.677.912 1.25 1.861 1.626.074.03.15.056.227.082-.1.315-.169.646-.215.984-.11.818-.091 1.703-.046 2.543.014.266.031.526.047.778.035.557.069 1.077.069 1.543a.297.297 0 1 0 .594 0 26.5 26.5 0 0 0-.071-1.604 88.468 88.468 0 0 1-.046-.749c-.044-.833-.06-1.671.042-2.43a5.25 5.25 0 0 1 .204-.922c.895.16 1.897.073 2.693-.269.376-.16.685-.37.906-.6.216-.226.372-.498.379-.781.008-.313-.167-.568-.464-.711-.277-.134-.659-.173-1.127-.124-1.061.111-1.812.515-2.323 1.128a3.269 3.269 0 0 0-.422.66 3.055 3.055 0 0 1-.228-.08c-.835-.331-1.311-.808-1.538-1.317-.228-.51-.223-1.09-.025-1.656.064-.183.147-.362.248-.535.688.383 1.438.598 2.154.56.898-.047 1.719-.493 2.256-1.441.136-.24.172-.493.076-.728-.09-.221-.276-.373-.467-.474-.381-.2-.913-.272-1.371-.237-1.143.088-2.15.695-2.812 1.515-1.002-.71-1.794-1.808-2.003-3.003Zm2.512 3.32c.595.32 1.214.485 1.777.455.7-.037 1.336-.373 1.771-1.141.068-.12.055-.181.043-.21-.018-.043-.07-.108-.195-.174-.251-.132-.663-.199-1.048-.17-.941.073-1.782.568-2.348 1.24Zm1.797 4.21c.747.109 1.57.026 2.218-.252.316-.135.555-.303.711-.466.162-.168.212-.306.214-.384.001-.048-.012-.105-.128-.161-.135-.065-.389-.112-.807-.068-.932.097-1.532.44-1.928.917a2.526 2.526 0 0 0-.28.414Z" fill="var(--dt-color-surface-bold)" id="Vector"/></svg>
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" focusable="false" aria-label="Graphic: vibrant geometric shapes prompting action." class="mind" viewBox="0 0 166 164" fill="none"><path d="M8.15 91c-.005.333-.008.666-.008 1 0 35.346 33.328 64 74.44 64 41.111 0 74.439-28.654 74.439-64 0-.334-.003-.667-.009-1H8.151Z" fill="url(#paint0_linear_1103_137)" id="ellips_05"/><path d="M156.5 91c0 .773-.415 1.593-1.352 2.453-.936.86-2.345 1.713-4.206 2.54-3.718 1.651-9.129 3.151-15.855 4.415-13.443 2.526-32.036 4.092-52.587 4.092-20.551 0-39.144-1.566-52.587-4.092-6.726-1.264-12.137-2.764-15.855-4.415-1.861-.827-3.27-1.68-4.206-2.54C8.915 92.593 8.5 91.773 8.5 91c0-.773.415-1.593 1.352-2.453.936-.86 2.345-1.713 4.206-2.54 3.718-1.651 9.13-3.151 15.855-4.415C43.356 79.066 61.949 77.5 82.5 77.5c20.551 0 39.144 1.566 52.587 4.092 6.726 1.264 12.137 2.764 15.855 4.415 1.861.827 3.27 1.68 4.206 2.54.937.86 1.352 1.68 1.352 2.453Z" fill="var(--dt-color-surface-contrast)" stroke="url(#paint1_linear_1103_137)" id="ellips_05"/><path d="M92.633 92V69.667a9.496 9.496 0 0 0-18.99 0V92h-5.137V69.667c0-8.081 6.55-14.633 14.632-14.633 8.081 0 14.632 6.552 14.632 14.633V92h-5.137Z" fill="url(#paint2_linear_1103_137)" id="ellips_05"/><path d="M96.23 92V68.126c0-7.23-5.861-13.092-13.092-13.092-7.231 0-13.093 5.862-13.093 13.092V92h-6.16V68.126c0-10.633 8.62-19.252 19.253-19.252 10.633 0 19.253 8.62 19.253 19.252V92h-6.16Z" fill="url(#paint3_linear_1103_137)" id="ellips_05"/><path d="M102.392 92V68.126c0-10.633-8.62-19.253-19.254-19.253-10.634 0-19.254 8.62-19.254 19.253V92h-6.16V68.126c0-14.035 11.378-25.413 25.414-25.413 14.035 0 25.414 11.378 25.414 25.413V92h-6.16Z" fill="url(#paint4_linear_1103_137)" id="ellips_05"/><path d="M108.544 92V68.122c0-14.034-11.377-25.41-25.411-25.41s-25.41 11.376-25.41 25.41V92h-6.161V68.122c0-17.436 14.135-31.571 31.57-31.571 17.437 0 31.572 14.135 31.572 31.57V92h-6.16Z" fill="url(#paint5_linear_1103_137)" id="ellips_05"/><path d="M114.704 92V68.122c0-17.436-14.135-31.571-31.57-31.571-17.437 0-31.572 14.135-31.572 31.57V92h-6.16V68.122c0-20.838 16.893-37.731 37.731-37.731 20.839 0 37.731 16.893 37.731 37.73V92h-6.16Z" fill="url(#paint6_linear_1103_137)" id="ellips_05"/><circle cx="117.47" cy="75.46" r="3" transform="rotate(-99.706 117.465 75.4649)" fill="var(--dt-color-surface-primary)" id="ellips_05"/><circle cx="109.19" cy="59.19" r="1.74" transform="rotate(-99.706 109.19 59.1898)" stroke="var(--dt-color-surface-contrast)" stroke-width=".31" id="ellips_05"/><rect x="56.33" y="74.01" width="3.3" height="3.3" transform="rotate(-54.4513 56.3284 74.01)" stroke="var(--dt-color-surface-contrast)" stroke-width=".47" id="ellips_05"/><path d="M122.772 42.153v1.614h.224v-1.613l1.14 1.14.159-.158-1.141-1.14h1.613v-.224h-1.614l1.142-1.142-.159-.158-1.14 1.14V40h-.224v1.613l-1.142-1.141-.158.158 1.141 1.142H121v.224h1.612l-1.14 1.14.158.159 1.142-1.142Z" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><circle cx="94.6" cy="42.6" r="4.14" transform="rotate(-118.159 94.5984 42.5985)" fill="var(--dt-color-surface-primary)" id="ellips_05"/><circle cx="36.06" cy="58.06" r="3.52" transform="rotate(-99.706 36.0587 58.0587)" fill="var(--dt-color-surface-primary)" id="ellips_05"/><circle cx="54.47" cy="25.46" r="3" transform="rotate(-99.706 54.465 25.4649)" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><path d="M76.654 14.873v5.148h.716v-5.145l3.639 3.639.506-.506-3.64-3.639h5.146v-.715h-5.149l3.643-3.643-.506-.506-3.64 3.64V8h-.715v5.149l-3.642-3.643-.506.506 3.643 3.643H71v.715h5.145l-3.639 3.64.506.505 3.642-3.642Z" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><path d="M66.23 47.927v2.942h.41v-2.94l2.08 2.08.288-.29-2.08-2.08h2.941v-.408h-2.942l2.081-2.081-.289-.29-2.08 2.08V44h-.408v2.942L64.15 44.86l-.29.289 2.082 2.081H63v.409h2.94l-2.08 2.08.29.288 2.08-2.08Z" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><rect x="34.76" y="57" width="3.77" height="3.77" transform="rotate(-36.5502 34.7556 56.9988)" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><rect x="127" y="62.07" width="1.8" height="1.8" transform="rotate(-36.5502 127 62.0714)" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><rect x="113.22" y="23" width="3.77" height="3.77" transform="rotate(18.8197 113.215 23)" fill="var(--dt-color-surface-contrast)" id="ellips_05"/><defs><linearGradient id="paint0_linear_1103_137" x1="62.5" y1="65" x2="120.87" y2="155.63" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".52" stop-color="#F9008E"/><stop offset="1" stop-color="#FF8A00"/></linearGradient><linearGradient id="paint1_linear_1103_137" x1="156.5" y1="83.5" x2="25" y2="101" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".54" stop-color="#F9008E"/><stop offset="1" stop-color="#FF8A00"/></linearGradient><linearGradient id="paint2_linear_1103_137" x1="54.48" y1="58.83" x2="107.17" y2="96.37" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".51" stop-color="#F9008E"/><stop offset="1" stop-color="#FF8A00"/></linearGradient><linearGradient id="paint3_linear_1103_137" x1="51.05" y1="86.9" x2="72.98" y2="34.75" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".51" stop-color="#F9008E"/><stop offset="1" stop-color="#FF8A00"/></linearGradient><linearGradient id="paint4_linear_1103_137" x1="94.03" y1="40.37" x2="64.14" y2="87.15" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".51" stop-color="#F9008E"/><stop offset="1" stop-color="#FF8A00"/></linearGradient><linearGradient id="paint5_linear_1103_137" x1="83.13" y1="36.55" x2="83.13" y2="92" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".51" stop-color="#F9008E"/><stop offset="1" stop-color="#FF8A00"/></linearGradient><linearGradient id="paint6_linear_1103_137" x1="123.17" y1="52.66" x2="53.21" y2="9.74" gradientUnits="userSpaceOnUse"><stop stop-color="#7C52FF"/><stop offset=".51" stop-color="#F9008E"/><stop offset="1" stop-color="#FF8A00"/></linearGradient></defs></svg>
@@ -1 +0,0 @@
1
- <svg aria-hidden="true" focusable="false" aria-label="Playlist" class="playlist" width="200" height="200" viewBox="0 0 200 200" fill="none"><path d="M135.447 67.816c1.354.457 2.717.883 4.093 1.269 15.463 4.335 32.242 6.16 42.329 20.14 8.657 11.998 14.274 31.585 9.946 46.027-2.906 9.679-10.561 17.375-19.291 22.459-12.09 7.041-26.505 10.641-40.139 13.34-28.018 5.545-59.098 3.453-85.65-7.85h76.991l5.193-7.913h25.715l11.621-1.483 4.204-5.687-.248-10.88-6.675-12.611-12.364-14.588-20.028-19.04-8.16-11.621 4.203.494 5.441-1.978 3.213-6.923-.394-3.155Zm-67.848-28.63c6.681.886 13.037 2.836 19.218 5.36l-3.395 1.698-4.204 5.44v4.698l3.461 2.225h5.935l-4.45 6.182-5.44 5.688-8.902 7.665-17.556 11.62-15.083 13.353-8.902 12.363-4.45 15.826.989 16.072 3.793 5.479a61.233 61.233 0 0 1-5.503-4.817v-.007c-3.306-3.273-6.192-6.928-8.503-10.982-14.975-26.253-8.808-65.942 13.29-85.936 2.044 9.331 10.355 16.317 20.3 16.317 11.478 0 20.783-9.306 20.783-20.784 0-2.63-.49-5.145-1.38-7.46Z" fill="var(--dt-color-purple-200)"/><path d="M106.731 33.955c4.275-1.802 9.1-2.654 13.732-2.197 2.24.225 4.449.738 6.465 1.759 1.902.957 3.491 2.448 4.781 4.131 2.678 3.493 4.281 7.924 4.801 12.268.582 4.883-.464 9.817-2.642 14.195 4.952 2.757 2.793 9.626-.024 13.189-1.753 2.216-4.369 3.912-7.298 3.512a5.015 5.015 0 0 1-2.161-.815c.361 1.15.931 2.224 1.579 3.243 3.304 5.214 7.748 9.74 12.185 14.046 4.437 4.306 9.088 8.375 13.55 12.65 8.512 8.143 17.243 17.744 19.446 29.737.958 5.226.907 11.987-4.6 14.672-2.253 1.095-4.775 1.407-7.247 1.645-1.847.182-3.694.308-5.546.414a267.36 267.36 0 0 1-14.182.456c-3.652.024-7.359.047-10.994-.389-1.033 2.362-2.227 4.653-3.428 6.933a.928.928 0 0 1-.179.284.784.784 0 0 1-.599.314.876.876 0 0 1-.103.007h-.149c-3.492.125-7.017 0-10.509 0H42.543c-1.89-.044-3.537-1.296-3.837-3.217a1.118 1.118 0 0 1-.013-.135 1.085 1.085 0 0 1-.018-.109l-.051-.423c-2.31-.469-4.504-1.505-6.458-2.808-4.525-3.023-8.074-7.473-9.2-12.856-1.233-5.896-.952-12.03.462-17.87 2.905-11.986 10.384-22.157 19.383-30.357 4.544-4.137 9.476-7.842 14.545-11.316 5.107-3.505 10.421-6.848 15.272-10.604 4.85-3.755 9.219-8.218 12.674-13.006.316-.439.627-.882.939-1.325-1.761.342-3.687.077-5.17-.71-1.278-.676-2.397-1.784-2.948-3.13-.613-1.495-.264-3.223.268-4.694 1.002-2.791 2.917-5.125 5.383-6.86 2.466-1.733 5.67-2.584 8.525-1.282.1.045.198.096.296.148 4.343-3.666 8.854-7.276 14.136-9.5Zm-64.239 75.167c-4.412-.056-7.604 3.731-7.11 8.043.22 1.872.445 3.743.67 5.614.927 7.743 1.846 15.492 2.766 23.241l1.533 12.894a.87.87 0 0 1 .041.344l.126 1.054c.169 1.04.861 1.769 1.943 1.819 2.922.125 5.883 0 8.805 0h72.01l-.004-.1c-.288-6.346-.569-12.687-.857-19.034-.332-7.392-.669-14.785-1.001-22.177-.069-1.52.031-3.198-.301-4.7-.607-2.735-2.91-4.888-5.72-5.182-.388-.044-.783-.039-1.171-.051-4.656-.113-9.312-.231-13.968-.344-8.005-.194-16.01-.395-24.015-.589-7.673-.194-15.34-.381-23.014-.569-3.573-.088-7.153-.213-10.733-.263Zm82.554 50.381c.442-.874.878-1.754 1.294-2.643a43.33 43.33 0 0 0 1.338-3.135c.188-.495.364-1.001.514-1.508.055-.185.106-.38.156-.571-.212-.005-.426.001-.545-.011-.369-.038-.744-.076-1.113-.119-.672-.073-1.341-.14-2.012-.201.121 2.73.244 5.459.368 8.188Zm-6.711-117.962c-1.49-.394-3.105-.27-4.619-.106a28.873 28.873 0 0 0-9.332 2.641c-5.401 2.591-9.45 6.998-12.855 11.674-3.405 4.676-6.41 9.476-10.558 13.72-4.15 4.243-8.906 7.743-13.844 11.123-4.938 3.38-10.027 6.647-14.765 10.202-4.738 3.555-9.263 7.436-13.3 11.786-7.967 8.581-14.012 19.385-14.888 31.246-.4 5.358-.044 11.41 3.016 15.998 2.55 3.83 6.652 7.153 11.198 8.322-.726-6.13-1.426-12.015-2.198-18.505l-2.478-20.85c-.07-.563-.138-1.126-.2-1.689-.245-2.179.312-4.407 1.614-6.185a8.952 8.952 0 0 1 7.36-3.661c.257.006.507.018.764.018l14.607.357 24.484.601 22.894.564c2.41.056 4.813.118 7.223.175 1.239.025 2.516-.012 3.736.194 2.873.488 5.307 2.56 6.371 5.251.42 1.064.551 2.166.601 3.293l.301 6.709 1.088 24.18.038.83c.823.072 1.639.165 2.46.253.463.05.901.094 1.376.137.476.044 1.027.001 1.44.288.788.545.426 1.59.226 2.316-.201.726-.452 1.44-.727 2.141l-.051.127c1.159.115 2.396.174 3.556.217 8.555.332 17.236.044 25.761-.719 2.203-.201 4.487-.408 6.546-1.259 2.554-1.058 3.956-3.192 4.419-5.896.464-2.704.075-5.59-.539-8.231-.644-2.798-1.671-5.49-2.972-8.043-5.402-10.603-14.67-18.609-23.288-26.539-4.369-4.019-8.713-8.08-12.637-12.543-1.965-2.228-3.867-4.538-5.52-7.03-1.652-2.49-2.797-5.289-2.465-8.33.034-.313.08-.622.134-.927h-.009c.008-.09.027-.172.053-.248.491-2.52 1.611-4.819 2.669-7.25 1.221-2.805 2.053-5.721 2.24-8.788.326-5.477-.982-12.042-5.407-15.71-1.026-.852-2.234-1.516-3.523-1.854Zm16.553 26.853c-.506-3.074-4.569-4.095-6.991-2.68l-.026.013c-.013.037-.023.075-.036.113-1.002 2.942-2.604 5.658-3.417 8.669-.1.368-.187.743-.255 1.12-.048.97.187 1.977.95 2.642.876.769 2.24.863 3.335.613 2.19-.507 3.862-2.397 4.926-4.206 1.064-1.809 1.865-4.163 1.514-6.284Zm-16.922-34.865c-4.381.025-8.713 1.133-12.606 3.13-4.095 2.105-7.707 4.991-11.217 7.949.85.836 1.528 1.906 1.826 3.028.096-.092.194-.183.291-.274 4.738-4.393 10.765-7.01 17.155-7.78 3.054-.37 6.009-.157 8.625 1.608 2.315 1.559 4.074 3.831 5.15 6.391 2.087 4.96 2.548 10.611 1.329 15.858a7.127 7.127 0 0 1 3.6-.019c2.389-4.697 3.311-10.107 2.206-15.294-.807-3.793-2.422-7.686-5.113-10.534-2.929-3.092-7.103-4.088-11.246-4.063ZM90.215 44.61c-2.322-.395-4.601.775-6.329 2.252-1.727 1.477-3.16 3.368-3.835 5.552-.37 1.183-.614 2.448.087 3.556.575.92 1.52 1.62 2.54 1.977 1.966.683 4.588.295 5.909-1.408.069-.09.143-.16.22-.21 1.674-2.37 3.396-4.705 5.348-6.839.328-1.12-.248-2.261-.993-3.166a4.78 4.78 0 0 0-2.947-1.715Zm16.641 2.91c.388-.331.946-.381 1.327 0 .338.339.388 1.001 0 1.327a84.76 84.76 0 0 1-4.615 3.652c.626.486 1.252.971 1.88 1.455.401.313.325 1.002 0 1.327-.388.388-.927.313-1.327 0-.926-.713-1.846-1.433-2.773-2.146-.525-.407-.244-1.17.188-1.478a77.137 77.137 0 0 0 5.32-4.143v.007Z" fill="var(--dt-color-black-1000)"/><path d="M48 25.782c11.598 0 21 9.403 21 21.001s-9.402 21-21 21-21-9.402-21-21 9.402-21 21-21Zm-5.145 31.41 15.274-9.626-15.274-10.88v20.505Z" fill="var(--dt-color-black-1000)"/></svg>