@banyan_cloud/roots 1.0.82 → 1.0.83

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/dist/index.js CHANGED
@@ -20856,49 +20856,40 @@ They are, in order: __emphasis__, **strong**, ++monospace++, +++passthrough+++,
20856
20856
  })(Prism);
20857
20857
  }
20858
20858
 
20859
- var asm6502_1;
20860
- var hasRequiredAsm6502;
20861
-
20862
- function requireAsm6502 () {
20863
- if (hasRequiredAsm6502) return asm6502_1;
20864
- hasRequiredAsm6502 = 1;
20865
-
20866
- asm6502_1 = asm6502;
20867
- asm6502.displayName = 'asm6502';
20868
- asm6502.aliases = [];
20869
- function asm6502(Prism) {
20870
- Prism.languages.asm6502 = {
20871
- comment: /;.*/,
20872
- directive: {
20873
- pattern: /\.\w+(?= )/,
20874
- alias: 'property'
20875
- },
20876
- string: /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,
20877
- 'op-code': {
20878
- pattern:
20879
- /\b(?:ADC|AND|ASL|BCC|BCS|BEQ|BIT|BMI|BNE|BPL|BRK|BVC|BVS|CLC|CLD|CLI|CLV|CMP|CPX|CPY|DEC|DEX|DEY|EOR|INC|INX|INY|JMP|JSR|LDA|LDX|LDY|LSR|NOP|ORA|PHA|PHP|PLA|PLP|ROL|ROR|RTI|RTS|SBC|SEC|SED|SEI|STA|STX|STY|TAX|TAY|TSX|TXA|TXS|TYA|adc|and|asl|bcc|bcs|beq|bit|bmi|bne|bpl|brk|bvc|bvs|clc|cld|cli|clv|cmp|cpx|cpy|dec|dex|dey|eor|inc|inx|iny|jmp|jsr|lda|ldx|ldy|lsr|nop|ora|pha|php|pla|plp|rol|ror|rti|rts|sbc|sec|sed|sei|sta|stx|sty|tax|tay|tsx|txa|txs|tya)\b/,
20880
- alias: 'keyword'
20881
- },
20882
- 'hex-number': {
20883
- pattern: /#?\$[\da-f]{1,4}\b/i,
20884
- alias: 'number'
20885
- },
20886
- 'binary-number': {
20887
- pattern: /#?%[01]+\b/,
20888
- alias: 'number'
20889
- },
20890
- 'decimal-number': {
20891
- pattern: /#?\b\d+\b/,
20892
- alias: 'number'
20893
- },
20894
- register: {
20895
- pattern: /\b[xya]\b/i,
20896
- alias: 'variable'
20897
- },
20898
- punctuation: /[(),:]/
20899
- };
20900
- }
20901
- return asm6502_1;
20859
+ var asm6502_1 = asm6502;
20860
+ asm6502.displayName = 'asm6502';
20861
+ asm6502.aliases = [];
20862
+ function asm6502(Prism) {
20863
+ Prism.languages.asm6502 = {
20864
+ comment: /;.*/,
20865
+ directive: {
20866
+ pattern: /\.\w+(?= )/,
20867
+ alias: 'property'
20868
+ },
20869
+ string: /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,
20870
+ 'op-code': {
20871
+ pattern:
20872
+ /\b(?:ADC|AND|ASL|BCC|BCS|BEQ|BIT|BMI|BNE|BPL|BRK|BVC|BVS|CLC|CLD|CLI|CLV|CMP|CPX|CPY|DEC|DEX|DEY|EOR|INC|INX|INY|JMP|JSR|LDA|LDX|LDY|LSR|NOP|ORA|PHA|PHP|PLA|PLP|ROL|ROR|RTI|RTS|SBC|SEC|SED|SEI|STA|STX|STY|TAX|TAY|TSX|TXA|TXS|TYA|adc|and|asl|bcc|bcs|beq|bit|bmi|bne|bpl|brk|bvc|bvs|clc|cld|cli|clv|cmp|cpx|cpy|dec|dex|dey|eor|inc|inx|iny|jmp|jsr|lda|ldx|ldy|lsr|nop|ora|pha|php|pla|plp|rol|ror|rti|rts|sbc|sec|sed|sei|sta|stx|sty|tax|tay|tsx|txa|txs|tya)\b/,
20873
+ alias: 'keyword'
20874
+ },
20875
+ 'hex-number': {
20876
+ pattern: /#?\$[\da-f]{1,4}\b/i,
20877
+ alias: 'number'
20878
+ },
20879
+ 'binary-number': {
20880
+ pattern: /#?%[01]+\b/,
20881
+ alias: 'number'
20882
+ },
20883
+ 'decimal-number': {
20884
+ pattern: /#?\b\d+\b/,
20885
+ alias: 'number'
20886
+ },
20887
+ register: {
20888
+ pattern: /\b[xya]\b/i,
20889
+ alias: 'variable'
20890
+ },
20891
+ punctuation: /[(),:]/
20892
+ };
20902
20893
  }
20903
20894
 
20904
20895
  var asmatmel_1 = asmatmel;
@@ -22855,95 +22846,104 @@ function requireCobol () {
22855
22846
  return cobol_1;
22856
22847
  }
22857
22848
 
22858
- var coffeescript_1 = coffeescript;
22859
- coffeescript.displayName = 'coffeescript';
22860
- coffeescript.aliases = ['coffee'];
22861
- function coffeescript(Prism) {
22849
+ var coffeescript_1;
22850
+ var hasRequiredCoffeescript;
22851
+
22852
+ function requireCoffeescript () {
22853
+ if (hasRequiredCoffeescript) return coffeescript_1;
22854
+ hasRequiredCoffeescript = 1;
22855
+
22856
+ coffeescript_1 = coffeescript;
22857
+ coffeescript.displayName = 'coffeescript';
22858
+ coffeescript.aliases = ['coffee'];
22859
+ function coffeescript(Prism) {
22862
22860
  (function (Prism) {
22863
- // Ignore comments starting with { to privilege string interpolation highlighting
22864
- var comment = /#(?!\{).+/;
22865
- var interpolation = {
22866
- pattern: /#\{[^}]+\}/,
22867
- alias: 'variable'
22868
- };
22869
- Prism.languages.coffeescript = Prism.languages.extend('javascript', {
22870
- comment: comment,
22871
- string: [
22872
- // Strings are multiline
22873
- {
22874
- pattern: /'(?:\\[\s\S]|[^\\'])*'/,
22875
- greedy: true
22876
- },
22877
- {
22878
- // Strings are multiline
22879
- pattern: /"(?:\\[\s\S]|[^\\"])*"/,
22880
- greedy: true,
22881
- inside: {
22882
- interpolation: interpolation
22883
- }
22884
- }
22885
- ],
22886
- keyword:
22887
- /\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,
22888
- 'class-member': {
22889
- pattern: /@(?!\d)\w+/,
22890
- alias: 'variable'
22891
- }
22892
- });
22893
- Prism.languages.insertBefore('coffeescript', 'comment', {
22894
- 'multiline-comment': {
22895
- pattern: /###[\s\S]+?###/,
22896
- alias: 'comment'
22897
- },
22898
- // Block regexp can contain comments and interpolation
22899
- 'block-regex': {
22900
- pattern: /\/{3}[\s\S]*?\/{3}/,
22901
- alias: 'regex',
22902
- inside: {
22903
- comment: comment,
22904
- interpolation: interpolation
22905
- }
22906
- }
22907
- });
22908
- Prism.languages.insertBefore('coffeescript', 'string', {
22909
- 'inline-javascript': {
22910
- pattern: /`(?:\\[\s\S]|[^\\`])*`/,
22911
- inside: {
22912
- delimiter: {
22913
- pattern: /^`|`$/,
22914
- alias: 'punctuation'
22915
- },
22916
- script: {
22917
- pattern: /[\s\S]+/,
22918
- alias: 'language-javascript',
22919
- inside: Prism.languages.javascript
22920
- }
22921
- }
22922
- },
22923
- // Block strings
22924
- 'multiline-string': [
22925
- {
22926
- pattern: /'''[\s\S]*?'''/,
22927
- greedy: true,
22928
- alias: 'string'
22929
- },
22930
- {
22931
- pattern: /"""[\s\S]*?"""/,
22932
- greedy: true,
22933
- alias: 'string',
22934
- inside: {
22935
- interpolation: interpolation
22936
- }
22937
- }
22938
- ]
22939
- });
22940
- Prism.languages.insertBefore('coffeescript', 'keyword', {
22941
- // Object property
22942
- property: /(?!\d)\w+(?=\s*:(?!:))/
22943
- });
22944
- delete Prism.languages.coffeescript['template-string'];
22945
- Prism.languages.coffee = Prism.languages.coffeescript;
22946
- })(Prism);
22861
+ // Ignore comments starting with { to privilege string interpolation highlighting
22862
+ var comment = /#(?!\{).+/;
22863
+ var interpolation = {
22864
+ pattern: /#\{[^}]+\}/,
22865
+ alias: 'variable'
22866
+ };
22867
+ Prism.languages.coffeescript = Prism.languages.extend('javascript', {
22868
+ comment: comment,
22869
+ string: [
22870
+ // Strings are multiline
22871
+ {
22872
+ pattern: /'(?:\\[\s\S]|[^\\'])*'/,
22873
+ greedy: true
22874
+ },
22875
+ {
22876
+ // Strings are multiline
22877
+ pattern: /"(?:\\[\s\S]|[^\\"])*"/,
22878
+ greedy: true,
22879
+ inside: {
22880
+ interpolation: interpolation
22881
+ }
22882
+ }
22883
+ ],
22884
+ keyword:
22885
+ /\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,
22886
+ 'class-member': {
22887
+ pattern: /@(?!\d)\w+/,
22888
+ alias: 'variable'
22889
+ }
22890
+ });
22891
+ Prism.languages.insertBefore('coffeescript', 'comment', {
22892
+ 'multiline-comment': {
22893
+ pattern: /###[\s\S]+?###/,
22894
+ alias: 'comment'
22895
+ },
22896
+ // Block regexp can contain comments and interpolation
22897
+ 'block-regex': {
22898
+ pattern: /\/{3}[\s\S]*?\/{3}/,
22899
+ alias: 'regex',
22900
+ inside: {
22901
+ comment: comment,
22902
+ interpolation: interpolation
22903
+ }
22904
+ }
22905
+ });
22906
+ Prism.languages.insertBefore('coffeescript', 'string', {
22907
+ 'inline-javascript': {
22908
+ pattern: /`(?:\\[\s\S]|[^\\`])*`/,
22909
+ inside: {
22910
+ delimiter: {
22911
+ pattern: /^`|`$/,
22912
+ alias: 'punctuation'
22913
+ },
22914
+ script: {
22915
+ pattern: /[\s\S]+/,
22916
+ alias: 'language-javascript',
22917
+ inside: Prism.languages.javascript
22918
+ }
22919
+ }
22920
+ },
22921
+ // Block strings
22922
+ 'multiline-string': [
22923
+ {
22924
+ pattern: /'''[\s\S]*?'''/,
22925
+ greedy: true,
22926
+ alias: 'string'
22927
+ },
22928
+ {
22929
+ pattern: /"""[\s\S]*?"""/,
22930
+ greedy: true,
22931
+ alias: 'string',
22932
+ inside: {
22933
+ interpolation: interpolation
22934
+ }
22935
+ }
22936
+ ]
22937
+ });
22938
+ Prism.languages.insertBefore('coffeescript', 'keyword', {
22939
+ // Object property
22940
+ property: /(?!\d)\w+(?=\s*:(?!:))/
22941
+ });
22942
+ delete Prism.languages.coffeescript['template-string'];
22943
+ Prism.languages.coffee = Prism.languages.coffeescript;
22944
+ })(Prism);
22945
+ }
22946
+ return coffeescript_1;
22947
22947
  }
