@copilotz/chat-ui 0.9.18 → 0.9.20
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/styles.css +42 -69
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -4051,75 +4051,6 @@
|
|
|
4051
4051
|
}
|
|
4052
4052
|
}
|
|
4053
4053
|
}
|
|
4054
|
-
/*!
|
|
4055
|
-
Theme: GitHub
|
|
4056
|
-
Description: Light theme as seen on github.com
|
|
4057
|
-
Author: github.com
|
|
4058
|
-
Maintainer: @Hirse
|
|
4059
|
-
Updated: 2021-05-15
|
|
4060
|
-
|
|
4061
|
-
Outdated base version: https://github.com/primer/github-syntax-light
|
|
4062
|
-
Current colors taken from GitHub's CSS
|
|
4063
|
-
*/
|
|
4064
|
-
pre code.hljs {
|
|
4065
|
-
display: block;
|
|
4066
|
-
overflow-x: auto;
|
|
4067
|
-
padding: 1em;
|
|
4068
|
-
}
|
|
4069
|
-
code.hljs {
|
|
4070
|
-
padding: 3px 5px;
|
|
4071
|
-
}
|
|
4072
|
-
.hljs {
|
|
4073
|
-
color: #24292e;
|
|
4074
|
-
background: #ffffff;
|
|
4075
|
-
}
|
|
4076
|
-
.hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-variable.language_ {
|
|
4077
|
-
color: #d73a49;
|
|
4078
|
-
}
|
|
4079
|
-
.hljs-title, .hljs-title.class_, .hljs-title.class_.inherited__, .hljs-title.function_ {
|
|
4080
|
-
color: #6f42c1;
|
|
4081
|
-
}
|
|
4082
|
-
.hljs-attr, .hljs-attribute, .hljs-literal, .hljs-meta, .hljs-number, .hljs-operator, .hljs-variable, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id {
|
|
4083
|
-
color: #005cc5;
|
|
4084
|
-
}
|
|
4085
|
-
.hljs-regexp, .hljs-string, .hljs-meta .hljs-string {
|
|
4086
|
-
color: #032f62;
|
|
4087
|
-
}
|
|
4088
|
-
.hljs-built_in, .hljs-symbol {
|
|
4089
|
-
color: #e36209;
|
|
4090
|
-
}
|
|
4091
|
-
.hljs-comment, .hljs-code, .hljs-formula {
|
|
4092
|
-
color: #6a737d;
|
|
4093
|
-
}
|
|
4094
|
-
.hljs-name, .hljs-quote, .hljs-selector-tag, .hljs-selector-pseudo {
|
|
4095
|
-
color: #22863a;
|
|
4096
|
-
}
|
|
4097
|
-
.hljs-subst {
|
|
4098
|
-
color: #24292e;
|
|
4099
|
-
}
|
|
4100
|
-
.hljs-section {
|
|
4101
|
-
color: #005cc5;
|
|
4102
|
-
font-weight: bold;
|
|
4103
|
-
}
|
|
4104
|
-
.hljs-bullet {
|
|
4105
|
-
color: #735c0f;
|
|
4106
|
-
}
|
|
4107
|
-
.hljs-emphasis {
|
|
4108
|
-
color: #24292e;
|
|
4109
|
-
font-style: italic;
|
|
4110
|
-
}
|
|
4111
|
-
.hljs-strong {
|
|
4112
|
-
color: #24292e;
|
|
4113
|
-
font-weight: bold;
|
|
4114
|
-
}
|
|
4115
|
-
.hljs-addition {
|
|
4116
|
-
color: #22863a;
|
|
4117
|
-
background-color: #f0fff4;
|
|
4118
|
-
}
|
|
4119
|
-
.hljs-deletion {
|
|
4120
|
-
color: #b31d28;
|
|
4121
|
-
background-color: #ffeef0;
|
|
4122
|
-
}
|
|
4123
4054
|
@property --tw-animation-delay {
|
|
4124
4055
|
syntax: "*";
|
|
4125
4056
|
inherits: false;
|
|
@@ -4437,6 +4368,48 @@ code.hljs {
|
|
|
4437
4368
|
}
|
|
4438
4369
|
.prose pre {
|
|
4439
4370
|
overflow: auto;
|
|
4371
|
+
border: 1px solid hsl(var(--border) / 0.35);
|
|
4372
|
+
background: hsl(222.2 47.4% 11.2%);
|
|
4373
|
+
color: hsl(210 40% 96%);
|
|
4374
|
+
}
|
|
4375
|
+
.prose pre code {
|
|
4376
|
+
color: inherit;
|
|
4377
|
+
background: transparent;
|
|
4378
|
+
text-shadow: none;
|
|
4379
|
+
}
|
|
4380
|
+
.prose .hljs {
|
|
4381
|
+
background: transparent;
|
|
4382
|
+
color: hsl(210 40% 96%);
|
|
4383
|
+
}
|
|
4384
|
+
.prose .hljs-comment, .prose .hljs-quote {
|
|
4385
|
+
color: hsl(215 20.2% 65.1%);
|
|
4386
|
+
}
|
|
4387
|
+
.prose .hljs-keyword, .prose .hljs-selector-tag, .prose .hljs-subst {
|
|
4388
|
+
color: hsl(199 89% 74%);
|
|
4389
|
+
}
|
|
4390
|
+
.prose .hljs-literal, .prose .hljs-number, .prose .hljs-tag .hljs-attr, .prose .hljs-template-variable, .prose .hljs-variable {
|
|
4391
|
+
color: hsl(38 92% 70%);
|
|
4392
|
+
}
|
|
4393
|
+
.prose .hljs-doctag, .prose .hljs-string, .prose .hljs-title, .prose .hljs-section, .prose .hljs-selector-id, .prose .hljs-selector-class, .prose .hljs-type {
|
|
4394
|
+
color: hsl(142 70% 72%);
|
|
4395
|
+
}
|
|
4396
|
+
.prose .hljs-attribute, .prose .hljs-built_in, .prose .hljs-builtin-name, .prose .hljs-name, .prose .hljs-symbol {
|
|
4397
|
+
color: hsl(262 83% 78%);
|
|
4398
|
+
}
|
|
4399
|
+
.prose .hljs-meta, .prose .hljs-link {
|
|
4400
|
+
color: hsl(217.2 91.2% 72%);
|
|
4401
|
+
}
|
|
4402
|
+
.prose .hljs-deletion {
|
|
4403
|
+
color: hsl(0 84.2% 72%);
|
|
4404
|
+
}
|
|
4405
|
+
.prose .hljs-addition {
|
|
4406
|
+
color: hsl(142 70% 72%);
|
|
4407
|
+
}
|
|
4408
|
+
.prose .hljs-emphasis {
|
|
4409
|
+
font-style: italic;
|
|
4410
|
+
}
|
|
4411
|
+
.prose .hljs-strong {
|
|
4412
|
+
font-weight: 700;
|
|
4440
4413
|
}
|
|
4441
4414
|
.bg-primary .prose, .text-primary-foreground .prose {
|
|
4442
4415
|
--tw-prose-body: hsl(var(--primary-foreground));
|