@atxp/design-system 0.1.2 → 0.1.3
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/LICENSE.md +1 -1
- package/README.md +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2025,
|
|
1
|
+
Copyright (c) 2025, ATXP, Inc.
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ATXP Design System
|
|
2
2
|
|
|
3
3
|
A React component library built with TypeScript, Tailwind CSS, and based on our Figma design system.
|
|
4
4
|
|
|
@@ -191,7 +191,7 @@ pnpm typecheck
|
|
|
191
191
|
|
|
192
192
|
## Syncing with Figma
|
|
193
193
|
|
|
194
|
-
This design system is built from
|
|
194
|
+
This design system is built from Figma designs. When the design team updates components in Figma, follow this workflow to sync changes:
|
|
195
195
|
|
|
196
196
|
### Prerequisites
|
|
197
197
|
|