@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.
@@ -19,7 +19,9 @@ jobs:
19
19
  uses: actions/setup-node@v4
20
20
  with:
21
21
  node-version: '22'
22
- registry-url: 'https://registry.npmjs.org'
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 --provenance --access public
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 --provenance --access public
52
+ npm publish --access public
Binary file
@@ -78,6 +78,7 @@ var ToolbarButton = function ToolbarButton(_ref) {
78
78
  };
79
79
  return /*#__PURE__*/React.createElement("button", {
80
80
  type: "button",
81
+ tabIndex: -1,
81
82
  className: cn(buttonVariants({
82
83
  variant: variant,
83
84
  isActive: isActive
@@ -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-lg [&_h1]:cop-font-medium',
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-base [&_h2]:!cop-font-semibold',
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';