@hashicorp/design-system-components 4.23.1 → 4.24.0-rc-20250923215537
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.
- package/declarations/components/hds/advanced-table/index.d.ts +13 -3
- package/declarations/components/hds/advanced-table/models/column.d.ts +9 -2
- package/declarations/components/hds/advanced-table/models/row.d.ts +5 -1
- package/declarations/components/hds/advanced-table/models/table.d.ts +13 -2
- package/declarations/components/hds/advanced-table/td.d.ts +1 -1
- package/declarations/components/hds/advanced-table/th-context-menu.d.ts +16 -7
- package/declarations/components/hds/advanced-table/th-reorder-drop-target.d.ts +32 -0
- package/declarations/components/hds/advanced-table/th-reorder-handle.d.ts +24 -0
- package/declarations/components/hds/advanced-table/th-resize-handle.d.ts +2 -1
- package/declarations/components/hds/advanced-table/th-sort.d.ts +11 -3
- package/declarations/components/hds/advanced-table/th.d.ts +11 -4
- package/declarations/components/hds/advanced-table/tr.d.ts +7 -1
- package/declarations/components/hds/advanced-table/types.d.ts +15 -0
- package/declarations/components/hds/advanced-table/utils.d.ts +5 -0
- package/declarations/components/hds/dropdown/toggle/icon.d.ts +1 -1
- package/declarations/components/hds/flyout/index.d.ts +4 -1
- package/declarations/components/hds/form/index.d.ts +1 -1
- package/declarations/components/hds/form/key-value-inputs/index.d.ts +4 -4
- package/declarations/components/hds/form/radio-card/index.d.ts +2 -2
- package/declarations/components/hds/modal/index.d.ts +4 -2
- package/declarations/components/hds/popover-primitive/index.d.ts +3 -0
- package/declarations/components/hds/separator/index.d.ts +1 -1
- package/declarations/components/hds/stepper/list/step.d.ts +1 -1
- package/declarations/components/hds/stepper/task/indicator.d.ts +1 -1
- package/declarations/components/hds/table/index.d.ts +5 -5
- package/declarations/components/hds/table/td.d.ts +1 -1
- package/declarations/components/hds/table/th-sort.d.ts +1 -1
- package/declarations/components/hds/table/th.d.ts +1 -1
- package/declarations/template-registry.d.ts +6 -0
- package/dist/_app_/components/hds/advanced-table/th-reorder-drop-target.js +1 -0
- package/dist/_app_/components/hds/advanced-table/th-reorder-handle.js +1 -0
- package/dist/_app_/components/hds/advanced-table/utils.js +1 -0
- package/dist/components/hds/advanced-table/index.js +77 -17
- package/dist/components/hds/advanced-table/index.js.map +1 -1
- package/dist/components/hds/advanced-table/models/column.js +58 -13
- package/dist/components/hds/advanced-table/models/column.js.map +1 -1
- package/dist/components/hds/advanced-table/models/row.js +38 -3
- package/dist/components/hds/advanced-table/models/row.js.map +1 -1
- package/dist/components/hds/advanced-table/models/table.js +146 -2
- package/dist/components/hds/advanced-table/models/table.js.map +1 -1
- package/dist/components/hds/advanced-table/td.js.map +1 -1
- package/dist/components/hds/advanced-table/th-context-menu.js +124 -50
- package/dist/components/hds/advanced-table/th-context-menu.js.map +1 -1
- package/dist/components/hds/advanced-table/th-reorder-drop-target.js +133 -0
- package/dist/components/hds/advanced-table/th-reorder-drop-target.js.map +1 -0
- package/dist/components/hds/advanced-table/th-reorder-handle.js +104 -0
- package/dist/components/hds/advanced-table/th-reorder-handle.js.map +1 -0
- package/dist/components/hds/advanced-table/th-resize-handle.js +44 -21
- package/dist/components/hds/advanced-table/th-resize-handle.js.map +1 -1
- package/dist/components/hds/advanced-table/th-sort.js +20 -8
- package/dist/components/hds/advanced-table/th-sort.js.map +1 -1
- package/dist/components/hds/advanced-table/th.js +19 -7
- package/dist/components/hds/advanced-table/th.js.map +1 -1
- package/dist/components/hds/advanced-table/tr.js +1 -1
- package/dist/components/hds/advanced-table/tr.js.map +1 -1
- package/dist/components/hds/advanced-table/types.js +6 -1
- package/dist/components/hds/advanced-table/types.js.map +1 -1
- package/dist/components/hds/advanced-table/utils.js +23 -0
- package/dist/components/hds/advanced-table/utils.js.map +1 -0
- package/dist/components/hds/dropdown/toggle/icon.js.map +1 -1
- package/dist/components/hds/flyout/index.js +29 -6
- package/dist/components/hds/flyout/index.js.map +1 -1
- package/dist/components/hds/form/index.js.map +1 -1
- package/dist/components/hds/form/key-value-inputs/index.js.map +1 -1
- package/dist/components/hds/form/radio-card/index.js.map +1 -1
- package/dist/components/hds/modal/index.js +51 -37
- package/dist/components/hds/modal/index.js.map +1 -1
- package/dist/components/hds/popover-primitive/index.js +51 -35
- package/dist/components/hds/popover-primitive/index.js.map +1 -1
- package/dist/components/hds/separator/index.js.map +1 -1
- package/dist/components/hds/stepper/list/step.js.map +1 -1
- package/dist/components/hds/table/index.js.map +1 -1
- package/dist/components/hds/table/td.js.map +1 -1
- package/dist/components/hds/table/th-sort.js.map +1 -1
- package/dist/components/hds/table/th.js.map +1 -1
- package/dist/components.js +1 -1
- package/dist/styles/@hashicorp/design-system-components.css +196 -62
- package/dist/styles/components/advanced-table.scss +155 -6
- package/dist/styles/mixins/_focus-ring.scss +43 -0
- package/package.json +5 -2
- package/translations/hds/components/advanced-table/en-us.yaml +1 -0
- package/translations/hds/components/advanced-table/th-context-menu/en-us.yaml +3 -0
- package/translations/hds/components/advanced-table/th-reorder-handle/en-us.yaml +2 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th-sort.js","sources":["../../../../src/components/hds/table/th-sort.ts"],"sourcesContent":["/**\n * Copyright (c) HashiCorp, Inc.\n * SPDX-License-Identifier: MPL-2.0\n */\n\nimport Component from '@glimmer/component';\nimport { guidFor } from '@ember/object/internals';\nimport { assert } from '@ember/debug';\n\nimport {\n HdsTableHorizontalAlignmentValues,\n HdsTableThSortOrderValues,\n HdsTableThSortOrderLabelValues,\n} from './types.ts';\nimport type {\n HdsTableHorizontalAlignment,\n HdsTableThSortOrder,\n HdsTableThSortOrderLabels,\n} from './types.ts';\nimport type { HdsTableThButtonSortSignature } from './th-button-sort';\n\nexport const ALIGNMENTS:
|
|
1
|
+
{"version":3,"file":"th-sort.js","sources":["../../../../src/components/hds/table/th-sort.ts"],"sourcesContent":["/**\n * Copyright (c) HashiCorp, Inc.\n * SPDX-License-Identifier: MPL-2.0\n */\n\nimport Component from '@glimmer/component';\nimport { guidFor } from '@ember/object/internals';\nimport { assert } from '@ember/debug';\n\nimport {\n HdsTableHorizontalAlignmentValues,\n HdsTableThSortOrderValues,\n HdsTableThSortOrderLabelValues,\n} from './types.ts';\nimport type {\n HdsTableHorizontalAlignment,\n HdsTableThSortOrder,\n HdsTableThSortOrderLabels,\n} from './types.ts';\nimport type { HdsTableThButtonSortSignature } from './th-button-sort';\n\nexport const ALIGNMENTS: HdsTableHorizontalAlignment[] = Object.values(\n HdsTableHorizontalAlignmentValues\n);\nexport const DEFAULT_ALIGN = HdsTableHorizontalAlignmentValues.Left;\n\nexport interface HdsTableThSortSignature {\n Args: {\n align?: HdsTableHorizontalAlignment;\n onClickSort?: HdsTableThButtonSortSignature['Args']['onClick'];\n sortOrder?: HdsTableThSortOrder;\n tooltip?: string;\n width?: string;\n };\n Blocks: {\n default: [];\n };\n Element: HTMLDivElement;\n}\n\nexport default class HdsTableThSort extends Component<HdsTableThSortSignature> {\n /**\n * Generates a unique ID for the <span> element (\"label\")\n *\n * @param _labelId\n */\n private _labelId = guidFor(this);\n\n /**\n * @param ariaSort\n * @type {HdsTableThSortOrderLabels}\n * @private\n * @default none\n * @description Sets the aria-sort attribute based on the sort order defined; acceptable values are ascending, descending, none(default) and other. Authors SHOULD only apply this property to table headers or grid headers. If the property is not provided, there is no defined sort order. For each table or grid, authors SHOULD apply aria-sort to only one header at a time.\n */\n get ariaSort(): HdsTableThSortOrderLabels {\n switch (this.args.sortOrder) {\n case HdsTableThSortOrderValues.Asc:\n return HdsTableThSortOrderLabelValues.Asc;\n case HdsTableThSortOrderValues.Desc:\n return HdsTableThSortOrderLabelValues.Desc;\n default:\n // none is the default per the spec.\n return HdsTableThSortOrderLabelValues.None;\n }\n }\n\n /**\n * @param align\n * @type {HdsTableHorizontalAlignment}\n * @default left\n * @description Determines the text alignment of the header or cell content. Options are: \"left\", \"center\", \"right\". If no align is defined, \"left\" is used.\n */\n get align(): HdsTableHorizontalAlignment {\n const { align = DEFAULT_ALIGN } = this.args;\n\n assert(\n `@align for \"Hds::Table\" must be one of the following: ${ALIGNMENTS.join(\n ', '\n )}; received: ${align}`,\n ALIGNMENTS.includes(align)\n );\n return align;\n }\n\n /**\n * Get the class names to apply to the component.\n * @method classNames\n * @return {string} The \"class\" attribute to apply to the component.\n */\n get classNames(): string {\n const classes = ['hds-table__th', 'hds-table__th--sort'];\n\n // add a class based on the @align argument\n if (this.align) {\n classes.push(`hds-table__th--align-${this.align}`);\n }\n\n return classes.join(' ');\n }\n}\n"],"names":["ALIGNMENTS","Object","values","HdsTableHorizontalAlignmentValues","DEFAULT_ALIGN","Left","HdsTableThSort","Component","_labelId","guidFor","ariaSort","args","sortOrder","HdsTableThSortOrderValues","Asc","HdsTableThSortOrderLabelValues","Desc","None","align","assert","join","includes","classNames","classes","push","setComponentTemplate","TEMPLATE"],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;;AAkBO,MAAMA,UAAyC,GAAGC,MAAM,CAACC,MAAM,CACpEC,iCACF;AACO,MAAMC,aAAa,GAAGD,iCAAiC,CAACE;AAgBhD,MAAMC,cAAc,SAASC,SAAS,CAA0B;AAC7E;AACF;AACA;AACA;AACA;AACUC,EAAAA,QAAQ,GAAGC,OAAO,CAAC,IAAI,CAAC;;AAEhC;AACF;AACA;AACA;AACA;AACA;AACA;EACE,IAAIC,QAAQA,GAA8B;AACxC,IAAA,QAAQ,IAAI,CAACC,IAAI,CAACC,SAAS;MACzB,KAAKC,yBAAyB,CAACC,GAAG;QAChC,OAAOC,8BAA8B,CAACD,GAAG;MAC3C,KAAKD,yBAAyB,CAACG,IAAI;QACjC,OAAOD,8BAA8B,CAACC,IAAI;AAC5C,MAAA;AACE;QACA,OAAOD,8BAA8B,CAACE,IAAI;AAC9C;AACF,EAAA;;AAEA;AACF;AACA;AACA;AACA;AACA;EACE,IAAIC,KAAKA,GAAgC;IACvC,MAAM;AAAEA,MAAAA,KAAK,GAAGd;KAAe,GAAG,IAAI,CAACO,IAAI;AAE3CQ,IAAAA,MAAM,CACJ,CAAA,sDAAA,EAAyDnB,UAAU,CAACoB,IAAI,CACtE,IACF,CAAC,CAAA,YAAA,EAAeF,KAAK,CAAA,CAAE,EACvBlB,UAAU,CAACqB,QAAQ,CAACH,KAAK,CAC3B,CAAC;AACD,IAAA,OAAOA,KAAK;AACd,EAAA;;AAEA;AACF;AACA;AACA;AACA;EACE,IAAII,UAAUA,GAAW;AACvB,IAAA,MAAMC,OAAO,GAAG,CAAC,eAAe,EAAE,qBAAqB,CAAC;;AAExD;IACA,IAAI,IAAI,CAACL,KAAK,EAAE;MACdK,OAAO,CAACC,IAAI,CAAC,CAAA,qBAAA,EAAwB,IAAI,CAACN,KAAK,EAAE,CAAC;AACpD,IAAA;AAEA,IAAA,OAAOK,OAAO,CAACH,IAAI,CAAC,GAAG,CAAC;AAC1B,EAAA;AACF;AAACK,oBAAA,CAAAC,QAAA,EA5DoBpB,cAAc,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th.js","sources":["../../../../src/components/hds/table/th.ts"],"sourcesContent":["/**\n * Copyright (c) HashiCorp, Inc.\n * SPDX-License-Identifier: MPL-2.0\n */\n\nimport Component from '@glimmer/component';\nimport { guidFor } from '@ember/object/internals';\nimport { assert } from '@ember/debug';\n\nimport type { HdsTableHorizontalAlignment, HdsTableScope } from './types.ts';\nimport { HdsTableHorizontalAlignmentValues } from './types.ts';\n\nexport const ALIGNMENTS:
|
|
1
|
+
{"version":3,"file":"th.js","sources":["../../../../src/components/hds/table/th.ts"],"sourcesContent":["/**\n * Copyright (c) HashiCorp, Inc.\n * SPDX-License-Identifier: MPL-2.0\n */\n\nimport Component from '@glimmer/component';\nimport { guidFor } from '@ember/object/internals';\nimport { assert } from '@ember/debug';\n\nimport type { HdsTableHorizontalAlignment, HdsTableScope } from './types.ts';\nimport { HdsTableHorizontalAlignmentValues } from './types.ts';\n\nexport const ALIGNMENTS: HdsTableHorizontalAlignment[] = Object.values(\n HdsTableHorizontalAlignmentValues\n);\nexport const DEFAULT_ALIGN = HdsTableHorizontalAlignmentValues.Left;\n\nexport interface HdsTableThSignature {\n Args: {\n align?: HdsTableHorizontalAlignment;\n isVisuallyHidden?: boolean;\n scope?: HdsTableScope;\n tooltip?: string;\n width?: string;\n };\n Blocks: {\n default: [];\n };\n Element: HTMLTableCellElement;\n}\n\nexport default class HdsTableTh extends Component<HdsTableThSignature> {\n /**\n * Generates a unique ID for the <span> element (\"label\")\n *\n * @param _labelId\n */\n private _labelId = guidFor(this);\n\n /**\n * @param align\n * @type {HdsTableHorizontalAlignment}\n * @default left\n * @description Determines the text alignment of the header or cell content. Options are: \"left\", \"center\", \"right\". If no align is defined, \"left\" is used.\n */\n get align(): HdsTableHorizontalAlignment {\n const { align = DEFAULT_ALIGN } = this.args;\n\n assert(\n `@align for \"Hds::Table::Th\" must be one of the following: ${ALIGNMENTS.join(\n ', '\n )}; received: ${align}`,\n ALIGNMENTS.includes(align)\n );\n return align;\n }\n\n /**\n * Get the class names to apply to the component.\n * @method classNames\n * @return {string} The \"class\" attribute to apply to the component.\n */\n get classNames(): string {\n const classes = ['hds-table__th'];\n\n // add a class based on the @align argument\n if (this.align) {\n classes.push(`hds-table__th--align-${this.align}`);\n }\n\n return classes.join(' ');\n }\n}\n"],"names":["ALIGNMENTS","Object","values","HdsTableHorizontalAlignmentValues","DEFAULT_ALIGN","Left","HdsTableTh","Component","_labelId","guidFor","align","args","assert","join","includes","classNames","classes","push","setComponentTemplate","TEMPLATE"],"mappings":";;;;;;;;;AAAA;AACA;AACA;AACA;;AASO,MAAMA,UAAyC,GAAGC,MAAM,CAACC,MAAM,CACpEC,iCACF;AACO,MAAMC,aAAa,GAAGD,iCAAiC,CAACE;AAgBhD,MAAMC,UAAU,SAASC,SAAS,CAAsB;AACrE;AACF;AACA;AACA;AACA;AACUC,EAAAA,QAAQ,GAAGC,OAAO,CAAC,IAAI,CAAC;;AAEhC;AACF;AACA;AACA;AACA;AACA;EACE,IAAIC,KAAKA,GAAgC;IACvC,MAAM;AAAEA,MAAAA,KAAK,GAAGN;KAAe,GAAG,IAAI,CAACO,IAAI;AAE3CC,IAAAA,MAAM,CACJ,CAAA,0DAAA,EAA6DZ,UAAU,CAACa,IAAI,CAC1E,IACF,CAAC,CAAA,YAAA,EAAeH,KAAK,CAAA,CAAE,EACvBV,UAAU,CAACc,QAAQ,CAACJ,KAAK,CAC3B,CAAC;AACD,IAAA,OAAOA,KAAK;AACd,EAAA;;AAEA;AACF;AACA;AACA;AACA;EACE,IAAIK,UAAUA,GAAW;AACvB,IAAA,MAAMC,OAAO,GAAG,CAAC,eAAe,CAAC;;AAEjC;IACA,IAAI,IAAI,CAACN,KAAK,EAAE;MACdM,OAAO,CAACC,IAAI,CAAC,CAAA,qBAAA,EAAwB,IAAI,CAACP,KAAK,EAAE,CAAC;AACpD,IAAA;AAEA,IAAA,OAAOM,OAAO,CAACH,IAAI,CAAC,GAAG,CAAC;AAC1B,EAAA;AACF;AAACK,oBAAA,CAAAC,QAAA,EAzCoBb,UAAU,CAAA;;;;"}
|
package/dist/components.js
CHANGED
|
@@ -11,7 +11,7 @@ export { default as HdsAdvancedTableThSort } from './components/hds/advanced-tab
|
|
|
11
11
|
export { default as HdsAdvancedTableTr } from './components/hds/advanced-table/tr.js';
|
|
12
12
|
export { default as HdsAdvancedTableThButtonExpand } from './components/hds/advanced-table/th-button-expand.js';
|
|
13
13
|
export { default as HdsAdvancedTableExpandableTrGroup } from './components/hds/advanced-table/expandable-tr-group.js';
|
|
14
|
-
export { HdsAdvancedTableDensityValues, HdsAdvancedTableHorizontalAlignmentValues, HdsAdvancedTableScopeValues, HdsAdvancedTableThExpandIconValues, HdsAdvancedTableThSortOrderIconValues, HdsAdvancedTableThSortOrderLabelValues, HdsAdvancedTableThSortOrderValues, HdsAdvancedTableVerticalAlignmentValues } from './components/hds/advanced-table/types.js';
|
|
14
|
+
export { HdsAdvancedTableColumnReorderSideValues, HdsAdvancedTableDensityValues, HdsAdvancedTableHorizontalAlignmentValues, HdsAdvancedTableScopeValues, HdsAdvancedTableThExpandIconValues, HdsAdvancedTableThSortOrderIconValues, HdsAdvancedTableThSortOrderLabelValues, HdsAdvancedTableThSortOrderValues, HdsAdvancedTableVerticalAlignmentValues } from './components/hds/advanced-table/types.js';
|
|
15
15
|
export { default as HdsAlert } from './components/hds/alert/index.js';
|
|
16
16
|
export { default as HdsAlertDescription } from './components/hds/alert/description.js';
|
|
17
17
|
export { default as HdsAlertTitle } from './components/hds/alert/title.js';
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
--token-color-border-warning: #fbeabf;
|
|
63
63
|
--token-color-border-critical: #fbd4d4;
|
|
64
64
|
--token-color-focus-action-internal: #0c56e9;
|
|
65
|
-
--token-color-focus-action-external: #5990ff;
|
|
65
|
+
--token-color-focus-action-external: #5990ff; /** this is a special color used only for the focus style, to pass color contrast for a11y purpose */
|
|
66
66
|
--token-color-focus-critical-internal: #c00005;
|
|
67
|
-
--token-color-focus-critical-external: #dd7578;
|
|
67
|
+
--token-color-focus-critical-external: #dd7578; /** this is a special color used only for the focus style, to pass color contrast for a11y purpose */
|
|
68
68
|
--token-color-foreground-strong: #0c0c0e;
|
|
69
69
|
--token-color-foreground-primary: #3b3d45;
|
|
70
70
|
--token-color-foreground-faint: #656a76;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
--token-color-boundary-border: #fbd7d8;
|
|
107
107
|
--token-color-boundary-gradient-primary-start: #f97076;
|
|
108
108
|
--token-color-boundary-gradient-primary-stop: #db363b;
|
|
109
|
-
--token-color-boundary-gradient-faint-start: #fffafa;
|
|
109
|
+
--token-color-boundary-gradient-faint-start: #fffafa; /** this is the 'boundary-50' value at 25% opacity on white */
|
|
110
110
|
--token-color-boundary-gradient-faint-stop: #ffecec;
|
|
111
111
|
--token-color-consul-brand: #e03875;
|
|
112
112
|
--token-color-consul-foreground: #d01c5b;
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
--token-color-consul-border: #ffcede;
|
|
115
115
|
--token-color-consul-gradient-primary-start: #ff99be;
|
|
116
116
|
--token-color-consul-gradient-primary-stop: #da306e;
|
|
117
|
-
--token-color-consul-gradient-faint-start: #fff9fb;
|
|
117
|
+
--token-color-consul-gradient-faint-start: #fff9fb; /** this is the 'consul-50' value at 25% opacity on white */
|
|
118
118
|
--token-color-consul-gradient-faint-stop: #ffe9f1;
|
|
119
119
|
--token-color-hcp-brand: #000000;
|
|
120
120
|
--token-color-nomad-brand: #06d092;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
--token-color-nomad-border: #bff3dd;
|
|
124
124
|
--token-color-nomad-gradient-primary-start: #bff3dd;
|
|
125
125
|
--token-color-nomad-gradient-primary-stop: #60dea9;
|
|
126
|
-
--token-color-nomad-gradient-faint-start: #f3fff9;
|
|
126
|
+
--token-color-nomad-gradient-faint-start: #f3fff9; /** this is the 'nomad-50' value at 25% opacity on white */
|
|
127
127
|
--token-color-nomad-gradient-faint-stop: #d3fdeb;
|
|
128
128
|
--token-color-packer-brand: #02a8ef;
|
|
129
129
|
--token-color-packer-foreground: #007eb4;
|
|
@@ -131,16 +131,16 @@
|
|
|
131
131
|
--token-color-packer-border: #b4e4ff;
|
|
132
132
|
--token-color-packer-gradient-primary-start: #b4e4ff;
|
|
133
133
|
--token-color-packer-gradient-primary-stop: #63d0ff;
|
|
134
|
-
--token-color-packer-gradient-faint-start: #f3fcff;
|
|
134
|
+
--token-color-packer-gradient-faint-start: #f3fcff; /** this is the 'packer-50' value at 25% opacity on white */
|
|
135
135
|
--token-color-packer-gradient-faint-stop: #d4f2ff;
|
|
136
136
|
--token-color-terraform-brand: #7b42bc;
|
|
137
|
-
--token-color-terraform-brand-on-dark: #a067da;
|
|
137
|
+
--token-color-terraform-brand-on-dark: #a067da; /** this is an alternative brand color meant to be used on dark backgrounds */
|
|
138
138
|
--token-color-terraform-foreground: #773cb4;
|
|
139
139
|
--token-color-terraform-surface: #f4ecff;
|
|
140
140
|
--token-color-terraform-border: #ebdbfc;
|
|
141
141
|
--token-color-terraform-gradient-primary-start: #bb8deb;
|
|
142
142
|
--token-color-terraform-gradient-primary-stop: #844fba;
|
|
143
|
-
--token-color-terraform-gradient-faint-start: #fcfaff;
|
|
143
|
+
--token-color-terraform-gradient-faint-start: #fcfaff; /** this is the 'terraform-50' value at 25% opacity on white */
|
|
144
144
|
--token-color-terraform-gradient-faint-stop: #f4ecff;
|
|
145
145
|
--token-color-vagrant-brand: #1868f2;
|
|
146
146
|
--token-color-vagrant-foreground: #1c61d8;
|
|
@@ -148,34 +148,34 @@
|
|
|
148
148
|
--token-color-vagrant-border: #c7dbfc;
|
|
149
149
|
--token-color-vagrant-gradient-primary-start: #639cff;
|
|
150
150
|
--token-color-vagrant-gradient-primary-stop: #2e71e5;
|
|
151
|
-
--token-color-vagrant-gradient-faint-start: #f4faff;
|
|
151
|
+
--token-color-vagrant-gradient-faint-start: #f4faff; /** this is the 'vagrant-50' value at 25% opacity on white */
|
|
152
152
|
--token-color-vagrant-gradient-faint-stop: #d6ebff;
|
|
153
153
|
--token-color-vault-radar-brand: #ffcf25;
|
|
154
|
-
--token-color-vault-radar-brand-alt: #000000;
|
|
154
|
+
--token-color-vault-radar-brand-alt: #000000; /** this is a special “alternative” color, used as an exception in some contexts where the normal “brand” color for Vault radar would not work */
|
|
155
155
|
--token-color-vault-radar-foreground: #9a6f00;
|
|
156
156
|
--token-color-vault-radar-surface: #fff9cf;
|
|
157
157
|
--token-color-vault-radar-border: #feec7b;
|
|
158
158
|
--token-color-vault-radar-gradient-primary-start: #feec7b;
|
|
159
159
|
--token-color-vault-radar-gradient-primary-stop: #ffe543;
|
|
160
|
-
--token-color-vault-radar-gradient-faint-start: #fffdf2;
|
|
160
|
+
--token-color-vault-radar-gradient-faint-start: #fffdf2; /** this is the 'vault-radar-50' value at 25% opacity on white */
|
|
161
161
|
--token-color-vault-radar-gradient-faint-stop: #fff9cf;
|
|
162
162
|
--token-color-vault-secrets-brand: #ffcf25;
|
|
163
|
-
--token-color-vault-secrets-brand-alt: #000000;
|
|
163
|
+
--token-color-vault-secrets-brand-alt: #000000; /** this is a special “alternative” color, used as an exception in some contexts where the normal “brand” color for Vault Secrets would not work */
|
|
164
164
|
--token-color-vault-secrets-foreground: #9a6f00;
|
|
165
165
|
--token-color-vault-secrets-surface: #fff9cf;
|
|
166
166
|
--token-color-vault-secrets-border: #feec7b;
|
|
167
167
|
--token-color-vault-secrets-gradient-primary-start: #feec7b;
|
|
168
168
|
--token-color-vault-secrets-gradient-primary-stop: #ffe543;
|
|
169
|
-
--token-color-vault-secrets-gradient-faint-start: #fffdf2;
|
|
169
|
+
--token-color-vault-secrets-gradient-faint-start: #fffdf2; /** this is the 'vault-secrets-50' value at 25% opacity on white */
|
|
170
170
|
--token-color-vault-secrets-gradient-faint-stop: #fff9cf;
|
|
171
171
|
--token-color-vault-brand: #ffcf25;
|
|
172
|
-
--token-color-vault-brand-alt: #000000;
|
|
172
|
+
--token-color-vault-brand-alt: #000000; /** this is a special “alternative” color, used as an exception in some contexts where the normal “brand” color for Vault would not work */
|
|
173
173
|
--token-color-vault-foreground: #9a6f00;
|
|
174
174
|
--token-color-vault-surface: #fff9cf;
|
|
175
175
|
--token-color-vault-border: #feec7b;
|
|
176
176
|
--token-color-vault-gradient-primary-start: #feec7b;
|
|
177
177
|
--token-color-vault-gradient-primary-stop: #ffe543;
|
|
178
|
-
--token-color-vault-gradient-faint-start: #fffdf2;
|
|
178
|
+
--token-color-vault-gradient-faint-start: #fffdf2; /** this is the 'vault-50' value at 25% opacity on white */
|
|
179
179
|
--token-color-vault-gradient-faint-stop: #fff9cf;
|
|
180
180
|
--token-color-waypoint-brand: #14c6cb;
|
|
181
181
|
--token-color-waypoint-foreground: #008196;
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
--token-color-waypoint-border: #cbf1f3;
|
|
184
184
|
--token-color-waypoint-gradient-primary-start: #cbf1f3;
|
|
185
185
|
--token-color-waypoint-gradient-primary-stop: #62d4dc;
|
|
186
|
-
--token-color-waypoint-gradient-faint-start: #f6feff;
|
|
186
|
+
--token-color-waypoint-gradient-faint-start: #f6feff; /** this is the 'waypoint-50' value at 25% opacity on white */
|
|
187
187
|
--token-color-waypoint-gradient-faint-stop: #e0fcff;
|
|
188
188
|
--token-elevation-inset-box-shadow: inset 0px 1px 2px 1px #656a761a;
|
|
189
189
|
--token-elevation-low-box-shadow: 0px 1px 1px 0px #656a760d, 0px 2px 2px 0px #656a760d;
|
|
@@ -237,10 +237,10 @@
|
|
|
237
237
|
--token-form-checkbox-border-radius: 3px;
|
|
238
238
|
--token-form-checkbox-border-width: 1px;
|
|
239
239
|
--token-form-checkbox-background-image-size: 12px;
|
|
240
|
-
--token-form-checkbox-background-image-data-url: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e");
|
|
241
|
-
--token-form-checkbox-background-image-data-url-indeterminate: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%23FFF'/%3e%3c/svg%3e");
|
|
242
|
-
--token-form-checkbox-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e");
|
|
243
|
-
--token-form-checkbox-background-image-data-url-indeterminate-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%238C909C'/%3e%3c/svg%3e");
|
|
240
|
+
--token-form-checkbox-background-image-data-url: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e"); /** notice: the 'tick' color is hardcoded here! */
|
|
241
|
+
--token-form-checkbox-background-image-data-url-indeterminate: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%23FFF'/%3e%3c/svg%3e"); /** notice: the 'dash' color is hardcoded here! */
|
|
242
|
+
--token-form-checkbox-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e"); /** notice: the 'tick' color is hardcoded here! */
|
|
243
|
+
--token-form-checkbox-background-image-data-url-indeterminate-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%238C909C'/%3e%3c/svg%3e"); /** notice: the 'dash' color is hardcoded here! */
|
|
244
244
|
--token-form-control-base-foreground-value-color: #0c0c0e;
|
|
245
245
|
--token-form-control-base-foreground-placeholder-color: #656a76;
|
|
246
246
|
--token-form-control-base-surface-color-default: #ffffff;
|
|
@@ -260,14 +260,14 @@
|
|
|
260
260
|
--token-form-control-disabled-foreground-color: #8c909c;
|
|
261
261
|
--token-form-control-disabled-surface-color: #fafafa;
|
|
262
262
|
--token-form-control-disabled-border-color: #656a7633;
|
|
263
|
-
--token-form-control-padding: 7px;
|
|
263
|
+
--token-form-control-padding: 7px; /** Notice: we have to take in account the border, so it's 1px less than in Figma. */
|
|
264
264
|
--token-form-control-border-radius: 5px;
|
|
265
265
|
--token-form-control-border-width: 1px;
|
|
266
266
|
--token-form-radio-size: 16px;
|
|
267
267
|
--token-form-radio-border-width: 1px;
|
|
268
268
|
--token-form-radio-background-image-size: 12px;
|
|
269
|
-
--token-form-radio-background-image-data-url: url("data:image/svg+xml,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6' cy='6' r='2.5' fill='%23ffffff'/%3e%3c/svg%3e");
|
|
270
|
-
--token-form-radio-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6' cy='6' r='2.5' fill='%238C909C'/%3e%3c/svg%3e");
|
|
269
|
+
--token-form-radio-background-image-data-url: url("data:image/svg+xml,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6' cy='6' r='2.5' fill='%23ffffff'/%3e%3c/svg%3e"); /** notice: the 'dot' color is hardcoded here! */
|
|
270
|
+
--token-form-radio-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='6' cy='6' r='2.5' fill='%238C909C'/%3e%3c/svg%3e"); /** notice: the 'dot' color is hardcoded here! */
|
|
271
271
|
--token-form-radiocard-group-gap: 16px;
|
|
272
272
|
--token-form-radiocard-border-width: 1px;
|
|
273
273
|
--token-form-radiocard-border-radius: 6px;
|
|
@@ -277,24 +277,24 @@
|
|
|
277
277
|
--token-form-select-background-image-size: 16px;
|
|
278
278
|
--token-form-select-background-image-position-right-x: 7px;
|
|
279
279
|
--token-form-select-background-image-position-top-y: 9px;
|
|
280
|
-
--token-form-select-background-image-data-url: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55 2.24a.75.75 0 0 0-1.1 0L4.2 5.74a.75.75 0 1 0 1.1 1.02L8 3.852l2.7 2.908a.75.75 0 1 0 1.1-1.02l-3.25-3.5Zm-1.1 11.52a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 12.148 5.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5Z' fill='%23656A76'/%3E%3C/svg%3E");
|
|
281
|
-
--token-form-select-background-image-data-url-disabled: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55 2.24a.75.75 0 0 0-1.1 0L4.2 5.74a.75.75 0 1 0 1.1 1.02L8 3.852l2.7 2.908a.75.75 0 1 0 1.1-1.02l-3.25-3.5Zm-1.1 11.52a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 12.148 5.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5Z' fill='%238C909C'/%3E%3C/svg%3E");
|
|
280
|
+
--token-form-select-background-image-data-url: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55 2.24a.75.75 0 0 0-1.1 0L4.2 5.74a.75.75 0 1 0 1.1 1.02L8 3.852l2.7 2.908a.75.75 0 1 0 1.1-1.02l-3.25-3.5Zm-1.1 11.52a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 12.148 5.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5Z' fill='%23656A76'/%3E%3C/svg%3E"); /** notice: the 'caret' color is hardcoded here! */
|
|
281
|
+
--token-form-select-background-image-data-url-disabled: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55 2.24a.75.75 0 0 0-1.1 0L4.2 5.74a.75.75 0 1 0 1.1 1.02L8 3.852l2.7 2.908a.75.75 0 1 0 1.1-1.02l-3.25-3.5Zm-1.1 11.52a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02L8 12.148 5.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5Z' fill='%238C909C'/%3E%3C/svg%3E"); /** notice: the 'caret' color is hardcoded here! */
|
|
282
282
|
--token-form-text-input-background-image-size: 16px;
|
|
283
283
|
--token-form-text-input-background-image-position-x: 7px;
|
|
284
|
-
--token-form-text-input-background-image-data-url-date: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.5.75a.75.75 0 00-1.5 0V1H6V.75a.75.75 0 00-1.5 0V1H3.25A2.25 2.25 0 001 3.25v9.5A2.25 2.25 0 003.25 15h9.5A2.25 2.25 0 0015 12.75v-9.5A2.25 2.25 0 0012.75 1H11.5V.75zm-7 2.5V2.5H3.25a.75.75 0 00-.75.75V5h11V3.25a.75.75 0 00-.75-.75H11.5v.75a.75.75 0 01-1.5 0V2.5H6v.75a.75.75 0 01-1.5 0zm9 3.25h-11v6.25c0 .414.336.75.75.75h9.5a.75.75 0 00.75-.75V6.5z' fill-rule='evenodd' clip-rule='evenodd' fill='%233B3D45'/%3e%3c/svg%3e");
|
|
285
|
-
--token-form-text-input-background-image-data-url-time: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%233B3D45'%3e%3cpath d='M8.5 3.75a.75.75 0 00-1.5 0V8c0 .284.16.544.415.67l2.5 1.25a.75.75 0 10.67-1.34L8.5 7.535V3.75z'/%3e%3cpath d='M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");
|
|
286
|
-
--token-form-text-input-background-image-data-url-search: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23656A76'%3e%3cpath d='M7.25 2a5.25 5.25 0 103.144 9.455l2.326 2.325a.75.75 0 101.06-1.06l-2.325-2.326A5.25 5.25 0 007.25 2zM3.5 7.25a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");
|
|
287
|
-
--token-form-text-input-background-image-data-url-search-cancel: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.78 4.28a.75.75 0 00-1.06-1.06L8 6.94 4.28 3.22a.75.75 0 00-1.06 1.06L6.94 8l-3.72 3.72a.75.75 0 101.06 1.06L8 9.06l3.72 3.72a.75.75 0 101.06-1.06L9.06 8l3.72-3.72z'/%3e%3c/svg%3e");
|
|
288
|
-
--token-form-text-input-background-image-data-url-search-loading: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' %3e%3cg fill='%23656A76' fill-rule='evenodd' clip-rule='evenodd'%3e%3canimateTransform attributeName='transform' type='rotate' dur='0.9s' from='0 8 8' to='360 8 8' repeatCount='indefinite'/%3e%3cpath d='M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z' opacity='.2'/%3e%3cpath d='M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z'/%3e%3c/g%3e%3c/svg%3e");
|
|
284
|
+
--token-form-text-input-background-image-data-url-date: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.5.75a.75.75 0 00-1.5 0V1H6V.75a.75.75 0 00-1.5 0V1H3.25A2.25 2.25 0 001 3.25v9.5A2.25 2.25 0 003.25 15h9.5A2.25 2.25 0 0015 12.75v-9.5A2.25 2.25 0 0012.75 1H11.5V.75zm-7 2.5V2.5H3.25a.75.75 0 00-.75.75V5h11V3.25a.75.75 0 00-.75-.75H11.5v.75a.75.75 0 01-1.5 0V2.5H6v.75a.75.75 0 01-1.5 0zm9 3.25h-11v6.25c0 .414.336.75.75.75h9.5a.75.75 0 00.75-.75V6.5z' fill-rule='evenodd' clip-rule='evenodd' fill='%233B3D45'/%3e%3c/svg%3e"); /** notice: the icon color is hardcoded here! */
|
|
285
|
+
--token-form-text-input-background-image-data-url-time: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%233B3D45'%3e%3cpath d='M8.5 3.75a.75.75 0 00-1.5 0V8c0 .284.16.544.415.67l2.5 1.25a.75.75 0 10.67-1.34L8.5 7.535V3.75z'/%3e%3cpath d='M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e"); /** notice: the icon color is hardcoded here! */
|
|
286
|
+
--token-form-text-input-background-image-data-url-search: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23656A76'%3e%3cpath d='M7.25 2a5.25 5.25 0 103.144 9.455l2.326 2.325a.75.75 0 101.06-1.06l-2.325-2.326A5.25 5.25 0 007.25 2zM3.5 7.25a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e"); /** notice: the icon color is hardcoded here! */
|
|
287
|
+
--token-form-text-input-background-image-data-url-search-cancel: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.78 4.28a.75.75 0 00-1.06-1.06L8 6.94 4.28 3.22a.75.75 0 00-1.06 1.06L6.94 8l-3.72 3.72a.75.75 0 101.06 1.06L8 9.06l3.72 3.72a.75.75 0 101.06-1.06L9.06 8l3.72-3.72z'/%3e%3c/svg%3e"); /** notice: the icon color is hardcoded here! */
|
|
288
|
+
--token-form-text-input-background-image-data-url-search-loading: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' %3e%3cg fill='%23656A76' fill-rule='evenodd' clip-rule='evenodd'%3e%3canimateTransform attributeName='transform' type='rotate' dur='0.9s' from='0 8 8' to='360 8 8' repeatCount='indefinite'/%3e%3cpath d='M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z' opacity='.2'/%3e%3cpath d='M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z'/%3e%3c/g%3e%3c/svg%3e"); /** notice: the icon color and animation are hardcoded here! */
|
|
289
289
|
--token-form-toggle-width: 32px;
|
|
290
290
|
--token-form-toggle-height: 16px;
|
|
291
|
-
--token-form-toggle-base-surface-color-default: #f1f2f3;
|
|
291
|
+
--token-form-toggle-base-surface-color-default: #f1f2f3; /** the toggle has a different base surface color, compared to the other controls */
|
|
292
292
|
--token-form-toggle-border-radius: 3px;
|
|
293
293
|
--token-form-toggle-border-width: 1px;
|
|
294
294
|
--token-form-toggle-background-image-size: 12px;
|
|
295
295
|
--token-form-toggle-background-image-position-x: 2px;
|
|
296
|
-
--token-form-toggle-background-image-data-url: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e");
|
|
297
|
-
--token-form-toggle-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e");
|
|
296
|
+
--token-form-toggle-background-image-data-url: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e"); /** notice: the 'tick' color is hardcoded here! */
|
|
297
|
+
--token-form-toggle-background-image-data-url-disabled: url("data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e"); /** notice: the 'tick' color is hardcoded here! */
|
|
298
298
|
--token-form-toggle-transition-duration: 0.2s;
|
|
299
299
|
--token-form-toggle-transition-timing-function: cubic-bezier(0.68, -0.2, 0.265, 1.15);
|
|
300
300
|
--token-form-toggle-thumb-size: 16px;
|
|
@@ -358,40 +358,40 @@
|
|
|
358
358
|
--token-typography-font-weight-semibold: 600;
|
|
359
359
|
--token-typography-font-weight-bold: 700;
|
|
360
360
|
--token-typography-display-500-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
361
|
-
--token-typography-display-500-font-size: 1.875rem;
|
|
362
|
-
--token-typography-display-500-line-height: 1.2666;
|
|
361
|
+
--token-typography-display-500-font-size: 1.875rem; /** 30px/1.875rem */
|
|
362
|
+
--token-typography-display-500-line-height: 1.2666; /** 38px */
|
|
363
363
|
--token-typography-display-400-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
364
|
-
--token-typography-display-400-font-size: 1.5rem;
|
|
365
|
-
--token-typography-display-400-line-height: 1.3333;
|
|
364
|
+
--token-typography-display-400-font-size: 1.5rem; /** 24px/1.5rem */
|
|
365
|
+
--token-typography-display-400-line-height: 1.3333; /** 32px */
|
|
366
366
|
--token-typography-display-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
367
|
-
--token-typography-display-300-font-size: 1.125rem;
|
|
368
|
-
--token-typography-display-300-line-height: 1.3333;
|
|
369
|
-
--token-typography-display-300-letter-spacing: -0.5px;
|
|
367
|
+
--token-typography-display-300-font-size: 1.125rem; /** 18px/1.125rem */
|
|
368
|
+
--token-typography-display-300-line-height: 1.3333; /** 24px */
|
|
369
|
+
--token-typography-display-300-letter-spacing: -0.5px; /** this is `tracking` */
|
|
370
370
|
--token-typography-display-200-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
371
|
-
--token-typography-display-200-font-size: 1rem;
|
|
372
|
-
--token-typography-display-200-line-height: 1.5;
|
|
373
|
-
--token-typography-display-200-letter-spacing: -0.5px;
|
|
371
|
+
--token-typography-display-200-font-size: 1rem; /** 16px/1rem */
|
|
372
|
+
--token-typography-display-200-line-height: 1.5; /** 24px */
|
|
373
|
+
--token-typography-display-200-letter-spacing: -0.5px; /** this is `tracking` */
|
|
374
374
|
--token-typography-display-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
375
|
-
--token-typography-display-100-font-size: 0.8125rem;
|
|
376
|
-
--token-typography-display-100-line-height: 1.3846;
|
|
375
|
+
--token-typography-display-100-font-size: 0.8125rem; /** 13px/0.8125rem */
|
|
376
|
+
--token-typography-display-100-line-height: 1.3846; /** 18px */
|
|
377
377
|
--token-typography-body-300-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
378
|
-
--token-typography-body-300-font-size: 1rem;
|
|
379
|
-
--token-typography-body-300-line-height: 1.5;
|
|
378
|
+
--token-typography-body-300-font-size: 1rem; /** 16px/1rem */
|
|
379
|
+
--token-typography-body-300-line-height: 1.5; /** 24px */
|
|
380
380
|
--token-typography-body-200-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
381
|
-
--token-typography-body-200-font-size: 0.875rem;
|
|
382
|
-
--token-typography-body-200-line-height: 1.4286;
|
|
381
|
+
--token-typography-body-200-font-size: 0.875rem; /** 14px/0.875rem */
|
|
382
|
+
--token-typography-body-200-line-height: 1.4286; /** 20px */
|
|
383
383
|
--token-typography-body-100-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
384
|
-
--token-typography-body-100-font-size: 0.8125rem;
|
|
385
|
-
--token-typography-body-100-line-height: 1.3846;
|
|
384
|
+
--token-typography-body-100-font-size: 0.8125rem; /** 13px/0.8125rem */
|
|
385
|
+
--token-typography-body-100-line-height: 1.3846; /** 18px */
|
|
386
386
|
--token-typography-code-100-font-family: ui-monospace, Menlo, Consolas, monospace;
|
|
387
|
-
--token-typography-code-100-font-size: 0.8125rem;
|
|
388
|
-
--token-typography-code-100-line-height: 1.23;
|
|
387
|
+
--token-typography-code-100-font-size: 0.8125rem; /** 13px/0.8125rem */
|
|
388
|
+
--token-typography-code-100-line-height: 1.23; /** 16px */
|
|
389
389
|
--token-typography-code-200-font-family: ui-monospace, Menlo, Consolas, monospace;
|
|
390
|
-
--token-typography-code-200-font-size: 0.875rem;
|
|
391
|
-
--token-typography-code-200-line-height: 1.125;
|
|
390
|
+
--token-typography-code-200-font-size: 0.875rem; /** 14px/0.875rem */
|
|
391
|
+
--token-typography-code-200-line-height: 1.125; /** 18px */
|
|
392
392
|
--token-typography-code-300-font-family: ui-monospace, Menlo, Consolas, monospace;
|
|
393
|
-
--token-typography-code-300-font-size: 1rem;
|
|
394
|
-
--token-typography-code-300-line-height: 1.25;
|
|
393
|
+
--token-typography-code-300-font-size: 1rem; /** 16px/1rem */
|
|
394
|
+
--token-typography-code-300-line-height: 1.25; /** 20px */
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
/**
|
|
@@ -1081,6 +1081,56 @@
|
|
|
1081
1081
|
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th:focus:focus:active::before, .hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th:focus.mock-focus.mock-active::before, .hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th.mock-focus:focus:active::before, .hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th.mock-focus.mock-focus.mock-active::before {
|
|
1082
1082
|
box-shadow: none;
|
|
1083
1083
|
}
|
|
1084
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th:hover .hds-advanced-table__th-reorder-handle, .hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th.mock-hover .hds-advanced-table__th-reorder-handle, .hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th:focus-within .hds-advanced-table__th-reorder-handle {
|
|
1085
|
+
visibility: visible;
|
|
1086
|
+
opacity: 1;
|
|
1087
|
+
}
|
|
1088
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th.hds-advanced-table__th--is-being-dragged .hds-advanced-table__th-reorder-handle {
|
|
1089
|
+
opacity: 0;
|
|
1090
|
+
}
|
|
1091
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-reorder-drop-target {
|
|
1092
|
+
position: absolute;
|
|
1093
|
+
top: 0;
|
|
1094
|
+
right: 0;
|
|
1095
|
+
left: 0;
|
|
1096
|
+
z-index: 1;
|
|
1097
|
+
}
|
|
1098
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-reorder-drop-target--is-being-dragged {
|
|
1099
|
+
background-color: var(--token-color-surface-primary);
|
|
1100
|
+
opacity: 0.5;
|
|
1101
|
+
}
|
|
1102
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-reorder-drop-target--is-dragging-over {
|
|
1103
|
+
position: absolute;
|
|
1104
|
+
top: 0;
|
|
1105
|
+
right: 0;
|
|
1106
|
+
left: 0;
|
|
1107
|
+
z-index: 1;
|
|
1108
|
+
}
|
|
1109
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-reorder-drop-target--is-dragging-over::after {
|
|
1110
|
+
position: absolute;
|
|
1111
|
+
top: 0;
|
|
1112
|
+
bottom: 0;
|
|
1113
|
+
width: 4px;
|
|
1114
|
+
background-color: var(--token-color-palette-blue-300);
|
|
1115
|
+
content: "";
|
|
1116
|
+
pointer-events: none;
|
|
1117
|
+
}
|
|
1118
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-reorder-drop-target--is-dragging-over--left::after {
|
|
1119
|
+
left: 0;
|
|
1120
|
+
transform: translateX(-3px);
|
|
1121
|
+
}
|
|
1122
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-reorder-drop-target--is-dragging-over--left.hds-advanced-table__th-reorder-drop-target--is-first::after {
|
|
1123
|
+
border-radius: calc(var(--token-border-radius-medium) - 1px) 0 0 calc(var(--token-border-radius-medium) - 1px);
|
|
1124
|
+
transform: translateX(0);
|
|
1125
|
+
}
|
|
1126
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-reorder-drop-target--is-dragging-over--right::after {
|
|
1127
|
+
right: 0;
|
|
1128
|
+
transform: translateX(3px);
|
|
1129
|
+
}
|
|
1130
|
+
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-reorder-drop-target--is-dragging-over--right.hds-advanced-table__th-reorder-drop-target--is-last::after {
|
|
1131
|
+
border-radius: 0 calc(var(--token-border-radius-medium) - 1px) calc(var(--token-border-radius-medium) - 1px) 0;
|
|
1132
|
+
transform: translateX(0);
|
|
1133
|
+
}
|
|
1084
1134
|
.hds-advanced-table__thead .hds-advanced-table__tr .hds-advanced-table__th-resize-handle {
|
|
1085
1135
|
position: absolute;
|
|
1086
1136
|
outline-style: solid;
|
|
@@ -1173,6 +1223,12 @@
|
|
|
1173
1223
|
.hds-advanced-table__thead .hds-advanced-table__tr:first-of-type .hds-advanced-table__th:last-child {
|
|
1174
1224
|
border-top-right-radius: calc(var(--token-border-radius-medium) - 1px);
|
|
1175
1225
|
}
|
|
1226
|
+
.hds-advanced-table__thead .hds-advanced-table__scroll-indicator-top {
|
|
1227
|
+
top: 0;
|
|
1228
|
+
width: 100%;
|
|
1229
|
+
height: 8px;
|
|
1230
|
+
background: linear-gradient(to top, rgba(59, 61, 69, 0) 0%, rgba(59, 61, 69, 0.08) 100%);
|
|
1231
|
+
}
|
|
1176
1232
|
.hds-advanced-table__thead.hds-advanced-table__thead--has-resizable-columns .hds-advanced-table__th .hds-advanced-table__th-content-text {
|
|
1177
1233
|
display: block;
|
|
1178
1234
|
min-width: 30px;
|
|
@@ -1187,6 +1243,10 @@
|
|
|
1187
1243
|
background-color: var(--token-color-surface-strong);
|
|
1188
1244
|
border-bottom: calc(3px - 1px / 2) solid var(--token-color-border-primary);
|
|
1189
1245
|
}
|
|
1246
|
+
.hds-advanced-table__thead.hds-advanced-table__thead--sticky .hds-advanced-table__scroll-indicator-top {
|
|
1247
|
+
top: unset;
|
|
1248
|
+
bottom: -11px;
|
|
1249
|
+
}
|
|
1190
1250
|
.hds-advanced-table__thead.hds-advanced-table__thead--is-pinned {
|
|
1191
1251
|
background-color: var(--token-color-surface-strong);
|
|
1192
1252
|
border-top: calc(1px / 2 + 1px) solid var(--token-color-border-primary);
|
|
@@ -1209,6 +1269,75 @@
|
|
|
1209
1269
|
min-width: 0;
|
|
1210
1270
|
}
|
|
1211
1271
|
|
|
1272
|
+
.hds-advanced-table__th-reorder-handle {
|
|
1273
|
+
position: absolute;
|
|
1274
|
+
bottom: 0;
|
|
1275
|
+
left: 50%;
|
|
1276
|
+
z-index: 2;
|
|
1277
|
+
display: flex;
|
|
1278
|
+
flex-direction: column;
|
|
1279
|
+
align-items: center;
|
|
1280
|
+
justify-content: center;
|
|
1281
|
+
width: 24px;
|
|
1282
|
+
height: 24px;
|
|
1283
|
+
transform: translateX(-50%) translateY(50%);
|
|
1284
|
+
visibility: hidden;
|
|
1285
|
+
opacity: 0;
|
|
1286
|
+
}
|
|
1287
|
+
.hds-advanced-table__th-reorder-handle .hds-advanced-table__th-reorder-handle__inner {
|
|
1288
|
+
display: flex;
|
|
1289
|
+
align-items: center;
|
|
1290
|
+
justify-content: center;
|
|
1291
|
+
width: 24px;
|
|
1292
|
+
height: 16px;
|
|
1293
|
+
color: var(--token-color-foreground-faint);
|
|
1294
|
+
background-color: var(--token-color-surface-interactive);
|
|
1295
|
+
border: 1px solid var(--token-color-border-primary);
|
|
1296
|
+
border-radius: var(--token-border-radius-small);
|
|
1297
|
+
box-shadow: var(--token-elevation-low-box-shadow);
|
|
1298
|
+
}
|
|
1299
|
+
.hds-advanced-table__th-reorder-handle .hds-icon {
|
|
1300
|
+
width: 12px;
|
|
1301
|
+
height: 12px;
|
|
1302
|
+
}
|
|
1303
|
+
.hds-advanced-table__th-reorder-handle:hover, .hds-advanced-table__th-reorder-handle.mock-hover {
|
|
1304
|
+
cursor: grab;
|
|
1305
|
+
}
|
|
1306
|
+
.hds-advanced-table__th-reorder-handle:hover .hds-advanced-table__th-reorder-handle__inner, .hds-advanced-table__th-reorder-handle.mock-hover .hds-advanced-table__th-reorder-handle__inner {
|
|
1307
|
+
background-color: var(--token-color-surface-interactive-hover);
|
|
1308
|
+
}
|
|
1309
|
+
.hds-advanced-table__th-reorder-handle:active, .hds-advanced-table__th-reorder-handle.mock-active {
|
|
1310
|
+
cursor: grabbing;
|
|
1311
|
+
}
|
|
1312
|
+
.hds-advanced-table__th-reorder-handle:active .hds-advanced-table__th-reorder-handle__inner, .hds-advanced-table__th-reorder-handle.mock-active .hds-advanced-table__th-reorder-handle__inner {
|
|
1313
|
+
background-color: var(--token-color-surface-interactive-hover);
|
|
1314
|
+
}
|
|
1315
|
+
.hds-advanced-table__th-reorder-handle:focus, .hds-advanced-table__th-reorder-handle.mock-focus {
|
|
1316
|
+
position: absolute;
|
|
1317
|
+
outline-style: solid;
|
|
1318
|
+
outline-color: transparent;
|
|
1319
|
+
isolation: isolate;
|
|
1320
|
+
}
|
|
1321
|
+
.hds-advanced-table__th-reorder-handle:focus::before, .hds-advanced-table__th-reorder-handle.mock-focus::before {
|
|
1322
|
+
position: absolute;
|
|
1323
|
+
top: 3px;
|
|
1324
|
+
right: 0;
|
|
1325
|
+
bottom: 3px;
|
|
1326
|
+
left: 0;
|
|
1327
|
+
z-index: -1;
|
|
1328
|
+
border-radius: 5px;
|
|
1329
|
+
content: "";
|
|
1330
|
+
}
|
|
1331
|
+
.hds-advanced-table__th-reorder-handle:focus:focus::before, .hds-advanced-table__th-reorder-handle:focus.mock-focus::before, .hds-advanced-table__th-reorder-handle.mock-focus:focus::before, .hds-advanced-table__th-reorder-handle.mock-focus.mock-focus::before {
|
|
1332
|
+
box-shadow: var(--token-focus-ring-action-box-shadow);
|
|
1333
|
+
}
|
|
1334
|
+
.hds-advanced-table__th-reorder-handle:focus:focus:active::before, .hds-advanced-table__th-reorder-handle:focus.mock-focus.mock-active::before, .hds-advanced-table__th-reorder-handle.mock-focus:focus:active::before, .hds-advanced-table__th-reorder-handle.mock-focus.mock-focus.mock-active::before {
|
|
1335
|
+
box-shadow: none;
|
|
1336
|
+
}
|
|
1337
|
+
.hds-advanced-table__th-reorder-handle:focus .hds-advanced-table__th-reorder-handle__inner, .hds-advanced-table__th-reorder-handle.mock-focus .hds-advanced-table__th-reorder-handle__inner {
|
|
1338
|
+
background-color: var(--token-color-surface-interactive);
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1212
1341
|
.hds-advanced-table__th-context-menu .hds-dropdown-toggle-icon {
|
|
1213
1342
|
width: 24px;
|
|
1214
1343
|
height: 24px;
|
|
@@ -1500,16 +1629,21 @@
|
|
|
1500
1629
|
background: linear-gradient(to right, rgba(59, 61, 69, 0) 0%, rgba(59, 61, 69, 0.08) 100%);
|
|
1501
1630
|
}
|
|
1502
1631
|
|
|
1503
|
-
.hds-advanced-table__scroll-indicator-top {
|
|
1504
|
-
height: 8px;
|
|
1505
|
-
background: linear-gradient(to top, rgba(59, 61, 69, 0) 0%, rgba(59, 61, 69, 0.08) 100%);
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
1632
|
.hds-advanced-table__scroll-indicator-bottom {
|
|
1509
1633
|
height: 8px;
|
|
1510
1634
|
background: linear-gradient(to bottom, rgba(59, 61, 69, 0) 0%, rgba(59, 61, 69, 0.08) 100%);
|
|
1511
1635
|
}
|
|
1512
1636
|
|
|
1637
|
+
.hds-advanced-table__th-reorder-drag-preview {
|
|
1638
|
+
position: absolute;
|
|
1639
|
+
top: -9999px;
|
|
1640
|
+
left: -9999px;
|
|
1641
|
+
background-color: rgba(204, 227, 254, 0.3);
|
|
1642
|
+
border: 5px solid var(--token-color-focus-action-external);
|
|
1643
|
+
border-radius: var(--token-border-radius-medium);
|
|
1644
|
+
box-shadow: var(--token-elevation-mid-box-shadow);
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1513
1647
|
/**
|
|
1514
1648
|
* Copyright (c) HashiCorp, Inc.
|
|
1515
1649
|
* SPDX-License-Identifier: MPL-2.0
|