@ably/ui 6.5.3-dev.982deb9 → 6.5.3-dev.efd8d9f
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "6.5.3-dev.
|
|
3
|
+
"version": "6.5.3-dev.efd8d9f",
|
|
4
4
|
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -4,7 +4,7 @@ import T from "prop-types";
|
|
|
4
4
|
import "./component.css";
|
|
5
5
|
import { highlight } from "./component.js";
|
|
6
6
|
|
|
7
|
-
const Code = ({ language, snippet, textSize = "ui-text-code1", padding="p-32", additionalCSS="" }) => {
|
|
7
|
+
const Code = ({ language, snippet, textSize = "ui-text-code1", padding = "p-32", additionalCSS = "" }) => {
|
|
8
8
|
const HTMLraw = highlight(language, `${snippet}`.trim());
|
|
9
9
|
const className = `language-${language} ${textSize}`;
|
|
10
10
|
return (
|
package/tailwind.config.js
CHANGED
|
@@ -142,7 +142,7 @@ module.exports = {
|
|
|
142
142
|
container: "0px 40px 40px rgba(0, 0, 0, 0.1)",
|
|
143
143
|
"container-subtle": "0px 16px 64px rgba(0, 0, 0, 0.1)",
|
|
144
144
|
input: "0px 0px 8px 0px rgba(8, 103, 196, 1)", // color-gui-hover at 50%
|
|
145
|
-
quote: "0rem 1.5rem 2rem 0rem #0000000d"
|
|
145
|
+
quote: "0rem 1.5rem 2rem 0rem #0000000d",
|
|
146
146
|
// opacity
|
|
147
147
|
},
|
|
148
148
|
letterSpacing: {
|