@assembly-js/design-system 2.4.0 → 2.4.1
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/.github/workflows/npm-publish.yml +5 -3
- package/.yarn/install-state.gz +0 -0
- package/dist/esm/components/Toolbar/Toolbar.js +1 -0
- package/dist/esm/components/Toolbar/ToolbarContext.js +2 -2
- package/dist/esm/index.js +12 -0
- package/dist/esm/types/index.d.ts +11 -0
- package/dist/esm/types/tsconfig.tsbuildinfo +1 -1
- package/dist/styles/main.css +1 -1
- package/dist/types/index.d.ts +11 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/umd/components/Toolbar/Toolbar.js +1 -0
- package/dist/umd/components/Toolbar/ToolbarContext.js +2 -2
- package/dist/umd/types/index.d.ts +11 -0
- package/dist/umd/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -2
|
@@ -19,7 +19,9 @@ jobs:
|
|
|
19
19
|
uses: actions/setup-node@v4
|
|
20
20
|
with:
|
|
21
21
|
node-version: '22'
|
|
22
|
-
|
|
22
|
+
|
|
23
|
+
- name: Upgrade npm for OIDC support
|
|
24
|
+
run: npm install -g npm@latest
|
|
23
25
|
|
|
24
26
|
- name: Install dependencies
|
|
25
27
|
run: yarn install --immutable
|
|
@@ -36,7 +38,7 @@ jobs:
|
|
|
36
38
|
delete pkg.deprecated;
|
|
37
39
|
require('fs').writeFileSync('./package.json', JSON.stringify(pkg, null, 2));
|
|
38
40
|
"
|
|
39
|
-
npm publish --
|
|
41
|
+
npm publish --access public
|
|
40
42
|
|
|
41
43
|
# Publish to copilot-design-system (legacy)
|
|
42
44
|
- name: Publish copilot-design-system (legacy)
|
|
@@ -47,4 +49,4 @@ jobs:
|
|
|
47
49
|
pkg.deprecated = 'This package has been renamed to @assembly-js/design-system';
|
|
48
50
|
require('fs').writeFileSync('./package.json', JSON.stringify(pkg, null, 2));
|
|
49
51
|
"
|
|
50
|
-
npm publish --
|
|
52
|
+
npm publish --access public
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
|
@@ -12,9 +12,9 @@ var ToolbarContext = /*#__PURE__*/createContext(null);
|
|
|
12
12
|
var Styles = function Styles(_ref) {
|
|
13
13
|
var children = _ref.children;
|
|
14
14
|
return /*#__PURE__*/React.createElement("div", {
|
|
15
|
-
className: clsx('[&_h1]:!cop-m-0 [&_h1]:cop-text-
|
|
15
|
+
className: clsx('[&_h1]:!cop-m-0 [&_h1]:cop-text-xl [&_h1]:cop-font-medium',
|
|
16
16
|
// styles for h1
|
|
17
|
-
'[&_h2]:!cop-m-0 [&_h2]:!cop-text-
|
|
17
|
+
'[&_h2]:!cop-m-0 [&_h2]:!cop-text-lg [&_h2]:!cop-font-medium',
|
|
18
18
|
// styles for h2
|
|
19
19
|
'[&_h3]:!cop-m-0 [&_h3]:!cop-text-base [&_h3]:!cop-font-medium',
|
|
20
20
|
// styles for h3
|
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
// This file is generated by a script. Do not edit this file directly.
|
|
2
|
+
/**
|
|
3
|
+
* ─╔═══╗─╔═══╗─╔═══╗─╔═══╗─╔═╗╔═╗─╔══╗──╔╗────╔╗──╔╗
|
|
4
|
+
* ─║╔═╗║─║╔═╗║─║╔═╗║─║╔══╝─║║╚╝║║─║╔╗║──║║────║╚╗╔╝║
|
|
5
|
+
* ─║║─║║─║╚══╗─║╚══╗─║╚══╗─║╔╗╔╗║─║╚╝╚╗─║║────╚╗╚╝╔╝
|
|
6
|
+
* ─║╚═╝║─╚══╗║─╚══╗║─║╔══╝─║║║║║║─║╔═╗║─║║─╔╗──╚╗╔╝─
|
|
7
|
+
* ─║╔═╗║─║╚═╝║─║╚═╝║─║╚══╗─║║║║║║─║╚═╝║─║╚═╝║───║║──
|
|
8
|
+
* ─╚╝─╚╝─╚═══╝─╚═══╝─╚═══╝─╚╝╚╝╚╝─╚═══╝─╚═══╝───╚╝──
|
|
9
|
+
*
|
|
10
|
+
* @assembly-js/design-system
|
|
11
|
+
* https://assembly.com
|
|
12
|
+
*/
|
|
13
|
+
|
|
2
14
|
export * from "./components/Avatar/Avatar";
|
|
3
15
|
export * from "./components/Avatar/UserWithCompanyAvatar";
|
|
4
16
|
export * from "./components/Breadcrumb/Breadcrumbs";
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ─╔═══╗─╔═══╗─╔═══╗─╔═══╗─╔═╗╔═╗─╔══╗──╔╗────╔╗──╔╗
|
|
3
|
+
* ─║╔═╗║─║╔═╗║─║╔═╗║─║╔══╝─║║╚╝║║─║╔╗║──║║────║╚╗╔╝║
|
|
4
|
+
* ─║║─║║─║╚══╗─║╚══╗─║╚══╗─║╔╗╔╗║─║╚╝╚╗─║║────╚╗╚╝╔╝
|
|
5
|
+
* ─║╚═╝║─╚══╗║─╚══╗║─║╔══╝─║║║║║║─║╔═╗║─║║─╔╗──╚╗╔╝─
|
|
6
|
+
* ─║╔═╗║─║╚═╝║─║╚═╝║─║╚══╗─║║║║║║─║╚═╝║─║╚═╝║───║║──
|
|
7
|
+
* ─╚╝─╚╝─╚═══╝─╚═══╝─╚═══╝─╚╝╚╝╚╝─╚═══╝─╚═══╝───╚╝──
|
|
8
|
+
*
|
|
9
|
+
* @assembly-js/design-system
|
|
10
|
+
* https://assembly.com
|
|
11
|
+
*/
|
|
1
12
|
export * from './components/Avatar/Avatar';
|
|
2
13
|
export * from './components/Avatar/UserWithCompanyAvatar';
|
|
3
14
|
export * from './components/Breadcrumb/Breadcrumbs';
|