@pb33f/cowboy-components 0.7.6 → 0.7.7

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.
@@ -146,6 +146,7 @@ html {
146
146
  --error-color: #ff3c74;
147
147
  --error-color-glow: #fd497b;
148
148
  --error-font-color: #ff246b;
149
+ --error-color-dimmed: rgba(255, 60, 116, 0.6);
149
150
  --error-color-lowalpha: rgba(255, 60, 116, 0.4);
150
151
  --error-color-dark: #250911;
151
152
  --error-color-loweralpha: rgba(255, 60, 116, 0.2);
@@ -59,7 +59,9 @@ export declare const TimelineHistoryRefresh = "timelineHistoryRefresh";
59
59
  export declare const RevisionClicked = "revisionClicked";
60
60
  export declare const ShowTimelineSummary = "showTimelineSummary";
61
61
  export declare const OpenSettings = "openSettings";
62
+ export declare const OpenAuthentication = "openAuthentication";
62
63
  export declare const StartSessionFailed = "startSessionFailed";
64
+ export declare const CreditEmpty = "creditEmpty";
63
65
  export interface RevisionClickedEvent {
64
66
  specSummary: SpecSummary;
65
67
  }
@@ -51,7 +51,9 @@ export const TimelineHistoryRefresh = "timelineHistoryRefresh";
51
51
  export const RevisionClicked = "revisionClicked";
52
52
  export const ShowTimelineSummary = "showTimelineSummary";
53
53
  export const OpenSettings = "openSettings";
54
+ export const OpenAuthentication = "openAuthentication";
54
55
  export const StartSessionFailed = "startSessionFailed";
56
+ export const CreditEmpty = "creditEmpty";
55
57
  export var ActiveView;
56
58
  (function (ActiveView) {
57
59
  ActiveView["Problems"] = "problems";