22948
22948
 
22949
22949
  var concurnas_1;
@@ -42809,7 +42809,7 @@ refractor.register(aql_1);
42809
42809
  refractor.register(arduino_1);
42810
42810
  refractor.register(arff_1);
42811
42811
  refractor.register(asciidoc_1);
42812
- refractor.register(requireAsm6502());
42812
+ refractor.register(asm6502_1);
42813
42813
  refractor.register(asmatmel_1);
42814
42814
  refractor.register(aspnet_1);
42815
42815
  refractor.register(autohotkey_1);
@@ -42835,7 +42835,7 @@ refractor.register(cil_1);
42835
42835
  refractor.register(clojure_1);
42836
42836
  refractor.register(cmake_1);
42837
42837
  refractor.register(requireCobol());
42838
- refractor.register(coffeescript_1);
42838
+ refractor.register(requireCoffeescript());
42839
42839
  refractor.register(requireConcurnas());
42840
42840
  refractor.register(requireCoq());
42841
42841
  refractor.register(requireCpp());
@@ -46921,8 +46921,8 @@ var COLORS = Object.keys(modules_dd21d9e9).reduce(function (acc, curr) {
46921
46921
  return acc;
46922
46922
  }, {});
46923
46923
 
46924
- var css$x = ".Step_module_root__07bf3bd8 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n position: relative;\n z-index: 1;\n gap: 0.5rem;\n flex: 1;\n cursor: default;\n}\n.Step_module_root__07bf3bd8:last-child {\n flex: 0 1 auto;\n}\n.Step_module_root__07bf3bd8:last-child .Step_module_title__07bf3bd8::after {\n display: none;\n}\n.Step_module_root__07bf3bd8 .Step_module_left__07bf3bd8 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n width: 1.5rem;\n height: 1.5rem;\n background: var(--white);\n border: 0.063rem solid var(--grey2);\n border-radius: 2rem;\n font-size: 1rem;\n color: var(--grey2);\n}\n.Step_module_root__07bf3bd8 .Step_module_left__07bf3bd8 .Step_module_icon__07bf3bd8 {\n width: 0.75rem;\n height: 0.75rem;\n}\n.Step_module_root__07bf3bd8 .Step_module_left__07bf3bd8 .Step_module_icon__07bf3bd8.Step_module_errorIcon__07bf3bd8 {\n fill: var(--error);\n}\n.Step_module_root__07bf3bd8 .Step_module_left__07bf3bd8 .Step_module_icon__07bf3bd8.Step_module_completionIcon__07bf3bd8 {\n fill: var(--highlight);\n}\n.Step_module_root__07bf3bd8 .Step_module_left__07bf3bd8 .Step_module_icon__07bf3bd8.Step_module_completionIcon__07bf3bd8.Step_module_active__07bf3bd8 {\n fill: var(--white);\n}\n.Step_module_root__07bf3bd8 .Step_module_left__07bf3bd8 .Step_module_progress__07bf3bd8 {\n position: absolute;\n z-index: -1;\n inset: -0.3rem;\n border-radius: 2rem;\n}\n.Step_module_root__07bf3bd8 .Step_module_left__07bf3bd8 .Step_module_progress__07bf3bd8::after {\n position: absolute;\n content: \"\";\n inset: 0.15rem;\n background: white;\n border-radius: 2rem;\n}\n.Step_module_root__07bf3bd8 .Step_module_right__07bf3bd8 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex: 1;\n}\n.Step_module_root__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_title__07bf3bd8 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.75rem;\n width: 100%;\n font-size: 1rem;\n color: var(--grey2);\n}\n.Step_module_root__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_title__07bf3bd8::after {\n content: \"\";\n flex: 1;\n min-width: 1.5rem;\n border-bottom: 0.063rem solid;\n margin-top: 0.75rem;\n border-bottom-color: var(--grey2);\n}\n.Step_module_root__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_description__07bf3bd8 {\n font-size: 0.75rem;\n color: var(--grey2);\n}\n.Step_module_root__07bf3bd8.Step_module_active__07bf3bd8 .Step_module_left__07bf3bd8 {\n background: var(--highlight);\n color: var(--white);\n}\n.Step_module_root__07bf3bd8.Step_module_active__07bf3bd8 .Step_module_left__07bf3bd8, .Step_module_root__07bf3bd8.Step_module_completed__07bf3bd8 .Step_module_left__07bf3bd8 {\n border-color: var(--highlight);\n}\n.Step_module_root__07bf3bd8.Step_module_active__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_title__07bf3bd8, .Step_module_root__07bf3bd8.Step_module_completed__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_title__07bf3bd8 {\n color: var(--black);\n}\n.Step_module_root__07bf3bd8.Step_module_active__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_description__07bf3bd8, .Step_module_root__07bf3bd8.Step_module_completed__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_description__07bf3bd8 {\n color: var(--grey);\n}\n.Step_module_root__07bf3bd8.Step_module_completed__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_title__07bf3bd8::after {\n border-bottom-color: var(--highlight);\n}\n.Step_module_root__07bf3bd8.Step_module_error__07bf3bd8 .Step_module_left__07bf3bd8 {\n background: var(--white);\n border-color: var(--error);\n color: var(--error);\n}\n.Step_module_root__07bf3bd8.Step_module_error__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_title__07bf3bd8 {\n color: var(--error);\n}\n.Step_module_root__07bf3bd8.Step_module_error__07bf3bd8 .Step_module_right__07bf3bd8 .Step_module_description__07bf3bd8 {\n color: rgba(var(--error), 0.6);\n}";
46925
- var modules_abbc385a = {"root":"Step_module_root__07bf3bd8","title":"Step_module_title__07bf3bd8","left":"Step_module_left__07bf3bd8","icon":"Step_module_icon__07bf3bd8","error-icon":"Step_module_errorIcon__07bf3bd8","completion-icon":"Step_module_completionIcon__07bf3bd8","active":"Step_module_active__07bf3bd8","progress":"Step_module_progress__07bf3bd8","right":"Step_module_right__07bf3bd8","description":"Step_module_description__07bf3bd8","completed":"Step_module_completed__07bf3bd8","error":"Step_module_error__07bf3bd8"};
46924
+ var css$x = ".Step_module_root__94d74268 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n position: relative;\n z-index: 1;\n gap: 0.5rem;\n flex: 1;\n cursor: default;\n}\n.Step_module_root__94d74268:last-child {\n flex: 0 1 auto;\n}\n.Step_module_root__94d74268:last-child .Step_module_title__94d74268::after {\n display: none;\n}\n.Step_module_root__94d74268 .Step_module_left__94d74268 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n width: 1.5rem;\n height: 1.5rem;\n background: var(--white);\n border: 0.063rem solid var(--grey2);\n border-radius: 2rem;\n font-size: 1rem;\n color: var(--grey2);\n}\n.Step_module_root__94d74268 .Step_module_left__94d74268 .Step_module_icon__94d74268 {\n width: 0.75rem;\n height: 0.75rem;\n}\n.Step_module_root__94d74268 .Step_module_left__94d74268 .Step_module_icon__94d74268.Step_module_errorIcon__94d74268 {\n fill: var(--error);\n}\n.Step_module_root__94d74268 .Step_module_left__94d74268 .Step_module_icon__94d74268.Step_module_completionIcon__94d74268 {\n fill: var(--highlight);\n}\n.Step_module_root__94d74268 .Step_module_left__94d74268 .Step_module_icon__94d74268.Step_module_completionIcon__94d74268.Step_module_active__94d74268 {\n fill: var(--white);\n}\n.Step_module_root__94d74268 .Step_module_left__94d74268 .Step_module_progress__94d74268 {\n position: absolute;\n z-index: -1;\n inset: -0.3rem;\n border-radius: 2rem;\n}\n.Step_module_root__94d74268 .Step_module_left__94d74268 .Step_module_progress__94d74268::after {\n position: absolute;\n content: \"\";\n inset: 0.15rem;\n background: white;\n border-radius: 2rem;\n}\n.Step_module_root__94d74268 .Step_module_right__94d74268 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex: 1;\n}\n.Step_module_root__94d74268 .Step_module_right__94d74268 .Step_module_title__94d74268 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.75rem;\n width: 100%;\n font-size: 1rem;\n color: var(--grey2);\n}\n.Step_module_root__94d74268 .Step_module_right__94d74268 .Step_module_title__94d74268::after {\n content: \"\";\n flex: 1;\n min-width: 1.5rem;\n border-bottom: 0.063rem solid;\n margin-top: 0.75rem;\n border-bottom-color: var(--grey2);\n}\n.Step_module_root__94d74268 .Step_module_right__94d74268 .Step_module_title__94d74268.Step_module_noTail__94d74268::after {\n display: none;\n}\n.Step_module_root__94d74268 .Step_module_right__94d74268 .Step_module_description__94d74268 {\n font-size: 0.75rem;\n color: var(--grey2);\n}\n.Step_module_root__94d74268.Step_module_active__94d74268 .Step_module_left__94d74268 {\n background: var(--highlight);\n color: var(--white);\n}\n.Step_module_root__94d74268.Step_module_active__94d74268 .Step_module_left__94d74268, .Step_module_root__94d74268.Step_module_completed__94d74268 .Step_module_left__94d74268 {\n border-color: var(--highlight);\n}\n.Step_module_root__94d74268.Step_module_active__94d74268 .Step_module_right__94d74268 .Step_module_title__94d74268, .Step_module_root__94d74268.Step_module_completed__94d74268 .Step_module_right__94d74268 .Step_module_title__94d74268 {\n color: var(--black);\n}\n.Step_module_root__94d74268.Step_module_active__94d74268 .Step_module_right__94d74268 .Step_module_description__94d74268, .Step_module_root__94d74268.Step_module_completed__94d74268 .Step_module_right__94d74268 .Step_module_description__94d74268 {\n color: var(--grey);\n}\n.Step_module_root__94d74268.Step_module_completed__94d74268 .Step_module_right__94d74268 .Step_module_title__94d74268::after {\n border-bottom-color: var(--highlight);\n}\n.Step_module_root__94d74268.Step_module_error__94d74268 .Step_module_left__94d74268 {\n background: var(--white);\n border-color: var(--error);\n color: var(--error);\n}\n.Step_module_root__94d74268.Step_module_error__94d74268 .Step_module_right__94d74268 .Step_module_title__94d74268 {\n color: var(--error);\n}\n.Step_module_root__94d74268.Step_module_error__94d74268 .Step_module_right__94d74268 .Step_module_description__94d74268 {\n color: rgba(var(--error), 0.6);\n}";
46925
+ var modules_abbc385a = {"root":"Step_module_root__94d74268","title":"Step_module_title__94d74268","left":"Step_module_left__94d74268","icon":"Step_module_icon__94d74268","error-icon":"Step_module_errorIcon__94d74268","completion-icon":"Step_module_completionIcon__94d74268","active":"Step_module_active__94d74268","progress":"Step_module_progress__94d74268","right":"Step_module_right__94d74268","no-tail":"Step_module_noTail__94d74268","description":"Step_module_description__94d74268","completed":"Step_module_completed__94d74268","error":"Step_module_error__94d74268"};
46926
46926
  n(css$x,{});
