45 Commits

Author SHA1 Message Date
CokaKoala
a521d89fd1 chore: add changesets (#1556)
* added scripts and deps

* added version script for dev tag release

* added action scripts

* ignore dist and .temp files

* added changeset config

* format + lint

* dont need that

* simple cache

* reverting back, this cache was more consistent

* changed names

* repo check

* ignore empty arrow functions

* fixed lint errors

* added action to lint on PRs

* added CSA

* lockfile

* update tw-settings.json after publish

* ignore tw-settings.json in prettier

* weird spacing that was breaking the ingore

* added ignore path

* ignore .vercel dir during formatting/linting

* fixed line dupe on format

* fix linting errors

* fixed svelte check errors

* added VERCEL_ENV for svelte-check

* run both lint and check in parallel
2023-05-25 13:17:31 -04:00
AdrianGonz97
4cb0e7c977 change the clone order, otherwise it'll fail early for normal contributors 2023-05-18 10:06:09 -04:00
Nik
8926e5c52a Remove CSA 2023-05-18 16:17:57 +10:00
AdrianGonz97
d1753dde7d added CSA to monorepo 2023-05-16 18:29:15 -04:00
AdrianGonz97
32e198ca8e add CSA to workspace 2023-05-15 01:37:11 -04:00
AdrianGonz97
31c9c65146 first try 2023-05-15 00:52:14 -04:00
Nik
586560882f Pathing in elements and fixes to build scripts 2023-05-09 13:22:27 +10:00
Chris Simmons
cde0983491 Improve Typography System (#1374)
* Fix DocsAppBar list markup

* Implement TW Typography plugin, implement default prose styles

* Improved prose docs

* Reorg typography csss

* Update typography structure to format

* Updated typography documentation and provide migration path

* Feedback from Bart implemented

* Revert to all.css as base stylesheet

* ...

* ...
2023-05-01 12:44:03 -05:00
Chris Simmons
689013c2be Chore/linting and formatting (#1387)
* Prettier formatting pass

* Update vitest test cases
2023-04-27 13:11:02 -05:00
Cucumberrbob
80f98c8749 Use cspell to fix spelling issues (#1249)
* use cspell

add ignore list in cspell.json
fix spelling mistakes

* add cspell github action to check spelling

* fix remaining issues

* remove github action

* revert line wrap changes

* horiz/vert -> horizontal/vertical

* use loremIpsum variable instead of hard-coded in `Accordion`

* fix remaining line wrap issues

* add back new line at end of root layout

* set Code Spell Checker (cspell) as a reccommended extension
2023-04-14 12:40:30 -05:00
Nik
99ea3cbe77 Feat/migrate to new package process (#1170)
* svelte-migrate + script updates

* tweaks

* First test done

* Stragglers

* Add Prettier config to post-build gen

* Added keywords for display on npmjs

* Back out the a11y fixes

* Git gud

* Updated package lock file

* Fix the NPM publish script path

* Resolve package script command

---------

Co-authored-by: endigo9740 <gundamx9740@gmail.com>
2023-04-03 12:42:43 -05:00
Nik
a93c91881b Usual format pass 2023-03-16 08:52:54 +11:00
Nik
802e51fbba Add settings to trigger Prettier for Svelte files 2023-03-16 08:44:24 +11:00
Nik
b38a14539a Remove amountText and put class first (#918)
* Remove amountText and put class first

* Might want to actually adjust Paginator
2023-02-03 12:55:01 +11:00
Nik
3e9d832345 Ordered the classes in tw-settings.json 2023-02-03 12:14:06 +11:00
Nik
a834c1699f Detect CssClasses from polish pass. 2023-02-03 11:32:31 +11:00
endigo9740
114f1c58d3 Replace randomUUI 2023-02-02 13:44:39 -06:00
Chris Simmons
f4397a215e Merge branch 'dev' into chore/component-actions-polish-pass 2023-02-01 16:35:02 -06:00
endigo9740
b3352dc47c Update component test cases 2023-02-01 14:25:27 -06:00
AdrianGonz97
231b57a412 deletes dark variants on type selectors from the intellisense 2023-01-28 01:07:56 -05:00
Nik
396ddf8cf6 Merge pull request #826 from niktek/feat/intellisense-descriptions
Props and Events descriptions for intellisense
2023-01-25 14:24:48 +11:00
AdrianGonz97
b2ee0b88bb our main plugin now returns a single function that allows options 2023-01-19 19:02:10 -05:00
Chris Simmons
feef0bcdac Merge pull request #841 from AdrianGonz97/feat/opitionally-add-intellisense
Feat: Separate intellisense into it's own plugin
2023-01-19 17:14:59 -06:00
Nik
6c5bae3c1d Added default props for TW Intellisense 2023-01-19 13:47:15 +11:00
Nik
7cf427aef7 Added tw-settings for intellisense on props 2023-01-18 16:37:05 +11:00
AdrianGonz97
c3122be739 rename 2023-01-16 16:17:46 -05:00
AdrianGonz97
3165bb1dbf rename generated file 2023-01-16 16:13:08 -05:00
AdrianGonz97
108923ce54 renamed generated components file 2023-01-16 15:56:52 -05:00
Nik
fd62fa999b Generate keywords added 2023-01-17 07:27:59 +11:00
AdrianGonz97
4fd5648d43 oops, shouldn't be there 2023-01-14 18:55:04 -05:00
AdrianGonz97
bf0c12c95e remove any selector that's not a class selector 2023-01-14 18:49:27 -05:00
Nik
607f8e0068 Props and Events descriptions for intellisense 2023-01-14 14:13:14 +11:00
AdrianGonz97
deb847f38a deletes cache before package script 2023-01-11 12:38:47 -05:00
AdrianGonz97
606130d9ff fixed text-on-token 2023-01-11 11:30:10 -05:00
AdrianGonz97
b716230cc5 JSS is now generated in our scripts 2023-01-11 11:07:37 -05:00
Adrian
9ca1addbbc Fix: Remove .gitignore from package build (#787)
* gitignore is removed from package build

* node script for moving generated files

* changed file name

* dropped console log
2023-01-11 08:48:32 +11:00
Nik
e52826cd03 Build scripts and updated 2022-12-02 07:21:21 +11:00
Nik
95c36d333a Removed skel 2022-11-19 09:26:31 +11:00
Nik
2d8a2384aa Progress radial fix and formatting 2022-10-17 11:38:59 +11:00
Nik
2570600ebb Removed default @apply 2022-09-22 10:53:49 +10:00
Nik
b91a4459c5 New name and location for TW plugin 2022-09-22 10:11:23 +10:00
Nik
0761c182de Updates to new install 2022-09-19 19:54:58 +10:00
Nik
704540f380 Few more tweaks 2022-08-17 09:55:36 +10:00
Nik
b5d89b6fa5 Updated to use postcss per svelte-add 2022-08-17 09:44:59 +10:00
Nik
913eb3fa69 Shell script for quickly creating a Skeleton app 2022-08-16 08:42:36 +10:00