@atlaskit/embedded-confluence 4.3.3 → 4.5.0
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/CHANGELOG.md +21 -6
- package/dist/@atlaskit-internal_atlassian-custom-theme.js +67 -0
- package/dist/@atlaskit-internal_atlassian-dark-future.js +1 -0
- package/dist/@atlaskit-internal_atlassian-dark-increased-contrast.js +1 -0
- package/dist/@atlaskit-internal_atlassian-dark.js +1 -0
- package/dist/@atlaskit-internal_atlassian-light-future.js +1 -0
- package/dist/@atlaskit-internal_atlassian-light-increased-contrast.js +1 -0
- package/dist/@atlaskit-internal_atlassian-light.js +1 -0
- package/dist/@atlaskit-internal_atlassian-shape.js +1 -0
- package/dist/@atlaskit-internal_atlassian-spacing.js +1 -0
- package/dist/@atlaskit-internal_atlassian-typography.js +1 -0
- package/dist/embedded-confluence-bundle.js +11 -4
- package/dist/tti-polyfill.js +1 -1
- package/dist/web-vitals.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/embedded-confluence
|
|
2
2
|
|
|
3
|
+
## 4.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`caa0f069c5a43`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/caa0f069c5a43) -
|
|
8
|
+
Fix TOC scrolling when isHeightSetFromContent is true and add ability to pass in custom scroll
|
|
9
|
+
function
|
|
10
|
+
|
|
11
|
+
## 4.4.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`963b9761f89e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/963b9761f89e5) -
|
|
16
|
+
Migrate embedded confluence to @atlaskit/simple-xdm due to deprecation of simple-xdm standalone
|
|
17
|
+
repository
|
|
18
|
+
|
|
3
19
|
## 4.3.3
|
|
4
20
|
|
|
5
21
|
## 4.3.2
|
|
@@ -71,12 +87,11 @@
|
|
|
71
87
|
|
|
72
88
|
- [#147926](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/147926)
|
|
73
89
|
[`4c5a404f45416`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c5a404f45416) - 1.
|
|
74
|
-
This upgrade migrates css styles from using `@emotion/react` to use `@compiled/react`.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
`ViewPage` component.
|
|
90
|
+
This upgrade migrates css styles from using `@emotion/react` to use `@compiled/react`. 2. In
|
|
91
|
+
addition to some dependency changes, **the embedded `ViewPage` and `Page` components will no
|
|
92
|
+
longer accept the `className` prop because of the interference it causes with SSR.** 3. As an
|
|
93
|
+
alternative, styles should be applied to a wrapping container placed around the `ViewPage`
|
|
94
|
+
component.
|
|
80
95
|
|
|
81
96
|
**NOTE:** Some bundlers may not support `.css` files inside `node_modules/` out-of-the-box like
|
|
82
97
|
the ones that Compiled generates. Please follow the guide below depending on the bundler your app
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[0],{292:function(t,r,e){"use strict";e.r(r),e.d(r,"CUSTOM_STYLE_ELEMENTS_SIZE_THRESHOLD",(function(){return J})),e.d(r,"getCustomThemeStyles",(function(){return $})),e.d(r,"loadAndAppendCustomThemeCss",(function(){return H}));var o=e(11),n=e(10),a=e(100);var c={"color.text.brand":"#669DF1","elevation.surface.overlay":"#2B2C2F","color.background.selected":"#1C2B42","color.text.selected":"#669DF1","color.border.brand":"#669DF1","color.chart.brand":"#4688EC","color.text.inverse":"#1F1F21"},s=e(52);var i={"color.text.brand":"#1868DB","elevation.surface.sunken":"#F8F8F8","color.background.selected":"#E9F2FE","color.text.selected":"#1868DB","color.border.brand":"#1868DB","color.chart.brand":"#357DE8","color.text.inverse":"#FFFFFF"};const d=[{foreground:"color.text.brand",backgroundLight:"elevation.surface.sunken",backgroundDark:"elevation.surface.overlay",desiredContrast:4.5,updatedTokens:["color.text.brand","color.text.selected","color.link","color.link.pressed","color.icon.brand","color.icon.selected"]},{foreground:"color.text.brand",backgroundLight:"color.background.selected",backgroundDark:"color.background.selected",desiredContrast:4.5,updatedTokens:["color.text.brand","color.link","color.link.pressed"]},{foreground:"color.text.selected",backgroundLight:"color.background.selected",backgroundDark:"color.background.selected",desiredContrast:4.5,updatedTokens:["color.text.selected","color.icon.selected"]},{foreground:"color.border.brand",backgroundLight:"elevation.surface.sunken",backgroundDark:"elevation.surface.overlay",desiredContrast:3,updatedTokens:["color.border.brand","color.border.selected"]},{foreground:"color.chart.brand",backgroundLight:"elevation.surface.sunken",backgroundDark:"elevation.surface.overlay",desiredContrast:3,updatedTokens:["color.chart.brand","color.chart.brand.hovered"]}],l=(t,r)=>"light"===r?i[t]:c[t];
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2021 Google LLC
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*/
|
|
18
|
+
function h(t){return t<0?-1:0===t?0:1}function u(t,r,e){return(1-e)*t+e*r}function b(t,r,e){return e<t?t:e>r?r:e}function f(t,r){return[t[0]*r[0][0]+t[1]*r[0][1]+t[2]*r[0][2],t[0]*r[1][0]+t[1]*r[1][1]+t[2]*r[1][2],t[0]*r[2][0]+t[1]*r[2][1]+t[2]*r[2][2]]}
|
|
19
|
+
/**
|
|
20
|
+
* @license
|
|
21
|
+
* Copyright 2021 Google LLC
|
|
22
|
+
*
|
|
23
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
24
|
+
* you may not use this file except in compliance with the License.
|
|
25
|
+
* You may obtain a copy of the License at
|
|
26
|
+
*
|
|
27
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
28
|
+
*
|
|
29
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
30
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
31
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
32
|
+
* See the License for the specific language governing permissions and
|
|
33
|
+
* limitations under the License.
|
|
34
|
+
*/const M=[[.41233895,.35762064,.18051042],[.2126,.7152,.0722],[.01932141,.11916382,.95034478]],g=[[3.2413774792388685,-1.5376652402851851,-.49885366846268053],[-.9691452513005321,1.8758853451067872,.04156585616912061],[.05562093689691305,-.20395524564742123,1.0571799111220335]],p=[95.047,100,108.883];function m(t,r,e){return(255<<24|(255&t)<<16|(255&r)<<8|255&e)>>>0}function k(t){return m(y(t[0]),y(t[1]),y(t[2]))}function w(t){return t>>16&255}function v(t){return t>>8&255}function I(t){return 255&t}function O(t){return 116*L(function(t){return f([T(w(t)),T(v(t)),T(I(t))],M)}(t)[1]/100)-16}function C(t){return 100*function(t){const r=t*t*t;return r>216/24389?r:(116*t-16)/(24389/27)}((t+16)/116)}function D(t){return 116*L(t/100)-16}function T(t){const r=t/255;return r<=.040449936?r/12.92*100:100*Math.pow((r+.055)/1.055,2.4)}function y(t){const r=t/100;let e=0;return e=r<=.0031308?12.92*r:1.055*Math.pow(r,1/2.4)-.055,o=0,n=255,(a=Math.round(255*e))<o?o:a>n?n:a;var o,n,a}function j(t){return t<0?0:t>255?255:t}function L(t){return t>216/24389?Math.pow(t,1/3):(24389/27*t+16)/116}function F(t,r,e){return(r=function(t){var r=function(t,r){if("object"!=typeof t||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var o=e.call(t,r||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}
|
|
35
|
+
/**
|
|
36
|
+
* @license
|
|
37
|
+
* Copyright 2021 Google LLC
|
|
38
|
+
*
|
|
39
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
40
|
+
* you may not use this file except in compliance with the License.
|
|
41
|
+
* You may obtain a copy of the License at
|
|
42
|
+
*
|
|
43
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
44
|
+
*
|
|
45
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
46
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
47
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
48
|
+
* See the License for the specific language governing permissions and
|
|
49
|
+
* limitations under the License.
|
|
50
|
+
*/(t,"string");return"symbol"==typeof r?r:r+""}(r))in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}class R{static from(t,r,e){return new R(E.solveToInt(t,r,e))}static fromInt(t){return new R(t)}toInt(){return this.argb}get hue(){return this.internalHue}set hue(t){this.setInternalState(E.solveToInt(t,this.internalChroma,this.internalTone))}get chroma(){return this.internalChroma}set chroma(t){this.setInternalState(E.solveToInt(this.internalHue,t,this.internalTone))}get tone(){return this.internalTone}set tone(t){this.setInternalState(E.solveToInt(this.internalHue,this.internalChroma,t))}constructor(t){this.argb=t;const r=P.fromInt(t);this.internalHue=r.hue,this.internalChroma=r.chroma,this.internalTone=O(t),this.argb=t}setInternalState(t){const r=P.fromInt(t);this.internalHue=r.hue,this.internalChroma=r.chroma,this.internalTone=O(t),this.argb=t}inViewingConditions(t){const r=P.fromInt(this.toInt()).xyzInViewingConditions(t),e=P.fromXyzInViewingConditions(r[0],r[1],r[2],_.make());return R.from(e.hue,e.chroma,D(r[1]))}}class P{constructor(t,r,e,o,n,a,c,s,i){this.hue=t,this.chroma=r,this.j=e,this.q=o,this.m=n,this.s=a,this.jstar=c,this.astar=s,this.bstar=i}distance(t){const r=this.jstar-t.jstar,e=this.astar-t.astar,o=this.bstar-t.bstar,n=Math.sqrt(r*r+e*e+o*o);return 1.41*Math.pow(n,.63)}static fromInt(t){return P.fromIntInViewingConditions(t,_.DEFAULT)}static fromIntInViewingConditions(t,r){const e=(65280&t)>>8,o=255&t,n=T((16711680&t)>>16),a=T(e),c=T(o),s=.41233895*n+.35762064*a+.18051042*c,i=.2126*n+.7152*a+.0722*c,d=.01932141*n+.11916382*a+.95034478*c,l=.401288*s+.650173*i-.051461*d,u=-.250268*s+1.204414*i+.045854*d,b=-.002079*s+.048952*i+.953127*d,f=r.rgbD[0]*l,M=r.rgbD[1]*u,g=r.rgbD[2]*b,p=Math.pow(r.fl*Math.abs(f)/100,.42),m=Math.pow(r.fl*Math.abs(M)/100,.42),k=Math.pow(r.fl*Math.abs(g)/100,.42),w=400*h(f)*p/(p+27.13),v=400*h(M)*m/(m+27.13),I=400*h(g)*k/(k+27.13),O=(11*w+-12*v+I)/11,C=(w+v-2*I)/9,D=(20*w+20*v+21*I)/20,y=(40*w+20*v+I)/20,j=180*Math.atan2(C,O)/Math.PI,L=j<0?j+360:j>=360?j-360:j,F=L*Math.PI/180,R=y*r.nbb,E=100*Math.pow(R/r.aw,r.c*r.z),_=4/r.c*Math.sqrt(E/100)*(r.aw+4)*r.fLRoot,x=L<20.14?L+360:L,S=5e4/13*(.25*(Math.cos(x*Math.PI/180+2)+3.8))*r.nc*r.ncb*Math.sqrt(O*O+C*C)/(D+.305),A=Math.pow(S,.9)*Math.pow(1.64-Math.pow(.29,r.n),.73),B=A*Math.sqrt(E/100),N=B*r.fLRoot,q=50*Math.sqrt(A*r.c/(r.aw+4)),z=(1+100*.007)*E/(1+.007*E),U=1/.0228*Math.log(1+.0228*N),V=U*Math.cos(F),Y=U*Math.sin(F);return new P(L,B,E,_,N,q,z,V,Y)}static fromJch(t,r,e){return P.fromJchInViewingConditions(t,r,e,_.DEFAULT)}static fromJchInViewingConditions(t,r,e,o){const n=4/o.c*Math.sqrt(t/100)*(o.aw+4)*o.fLRoot,a=r*o.fLRoot,c=r/Math.sqrt(t/100),s=50*Math.sqrt(c*o.c/(o.aw+4)),i=e*Math.PI/180,d=(1+100*.007)*t/(1+.007*t),l=1/.0228*Math.log(1+.0228*a),h=l*Math.cos(i),u=l*Math.sin(i);return new P(e,r,t,n,a,s,d,h,u)}static fromUcs(t,r,e){return P.fromUcsInViewingConditions(t,r,e,_.DEFAULT)}static fromUcsInViewingConditions(t,r,e,o){const n=r,a=e,c=Math.sqrt(n*n+a*a),s=(Math.exp(.0228*c)-1)/.0228/o.fLRoot;let i=Math.atan2(a,n)*(180/Math.PI);i<0&&(i+=360);const d=t/(1-.007*(t-100));return P.fromJchInViewingConditions(d,s,i,o)}toInt(){return this.viewed(_.DEFAULT)}viewed(t){const r=0===this.chroma||0===this.j?0:this.chroma/Math.sqrt(this.j/100),e=Math.pow(r/Math.pow(1.64-Math.pow(.29,t.n),.73),1/.9),o=this.hue*Math.PI/180,n=.25*(Math.cos(o+2)+3.8),a=t.aw*Math.pow(this.j/100,1/t.c/t.z),c=n*(5e4/13)*t.nc*t.ncb,s=a/t.nbb,i=Math.sin(o),d=Math.cos(o),l=23*(s+.305)*e/(23*c+11*e*d+108*e*i),u=l*d,b=l*i,f=(460*s+451*u+288*b)/1403,M=(460*s-891*u-261*b)/1403,p=(460*s-220*u-6300*b)/1403,k=Math.max(0,27.13*Math.abs(f)/(400-Math.abs(f))),w=h(f)*(100/t.fl)*Math.pow(k,1/.42),v=Math.max(0,27.13*Math.abs(M)/(400-Math.abs(M))),I=h(M)*(100/t.fl)*Math.pow(v,1/.42),O=Math.max(0,27.13*Math.abs(p)/(400-Math.abs(p))),C=h(p)*(100/t.fl)*Math.pow(O,1/.42),D=w/t.rgbD[0],T=I/t.rgbD[1],j=C/t.rgbD[2];return function(t,r,e){const o=g,n=o[0][0]*t+o[0][1]*r+o[0][2]*e,a=o[1][0]*t+o[1][1]*r+o[1][2]*e,c=o[2][0]*t+o[2][1]*r+o[2][2]*e;return m(y(n),y(a),y(c))}(1.86206786*D-1.01125463*T+.14918677*j,.38752654*D+.62144744*T-.00897398*j,-.0158415*D-.03412294*T+1.04996444*j)}static fromXyzInViewingConditions(t,r,e,o){const n=.401288*t+.650173*r-.051461*e,a=-.250268*t+1.204414*r+.045854*e,c=-.002079*t+.048952*r+.953127*e,s=o.rgbD[0]*n,i=o.rgbD[1]*a,d=o.rgbD[2]*c,l=Math.pow(o.fl*Math.abs(s)/100,.42),u=Math.pow(o.fl*Math.abs(i)/100,.42),b=Math.pow(o.fl*Math.abs(d)/100,.42),f=400*h(s)*l/(l+27.13),M=400*h(i)*u/(u+27.13),g=400*h(d)*b/(b+27.13),p=(11*f+-12*M+g)/11,m=(f+M-2*g)/9,k=(20*f+20*M+21*g)/20,w=(40*f+20*M+g)/20,v=180*Math.atan2(m,p)/Math.PI,I=v<0?v+360:v>=360?v-360:v,O=I*Math.PI/180,C=w*o.nbb,D=100*Math.pow(C/o.aw,o.c*o.z),T=4/o.c*Math.sqrt(D/100)*(o.aw+4)*o.fLRoot,y=I<20.14?I+360:I,j=5e4/13*(1/4*(Math.cos(y*Math.PI/180+2)+3.8))*o.nc*o.ncb*Math.sqrt(p*p+m*m)/(k+.305),L=Math.pow(j,.9)*Math.pow(1.64-Math.pow(.29,o.n),.73),F=L*Math.sqrt(D/100),R=F*o.fLRoot,E=50*Math.sqrt(L*o.c/(o.aw+4)),_=(1+100*.007)*D/(1+.007*D),x=Math.log(1+.0228*R)/.0228,S=x*Math.cos(O),A=x*Math.sin(O);return new P(I,F,D,T,R,E,_,S,A)}xyzInViewingConditions(t){const r=0===this.chroma||0===this.j?0:this.chroma/Math.sqrt(this.j/100),e=Math.pow(r/Math.pow(1.64-Math.pow(.29,t.n),.73),1/.9),o=this.hue*Math.PI/180,n=.25*(Math.cos(o+2)+3.8),a=t.aw*Math.pow(this.j/100,1/t.c/t.z),c=n*(5e4/13)*t.nc*t.ncb,s=a/t.nbb,i=Math.sin(o),d=Math.cos(o),l=23*(s+.305)*e/(23*c+11*e*d+108*e*i),u=l*d,b=l*i,f=(460*s+451*u+288*b)/1403,M=(460*s-891*u-261*b)/1403,g=(460*s-220*u-6300*b)/1403,p=Math.max(0,27.13*Math.abs(f)/(400-Math.abs(f))),m=h(f)*(100/t.fl)*Math.pow(p,1/.42),k=Math.max(0,27.13*Math.abs(M)/(400-Math.abs(M))),w=h(M)*(100/t.fl)*Math.pow(k,1/.42),v=Math.max(0,27.13*Math.abs(g)/(400-Math.abs(g))),I=h(g)*(100/t.fl)*Math.pow(v,1/.42),O=m/t.rgbD[0],C=w/t.rgbD[1],D=I/t.rgbD[2];return[1.86206786*O-1.01125463*C+.14918677*D,.38752654*O+.62144744*C-.00897398*D,-.0158415*O-.03412294*C+1.04996444*D]}}class E{static sanitizeRadians(t){return(t+8*Math.PI)%(2*Math.PI)}static trueDelinearized(t){const r=t/100;let e=0;return e=r<=.0031308?12.92*r:1.055*Math.pow(r,1/2.4)-.055,255*e}static chromaticAdaptation(t){const r=Math.pow(Math.abs(t),.42);return 400*h(t)*r/(r+27.13)}static hueOf(t){const r=f(t,E.SCALED_DISCOUNT_FROM_LINRGB),e=E.chromaticAdaptation(r[0]),o=E.chromaticAdaptation(r[1]),n=E.chromaticAdaptation(r[2]),a=(11*e+-12*o+n)/11,c=(e+o-2*n)/9;return Math.atan2(c,a)}static areInCyclicOrder(t,r,e){return E.sanitizeRadians(r-t)<E.sanitizeRadians(e-t)}static intercept(t,r,e){return(r-t)/(e-t)}static lerpPoint(t,r,e){return[t[0]+(e[0]-t[0])*r,t[1]+(e[1]-t[1])*r,t[2]+(e[2]-t[2])*r]}static setCoordinate(t,r,e,o){const n=E.intercept(t[o],r,e[o]);return E.lerpPoint(t,n,e)}static isBounded(t){return 0<=t&&t<=100}static nthVertex(t,r){const e=E.Y_FROM_LINRGB[0],o=E.Y_FROM_LINRGB[1],n=E.Y_FROM_LINRGB[2],a=r%4<=1?0:100,c=r%2==0?0:100;if(r<4){const r=a,s=c,i=(t-r*o-s*n)/e;return E.isBounded(i)?[i,r,s]:[-1,-1,-1]}if(r<8){const r=a,s=c,i=(t-s*e-r*n)/o;return E.isBounded(i)?[s,i,r]:[-1,-1,-1]}{const r=a,s=c,i=(t-r*e-s*o)/n;return E.isBounded(i)?[r,s,i]:[-1,-1,-1]}}static bisectToSegment(t,r){let e=[-1,-1,-1],o=e,n=0,a=0,c=!1,s=!0;for(let i=0;i<12;i++){const d=E.nthVertex(t,i);if(d[0]<0)continue;const l=E.hueOf(d);c?(s||E.areInCyclicOrder(n,l,a))&&(s=!1,E.areInCyclicOrder(n,r,l)?(o=d,a=l):(e=d,n=l)):(e=d,o=d,n=l,a=l,c=!0)}return[e,o]}static midpoint(t,r){return[(t[0]+r[0])/2,(t[1]+r[1])/2,(t[2]+r[2])/2]}static criticalPlaneBelow(t){return Math.floor(t-.5)}static criticalPlaneAbove(t){return Math.ceil(t-.5)}static bisectToLimit(t,r){const e=E.bisectToSegment(t,r);let o=e[0],n=E.hueOf(o),a=e[1];for(let t=0;t<3;t++)if(o[t]!==a[t]){let e=-1,c=255;o[t]<a[t]?(e=E.criticalPlaneBelow(E.trueDelinearized(o[t])),c=E.criticalPlaneAbove(E.trueDelinearized(a[t]))):(e=E.criticalPlaneAbove(E.trueDelinearized(o[t])),c=E.criticalPlaneBelow(E.trueDelinearized(a[t])));for(let s=0;s<8&&!(Math.abs(c-e)<=1);s++){const s=Math.floor((e+c)/2),i=E.CRITICAL_PLANES[s],d=E.setCoordinate(o,i,a,t),l=E.hueOf(d);E.areInCyclicOrder(n,r,l)?(a=d,c=s):(o=d,n=l,e=s)}}return E.midpoint(o,a)}static inverseChromaticAdaptation(t){const r=Math.abs(t),e=Math.max(0,27.13*r/(400-r));return h(t)*Math.pow(e,1/.42)}static findResultByJ(t,r,e){let o=11*Math.sqrt(e);const n=_.DEFAULT,a=1/Math.pow(1.64-Math.pow(.29,n.n),.73),c=.25*(Math.cos(t+2)+3.8)*(5e4/13)*n.nc*n.ncb,s=Math.sin(t),i=Math.cos(t);for(let t=0;t<5;t++){const d=o/100,l=0===r||0===o?0:r/Math.sqrt(d),h=Math.pow(l*a,1/.9),u=n.aw*Math.pow(d,1/n.c/n.z)/n.nbb,b=23*(u+.305)*h/(23*c+11*h*i+108*h*s),M=b*i,g=b*s,p=(460*u+451*M+288*g)/1403,m=(460*u-891*M-261*g)/1403,w=(460*u-220*M-6300*g)/1403,v=f([E.inverseChromaticAdaptation(p),E.inverseChromaticAdaptation(m),E.inverseChromaticAdaptation(w)],E.LINRGB_FROM_SCALED_DISCOUNT);if(v[0]<0||v[1]<0||v[2]<0)return 0;const I=E.Y_FROM_LINRGB[0],O=E.Y_FROM_LINRGB[1],C=E.Y_FROM_LINRGB[2],D=I*v[0]+O*v[1]+C*v[2];if(D<=0)return 0;if(4===t||Math.abs(D-e)<.002)return v[0]>100.01||v[1]>100.01||v[2]>100.01?0:k(v);o-=(D-e)*o/(2*D)}return 0}static solveToInt(t,r,e){if(r<1e-4||e<1e-4||e>99.9999)return function(t){const r=y(C(t));return m(r,r,r)}(e);var o;o=t,(o%=360)<0&&(o+=360);const n=(t=o)/180*Math.PI,a=C(e),c=E.findResultByJ(n,r,a);if(0!==c)return c;return k(E.bisectToLimit(a,n))}static solveToCam(t,r,e){return P.fromInt(E.solveToInt(t,r,e))}}F(E,"SCALED_DISCOUNT_FROM_LINRGB",[[.001200833568784504,.002389694492170889,.0002795742885861124],[.0005891086651375999,.0029785502573438758,.0003270666104008398],[.00010146692491640572,.0005364214359186694,.0032979401770712076]]),F(E,"LINRGB_FROM_SCALED_DISCOUNT",[[1373.2198709594231,-1100.4251190754821,-7.278681089101213],[-271.815969077903,559.6580465940733,-32.46047482791194],[1.9622899599665666,-57.173814538844006,308.7233197812385]]),F(E,"Y_FROM_LINRGB",[.2126,.7152,.0722]),F(E,"CRITICAL_PLANES",[.015176349177441876,.045529047532325624,.07588174588720938,.10623444424209313,.13658714259697685,.16693984095186062,.19729253930674434,.2276452376616281,.2579979360165119,.28835063437139563,.3188300904430532,.350925934958123,.3848314933096426,.42057480301049466,.458183274052838,.4976837250274023,.5391024159806381,.5824650784040898,.6277969426914107,.6751227633498623,.7244668422128921,.775853049866786,.829304845476233,.8848452951698498,.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776]);class _{static make(t=function(){return p}(),r=200/Math.PI*C(50)/100,e=50,o=2,n=!1){const a=t,c=.401288*a[0]+.650173*a[1]+-.051461*a[2],s=-.250268*a[0]+1.204414*a[1]+.045854*a[2],i=-.002079*a[0]+.048952*a[1]+.953127*a[2],d=.8+o/10,l=d>=.9?u(.59,.69,10*(d-.9)):u(.525,.59,10*(d-.8));let h=n?1:d*(1-1/3.6*Math.exp((-r-42)/92));h=h>1?1:h<0?0:h;const b=d,f=[h*(100/c)+1-h,h*(100/s)+1-h,h*(100/i)+1-h],M=1/(5*r+1),g=M*M*M*M,m=1-g,k=g*r+.1*m*m*Math.cbrt(5*r),w=C(e)/t[1],v=1.48+Math.sqrt(w),I=.725/Math.pow(w,.2),O=I,D=[Math.pow(k*f[0]*c/100,.42),Math.pow(k*f[1]*s/100,.42),Math.pow(k*f[2]*i/100,.42)],T=[400*D[0]/(D[0]+27.13),400*D[1]/(D[1]+27.13),400*D[2]/(D[2]+27.13)];return new _(w,(2*T[0]+T[1]+.05*T[2])*I,I,O,l,b,f,k,Math.pow(k,.25),v)}constructor(t,r,e,o,n,a,c,s,i,d){this.n=t,this.aw=r,this.nbb=e,this.ncb=o,this.c=n,this.nc=a,this.rgbD=c,this.fl=s,this.fLRoot=i,this.z=d}}F(_,"DEFAULT",_.make());
|
|
51
|
+
/**
|
|
52
|
+
* @license
|
|
53
|
+
* Copyright 2022 Google LLC
|
|
54
|
+
*
|
|
55
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
56
|
+
* you may not use this file except in compliance with the License.
|
|
57
|
+
* You may obtain a copy of the License at
|
|
58
|
+
*
|
|
59
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
60
|
+
*
|
|
61
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
62
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
63
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
64
|
+
* See the License for the specific language governing permissions and
|
|
65
|
+
* limitations under the License.
|
|
66
|
+
*/
|
|
67
|
+
class x{static ratioOfTones(t,r){return t=b(0,100,t),r=b(0,100,r),x.ratioOfYs(C(t),C(r))}static ratioOfYs(t,r){const e=t>r?t:r;return(e+5)/((e===r?t:r)+5)}static lighter(t,r){if(t<0||t>100)return-1;const e=C(t),o=r*(e+5)-5,n=x.ratioOfYs(o,e),a=Math.abs(n-r);if(n<r&&a>.04)return-1;const c=D(o)+.4;return c<0||c>100?-1:c}static darker(t,r){if(t<0||t>100)return-1;const e=C(t),o=(e+5)/r-5,n=x.ratioOfYs(e,o),a=Math.abs(n-r);if(n<r&&a>.04)return-1;const c=D(o)-.4;return c<0||c>100?-1:c}static lighterUnsafe(t,r){const e=x.lighter(t,r);return e<0?100:e}static darkerUnsafe(t,r){const e=x.darker(t,r);return e<0?0:e}}function S(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,o)}return e}function A(t){for(var r=1;r<arguments.length;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?S(Object(e),!0).forEach((function(r){B(t,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):S(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}function B(t,r,e){return(r=function(t){var r=function(t,r){if("object"!=typeof t||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var o=e.call(t,r||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}(t,"string");return"symbol"==typeof r?r:r+""}(r))in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}const N=[1.12,1.33,2.03,2.73,3.33,4.27,5.2,6.62,12.46,14.25],q=[1.08,1.24,1.55,1.99,2.45,3.34,4.64,6.1,10.19,12.6],z=(t,r)=>{let e=0,o=null;return t.forEach((t,n)=>{const a=Object(s.b)(Object(s.e)(t),Object(s.e)(r));(null===o||a<o)&&(e=n,o=a)}),e},U=t=>{const r=Object(s.d)(t)[0],e=Object(s.a)(r,100,60),o=Object(s.h)(e[0],e[1],e[2])<.4?N:q,n=Object(s.f)(t),a=R.fromInt(function({r:t,g:r,b:e,a:o}){const n=j(t),a=j(r),c=j(e);return j(o)<<24|n<<16|a<<8|c}({r:n[0],g:n[1],b:n[2],a:n[3]})),c=o.map(t=>{const r={r:w(e=R.from(a.hue,a.chroma,x.darker(100,t)+.25).toInt()),g:v(e),b:I(e),a:function(t){return t>>24&255}(e)};var e;return Object(s.i)(r.r,r.g,r.b)}),i=z(c,t),d=[...c];return d[i]=t,{ramp:d,replacedColor:c[i]}};function V(t,r,e){const o=[];for(let n=1;n<=r;n++)t+n<e.length?o.push(t+n):o.push(t-(n-(e.length-1-t)));return o}const Y=(t,r,e)=>{const o=e||U(t).ramp,n=((t,r,e)=>{const{ramp:o,replacedColor:n}=U(t),a=e||o,i=z(a,t);let d={},l={};const h=Object(s.c)(t,"#FFFFFF");if(h>=4.5){const[t,r]=V(i,2,a);let e=i;h<5.4&&h>=4.8&&6===i&&(e=i+1);const[o]=V(e,1,a);d={"color.text.brand":e,"color.icon.brand":i,"color.background.brand.subtlest":0,"color.background.brand.subtlest.hovered":1,"color.background.brand.subtlest.pressed":2,"color.background.brand.bold":i,"color.background.brand.bold.hovered":t,"color.background.brand.bold.pressed":r,"color.background.brand.boldest":9,"color.background.brand.boldest.hovered":8,"color.background.brand.boldest.pressed":7,"color.border.brand":i,"color.text.selected":e,"color.icon.selected":i,"color.background.selected.bold":i,"color.background.selected.bold.hovered":t,"color.background.selected.bold.pressed":r,"color.border.selected":i,"color.link":e,"color.link.pressed":o,"color.chart.brand":5,"color.chart.brand.hovered":6,"color.background.selected":0,"color.background.selected.hovered":1,"color.background.selected.pressed":2}}else{let t=6;h<4.5&&h>=4&&6===i&&(t=n),d={"color.background.brand.subtlest":0,"color.background.brand.subtlest.hovered":1,"color.background.brand.subtlest.pressed":2,"color.background.brand.bold":t,"color.background.brand.bold.hovered":7,"color.background.brand.bold.pressed":8,"color.background.brand.boldest":9,"color.background.brand.boldest.hovered":8,"color.background.brand.boldest.pressed":7,"color.border.brand":6,"color.background.selected.bold":t,"color.background.selected.bold.hovered":7,"color.background.selected.bold.pressed":8,"color.text.brand":6,"color.icon.brand":6,"color.chart.brand":5,"color.chart.brand.hovered":6,"color.text.selected":6,"color.icon.selected":6,"color.border.selected":6,"color.background.selected":0,"color.background.selected.hovered":1,"color.background.selected.pressed":2,"color.link":6,"color.link.pressed":7}}if("light"===r)return{light:d};if(Object.entries(d).forEach(([t,r])=>{l[t]=9-("string"==typeof r?i:r)}),h<4.5){const r=c["color.text.inverse"];Object(s.c)(r,t)>=4.5&&i>=2&&(l["color.background.brand.bold"]=i,l["color.background.brand.bold.hovered"]=i-1,l["color.background.brand.bold.pressed"]=i-2)}return"dark"===r?{dark:l}:{light:d,dark:l}})(t,r,o),a={};return Object.entries(n).forEach(([t,r])=>{"light"!==t&&"dark"!==t||(a[t]=A(A({},r),(({customThemeTokenMap:t,mode:r,themeRamp:e})=>{const o={},n=Object.keys(t);return d.forEach(a=>{const{backgroundLight:c,backgroundDark:i,foreground:d,desiredContrast:h,updatedTokens:u}=a,b="light"===r?c:i,f=t[d],M=t[b],g=n.includes(d)?"string"==typeof f?f:e[f]:l(d,r),p=n.includes(b)?"string"==typeof M?M:e[M]:l(b,r);Object(s.c)(g,p)<=h&&u.forEach(e=>{const n=t[e];"number"==typeof n&&(o[e]="light"===r?n+1:n-1)})}),o})({customThemeTokenMap:r,mode:t,themeRamp:o})))}),a};var G=e(53);const J=10;function $(t){var r;const e=null==t||null===(r=t.UNSAFE_themeOptions)||void 0===r?void 0:r.brandColor,c=(null==t?void 0:t.colorMode)||n.d.colorMode,s=JSON.stringify(null==t?void 0:t.UNSAFE_themeOptions),i=Object(G.a)(s),d=U(e).ramp,l=[],h=Y(e,c,d);return"light"!==c&&"auto"!==c||!h.light||l.push({id:"light",attrs:{"data-theme":"light","data-custom-theme":i},css:`\nhtml[${o.d}="${i}"][${o.a}="light"][data-theme~="light:light"] {\n /* Branded tokens */\n ${Object(a.c)(h.light,d)}\n}`}),"dark"!==c&&"auto"!==c||!h.dark||l.push({id:"dark",attrs:{"data-theme":"dark","data-custom-theme":i},css:`\nhtml[${o.d}="${i}"][${o.a}="dark"][data-theme~="dark:dark"] {\n /* Branded tokens */\n ${Object(a.c)(h.dark,d)}\n}`}),l}function H(t){const r=$(t);Object(a.b)(J),r.map(t=>{const r=document.createElement("style");document.head.appendChild(r),r.dataset.theme=t.attrs["data-theme"],r.dataset.customTheme=t.attrs["data-custom-theme"],r.textContent=t.css})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[2],{287:function(e,d,t){"use strict";t.r(d),d.default='\nhtml[data-color-mode="light"][data-theme~="light:light"], [data-subtree-theme][data-color-mode="light"][data-theme~="light:light"],\nhtml[data-color-mode="dark"][data-theme~="dark:light"], [data-subtree-theme][data-color-mode="dark"][data-theme~="dark:light"] {\n color-scheme: dark;\n --ds-background-disabled: #B3DF72;\n}\n'}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[3],{288:function(e,d,n){"use strict";n.r(d),d.default='\nhtml[data-color-mode="light"][data-theme~="light:dark-increased-contrast"], [data-subtree-theme][data-color-mode="light"][data-theme~="light:dark-increased-contrast"],\nhtml[data-color-mode="dark"][data-theme~="dark:dark-increased-contrast"], [data-subtree-theme][data-color-mode="dark"][data-theme~="dark:dark-increased-contrast"],\nhtml[data-color-mode="light"][data-contrast-mode="more"][data-theme~="light:dark"],\nhtml[data-color-mode="dark"][data-contrast-mode="more"][data-theme~="dark:dark"] {\n color-scheme: dark;\n --ds-text: #E2E3E4;\n --ds-text-accent-lime: #D3F1A7;\n --ds-text-accent-lime-bolder: #EFFFD6;\n --ds-text-accent-red: #FFD5D2;\n --ds-text-accent-red-bolder: #FFECEB;\n --ds-text-accent-orange: #FCE4A6;\n --ds-text-accent-orange-bolder: #FFF5DB;\n --ds-text-accent-yellow: #F5E989;\n --ds-text-accent-yellow-bolder: #FEF7C8;\n --ds-text-accent-green: #BAF3DB;\n --ds-text-accent-green-bolder: #DCFFF1;\n --ds-text-accent-teal: #C6EDFB;\n --ds-text-accent-teal-bolder: #E7F9FF;\n --ds-text-accent-blue: #CFE1FD;\n --ds-text-accent-blue-bolder: #E9F2FE;\n --ds-text-accent-purple: #EED7FC;\n --ds-text-accent-purple-bolder: #F8EEFE;\n --ds-text-accent-magenta: #FDD0EC;\n --ds-text-accent-magenta-bolder: #FFECF8;\n --ds-text-accent-gray: #BFC1C4;\n --ds-text-accent-gray-bolder: #E2E3E4;\n --ds-text-disabled: #E5E9F640;\n --ds-text-inverse: #1F1F21;\n --ds-text-selected: #CFE1FD;\n --ds-text-brand: #CFE1FD;\n --ds-text-danger: #FFD5D2;\n --ds-text-danger-bolder: #FFECEB;\n --ds-text-warning: #FCE4A6;\n --ds-text-warning-inverse: #18191A;\n --ds-text-warning-bolder: #FFF5DB;\n --ds-text-success: #BAF3DB;\n --ds-text-success-bolder: #DCFFF1;\n --ds-text-discovery: #EED7FC;\n --ds-text-discovery-bolder: #F8EEFE;\n --ds-text-information: #CFE1FD;\n --ds-text-information-bolder: #E9F2FE;\n --ds-text-subtlest: #BFC1C4;\n --ds-text-subtle: #CECFD2;\n --ds-link: #CFE1FD;\n --ds-link-pressed: #CFE1FD;\n --ds-link-visited: #D8A0F7;\n --ds-link-visited-pressed: #EED7FC;\n --ds-icon: #CECFD2;\n --ds-icon-accent-lime: #B3DF72;\n --ds-icon-accent-red: #FD9891;\n --ds-icon-accent-orange: #FBC828;\n --ds-icon-accent-yellow: #EED12B;\n --ds-icon-accent-green: #7EE2B8;\n --ds-icon-accent-teal: #9DD9EE;\n --ds-icon-accent-blue: #8FB8F6;\n --ds-icon-accent-purple: #D8A0F7;\n --ds-icon-accent-magenta: #F797D2;\n --ds-icon-accent-gray: #A9ABAF;\n --ds-icon-disabled: #E5E9F640;\n --ds-icon-inverse: #1F1F21;\n --ds-icon-selected: #8FB8F6;\n --ds-icon-brand: #8FB8F6;\n --ds-icon-danger: #F87168;\n --ds-icon-warning: #FBC828;\n --ds-icon-warning-inverse: #18191A;\n --ds-icon-success: #7EE2B8;\n --ds-icon-discovery: #C97CF4;\n --ds-icon-information: #8FB8F6;\n --ds-icon-subtlest: #BFC1C4;\n --ds-icon-subtle: #BFC1C4;\n --ds-border: #E9F0FB5C;\n --ds-border-accent-lime: #B3DF72;\n --ds-border-accent-red: #FD9891;\n --ds-border-accent-orange: #FBC828;\n --ds-border-accent-yellow: #EED12B;\n --ds-border-accent-green: #7EE2B8;\n --ds-border-accent-teal: #9DD9EE;\n --ds-border-accent-blue: #8FB8F6;\n --ds-border-accent-purple: #D8A0F7;\n --ds-border-accent-magenta: #F797D2;\n --ds-border-accent-gray: #A9ABAF;\n --ds-border-disabled: #E3E4F21F;\n --ds-border-focused: #8FB8F6;\n --ds-border-input: #A9ABAF;\n --ds-border-inverse: #18191A;\n --ds-border-selected: #8FB8F6;\n --ds-border-brand: #8FB8F6;\n --ds-border-danger: #F87168;\n --ds-border-warning: #FBC828;\n --ds-border-success: #7EE2B8;\n --ds-border-discovery: #C97CF4;\n --ds-border-information: #8FB8F6;\n --ds-border-bold: #A9ABAF;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #3F5224;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #3F5224;\n --ds-background-accent-lime-subtler-pressed: #4C6B1F;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #3F5224;\n --ds-background-accent-lime-subtle-pressed: #37471F;\n --ds-background-accent-lime-bolder: #D3F1A7;\n --ds-background-accent-lime-bolder-hovered: #EFFFD6;\n --ds-background-accent-lime-bolder-pressed: #BDE97C;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #872821;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #872821;\n --ds-background-accent-red-subtler-pressed: #AE2E24;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #872821;\n --ds-background-accent-red-subtle-pressed: #5D1F1A;\n --ds-background-accent-red-bolder: #FFD5D2;\n --ds-background-accent-red-bolder-hovered: #FFECEB;\n --ds-background-accent-red-bolder-pressed: #FFB8B2;\n --ds-background-accent-orange-subtlest: #3A2C1F;\n --ds-background-accent-orange-subtlest-hovered: #693200;\n --ds-background-accent-orange-subtlest-pressed: #7A3B00;\n --ds-background-accent-orange-subtler: #693200;\n --ds-background-accent-orange-subtler-hovered: #7A3B00;\n --ds-background-accent-orange-subtler-pressed: #9E4C00;\n --ds-background-accent-orange-subtle: #9E4C00;\n --ds-background-accent-orange-subtle-hovered: #7A3B00;\n --ds-background-accent-orange-subtle-pressed: #693200;\n --ds-background-accent-orange-bolder: #FCE4A6;\n --ds-background-accent-orange-bolder-hovered: #FFF5DB;\n --ds-background-accent-orange-bolder-pressed: #FBD779;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #614A05;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #614A05;\n --ds-background-accent-yellow-subtler-pressed: #7F5F01;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #614A05;\n --ds-background-accent-yellow-subtle-pressed: #533F04;\n --ds-background-accent-yellow-bolder: #F5E989;\n --ds-background-accent-yellow-bolder-hovered: #FEF7C8;\n --ds-background-accent-yellow-bolder-pressed: #EFDD4E;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #19573D;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #19573D;\n --ds-background-accent-green-subtler-pressed: #216E4E;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #19573D;\n --ds-background-accent-green-subtle-pressed: #164B35;\n --ds-background-accent-green-bolder: #BAF3DB;\n --ds-background-accent-green-bolder-hovered: #DCFFF1;\n --ds-background-accent-green-bolder-pressed: #97EDC9;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #1A5265;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #1A5265;\n --ds-background-accent-teal-subtler-pressed: #206A83;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #1A5265;\n --ds-background-accent-teal-subtle-pressed: #164555;\n --ds-background-accent-teal-bolder: #C6EDFB;\n --ds-background-accent-teal-bolder-hovered: #E7F9FF;\n --ds-background-accent-teal-bolder-pressed: #B1E4F7;\n --ds-background-accent-blue-subtlest: #1C2B42;\n --ds-background-accent-blue-subtlest-hovered: #123263;\n --ds-background-accent-blue-subtlest-pressed: #144794;\n --ds-background-accent-blue-subtler: #123263;\n --ds-background-accent-blue-subtler-hovered: #144794;\n --ds-background-accent-blue-subtler-pressed: #1558BC;\n --ds-background-accent-blue-subtle: #1558BC;\n --ds-background-accent-blue-subtle-hovered: #144794;\n --ds-background-accent-blue-subtle-pressed: #123263;\n --ds-background-accent-blue-bolder: #669DF1;\n --ds-background-accent-blue-bolder-hovered: #8FB8F6;\n --ds-background-accent-blue-bolder-pressed: #ADCBFB;\n --ds-background-accent-purple-subtlest: #35243F;\n --ds-background-accent-purple-subtlest-hovered: #48245D;\n --ds-background-accent-purple-subtlest-pressed: #673286;\n --ds-background-accent-purple-subtler: #48245D;\n --ds-background-accent-purple-subtler-hovered: #673286;\n --ds-background-accent-purple-subtler-pressed: #803FA5;\n --ds-background-accent-purple-subtle: #803FA5;\n --ds-background-accent-purple-subtle-hovered: #673286;\n --ds-background-accent-purple-subtle-pressed: #48245D;\n --ds-background-accent-purple-bolder: #EED7FC;\n --ds-background-accent-purple-bolder-hovered: #F8EEFE;\n --ds-background-accent-purple-bolder-pressed: #E3BDFA;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #77325B;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #77325B;\n --ds-background-accent-magenta-subtler-pressed: #943D73;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #77325B;\n --ds-background-accent-magenta-subtle-pressed: #50253F;\n --ds-background-accent-magenta-bolder: #FDD0EC;\n --ds-background-accent-magenta-bolder-hovered: #FFECF8;\n --ds-background-accent-magenta-bolder-pressed: #FCB6E1;\n --ds-background-accent-gray-subtlest: #303134;\n --ds-background-accent-gray-subtlest-hovered: #3D3F43;\n --ds-background-accent-gray-subtlest-pressed: #4B4D51;\n --ds-background-accent-gray-subtler: #4B4D51;\n --ds-background-accent-gray-subtler-hovered: #63666B;\n --ds-background-accent-gray-subtler-pressed: #7E8188;\n --ds-background-accent-gray-subtle: #4B4D51;\n --ds-background-accent-gray-subtle-hovered: #303134;\n --ds-background-accent-gray-subtle-pressed: #242528;\n --ds-background-accent-gray-bolder: #A9ABAF;\n --ds-background-accent-gray-bolder-hovered: #BFC1C4;\n --ds-background-accent-gray-bolder-pressed: #CECFD2;\n --ds-background-disabled: #BDBDBD0A;\n --ds-background-input: #242528;\n --ds-background-input-hovered: #2B2C2F;\n --ds-background-input-pressed: #242528;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #CECED912;\n --ds-background-neutral-hovered: #E3E4F21F;\n --ds-background-neutral-pressed: #E5E9F640;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #CECED912;\n --ds-background-neutral-subtle-pressed: #E3E4F21F;\n --ds-background-neutral-bold: #CECFD2;\n --ds-background-neutral-bold-hovered: #BFC1C4;\n --ds-background-neutral-bold-pressed: #A9ABAF;\n --ds-background-selected: #1C2B42;\n --ds-background-selected-hovered: #123263;\n --ds-background-selected-pressed: #1558BC;\n --ds-background-selected-bold: #CFE1FD;\n --ds-background-selected-bold-hovered: #E9F2FE;\n --ds-background-selected-bold-pressed: #E2E3E4;\n --ds-background-brand-subtlest: #1C2B42;\n --ds-background-brand-subtlest-hovered: #123263;\n --ds-background-brand-subtlest-pressed: #144794;\n --ds-background-brand-bold: #CFE1FD;\n --ds-background-brand-bold-hovered: #E9F2FE;\n --ds-background-brand-bold-pressed: #E2E3E4;\n --ds-background-brand-boldest: #E9F2FE;\n --ds-background-brand-boldest-hovered: #CFE1FD;\n --ds-background-brand-boldest-pressed: #ADCBFB;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #872821;\n --ds-background-danger-subtler: #5D1F1A;\n --ds-background-danger-subtler-hovered: #872821;\n --ds-background-danger-subtler-pressed: #AE2E24;\n --ds-background-danger-bold: #FFD5D2;\n --ds-background-danger-bold-hovered: #FFECEB;\n --ds-background-danger-bold-pressed: #E2E3E4;\n --ds-background-warning: #3A2C1F;\n --ds-background-warning-hovered: #693200;\n --ds-background-warning-pressed: #7A3B00;\n --ds-background-warning-subtler: #693200;\n --ds-background-warning-subtler-hovered: #7A3B00;\n --ds-background-warning-subtler-pressed: #9E4C00;\n --ds-background-warning-bold: #F5E989;\n --ds-background-warning-bold-hovered: #FEF7C8;\n --ds-background-warning-bold-pressed: #E2E3E4;\n --ds-background-success: #28311B;\n --ds-background-success-hovered: #37471F;\n --ds-background-success-pressed: #3F5224;\n --ds-background-success-subtler: #37471F;\n --ds-background-success-subtler-hovered: #3F5224;\n --ds-background-success-subtler-pressed: #4C6B1F;\n --ds-background-success-bold: #BAF3DB;\n --ds-background-success-bold-hovered: #DCFFF1;\n --ds-background-success-bold-pressed: #E2E3E4;\n --ds-background-discovery: #35243F;\n --ds-background-discovery-hovered: #48245D;\n --ds-background-discovery-pressed: #673286;\n --ds-background-discovery-subtler: #48245D;\n --ds-background-discovery-subtler-hovered: #673286;\n --ds-background-discovery-subtler-pressed: #803FA5;\n --ds-background-discovery-bold: #EED7FC;\n --ds-background-discovery-bold-hovered: #F8EEFE;\n --ds-background-discovery-bold-pressed: #E2E3E4;\n --ds-background-information: #1C2B42;\n --ds-background-information-hovered: #123263;\n --ds-background-information-pressed: #144794;\n --ds-background-information-subtler: #123263;\n --ds-background-information-subtler-hovered: #144794;\n --ds-background-information-subtler-pressed: #1558BC;\n --ds-background-information-bold: #CFE1FD;\n --ds-background-information-bold-hovered: #E9F2FE;\n --ds-background-information-bold-pressed: #E2E3E4;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #CECED912;\n --ds-skeleton-subtle: #BDBDBD0A;\n --ds-chart-categorical-1: #9DD9EE;\n --ds-chart-categorical-1-hovered: #C6EDFB;\n --ds-chart-categorical-2: #94C748;\n --ds-chart-categorical-2-hovered: #B3DF72;\n --ds-chart-categorical-3: #FBC828;\n --ds-chart-categorical-3-hovered: #FCE4A6;\n --ds-chart-categorical-4: #FCA700;\n --ds-chart-categorical-4-hovered: #FBC828;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #1868DB;\n --ds-chart-categorical-6: #D8A0F7;\n --ds-chart-categorical-6-hovered: #EED7FC;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #6CC3E0;\n --ds-chart-categorical-8: #E06C00;\n --ds-chart-categorical-8-hovered: #FBD779;\n --ds-chart-lime-bold: #B3DF72;\n --ds-chart-lime-bold-hovered: #D3F1A7;\n --ds-chart-lime-bolder: #D3F1A7;\n --ds-chart-lime-bolder-hovered: #EFFFD6;\n --ds-chart-lime-boldest: #EFFFD6;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #96999E;\n --ds-chart-neutral-hovered: #A9ABAF;\n --ds-chart-red-bold: #FD9891;\n --ds-chart-red-bold-hovered: #FFD5D2;\n --ds-chart-red-bolder: #FFD5D2;\n --ds-chart-red-bolder-hovered: #FFECEB;\n --ds-chart-red-boldest: #FFECEB;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #FBC828;\n --ds-chart-orange-bold-hovered: #FCE4A6;\n --ds-chart-orange-bolder: #FCE4A6;\n --ds-chart-orange-bolder-hovered: #FFF5DB;\n --ds-chart-orange-boldest: #FFF5DB;\n --ds-chart-orange-boldest-hovered: #FCE4A6;\n --ds-chart-yellow-bold: #EED12B;\n --ds-chart-yellow-bold-hovered: #F5E989;\n --ds-chart-yellow-bolder: #F5E989;\n --ds-chart-yellow-bolder-hovered: #FEF7C8;\n --ds-chart-yellow-boldest: #FEF7C8;\n --ds-chart-yellow-boldest-hovered: #F5E989;\n --ds-chart-green-bold: #7EE2B8;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #BAF3DB;\n --ds-chart-green-bolder-hovered: #DCFFF1;\n --ds-chart-green-boldest: #DCFFF1;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #9DD9EE;\n --ds-chart-teal-bold-hovered: #C6EDFB;\n --ds-chart-teal-bolder: #C6EDFB;\n --ds-chart-teal-bolder-hovered: #E7F9FF;\n --ds-chart-teal-boldest: #E7F9FF;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #8FB8F6;\n --ds-chart-blue-bold-hovered: #CFE1FD;\n --ds-chart-blue-bolder: #CFE1FD;\n --ds-chart-blue-bolder-hovered: #E9F2FE;\n --ds-chart-blue-boldest: #E9F2FE;\n --ds-chart-blue-boldest-hovered: #CFE1FD;\n --ds-chart-purple-bold: #D8A0F7;\n --ds-chart-purple-bold-hovered: #EED7FC;\n --ds-chart-purple-bolder: #EED7FC;\n --ds-chart-purple-bolder-hovered: #F8EEFE;\n --ds-chart-purple-boldest: #F8EEFE;\n --ds-chart-purple-boldest-hovered: #EED7FC;\n --ds-chart-magenta-bold: #F797D2;\n --ds-chart-magenta-bold-hovered: #FDD0EC;\n --ds-chart-magenta-bolder: #FDD0EC;\n --ds-chart-magenta-bolder-hovered: #FFECF8;\n --ds-chart-magenta-boldest: #FFECF8;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #96999E;\n --ds-chart-gray-bold-hovered: #A9ABAF;\n --ds-chart-gray-bolder: #A9ABAF;\n --ds-chart-gray-bolder-hovered: #BFC1C4;\n --ds-chart-gray-boldest: #BFC1C4;\n --ds-chart-gray-boldest-hovered: #CECFD2;\n --ds-chart-brand: #669DF1;\n --ds-chart-brand-hovered: #8FB8F6;\n --ds-chart-danger: #F87168;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FFB8B2;\n --ds-chart-danger-bold-hovered: #FD9891;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #FCA700;\n --ds-chart-warning-bold: #FBC828;\n --ds-chart-warning-bold-hovered: #FCE4A6;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #94C748;\n --ds-chart-success-bold: #B3DF72;\n --ds-chart-success-bold-hovered: #D3F1A7;\n --ds-chart-discovery: #C97CF4;\n --ds-chart-discovery-hovered: #C97CF4;\n --ds-chart-discovery-bold: #D8A0F7;\n --ds-chart-discovery-bold-hovered: #EED7FC;\n --ds-chart-information: #669DF1;\n --ds-chart-information-hovered: #669DF1;\n --ds-chart-information-bold: #8FB8F6;\n --ds-chart-information-bold-hovered: #CFE1FD;\n --ds-surface: #1F1F21;\n --ds-surface-hovered: #242528;\n --ds-surface-pressed: #2B2C2F;\n --ds-surface-overlay: #2B2C2F;\n --ds-surface-overlay-hovered: #303134;\n --ds-surface-overlay-pressed: #3D3F43;\n --ds-surface-raised: #242528;\n --ds-surface-raised-hovered: #2B2C2F;\n --ds-surface-raised-pressed: #303134;\n --ds-surface-sunken: #18191A;\n --ds-shadow-overflow: 0px 0px 12px #0104048F;\n --ds-shadow-overflow-perimeter: #01040480;\n --ds-shadow-overflow-spread: #0104048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #E9F0FB80;\n --ds-shadow-raised: inset 0px 0px 0px 1px #E9F0FB80;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1F1F21;\n}\n'}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[1],{286:function(e,d,n){"use strict";n.r(d),d.default='\nhtml[data-color-mode="light"][data-theme~="light:dark"], [data-subtree-theme][data-color-mode="light"][data-theme~="light:dark"],\nhtml[data-color-mode="dark"][data-theme~="dark:dark"], [data-subtree-theme][data-color-mode="dark"][data-theme~="dark:dark"] {\n color-scheme: dark;\n --ds-text: #CECFD2;\n --ds-text-accent-lime: #B3DF72;\n --ds-text-accent-lime-bolder: #D3F1A7;\n --ds-text-accent-red: #FD9891;\n --ds-text-accent-red-bolder: #FFD5D2;\n --ds-text-accent-orange: #FBC828;\n --ds-text-accent-orange-bolder: #FCE4A6;\n --ds-text-accent-yellow: #EED12B;\n --ds-text-accent-yellow-bolder: #F5E989;\n --ds-text-accent-green: #7EE2B8;\n --ds-text-accent-green-bolder: #BAF3DB;\n --ds-text-accent-teal: #9DD9EE;\n --ds-text-accent-teal-bolder: #C6EDFB;\n --ds-text-accent-blue: #8FB8F6;\n --ds-text-accent-blue-bolder: #CFE1FD;\n --ds-text-accent-purple: #D8A0F7;\n --ds-text-accent-purple-bolder: #EED7FC;\n --ds-text-accent-magenta: #F797D2;\n --ds-text-accent-magenta-bolder: #FDD0EC;\n --ds-text-accent-gray: #A9ABAF;\n --ds-text-accent-gray-bolder: #E2E3E4;\n --ds-text-disabled: #E5E9F640;\n --ds-text-inverse: #1F1F21;\n --ds-text-selected: #669DF1;\n --ds-text-brand: #669DF1;\n --ds-text-danger: #FD9891;\n --ds-text-danger-bolder: #FFD5D2;\n --ds-text-warning: #FBC828;\n --ds-text-warning-inverse: #1F1F21;\n --ds-text-warning-bolder: #FCE4A6;\n --ds-text-success: #B3DF72;\n --ds-text-success-bolder: #D3F1A7;\n --ds-text-discovery: #D8A0F7;\n --ds-text-discovery-bolder: #EED7FC;\n --ds-text-information: #8FB8F6;\n --ds-text-information-bolder: #CFE1FD;\n --ds-text-subtlest: #96999E;\n --ds-text-subtle: #A9ABAF;\n --ds-link: #669DF1;\n --ds-link-pressed: #8FB8F6;\n --ds-link-visited: #D8A0F7;\n --ds-link-visited-pressed: #EED7FC;\n --ds-icon: #CECFD2;\n --ds-icon-accent-lime: #82B536;\n --ds-icon-accent-red: #E2483D;\n --ds-icon-accent-orange: #F68909;\n --ds-icon-accent-yellow: #EED12B;\n --ds-icon-accent-green: #2ABB7F;\n --ds-icon-accent-teal: #42B2D7;\n --ds-icon-accent-blue: #4688EC;\n --ds-icon-accent-purple: #BF63F3;\n --ds-icon-accent-magenta: #DA62AC;\n --ds-icon-accent-gray: #7E8188;\n --ds-icon-disabled: #E5E9F640;\n --ds-icon-inverse: #1F1F21;\n --ds-icon-selected: #669DF1;\n --ds-icon-brand: #669DF1;\n --ds-icon-danger: #F15B50;\n --ds-icon-warning: #FBC828;\n --ds-icon-warning-inverse: #1F1F21;\n --ds-icon-success: #82B536;\n --ds-icon-discovery: #BF63F3;\n --ds-icon-information: #4688EC;\n --ds-icon-subtlest: #96999E;\n --ds-icon-subtle: #A9ABAF;\n --ds-border: #E3E4F21F;\n --ds-border-accent-lime: #82B536;\n --ds-border-accent-red: #F15B50;\n --ds-border-accent-orange: #F68909;\n --ds-border-accent-yellow: #CF9F02;\n --ds-border-accent-green: #2ABB7F;\n --ds-border-accent-teal: #42B2D7;\n --ds-border-accent-blue: #4688EC;\n --ds-border-accent-purple: #BF63F3;\n --ds-border-accent-magenta: #DA62AC;\n --ds-border-accent-gray: #7E8188;\n --ds-border-disabled: #CECED912;\n --ds-border-focused: #8FB8F6;\n --ds-border-input: #7E8188;\n --ds-border-inverse: #18191A;\n --ds-border-selected: #669DF1;\n --ds-border-brand: #669DF1;\n --ds-border-danger: #F15B50;\n --ds-border-warning: #F68909;\n --ds-border-success: #82B536;\n --ds-border-discovery: #BF63F3;\n --ds-border-information: #4688EC;\n --ds-border-bold: #7E8188;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #3F5224;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #3F5224;\n --ds-background-accent-lime-subtler-pressed: #4C6B1F;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #3F5224;\n --ds-background-accent-lime-subtle-pressed: #37471F;\n --ds-background-accent-lime-bolder: #94C748;\n --ds-background-accent-lime-bolder-hovered: #B3DF72;\n --ds-background-accent-lime-bolder-pressed: #BDE97C;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #872821;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #872821;\n --ds-background-accent-red-subtler-pressed: #AE2E24;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #872821;\n --ds-background-accent-red-subtle-pressed: #5D1F1A;\n --ds-background-accent-red-bolder: #F87168;\n --ds-background-accent-red-bolder-hovered: #FD9891;\n --ds-background-accent-red-bolder-pressed: #FFB8B2;\n --ds-background-accent-orange-subtlest: #3A2C1F;\n --ds-background-accent-orange-subtlest-hovered: #693200;\n --ds-background-accent-orange-subtlest-pressed: #7A3B00;\n --ds-background-accent-orange-subtler: #693200;\n --ds-background-accent-orange-subtler-hovered: #7A3B00;\n --ds-background-accent-orange-subtler-pressed: #9E4C00;\n --ds-background-accent-orange-subtle: #9E4C00;\n --ds-background-accent-orange-subtle-hovered: #7A3B00;\n --ds-background-accent-orange-subtle-pressed: #693200;\n --ds-background-accent-orange-bolder: #FCA700;\n --ds-background-accent-orange-bolder-hovered: #FBC828;\n --ds-background-accent-orange-bolder-pressed: #FBD779;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #614A05;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #614A05;\n --ds-background-accent-yellow-subtler-pressed: #7F5F01;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #614A05;\n --ds-background-accent-yellow-subtle-pressed: #533F04;\n --ds-background-accent-yellow-bolder: #DDB30E;\n --ds-background-accent-yellow-bolder-hovered: #EED12B;\n --ds-background-accent-yellow-bolder-pressed: #EFDD4E;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #19573D;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #19573D;\n --ds-background-accent-green-subtler-pressed: #216E4E;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #19573D;\n --ds-background-accent-green-subtle-pressed: #164B35;\n --ds-background-accent-green-bolder: #4BCE97;\n --ds-background-accent-green-bolder-hovered: #7EE2B8;\n --ds-background-accent-green-bolder-pressed: #97EDC9;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #1A5265;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #1A5265;\n --ds-background-accent-teal-subtler-pressed: #206A83;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #1A5265;\n --ds-background-accent-teal-subtle-pressed: #164555;\n --ds-background-accent-teal-bolder: #6CC3E0;\n --ds-background-accent-teal-bolder-hovered: #9DD9EE;\n --ds-background-accent-teal-bolder-pressed: #B1E4F7;\n --ds-background-accent-blue-subtlest: #1C2B42;\n --ds-background-accent-blue-subtlest-hovered: #123263;\n --ds-background-accent-blue-subtlest-pressed: #144794;\n --ds-background-accent-blue-subtler: #123263;\n --ds-background-accent-blue-subtler-hovered: #144794;\n --ds-background-accent-blue-subtler-pressed: #1558BC;\n --ds-background-accent-blue-subtle: #1558BC;\n --ds-background-accent-blue-subtle-hovered: #144794;\n --ds-background-accent-blue-subtle-pressed: #123263;\n --ds-background-accent-blue-bolder: #669DF1;\n --ds-background-accent-blue-bolder-hovered: #8FB8F6;\n --ds-background-accent-blue-bolder-pressed: #ADCBFB;\n --ds-background-accent-purple-subtlest: #35243F;\n --ds-background-accent-purple-subtlest-hovered: #48245D;\n --ds-background-accent-purple-subtlest-pressed: #673286;\n --ds-background-accent-purple-subtler: #48245D;\n --ds-background-accent-purple-subtler-hovered: #673286;\n --ds-background-accent-purple-subtler-pressed: #803FA5;\n --ds-background-accent-purple-subtle: #803FA5;\n --ds-background-accent-purple-subtle-hovered: #673286;\n --ds-background-accent-purple-subtle-pressed: #48245D;\n --ds-background-accent-purple-bolder: #C97CF4;\n --ds-background-accent-purple-bolder-hovered: #D8A0F7;\n --ds-background-accent-purple-bolder-pressed: #E3BDFA;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #77325B;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #77325B;\n --ds-background-accent-magenta-subtler-pressed: #943D73;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #77325B;\n --ds-background-accent-magenta-subtle-pressed: #50253F;\n --ds-background-accent-magenta-bolder: #E774BB;\n --ds-background-accent-magenta-bolder-hovered: #F797D2;\n --ds-background-accent-magenta-bolder-pressed: #FCB6E1;\n --ds-background-accent-gray-subtlest: #303134;\n --ds-background-accent-gray-subtlest-hovered: #3D3F43;\n --ds-background-accent-gray-subtlest-pressed: #4B4D51;\n --ds-background-accent-gray-subtler: #4B4D51;\n --ds-background-accent-gray-subtler-hovered: #63666B;\n --ds-background-accent-gray-subtler-pressed: #7E8188;\n --ds-background-accent-gray-subtle: #63666B;\n --ds-background-accent-gray-subtle-hovered: #4B4D51;\n --ds-background-accent-gray-subtle-pressed: #3D3F43;\n --ds-background-accent-gray-bolder: #96999E;\n --ds-background-accent-gray-bolder-hovered: #A9ABAF;\n --ds-background-accent-gray-bolder-pressed: #BFC1C4;\n --ds-background-disabled: #BDBDBD0A;\n --ds-background-input: #242528;\n --ds-background-input-hovered: #2B2C2F;\n --ds-background-input-pressed: #242528;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #CECED912;\n --ds-background-neutral-hovered: #E3E4F21F;\n --ds-background-neutral-pressed: #E5E9F640;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #CECED912;\n --ds-background-neutral-subtle-pressed: #E3E4F21F;\n --ds-background-neutral-bold: #CECFD2;\n --ds-background-neutral-bold-hovered: #BFC1C4;\n --ds-background-neutral-bold-pressed: #A9ABAF;\n --ds-background-selected: #1C2B42;\n --ds-background-selected-hovered: #123263;\n --ds-background-selected-pressed: #1558BC;\n --ds-background-selected-bold: #669DF1;\n --ds-background-selected-bold-hovered: #8FB8F6;\n --ds-background-selected-bold-pressed: #CFE1FD;\n --ds-background-brand-subtlest: #1C2B42;\n --ds-background-brand-subtlest-hovered: #123263;\n --ds-background-brand-subtlest-pressed: #144794;\n --ds-background-brand-bold: #669DF1;\n --ds-background-brand-bold-hovered: #8FB8F6;\n --ds-background-brand-bold-pressed: #ADCBFB;\n --ds-background-brand-boldest: #E9F2FE;\n --ds-background-brand-boldest-hovered: #CFE1FD;\n --ds-background-brand-boldest-pressed: #ADCBFB;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #872821;\n --ds-background-danger-subtler: #5D1F1A;\n --ds-background-danger-subtler-hovered: #872821;\n --ds-background-danger-subtler-pressed: #AE2E24;\n --ds-background-danger-bold: #F87168;\n --ds-background-danger-bold-hovered: #FD9891;\n --ds-background-danger-bold-pressed: #FFB8B2;\n --ds-background-warning: #3A2C1F;\n --ds-background-warning-hovered: #693200;\n --ds-background-warning-pressed: #7A3B00;\n --ds-background-warning-subtler: #693200;\n --ds-background-warning-subtler-hovered: #7A3B00;\n --ds-background-warning-subtler-pressed: #9E4C00;\n --ds-background-warning-bold: #FBC828;\n --ds-background-warning-bold-hovered: #FCA700;\n --ds-background-warning-bold-pressed: #F68909;\n --ds-background-success: #28311B;\n --ds-background-success-hovered: #37471F;\n --ds-background-success-pressed: #3F5224;\n --ds-background-success-subtler: #37471F;\n --ds-background-success-subtler-hovered: #3F5224;\n --ds-background-success-subtler-pressed: #4C6B1F;\n --ds-background-success-bold: #94C748;\n --ds-background-success-bold-hovered: #B3DF72;\n --ds-background-success-bold-pressed: #BDE97C;\n --ds-background-discovery: #35243F;\n --ds-background-discovery-hovered: #48245D;\n --ds-background-discovery-pressed: #673286;\n --ds-background-discovery-subtler: #48245D;\n --ds-background-discovery-subtler-hovered: #673286;\n --ds-background-discovery-subtler-pressed: #803FA5;\n --ds-background-discovery-bold: #C97CF4;\n --ds-background-discovery-bold-hovered: #D8A0F7;\n --ds-background-discovery-bold-pressed: #E3BDFA;\n --ds-background-information: #1C2B42;\n --ds-background-information-hovered: #123263;\n --ds-background-information-pressed: #144794;\n --ds-background-information-subtler: #123263;\n --ds-background-information-subtler-hovered: #144794;\n --ds-background-information-subtler-pressed: #1558BC;\n --ds-background-information-bold: #669DF1;\n --ds-background-information-bold-hovered: #8FB8F6;\n --ds-background-information-bold-pressed: #ADCBFB;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #CECED912;\n --ds-skeleton-subtle: #BDBDBD0A;\n --ds-chart-categorical-1: #4688EC;\n --ds-chart-categorical-1-hovered: #669DF1;\n --ds-chart-categorical-2: #94C748;\n --ds-chart-categorical-2-hovered: #B3DF72;\n --ds-chart-categorical-3: #C97CF4;\n --ds-chart-categorical-3-hovered: #D8A0F7;\n --ds-chart-categorical-4: #FCA700;\n --ds-chart-categorical-4-hovered: #FBC828;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #1868DB;\n --ds-chart-categorical-6: #964AC0;\n --ds-chart-categorical-6-hovered: #AF59E1;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #6CC3E0;\n --ds-chart-categorical-8: #E06C00;\n --ds-chart-categorical-8-hovered: #FBD779;\n --ds-chart-lime-bold: #82B536;\n --ds-chart-lime-bold-hovered: #94C748;\n --ds-chart-lime-bolder: #94C748;\n --ds-chart-lime-bolder-hovered: #B3DF72;\n --ds-chart-lime-boldest: #B3DF72;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #7E8188;\n --ds-chart-neutral-hovered: #96999E;\n --ds-chart-red-bold: #E2483D;\n --ds-chart-red-bold-hovered: #F15B50;\n --ds-chart-red-bolder: #F15B50;\n --ds-chart-red-bolder-hovered: #F87168;\n --ds-chart-red-boldest: #FD9891;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #F68909;\n --ds-chart-orange-bold-hovered: #FCA700;\n --ds-chart-orange-bolder: #FCA700;\n --ds-chart-orange-bolder-hovered: #FBC828;\n --ds-chart-orange-boldest: #FBD779;\n --ds-chart-orange-boldest-hovered: #FCE4A6;\n --ds-chart-yellow-bold: #CF9F02;\n --ds-chart-yellow-bold-hovered: #DDB30E;\n --ds-chart-yellow-bolder: #DDB30E;\n --ds-chart-yellow-bolder-hovered: #EED12B;\n --ds-chart-yellow-boldest: #EED12B;\n --ds-chart-yellow-boldest-hovered: #F5E989;\n --ds-chart-green-bold: #2ABB7F;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #4BCE97;\n --ds-chart-green-bolder-hovered: #7EE2B8;\n --ds-chart-green-boldest: #7EE2B8;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #42B2D7;\n --ds-chart-teal-bold-hovered: #6CC3E0;\n --ds-chart-teal-bolder: #6CC3E0;\n --ds-chart-teal-bolder-hovered: #9DD9EE;\n --ds-chart-teal-boldest: #9DD9EE;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #357DE8;\n --ds-chart-blue-bold-hovered: #4688EC;\n --ds-chart-blue-bolder: #4688EC;\n --ds-chart-blue-bolder-hovered: #669DF1;\n --ds-chart-blue-boldest: #8FB8F6;\n --ds-chart-blue-boldest-hovered: #CFE1FD;\n --ds-chart-purple-bold: #AF59E1;\n --ds-chart-purple-bold-hovered: #BF63F3;\n --ds-chart-purple-bolder: #BF63F3;\n --ds-chart-purple-bolder-hovered: #C97CF4;\n --ds-chart-purple-boldest: #D8A0F7;\n --ds-chart-purple-boldest-hovered: #EED7FC;\n --ds-chart-magenta-bold: #CD519D;\n --ds-chart-magenta-bold-hovered: #DA62AC;\n --ds-chart-magenta-bolder: #DA62AC;\n --ds-chart-magenta-bolder-hovered: #E774BB;\n --ds-chart-magenta-boldest: #F797D2;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #7E8188;\n --ds-chart-gray-bold-hovered: #96999E;\n --ds-chart-gray-bolder: #96999E;\n --ds-chart-gray-bolder-hovered: #A9ABAF;\n --ds-chart-gray-boldest: #A9ABAF;\n --ds-chart-gray-boldest-hovered: #BFC1C4;\n --ds-chart-brand: #4688EC;\n --ds-chart-brand-hovered: #669DF1;\n --ds-chart-danger: #E2483D;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FFB8B2;\n --ds-chart-danger-bold-hovered: #FD9891;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #FCA700;\n --ds-chart-warning-bold: #FBC828;\n --ds-chart-warning-bold-hovered: #FCE4A6;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #94C748;\n --ds-chart-success-bold: #B3DF72;\n --ds-chart-success-bold-hovered: #D3F1A7;\n --ds-chart-discovery: #BF63F3;\n --ds-chart-discovery-hovered: #C97CF4;\n --ds-chart-discovery-bold: #D8A0F7;\n --ds-chart-discovery-bold-hovered: #EED7FC;\n --ds-chart-information: #4688EC;\n --ds-chart-information-hovered: #669DF1;\n --ds-chart-information-bold: #8FB8F6;\n --ds-chart-information-bold-hovered: #CFE1FD;\n --ds-surface: #1F1F21;\n --ds-surface-hovered: #242528;\n --ds-surface-pressed: #2B2C2F;\n --ds-surface-overlay: #2B2C2F;\n --ds-surface-overlay-hovered: #303134;\n --ds-surface-overlay-pressed: #3D3F43;\n --ds-surface-raised: #242528;\n --ds-surface-raised-hovered: #2B2C2F;\n --ds-surface-raised-pressed: #303134;\n --ds-surface-sunken: #18191A;\n --ds-shadow-overflow: 0px 0px 12px #0104048F, 0px 0px 1px #01040480;\n --ds-shadow-overflow-perimeter: #01040480;\n --ds-shadow-overflow-spread: #0104048f;\n --ds-shadow-overlay: 0px 0px 0px 1px #BDBDBD1F, 0px 8px 12px #0104045C, 0px 0px 1px 1px #01040480;\n --ds-shadow-raised: 0px 0px 0px 1px #00000000, 0px 1px 1px #01040480, 0px 0px 1px #01040480;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1F1F21;\n}\n'}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[5],{284:function(e,t,d){"use strict";d.r(t),t.default='\nhtml[data-color-mode="light"][data-theme~="light:light"], [data-subtree-theme][data-color-mode="light"][data-theme~="light:light"],\nhtml[data-color-mode="dark"][data-theme~="dark:light"], [data-subtree-theme][data-color-mode="dark"][data-theme~="dark:light"] {\n color-scheme: light;\n --ds-background-disabled: #28311B;\n}\n'}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[6],{285:function(e,d,n){"use strict";n.r(d),d.default='\nhtml[data-color-mode="light"][data-theme~="light:light-increased-contrast"], [data-subtree-theme][data-color-mode="light"][data-theme~="light:light-increased-contrast"],\nhtml[data-color-mode="dark"][data-theme~="dark:light-increased-contrast"], [data-subtree-theme][data-color-mode="dark"][data-theme~="dark:light-increased-contrast"],\nhtml[data-color-mode="light"][data-contrast-mode="more"][data-theme~="light:light"],\nhtml[data-color-mode="dark"][data-contrast-mode="more"][data-theme~="dark:light"] {\n color-scheme: light;\n --ds-text: #1E1F21;\n --ds-text-accent-lime: #37471F;\n --ds-text-accent-lime-bolder: #28311B;\n --ds-text-accent-red: #5D1F1A;\n --ds-text-accent-red-bolder: #42221F;\n --ds-text-accent-orange: #693200;\n --ds-text-accent-orange-bolder: #3A2C1F;\n --ds-text-accent-yellow: #533F04;\n --ds-text-accent-yellow-bolder: #332E1B;\n --ds-text-accent-green: #164B35;\n --ds-text-accent-green-bolder: #1C3329;\n --ds-text-accent-teal: #164555;\n --ds-text-accent-teal-bolder: #1E3137;\n --ds-text-accent-blue: #123263;\n --ds-text-accent-blue-bolder: #1C2B42;\n --ds-text-accent-purple: #48245D;\n --ds-text-accent-purple-bolder: #35243F;\n --ds-text-accent-magenta: #50253F;\n --ds-text-accent-magenta-bolder: #3D2232;\n --ds-text-accent-gray: #3B3D42;\n --ds-text-accent-gray-bolder: #292A2E;\n --ds-text-disabled: #080F214A;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #123263;\n --ds-text-brand: #123263;\n --ds-text-danger: #5D1F1A;\n --ds-text-danger-bolder: #42221F;\n --ds-text-warning: #693200;\n --ds-text-warning-inverse: #FFFFFF;\n --ds-text-warning-bolder: #3A2C1F;\n --ds-text-success: #164B35;\n --ds-text-success-bolder: #1C3329;\n --ds-text-discovery: #48245D;\n --ds-text-discovery-bolder: #35243F;\n --ds-text-information: #123263;\n --ds-text-information-bolder: #1C2B42;\n --ds-text-subtlest: #3B3D42;\n --ds-text-subtle: #292A2E;\n --ds-link: #123263;\n --ds-link-pressed: #123263;\n --ds-link-visited: #803FA5;\n --ds-link-visited-pressed: #48245D;\n --ds-icon: #292A2E;\n --ds-icon-accent-lime: #4C6B1F;\n --ds-icon-accent-red: #AE2E24;\n --ds-icon-accent-orange: #9E4C00;\n --ds-icon-accent-yellow: #7F5F01;\n --ds-icon-accent-green: #216E4E;\n --ds-icon-accent-teal: #206A83;\n --ds-icon-accent-blue: #1558BC;\n --ds-icon-accent-purple: #803FA5;\n --ds-icon-accent-magenta: #943D73;\n --ds-icon-accent-gray: #505258;\n --ds-icon-disabled: #080F214A;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #1558BC;\n --ds-icon-brand: #1558BC;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #9E4C00;\n --ds-icon-warning-inverse: #FFFFFF;\n --ds-icon-success: #216E4E;\n --ds-icon-discovery: #964AC0;\n --ds-icon-information: #1558BC;\n --ds-icon-subtlest: #3B3D42;\n --ds-icon-subtle: #3B3D42;\n --ds-border: #E9F0FB5C;\n --ds-border-accent-lime: #4C6B1F;\n --ds-border-accent-red: #AE2E24;\n --ds-border-accent-orange: #9E4C00;\n --ds-border-accent-yellow: #7F5F01;\n --ds-border-accent-green: #216E4E;\n --ds-border-accent-teal: #206A83;\n --ds-border-accent-blue: #1558BC;\n --ds-border-accent-purple: #803FA5;\n --ds-border-accent-magenta: #943D73;\n --ds-border-accent-gray: #505258;\n --ds-border-disabled: #0B120E24;\n --ds-border-focused: #1558BC;\n --ds-border-input: #505258;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #1558BC;\n --ds-border-brand: #1558BC;\n --ds-border-danger: #C9372C;\n --ds-border-warning: #9E4C00;\n --ds-border-success: #216E4E;\n --ds-border-discovery: #964AC0;\n --ds-border-information: #1558BC;\n --ds-border-bold: #505258;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #BDE97C;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #BDE97C;\n --ds-background-accent-lime-subtler-pressed: #B3DF72;\n --ds-background-accent-lime-subtle: #B3DF72;\n --ds-background-accent-lime-subtle-hovered: #D3F1A7;\n --ds-background-accent-lime-subtle-pressed: #EFFFD6;\n --ds-background-accent-lime-bolder: #37471F;\n --ds-background-accent-lime-bolder-hovered: #28311B;\n --ds-background-accent-lime-bolder-pressed: #233013;\n --ds-background-accent-red-subtlest: #FFECEB;\n --ds-background-accent-red-subtlest-hovered: #FFD5D2;\n --ds-background-accent-red-subtlest-pressed: #FFB8B2;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FFB8B2;\n --ds-background-accent-red-subtler-pressed: #FD9891;\n --ds-background-accent-red-subtle: #fbb7ae;\n --ds-background-accent-red-subtle-hovered: #FFD5D2;\n --ds-background-accent-red-subtle-pressed: #FFECEB;\n --ds-background-accent-red-bolder: #5D1F1A;\n --ds-background-accent-red-bolder-hovered: #42221F;\n --ds-background-accent-red-bolder-pressed: #49120C;\n --ds-background-accent-orange-subtlest: #FFF5DB;\n --ds-background-accent-orange-subtlest-hovered: #FCE4A6;\n --ds-background-accent-orange-subtlest-pressed: #FBD779;\n --ds-background-accent-orange-subtler: #FCE4A6;\n --ds-background-accent-orange-subtler-hovered: #FBD779;\n --ds-background-accent-orange-subtler-pressed: #FBC828;\n --ds-background-accent-orange-subtle: #FBC828;\n --ds-background-accent-orange-subtle-hovered: #FCE4A6;\n --ds-background-accent-orange-subtle-pressed: #FFF5DB;\n --ds-background-accent-orange-bolder: #693200;\n --ds-background-accent-orange-bolder-hovered: #3A2C1F;\n --ds-background-accent-orange-bolder-pressed: #3E2108;\n --ds-background-accent-yellow-subtlest: #FEF7C8;\n --ds-background-accent-yellow-subtlest-hovered: #F5E989;\n --ds-background-accent-yellow-subtlest-pressed: #EFDD4E;\n --ds-background-accent-yellow-subtler: #F5E989;\n --ds-background-accent-yellow-subtler-hovered: #EFDD4E;\n --ds-background-accent-yellow-subtler-pressed: #EED12B;\n --ds-background-accent-yellow-subtle: #EED12B;\n --ds-background-accent-yellow-subtle-hovered: #F5E989;\n --ds-background-accent-yellow-subtle-pressed: #FEF7C8;\n --ds-background-accent-yellow-bolder: #533F04;\n --ds-background-accent-yellow-bolder-hovered: #332E1B;\n --ds-background-accent-yellow-bolder-pressed: #342800;\n --ds-background-accent-green-subtlest: #DCFFF1;\n --ds-background-accent-green-subtlest-hovered: #BAF3DB;\n --ds-background-accent-green-subtlest-pressed: #97EDC9;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #97EDC9;\n --ds-background-accent-green-subtler-pressed: #7EE2B8;\n --ds-background-accent-green-subtle: #7EE2B8;\n --ds-background-accent-green-subtle-hovered: #BAF3DB;\n --ds-background-accent-green-subtle-pressed: #DCFFF1;\n --ds-background-accent-green-bolder: #164B35;\n --ds-background-accent-green-bolder-hovered: #1C3329;\n --ds-background-accent-green-bolder-pressed: #0F3324;\n --ds-background-accent-teal-subtlest: #E7F9FF;\n --ds-background-accent-teal-subtlest-hovered: #C6EDFB;\n --ds-background-accent-teal-subtlest-pressed: #B1E4F7;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #B1E4F7;\n --ds-background-accent-teal-subtler-pressed: #9DD9EE;\n --ds-background-accent-teal-subtle: #9DD9EE;\n --ds-background-accent-teal-subtle-hovered: #C6EDFB;\n --ds-background-accent-teal-subtle-pressed: #E7F9FF;\n --ds-background-accent-teal-bolder: #164555;\n --ds-background-accent-teal-bolder-hovered: #1E3137;\n --ds-background-accent-teal-bolder-pressed: #103034;\n --ds-background-accent-blue-subtlest: #E9F2FE;\n --ds-background-accent-blue-subtlest-hovered: #CFE1FD;\n --ds-background-accent-blue-subtlest-pressed: #ADCBFB;\n --ds-background-accent-blue-subtler: #CFE1FD;\n --ds-background-accent-blue-subtler-hovered: #ADCBFB;\n --ds-background-accent-blue-subtler-pressed: #8FB8F6;\n --ds-background-accent-blue-subtle: #8FB8F6;\n --ds-background-accent-blue-subtle-hovered: #CFE1FD;\n --ds-background-accent-blue-subtle-pressed: #E9F2FE;\n --ds-background-accent-blue-bolder: #123263;\n --ds-background-accent-blue-bolder-hovered: #1C2B42;\n --ds-background-accent-blue-bolder-pressed: #022353;\n --ds-background-accent-purple-subtlest: #F8EEFE;\n --ds-background-accent-purple-subtlest-hovered: #EED7FC;\n --ds-background-accent-purple-subtlest-pressed: #E3BDFA;\n --ds-background-accent-purple-subtler: #EED7FC;\n --ds-background-accent-purple-subtler-hovered: #E3BDFA;\n --ds-background-accent-purple-subtler-pressed: #D8A0F7;\n --ds-background-accent-purple-subtle: #c3b9fa;\n --ds-background-accent-purple-subtle-hovered: #EED7FC;\n --ds-background-accent-purple-subtle-pressed: #F8EEFE;\n --ds-background-accent-purple-bolder: #48245D;\n --ds-background-accent-purple-bolder-hovered: #35243F;\n --ds-background-accent-purple-bolder-pressed: #211A47;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #FCB6E1;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #FCB6E1;\n --ds-background-accent-magenta-subtler-pressed: #F797D2;\n --ds-background-accent-magenta-subtle: #f2a6d4;\n --ds-background-accent-magenta-subtle-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtle-pressed: #FFECF8;\n --ds-background-accent-magenta-bolder: #50253F;\n --ds-background-accent-magenta-bolder-hovered: #3D2232;\n --ds-background-accent-magenta-bolder-pressed: #37172A;\n --ds-background-accent-gray-subtlest: #F0F1F2;\n --ds-background-accent-gray-subtlest-hovered: #DDDEE1;\n --ds-background-accent-gray-subtlest-pressed: #B7B9BE;\n --ds-background-accent-gray-subtler: #DDDEE1;\n --ds-background-accent-gray-subtler-hovered: #B7B9BE;\n --ds-background-accent-gray-subtler-pressed: #8C8F97;\n --ds-background-accent-gray-subtle: #B7B9BE;\n --ds-background-accent-gray-subtle-hovered: #DDDEE1;\n --ds-background-accent-gray-subtle-pressed: #F0F1F2;\n --ds-background-accent-gray-bolder: #505258;\n --ds-background-accent-gray-bolder-hovered: #3B3D42;\n --ds-background-accent-gray-bolder-pressed: #292A2E;\n --ds-background-disabled: #17171708;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F8F8F8;\n --ds-background-input-pressed: #FFFFFF;\n --ds-background-inverse-subtle: #00000029;\n --ds-background-inverse-subtle-hovered: #0000003D;\n --ds-background-inverse-subtle-pressed: #00000052;\n --ds-background-neutral: #0515240F;\n --ds-background-neutral-hovered: #0B120E24;\n --ds-background-neutral-pressed: #080F214A;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #0515240F;\n --ds-background-neutral-subtle-pressed: #0B120E24;\n --ds-background-neutral-bold: #292A2E;\n --ds-background-neutral-bold-hovered: #3B3D42;\n --ds-background-neutral-bold-pressed: #505258;\n --ds-background-selected: #E9F2FE;\n --ds-background-selected-hovered: #CFE1FD;\n --ds-background-selected-pressed: #8FB8F6;\n --ds-background-selected-bold: #123263;\n --ds-background-selected-bold-hovered: #1C2B42;\n --ds-background-selected-bold-pressed: #022353;\n --ds-background-brand-subtlest: #E9F2FE;\n --ds-background-brand-subtlest-hovered: #CFE1FD;\n --ds-background-brand-subtlest-pressed: #ADCBFB;\n --ds-background-brand-bold: #123263;\n --ds-background-brand-bold-hovered: #1C2B42;\n --ds-background-brand-bold-pressed: #022353;\n --ds-background-brand-boldest: #1C2B42;\n --ds-background-brand-boldest-hovered: #123263;\n --ds-background-brand-boldest-pressed: #144794;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FFB8B2;\n --ds-background-danger-subtler: #FFD5D2;\n --ds-background-danger-subtler-hovered: #FFB8B2;\n --ds-background-danger-subtler-pressed: #FD9891;\n --ds-background-danger-bold: #5D1F1A;\n --ds-background-danger-bold-hovered: #42221F;\n --ds-background-danger-bold-pressed: #49120C;\n --ds-background-warning: #FFF5DB;\n --ds-background-warning-hovered: #FCE4A6;\n --ds-background-warning-pressed: #FBD779;\n --ds-background-warning-subtler: #FCE4A6;\n --ds-background-warning-subtler-hovered: #FBD779;\n --ds-background-warning-subtler-pressed: #FBC828;\n --ds-background-warning-bold: #533F04;\n --ds-background-warning-bold-hovered: #332E1B;\n --ds-background-warning-bold-pressed: #342800;\n --ds-background-success: #EFFFD6;\n --ds-background-success-hovered: #D3F1A7;\n --ds-background-success-pressed: #BDE97C;\n --ds-background-success-subtler: #D3F1A7;\n --ds-background-success-subtler-hovered: #BDE97C;\n --ds-background-success-subtler-pressed: #B3DF72;\n --ds-background-success-bold: #164B35;\n --ds-background-success-bold-hovered: #1C3329;\n --ds-background-success-bold-pressed: #0F3324;\n --ds-background-discovery: #F8EEFE;\n --ds-background-discovery-hovered: #EED7FC;\n --ds-background-discovery-pressed: #E3BDFA;\n --ds-background-discovery-subtler: #EED7FC;\n --ds-background-discovery-subtler-hovered: #E3BDFA;\n --ds-background-discovery-subtler-pressed: #D8A0F7;\n --ds-background-discovery-bold: #48245D;\n --ds-background-discovery-bold-hovered: #35243F;\n --ds-background-discovery-bold-pressed: #211A47;\n --ds-background-information: #E9F2FE;\n --ds-background-information-hovered: #CFE1FD;\n --ds-background-information-pressed: #ADCBFB;\n --ds-background-information-subtler: #CFE1FD;\n --ds-background-information-subtler-hovered: #ADCBFB;\n --ds-background-information-subtler-pressed: #8FB8F6;\n --ds-background-information-bold: #123263;\n --ds-background-information-bold-hovered: #1C2B42;\n --ds-background-information-bold-pressed: #022353;\n --ds-blanket: #050C1F75;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #0515240F;\n --ds-skeleton-subtle: #17171708;\n --ds-chart-categorical-1: #206A83;\n --ds-chart-categorical-1-hovered: #164555;\n --ds-chart-categorical-2: #82B536;\n --ds-chart-categorical-2-hovered: #6A9A23;\n --ds-chart-categorical-3: #9E4C00;\n --ds-chart-categorical-3-hovered: #693200;\n --ds-chart-categorical-4: #F68909;\n --ds-chart-categorical-4-hovered: #E06C00;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #123263;\n --ds-chart-categorical-6: #803FA5;\n --ds-chart-categorical-6-hovered: #48245D;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #2898BD;\n --ds-chart-categorical-8: #BD5B00;\n --ds-chart-categorical-8-hovered: #7A3B00;\n --ds-chart-lime-bold: #4C6B1F;\n --ds-chart-lime-bold-hovered: #37471F;\n --ds-chart-lime-bolder: #37471F;\n --ds-chart-lime-bolder-hovered: #28311B;\n --ds-chart-lime-boldest: #28311B;\n --ds-chart-lime-boldest-hovered: #233013;\n --ds-chart-neutral: #6B6E76;\n --ds-chart-neutral-hovered: #505258;\n --ds-chart-red-bold: #AE2E24;\n --ds-chart-red-bold-hovered: #5D1F1A;\n --ds-chart-red-bolder: #5D1F1A;\n --ds-chart-red-bolder-hovered: #42221F;\n --ds-chart-red-boldest: #42221F;\n --ds-chart-red-boldest-hovered: #49120C;\n --ds-chart-orange-bold: #9E4C00;\n --ds-chart-orange-bold-hovered: #693200;\n --ds-chart-orange-bolder: #693200;\n --ds-chart-orange-bolder-hovered: #3A2C1F;\n --ds-chart-orange-boldest: #3A2C1F;\n --ds-chart-orange-boldest-hovered: #3E2108;\n --ds-chart-yellow-bold: #7F5F01;\n --ds-chart-yellow-bold-hovered: #533F04;\n --ds-chart-yellow-bolder: #533F04;\n --ds-chart-yellow-bolder-hovered: #332E1B;\n --ds-chart-yellow-boldest: #332E1B;\n --ds-chart-yellow-boldest-hovered: #342800;\n --ds-chart-green-bold: #216E4E;\n --ds-chart-green-bold-hovered: #164B35;\n --ds-chart-green-bolder: #164B35;\n --ds-chart-green-bolder-hovered: #1C3329;\n --ds-chart-green-boldest: #1C3329;\n --ds-chart-green-boldest-hovered: #0F3324;\n --ds-chart-teal-bold: #206A83;\n --ds-chart-teal-bold-hovered: #164555;\n --ds-chart-teal-bolder: #164555;\n --ds-chart-teal-bolder-hovered: #1E3137;\n --ds-chart-teal-boldest: #1E3137;\n --ds-chart-teal-boldest-hovered: #103034;\n --ds-chart-blue-bold: #1558BC;\n --ds-chart-blue-bold-hovered: #123263;\n --ds-chart-blue-bolder: #123263;\n --ds-chart-blue-bolder-hovered: #1C2B42;\n --ds-chart-blue-boldest: #1C2B42;\n --ds-chart-blue-boldest-hovered: #022353;\n --ds-chart-purple-bold: #803FA5;\n --ds-chart-purple-bold-hovered: #48245D;\n --ds-chart-purple-bolder: #48245D;\n --ds-chart-purple-bolder-hovered: #35243F;\n --ds-chart-purple-boldest: #35243F;\n --ds-chart-purple-boldest-hovered: #211A47;\n --ds-chart-magenta-bold: #943D73;\n --ds-chart-magenta-bold-hovered: #50253F;\n --ds-chart-magenta-bolder: #50253F;\n --ds-chart-magenta-bolder-hovered: #3D2232;\n --ds-chart-magenta-boldest: #3D2232;\n --ds-chart-magenta-boldest-hovered: #37172A;\n --ds-chart-gray-bold: #6B6E76;\n --ds-chart-gray-bold-hovered: #505258;\n --ds-chart-gray-bolder: #505258;\n --ds-chart-gray-bolder-hovered: #3B3D42;\n --ds-chart-gray-boldest: #3B3D42;\n --ds-chart-gray-boldest-hovered: #292A2E;\n --ds-chart-brand: #1868DB;\n --ds-chart-brand-hovered: #1558BC;\n --ds-chart-danger: #C9372C;\n --ds-chart-danger-hovered: #AE2E24;\n --ds-chart-danger-bold: #5D1F1A;\n --ds-chart-danger-bold-hovered: #42221F;\n --ds-chart-warning: #7F5F01;\n --ds-chart-warning-hovered: #533F04;\n --ds-chart-warning-bold: #533F04;\n --ds-chart-warning-bold-hovered: #332E1B;\n --ds-chart-success: #216E4E;\n --ds-chart-success-hovered: #164B35;\n --ds-chart-success-bold: #164B35;\n --ds-chart-success-bold-hovered: #1C3329;\n --ds-chart-discovery: #964AC0;\n --ds-chart-discovery-hovered: #803FA5;\n --ds-chart-discovery-bold: #48245D;\n --ds-chart-discovery-bold-hovered: #35243F;\n --ds-chart-information: #1868DB;\n --ds-chart-information-hovered: #1558BC;\n --ds-chart-information-bold: #123263;\n --ds-chart-information-bold-hovered: #1C2B42;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F0F1F2;\n --ds-surface-pressed: #DDDEE1;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F0F1F2;\n --ds-surface-overlay-pressed: #DDDEE1;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F0F1F2;\n --ds-surface-raised-pressed: #DDDEE1;\n --ds-surface-sunken: #FCFDFE;\n --ds-shadow-overflow: 0px 0px 8px #1E1F2129;\n --ds-shadow-overflow-perimeter: #1E1F211f;\n --ds-shadow-overflow-spread: #1E1F2129;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #1E1F2180;\n --ds-shadow-raised: inset 0px 0px 0px 1px #1E1F2180;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #FFFFFF;\n}\n'}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[4],{283:function(e,d,n){"use strict";n.r(d),d.default='\nhtml[data-color-mode="light"][data-theme~="light:light"], [data-subtree-theme][data-color-mode="light"][data-theme~="light:light"],\nhtml[data-color-mode="dark"][data-theme~="dark:light"], [data-subtree-theme][data-color-mode="dark"][data-theme~="dark:light"] {\n color-scheme: light;\n --ds-text: #292A2E;\n --ds-text-accent-lime: #4C6B1F;\n --ds-text-accent-lime-bolder: #37471F;\n --ds-text-accent-red: #AE2E24;\n --ds-text-accent-red-bolder: #5D1F1A;\n --ds-text-accent-orange: #9E4C00;\n --ds-text-accent-orange-bolder: #693200;\n --ds-text-accent-yellow: #7F5F01;\n --ds-text-accent-yellow-bolder: #533F04;\n --ds-text-accent-green: #216E4E;\n --ds-text-accent-green-bolder: #164B35;\n --ds-text-accent-teal: #206A83;\n --ds-text-accent-teal-bolder: #164555;\n --ds-text-accent-blue: #1558BC;\n --ds-text-accent-blue-bolder: #123263;\n --ds-text-accent-purple: #803FA5;\n --ds-text-accent-purple-bolder: #48245D;\n --ds-text-accent-magenta: #943D73;\n --ds-text-accent-magenta-bolder: #50253F;\n --ds-text-accent-gray: #505258;\n --ds-text-accent-gray-bolder: #1E1F21;\n --ds-text-disabled: #080F214A;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #1868DB;\n --ds-text-brand: #1868DB;\n --ds-text-danger: #AE2E24;\n --ds-text-danger-bolder: #5D1F1A;\n --ds-text-warning: #9E4C00;\n --ds-text-warning-inverse: #292A2E;\n --ds-text-warning-bolder: #693200;\n --ds-text-success: #4C6B1F;\n --ds-text-success-bolder: #37471F;\n --ds-text-discovery: #803FA5;\n --ds-text-discovery-bolder: #48245D;\n --ds-text-information: #1558BC;\n --ds-text-information-bolder: #123263;\n --ds-text-subtlest: #6B6E76;\n --ds-text-subtle: #505258;\n --ds-link: #1868DB;\n --ds-link-pressed: #1558BC;\n --ds-link-visited: #803FA5;\n --ds-link-visited-pressed: #48245D;\n --ds-icon: #292A2E;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #C9372C;\n --ds-icon-accent-orange: #E06C00;\n --ds-icon-accent-yellow: #B38600;\n --ds-icon-accent-green: #22A06B;\n --ds-icon-accent-teal: #2898BD;\n --ds-icon-accent-blue: #357DE8;\n --ds-icon-accent-purple: #AF59E1;\n --ds-icon-accent-magenta: #CD519D;\n --ds-icon-accent-gray: #7D818A;\n --ds-icon-disabled: #080F214A;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #1868DB;\n --ds-icon-brand: #1868DB;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #E06C00;\n --ds-icon-warning-inverse: #292A2E;\n --ds-icon-success: #6A9A23;\n --ds-icon-discovery: #AF59E1;\n --ds-icon-information: #357DE8;\n --ds-icon-subtlest: #6B6E76;\n --ds-icon-subtle: #505258;\n --ds-border: #0B120E24;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-red: #E2483D;\n --ds-border-accent-orange: #E06C00;\n --ds-border-accent-yellow: #B38600;\n --ds-border-accent-green: #22A06B;\n --ds-border-accent-teal: #2898BD;\n --ds-border-accent-blue: #357DE8;\n --ds-border-accent-purple: #AF59E1;\n --ds-border-accent-magenta: #CD519D;\n --ds-border-accent-gray: #7D818A;\n --ds-border-disabled: #0515240F;\n --ds-border-focused: #4688EC;\n --ds-border-input: #8C8F97;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #1868DB;\n --ds-border-brand: #1868DB;\n --ds-border-danger: #E2483D;\n --ds-border-warning: #E06C00;\n --ds-border-success: #6A9A23;\n --ds-border-discovery: #AF59E1;\n --ds-border-information: #357DE8;\n --ds-border-bold: #7D818A;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #BDE97C;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #BDE97C;\n --ds-background-accent-lime-subtler-pressed: #B3DF72;\n --ds-background-accent-lime-subtle: #94C748;\n --ds-background-accent-lime-subtle-hovered: #B3DF72;\n --ds-background-accent-lime-subtle-pressed: #BDE97C;\n --ds-background-accent-lime-bolder: #5B7F24;\n --ds-background-accent-lime-bolder-hovered: #4C6B1F;\n --ds-background-accent-lime-bolder-pressed: #3F5224;\n --ds-background-accent-red-subtlest: #FFECEB;\n --ds-background-accent-red-subtlest-hovered: #FFD5D2;\n --ds-background-accent-red-subtlest-pressed: #FFB8B2;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FFB8B2;\n --ds-background-accent-red-subtler-pressed: #FD9891;\n --ds-background-accent-red-subtle: #F87168;\n --ds-background-accent-red-subtle-hovered: #FD9891;\n --ds-background-accent-red-subtle-pressed: #FFB8B2;\n --ds-background-accent-red-bolder: #C9372C;\n --ds-background-accent-red-bolder-hovered: #AE2E24;\n --ds-background-accent-red-bolder-pressed: #872821;\n --ds-background-accent-orange-subtlest: #FFF5DB;\n --ds-background-accent-orange-subtlest-hovered: #FCE4A6;\n --ds-background-accent-orange-subtlest-pressed: #FBD779;\n --ds-background-accent-orange-subtler: #FCE4A6;\n --ds-background-accent-orange-subtler-hovered: #FBD779;\n --ds-background-accent-orange-subtler-pressed: #FBC828;\n --ds-background-accent-orange-subtle: #FCA700;\n --ds-background-accent-orange-subtle-hovered: #FBC828;\n --ds-background-accent-orange-subtle-pressed: #FBD779;\n --ds-background-accent-orange-bolder: #BD5B00;\n --ds-background-accent-orange-bolder-hovered: #9E4C00;\n --ds-background-accent-orange-bolder-pressed: #7A3B00;\n --ds-background-accent-yellow-subtlest: #FEF7C8;\n --ds-background-accent-yellow-subtlest-hovered: #F5E989;\n --ds-background-accent-yellow-subtlest-pressed: #EFDD4E;\n --ds-background-accent-yellow-subtler: #F5E989;\n --ds-background-accent-yellow-subtler-hovered: #EFDD4E;\n --ds-background-accent-yellow-subtler-pressed: #EED12B;\n --ds-background-accent-yellow-subtle: #EED12B;\n --ds-background-accent-yellow-subtle-hovered: #DDB30E;\n --ds-background-accent-yellow-subtle-pressed: #EFDD4E;\n --ds-background-accent-yellow-bolder: #946F00;\n --ds-background-accent-yellow-bolder-hovered: #7F5F01;\n --ds-background-accent-yellow-bolder-pressed: #614A05;\n --ds-background-accent-green-subtlest: #DCFFF1;\n --ds-background-accent-green-subtlest-hovered: #BAF3DB;\n --ds-background-accent-green-subtlest-pressed: #97EDC9;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #97EDC9;\n --ds-background-accent-green-subtler-pressed: #7EE2B8;\n --ds-background-accent-green-subtle: #4BCE97;\n --ds-background-accent-green-subtle-hovered: #7EE2B8;\n --ds-background-accent-green-subtle-pressed: #97EDC9;\n --ds-background-accent-green-bolder: #1F845A;\n --ds-background-accent-green-bolder-hovered: #216E4E;\n --ds-background-accent-green-bolder-pressed: #19573D;\n --ds-background-accent-teal-subtlest: #E7F9FF;\n --ds-background-accent-teal-subtlest-hovered: #C6EDFB;\n --ds-background-accent-teal-subtlest-pressed: #B1E4F7;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #B1E4F7;\n --ds-background-accent-teal-subtler-pressed: #9DD9EE;\n --ds-background-accent-teal-subtle: #6CC3E0;\n --ds-background-accent-teal-subtle-hovered: #9DD9EE;\n --ds-background-accent-teal-subtle-pressed: #B1E4F7;\n --ds-background-accent-teal-bolder: #227D9B;\n --ds-background-accent-teal-bolder-hovered: #206A83;\n --ds-background-accent-teal-bolder-pressed: #1A5265;\n --ds-background-accent-blue-subtlest: #E9F2FE;\n --ds-background-accent-blue-subtlest-hovered: #CFE1FD;\n --ds-background-accent-blue-subtlest-pressed: #ADCBFB;\n --ds-background-accent-blue-subtler: #CFE1FD;\n --ds-background-accent-blue-subtler-hovered: #ADCBFB;\n --ds-background-accent-blue-subtler-pressed: #8FB8F6;\n --ds-background-accent-blue-subtle: #669DF1;\n --ds-background-accent-blue-subtle-hovered: #8FB8F6;\n --ds-background-accent-blue-subtle-pressed: #ADCBFB;\n --ds-background-accent-blue-bolder: #1868DB;\n --ds-background-accent-blue-bolder-hovered: #1558BC;\n --ds-background-accent-blue-bolder-pressed: #144794;\n --ds-background-accent-purple-subtlest: #F8EEFE;\n --ds-background-accent-purple-subtlest-hovered: #EED7FC;\n --ds-background-accent-purple-subtlest-pressed: #E3BDFA;\n --ds-background-accent-purple-subtler: #EED7FC;\n --ds-background-accent-purple-subtler-hovered: #E3BDFA;\n --ds-background-accent-purple-subtler-pressed: #D8A0F7;\n --ds-background-accent-purple-subtle: #C97CF4;\n --ds-background-accent-purple-subtle-hovered: #D8A0F7;\n --ds-background-accent-purple-subtle-pressed: #E3BDFA;\n --ds-background-accent-purple-bolder: #964AC0;\n --ds-background-accent-purple-bolder-hovered: #803FA5;\n --ds-background-accent-purple-bolder-pressed: #673286;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #FCB6E1;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #FCB6E1;\n --ds-background-accent-magenta-subtler-pressed: #F797D2;\n --ds-background-accent-magenta-subtle: #E774BB;\n --ds-background-accent-magenta-subtle-hovered: #F797D2;\n --ds-background-accent-magenta-subtle-pressed: #FCB6E1;\n --ds-background-accent-magenta-bolder: #AE4787;\n --ds-background-accent-magenta-bolder-hovered: #943D73;\n --ds-background-accent-magenta-bolder-pressed: #77325B;\n --ds-background-accent-gray-subtlest: #F0F1F2;\n --ds-background-accent-gray-subtlest-hovered: #DDDEE1;\n --ds-background-accent-gray-subtlest-pressed: #B7B9BE;\n --ds-background-accent-gray-subtler: #DDDEE1;\n --ds-background-accent-gray-subtler-hovered: #B7B9BE;\n --ds-background-accent-gray-subtler-pressed: #8C8F97;\n --ds-background-accent-gray-subtle: #8C8F97;\n --ds-background-accent-gray-subtle-hovered: #B7B9BE;\n --ds-background-accent-gray-subtle-pressed: #DDDEE1;\n --ds-background-accent-gray-bolder: #6B6E76;\n --ds-background-accent-gray-bolder-hovered: #505258;\n --ds-background-accent-gray-bolder-pressed: #3B3D42;\n --ds-background-disabled: #17171708;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F8F8F8;\n --ds-background-input-pressed: #FFFFFF;\n --ds-background-inverse-subtle: #00000029;\n --ds-background-inverse-subtle-hovered: #0000003D;\n --ds-background-inverse-subtle-pressed: #00000052;\n --ds-background-neutral: #0515240F;\n --ds-background-neutral-hovered: #0B120E24;\n --ds-background-neutral-pressed: #080F214A;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #0515240F;\n --ds-background-neutral-subtle-pressed: #0B120E24;\n --ds-background-neutral-bold: #292A2E;\n --ds-background-neutral-bold-hovered: #3B3D42;\n --ds-background-neutral-bold-pressed: #505258;\n --ds-background-selected: #E9F2FE;\n --ds-background-selected-hovered: #CFE1FD;\n --ds-background-selected-pressed: #8FB8F6;\n --ds-background-selected-bold: #1868DB;\n --ds-background-selected-bold-hovered: #1558BC;\n --ds-background-selected-bold-pressed: #123263;\n --ds-background-brand-subtlest: #E9F2FE;\n --ds-background-brand-subtlest-hovered: #CFE1FD;\n --ds-background-brand-subtlest-pressed: #ADCBFB;\n --ds-background-brand-bold: #1868DB;\n --ds-background-brand-bold-hovered: #1558BC;\n --ds-background-brand-bold-pressed: #144794;\n --ds-background-brand-boldest: #1C2B42;\n --ds-background-brand-boldest-hovered: #123263;\n --ds-background-brand-boldest-pressed: #144794;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FFB8B2;\n --ds-background-danger-subtler: #FFD5D2;\n --ds-background-danger-subtler-hovered: #FFB8B2;\n --ds-background-danger-subtler-pressed: #FD9891;\n --ds-background-danger-bold: #C9372C;\n --ds-background-danger-bold-hovered: #AE2E24;\n --ds-background-danger-bold-pressed: #872821;\n --ds-background-warning: #FFF5DB;\n --ds-background-warning-hovered: #FCE4A6;\n --ds-background-warning-pressed: #FBD779;\n --ds-background-warning-subtler: #FCE4A6;\n --ds-background-warning-subtler-hovered: #FBD779;\n --ds-background-warning-subtler-pressed: #FBC828;\n --ds-background-warning-bold: #FBC828;\n --ds-background-warning-bold-hovered: #FCA700;\n --ds-background-warning-bold-pressed: #F68909;\n --ds-background-success: #EFFFD6;\n --ds-background-success-hovered: #D3F1A7;\n --ds-background-success-pressed: #BDE97C;\n --ds-background-success-subtler: #D3F1A7;\n --ds-background-success-subtler-hovered: #BDE97C;\n --ds-background-success-subtler-pressed: #B3DF72;\n --ds-background-success-bold: #5B7F24;\n --ds-background-success-bold-hovered: #4C6B1F;\n --ds-background-success-bold-pressed: #3F5224;\n --ds-background-discovery: #F8EEFE;\n --ds-background-discovery-hovered: #EED7FC;\n --ds-background-discovery-pressed: #E3BDFA;\n --ds-background-discovery-subtler: #EED7FC;\n --ds-background-discovery-subtler-hovered: #E3BDFA;\n --ds-background-discovery-subtler-pressed: #D8A0F7;\n --ds-background-discovery-bold: #964AC0;\n --ds-background-discovery-bold-hovered: #803FA5;\n --ds-background-discovery-bold-pressed: #673286;\n --ds-background-information: #E9F2FE;\n --ds-background-information-hovered: #CFE1FD;\n --ds-background-information-pressed: #ADCBFB;\n --ds-background-information-subtler: #CFE1FD;\n --ds-background-information-subtler-hovered: #ADCBFB;\n --ds-background-information-subtler-pressed: #8FB8F6;\n --ds-background-information-bold: #1868DB;\n --ds-background-information-bold-hovered: #1558BC;\n --ds-background-information-bold-pressed: #144794;\n --ds-blanket: #050C1F75;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #0515240F;\n --ds-skeleton-subtle: #17171708;\n --ds-chart-categorical-1: #357DE8;\n --ds-chart-categorical-1-hovered: #1868DB;\n --ds-chart-categorical-2: #82B536;\n --ds-chart-categorical-2-hovered: #6A9A23;\n --ds-chart-categorical-3: #BF63F3;\n --ds-chart-categorical-3-hovered: #AF59E1;\n --ds-chart-categorical-4: #F68909;\n --ds-chart-categorical-4-hovered: #E06C00;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #123263;\n --ds-chart-categorical-6: #964AC0;\n --ds-chart-categorical-6-hovered: #803FA5;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #2898BD;\n --ds-chart-categorical-8: #BD5B00;\n --ds-chart-categorical-8-hovered: #7A3B00;\n --ds-chart-lime-bold: #6A9A23;\n --ds-chart-lime-bold-hovered: #5B7F24;\n --ds-chart-lime-bolder: #5B7F24;\n --ds-chart-lime-bolder-hovered: #4C6B1F;\n --ds-chart-lime-boldest: #4C6B1F;\n --ds-chart-lime-boldest-hovered: #37471F;\n --ds-chart-neutral: #8C8F97;\n --ds-chart-neutral-hovered: #7D818A;\n --ds-chart-red-bold: #F15B50;\n --ds-chart-red-bold-hovered: #E2483D;\n --ds-chart-red-bolder: #E2483D;\n --ds-chart-red-bolder-hovered: #C9372C;\n --ds-chart-red-boldest: #AE2E24;\n --ds-chart-red-boldest-hovered: #5D1F1A;\n --ds-chart-orange-bold: #E06C00;\n --ds-chart-orange-bold-hovered: #BD5B00;\n --ds-chart-orange-bolder: #BD5B00;\n --ds-chart-orange-bolder-hovered: #9E4C00;\n --ds-chart-orange-boldest: #7A3B00;\n --ds-chart-orange-boldest-hovered: #693200;\n --ds-chart-yellow-bold: #B38600;\n --ds-chart-yellow-bold-hovered: #946F00;\n --ds-chart-yellow-bolder: #946F00;\n --ds-chart-yellow-bolder-hovered: #7F5F01;\n --ds-chart-yellow-boldest: #7F5F01;\n --ds-chart-yellow-boldest-hovered: #533F04;\n --ds-chart-green-bold: #22A06B;\n --ds-chart-green-bold-hovered: #1F845A;\n --ds-chart-green-bolder: #1F845A;\n --ds-chart-green-bolder-hovered: #216E4E;\n --ds-chart-green-boldest: #216E4E;\n --ds-chart-green-boldest-hovered: #164B35;\n --ds-chart-teal-bold: #2898BD;\n --ds-chart-teal-bold-hovered: #227D9B;\n --ds-chart-teal-bolder: #227D9B;\n --ds-chart-teal-bolder-hovered: #206A83;\n --ds-chart-teal-boldest: #206A83;\n --ds-chart-teal-boldest-hovered: #164555;\n --ds-chart-blue-bold: #4688EC;\n --ds-chart-blue-bold-hovered: #357DE8;\n --ds-chart-blue-bolder: #357DE8;\n --ds-chart-blue-bolder-hovered: #1868DB;\n --ds-chart-blue-boldest: #1558BC;\n --ds-chart-blue-boldest-hovered: #123263;\n --ds-chart-purple-bold: #BF63F3;\n --ds-chart-purple-bold-hovered: #AF59E1;\n --ds-chart-purple-bolder: #AF59E1;\n --ds-chart-purple-bolder-hovered: #964AC0;\n --ds-chart-purple-boldest: #803FA5;\n --ds-chart-purple-boldest-hovered: #48245D;\n --ds-chart-magenta-bold: #DA62AC;\n --ds-chart-magenta-bold-hovered: #CD519D;\n --ds-chart-magenta-bolder: #CD519D;\n --ds-chart-magenta-bolder-hovered: #AE4787;\n --ds-chart-magenta-boldest: #943D73;\n --ds-chart-magenta-boldest-hovered: #50253F;\n --ds-chart-gray-bold: #8C8F97;\n --ds-chart-gray-bold-hovered: #7D818A;\n --ds-chart-gray-bolder: #7D818A;\n --ds-chart-gray-bolder-hovered: #6B6E76;\n --ds-chart-gray-boldest: #505258;\n --ds-chart-gray-boldest-hovered: #3B3D42;\n --ds-chart-brand: #357DE8;\n --ds-chart-brand-hovered: #1868DB;\n --ds-chart-danger: #E2483D;\n --ds-chart-danger-hovered: #C9372C;\n --ds-chart-danger-bold: #872821;\n --ds-chart-danger-bold-hovered: #5D1F1A;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #E06C00;\n --ds-chart-warning-bold: #BD5B00;\n --ds-chart-warning-bold-hovered: #9E4C00;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #6A9A23;\n --ds-chart-success-bold: #5B7F24;\n --ds-chart-success-bold-hovered: #4C6B1F;\n --ds-chart-discovery: #BF63F3;\n --ds-chart-discovery-hovered: #AF59E1;\n --ds-chart-discovery-bold: #803FA5;\n --ds-chart-discovery-bold-hovered: #964AC0;\n --ds-chart-information: #357DE8;\n --ds-chart-information-hovered: #1868DB;\n --ds-chart-information-bold: #1558BC;\n --ds-chart-information-bold-hovered: #123263;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F0F1F2;\n --ds-surface-pressed: #DDDEE1;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F0F1F2;\n --ds-surface-overlay-pressed: #DDDEE1;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F0F1F2;\n --ds-surface-raised-pressed: #DDDEE1;\n --ds-surface-sunken: #F8F8F8;\n --ds-shadow-overflow: 0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F;\n --ds-shadow-overflow-perimeter: #1E1F211f;\n --ds-shadow-overflow-spread: #1E1F2129;\n --ds-shadow-overlay: 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F;\n --ds-shadow-raised: 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #FFFFFF;\n}\n'}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[7],{291:function(e,d,s){"use strict";s.r(d),d.default='\nhtml[data-theme~="shape:shape"], [data-subtree-theme][data-theme~="shape:shape"] {\n --ds-radius-xsmall: 0.125rem;\n --ds-radius-small: 0.25rem;\n --ds-radius-medium: 0.375rem;\n --ds-radius-large: 0.5rem;\n --ds-radius-xlarge: 0.75rem;\n --ds-radius-xxlarge: 1rem;\n --ds-radius-full: 624.9375rem;\n --ds-radius-tile: 25%;\n --ds-border-width: 0.0625rem;\n --ds-border-width-selected: 0.125rem;\n --ds-border-width-focused: 0.125rem;\n}\n'}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[8],{289:function(e,s,n){"use strict";n.r(s),s.default='\nhtml[data-theme~="spacing:spacing"], [data-subtree-theme][data-theme~="spacing:spacing"] {\n --ds-space-0: 0rem;\n --ds-space-025: 0.125rem;\n --ds-space-050: 0.25rem;\n --ds-space-075: 0.375rem;\n --ds-space-100: 0.5rem;\n --ds-space-150: 0.75rem;\n --ds-space-200: 1rem;\n --ds-space-250: 1.25rem;\n --ds-space-300: 1.5rem;\n --ds-space-400: 2rem;\n --ds-space-500: 2.5rem;\n --ds-space-600: 3rem;\n --ds-space-800: 4rem;\n --ds-space-1000: 5rem;\n --ds-space-negative-025: -0.125rem;\n --ds-space-negative-050: -0.25rem;\n --ds-space-negative-075: -0.375rem;\n --ds-space-negative-100: -0.5rem;\n --ds-space-negative-150: -0.75rem;\n --ds-space-negative-200: -1rem;\n --ds-space-negative-250: -1.25rem;\n --ds-space-negative-300: -1.5rem;\n --ds-space-negative-400: -2rem;\n}\n'}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[9],{290:function(e,s,n){"use strict";n.r(s),s.default='\nhtml[data-theme~="typography:typography"], [data-subtree-theme][data-theme~="typography:typography"] {\n --ds-font-heading-xxlarge: normal 653 2rem/2.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-heading-xlarge: normal 653 1.75rem/2rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-heading-large: normal 653 1.5rem/1.75rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-heading-medium: normal 653 1.25rem/1.5rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-heading-small: normal 653 1rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-heading-xsmall: normal 653 0.875rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-heading-xxsmall: normal 653 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-metric-large: normal 653 1.75rem/2rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-metric-medium: normal 653 1.5rem/1.75rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-metric-small: normal 653 1rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-code: normal 400 0.875em/1 "Atlassian Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;\n --ds-font-weight-regular: 400;\n --ds-font-weight-medium: 500;\n --ds-font-weight-semibold: 600;\n --ds-font-weight-bold: 653;\n --ds-font-family-heading: "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-family-body: "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-family-code: "Atlassian Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;\n --ds-font-family-brand-heading: "Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n --ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif;\n}\n'}}]);
|