46927
46927
 
46928
46928
  var Step = function Step(props) {
@@ -46931,7 +46931,8 @@ var Step = function Step(props) {
46931
46931
  active = props.active,
46932
46932
  completion = props.completion,
46933
46933
  error = props.error,
46934
- index = props.index;
46934
+ index = props.index,
46935
+ noTail = props.noTail;
46935
46936
  var display = /*#__PURE__*/jsx("span", {
46936
46937
  className: modules_abbc385a.text,
46937
46938
  children: index + 1
@@ -46958,7 +46959,7 @@ var Step = function Step(props) {
46958
46959
  }), /*#__PURE__*/jsxs("div", {
46959
46960
  className: modules_abbc385a.right,
46960
46961
  children: [/*#__PURE__*/jsx("span", {
46961
- className: modules_abbc385a.title,
46962
+ className: classes(modules_abbc385a.title, noTail ? modules_abbc385a['no-tail'] : ''),
46962
46963
  children: title
46963
46964
  }), description != null && /*#__PURE__*/jsx("span", {
46964
46965
  className: modules_abbc385a.description,
@@ -46973,14 +46974,16 @@ Step.propTypes = {
46973
46974
  active: propTypes$1.exports.bool,
46974
46975
  completion: propTypes$1.exports.number,
46975
46976
  error: propTypes$1.exports.bool,
46976
- index: propTypes$1.exports.number
46977
+ index: propTypes$1.exports.number,
46978
+ noTail: propTypes$1.exports.bool
46977
46979
  };
46978
46980
  Step.defaultProps = {
46979
46981
  description: '',
46980
46982
  active: false,
46981
46983
  completion: 0,
46982
46984
  error: false,
46983
- index: 0
46985
+ index: 0,
46986
+ noTail: false
46984
46987
  };
46985
46988
 
46986
46989
  var Stepper = function Stepper(props) {
@@ -108662,7 +108665,7 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
108662
108665
  var _seriesData$chartData9, _seriesData$chartData10;
108663
108666
  return seriesData === null || seriesData === void 0 ? void 0 : (_seriesData$chartData9 = seriesData.chartData) === null || _seriesData$chartData9 === void 0 ? void 0 : (_seriesData$chartData10 = _seriesData$chartData9[obj1]) === null || _seriesData$chartData10 === void 0 ? void 0 : _seriesData$chartData10["x".concat(index + 1)];
108664
108667
  });
108665
- }) ? 0.03 : 0;
108668
+ }) ? 0.004 : 0;
108666
108669
  return seriesOption.map(function (objectData, index) {
108667
108670
  var _seriesOptionObject$l, _objectData$label, _seriesData$chartData11;
108668
108671
  return _objectSpread2(_objectSpread2(_objectSpread2({}, seriesOptionObject), objectData), {}, {
@@ -109385,6 +109388,7 @@ var HeatMapChart = function HeatMapChart(props) {
109385
109388
  seriesName = props.seriesName,
109386
109389
  seriesOption = props.seriesOption,
109387
109390
  visualMap = props.visualMap,
109391
+ defaultColor = props.defaultColor,
109388
109392
  style = props.style,
109389
109393
  className = props.className,
109390
109394
  theme = props.theme,
@@ -109440,13 +109444,20 @@ var HeatMapChart = function HeatMapChart(props) {
109440
109444
  var row = 7;
109441
109445
  var col = 7;
109442
109446
  var dataNew = [];
109443
- for (var i = 0, k = 0; i < row; i++) {
109447
+ for (var i = row, k = 0; i > 0; i--) {
109444
109448
  for (var j = 0; j < col; j++, k++) {
109445
- var _newSeriesData$k$name, _newSeriesData$k, _newSeriesData$k$valu, _newSeriesData$k2;
109446
- dataNew.push({
109449
+ var _newSeriesData$k$name, _newSeriesData$k, _newSeriesData$k$valu, _newSeriesData$k2, _newSeriesData$k$valu2, _newSeriesData$k3;
109450
+ dataNew.push(_objectSpread2({
109447
109451
  name: (_newSeriesData$k$name = newSeriesData === null || newSeriesData === void 0 ? void 0 : (_newSeriesData$k = newSeriesData[k]) === null || _newSeriesData$k === void 0 ? void 0 : _newSeriesData$k.name) !== null && _newSeriesData$k$name !== void 0 ? _newSeriesData$k$name : '',
109448
109452
  value: [j, i, (_newSeriesData$k$valu = newSeriesData === null || newSeriesData === void 0 ? void 0 : (_newSeriesData$k2 = newSeriesData[k]) === null || _newSeriesData$k2 === void 0 ? void 0 : _newSeriesData$k2.value) !== null && _newSeriesData$k$valu !== void 0 ? _newSeriesData$k$valu : -1]
109449
- });
109453
+ }, ((_newSeriesData$k$valu2 = newSeriesData === null || newSeriesData === void 0 ? void 0 : (_newSeriesData$k3 = newSeriesData[k]) === null || _newSeriesData$k3 === void 0 ? void 0 : _newSeriesData$k3.value) !== null && _newSeriesData$k$valu2 !== void 0 ? _newSeriesData$k$valu2 : -1) === -1 ? {
109454
+ itemStyle: {
109455
+ color: defaultColor
109456
+ },
109457
+ emphasis: {
109458
+ disabled: true
109459
+ }
109460
+ } : {}));
109450
109461
  }
109451
109462
  }
109452
109463
  return [_objectSpread2(_objectSpread2(_objectSpread2({}, seriesOptionObject), seriesOption), {}, {
@@ -109535,6 +109546,7 @@ HeatMapChart.propTypes = {
109535
109546
  visualMap: propTypes$1.exports.shape({}),
109536
109547
  seriesOption: propTypes$1.exports.shape({}),
109537
109548
  style: propTypes$1.exports.objectOf(propTypes$1.exports.shape),
109549
+ defaultColor: propTypes$1.exports.string,
109538
109550
  className: propTypes$1.exports.string,
109539
109551
  theme: propTypes$1.exports.oneOf(['light', 'dark'])
109540
109552
  };
@@ -109570,6 +109582,7 @@ HeatMapChart.defaultProps = {
109570
109582
  show: true
109571
109583
  }
109572
109584
  },
109585
+ defaultColor: 'grey',
109573
109586
  style: {
109574
109587
  width: '100%',
109575
109588
  height: '100%'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banyan_cloud/roots",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "description": "Design System Library which drives the Banyan Cloud products",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",