You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 2.0.1: CSS variable prefix rename, component style migration, new components, and bug fixes.
8
+
9
+
**Breaking changes**
10
+
11
+
- CSS custom property prefix renamed from `--esnet-` to `--pkts-` across all packages. Any consumer overriding or referencing `--esnet-*` variables must update to `--pkts-*`.
12
+
- Internal tokens package renamed from `@esnet/esnet-tokens` to `@esnet/pkts-tokens`.
13
+
14
+
**ui-react**
15
+
16
+
- Migrated component styles for Accordion, CodeBlock, Dropdown, InputOption, InputRow, InputSelect, InputTypeahead, Label, SkeletonChip, Spacer, and Tooltip from inline/component-scoped CSS into `ui-css`.
17
+
- Refactored Button and IconButton prop interface.
18
+
- Fixed Accordion close behavior.
19
+
- Fixed empty string selected value issue on InputSelect.
20
+
- Fixed Typeahead component issues.
21
+
- Fixed inert attribute handling on Dropdown.
22
+
- Fixed PktsChip vertical padding for icon/avatar alignment.
23
+
- Added missing stories for InputOption and Label.
24
+
- Generated component documentation.
25
+
26
+
**ui-web**
27
+
28
+
- Added PktsChipGroup web component.
29
+
- Renamed `--esnet-` CSS variable prefix to `--pkts-`.
30
+
31
+
**ui-css**
32
+
33
+
- Migrated styles for all components listed above from ui-react into ui-css, making them available to CSS-only and web component consumers.
34
+
- Added padding tokens to replace hard-coded values.
35
+
- Added tokens for several previously non-tokenized CSS values.
36
+
- Fixed CSS variable shadow typo.
37
+
- Updated component comment prefix from `esnet` to `pkts` in index.css.
Copy file name to clipboardExpand all lines: apps/host-docs/src/components-react.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ import { Meta } from "@storybook/blocks";
22
22
23
23
## Installation
24
24
25
-
For installation instructions, see **[Installing React Components →](/?path=/docs/about-installing-react-components--docs)**
25
+
For installation instructions, see <ahref="/?path=/docs/about-installing-react-components--docs"target="_parent"><strong>Installing React Components →</strong></a>
Copy file name to clipboardExpand all lines: apps/host-docs/src/components-web.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ import { Meta } from "@storybook/blocks";
22
22
23
23
## Installation
24
24
25
-
For installation instructions, see **[Installing Web Components →](/?path=/docs/about-installing-web-components--docs)**
25
+
For installation instructions, see <ahref="/?path=/docs/about-installing-web-components--docs"target="_parent"><strong>Installing Web Components →</strong></a>
Copy file name to clipboardExpand all lines: apps/host-docs/src/css.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ import { Meta } from "@storybook/blocks";
22
22
23
23
## Installation
24
24
25
-
For installation instructions, see **[Installing CSS Components →](/?path=/docs/about-installing-css-components--docs)**
25
+
For installation instructions, see <ahref="/?path=/docs/about-installing-css-components--docs"target="_parent"><strong>Installing CSS Components →</strong></a>
If you're starting a new project or simply want to use Packets components, you **don't need design tokens**. Instead, use one of the component systems:
77
77
78
-
-**[Installing CSS Components →](/?path=/docs/about-installing-css-components--docs)** - For static sites and no-build projects
79
-
-**[Installing Web Components →](/?path=/docs/about-installing-web-components--docs)** - For framework-agnostic applications
80
-
-**[Installing React Components →](/?path=/docs/about-installing-react-components--docs)** - For React applications
78
+
-<ahref="/?path=/docs/about-installing-css-components--docs"target="_parent"><strong>Installing CSS Components →</strong></a> - For static sites and no-build projects
79
+
-<ahref="/?path=/docs/about-installing-web-components--docs"target="_parent"><strong>Installing Web Components →</strong></a> - For framework-agnostic applications
80
+
-<ahref="/?path=/docs/about-installing-react-components--docs"target="_parent"><strong>Installing React Components →</strong></a> - For React applications
0 commit comments