@texturehq/edges 0.1.0 → 0.1.2

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/README.md CHANGED
@@ -1,6 +1,44 @@
1
1
  # Edges
2
2
 
3
- A shared component library for Texture
3
+ A shared component library for Texture.
4
+
5
+ ## Available Components
6
+
7
+ - Autocomplete
8
+ - Button
9
+ - Calendar
10
+ - Card
11
+ - Checkbox
12
+ - CopyToClipboard
13
+ - DateField
14
+ - DateRangePicker
15
+ - Dialog
16
+ - DialogHeader
17
+ - Drawer
18
+ - ErrorBoundary
19
+ - Field
20
+ - Form
21
+ - Heading
22
+ - Icon
23
+ - ListBox
24
+ - ListBoxItem
25
+ - Loader
26
+ - Logo
27
+ - NumberField
28
+ - PlaceSearch
29
+ - Popover
30
+ - ProgressBar
31
+ - RangeCalendar
32
+ - Select
33
+ - Skeleton
34
+ - Switch
35
+ - Tabs (Tab, TabList, TabPanel)
36
+ - TextArea
37
+ - TextField
38
+ - TextLink
39
+ - TimeField
40
+ - ToggleButton
41
+ - Tooltip
4
42
 
5
43
  ## Installation
6
44
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.1.0",
3
- "generatedAt": "2025-08-15T14:42:06.359Z",
2
+ "version": "0.1.2",
3
+ "generatedAt": "2025-08-19T18:22:25.046Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Autocomplete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",
@@ -95,5 +95,8 @@
95
95
  "vite-plugin-svgr": "^4.3.0",
96
96
  "vitest": "^3.1.1",
97
97
  "yalc": "^1.0.0-pre.53"
98
+ },
99
+ "publishConfig": {
100
+ "registry": "https://npm.pkg.github.com"
98
101
  }
99
102
  }