Tariq
3127d5c0b0
change description
2019-09-19 11:10:34 -07:00
tkamireh
e417d25143
Fix typo in publish pipeline
2019-09-19 10:52:47 -07:00
tkamireh
246b3f980d
Merge pull request #35 from tkamireh/publishPipeline
...
Add a publish pipeline
2019-09-19 10:50:03 -07:00
Tariq
317d985dee
add displayname
2019-09-19 10:45:17 -07:00
Tariq
ffb2b28ecb
Add a publish pipeline
2019-09-19 09:02:51 -07:00
tkamireh
13b3d445de
Merge pull request #34 from tkamireh/renameScope
...
Use a new npm scope
2019-09-18 18:58:39 -07:00
Tariq
f5e1e79f10
bumped versions
2019-09-18 17:21:54 -07:00
Tariq
4de676abb8
Change files
2019-09-18 17:20:47 -07:00
Tariq
a1e4beb10c
turn off publishing for a few packages
2019-09-18 17:15:58 -07:00
Tariq
12598c304b
rename theming to theming-ramp
2019-09-18 17:13:05 -07:00
Tariq
94def68cb0
rename custom-settings to themed-settings
2019-09-18 16:57:56 -07:00
Tariq
7bde46def6
missed a few config files
2019-09-18 16:53:50 -07:00
Tariq
e73d66813b
missed the base jest config
2019-09-18 16:41:24 -07:00
Tariq
3da2f7178f
source code import changes + config changes
2019-09-18 16:39:47 -07:00
Tariq
90265aed72
Change scope names in package.jsons
2019-09-18 16:18:29 -07:00
Pat Boyd
43e5c46937
Add delete for extra URL prop after href remap and use strong typed properties where possible
2019-09-18 13:02:27 -07:00
tkamireh
9eb0628f16
Merge pull request #31 from tkamireh/turnOnEslintRules
...
Turn on Some Eslint Rules
2019-09-18 11:23:15 -07:00
Pat Boyd
02b2c8061c
Delete final.buttonAsRoot in finalizer when it won't be used
2019-09-17 18:18:53 -07:00
Pat Boyd
b3ffbb3f4f
Change files
2019-09-17 18:15:54 -07:00
Pat Boyd
88a00ff661
Removed unnecessary visited color token and disabled state
2019-09-17 17:38:34 -07:00
Pat Boyd
1f69b56dee
camel case buttonAsRoot
2019-09-17 17:16:01 -07:00
Pat Boyd
6596f1f93f
Corrections after rebase with update from upstream master
2019-09-17 15:31:15 -07:00
Pat Boyd
af4d1c141e
Make useAsLink hook that implements 'visited' state
2019-09-17 15:20:16 -07:00
Pat Boyd
e76e1e4e23
Add onClicks to buttons to make examples better
2019-09-17 15:20:16 -07:00
Pat Boyd
584783f79e
add linkPressed color type
2019-09-17 15:20:16 -07:00
Pat Boyd
0dc686d0c7
Make pressable state change a hook for re-use
2019-09-17 15:20:15 -07:00
Pat Boyd
9591376061
pink link example for customized link
2019-09-17 15:20:15 -07:00
Pat Boyd
4f94f74bcf
default visited false state
2019-09-17 15:20:15 -07:00
Pat Boyd
b77149b572
Clarify object roles by adding ILinkSlotProps mapping slots to property objects
2019-09-17 15:20:15 -07:00
Pat Boyd
767acdc6e2
Re-name Link.tsx to Link.ts since there is no JSX
2019-09-17 15:20:15 -07:00
Pat Boyd
5eae5411e7
Move URL prop processing to render; it doesn't need to be remapped any earlier
2019-09-17 15:20:15 -07:00
Pat Boyd
8ca5b49435
Token and state corrections
2019-09-17 15:20:15 -07:00
Pat Boyd
48e091d1c2
Make link honor the disabled property by removing the href
2019-09-17 15:20:15 -07:00
Pat Boyd
939b9e2973
Add 'a' || 'button' root slot functionality keyed on the URL prop
2019-09-17 15:20:15 -07:00
Pat Boyd
3e3dc5f049
Create experimental themed Link web control
2019-09-17 15:20:15 -07:00
Tariq
1b46654256
bump versions
2019-09-13 18:57:08 -07:00
Tariq
6a9f599c8d
Change files
2019-09-13 18:56:02 -07:00
Tariq
530f021858
Begin turning on some linting rules
2019-09-13 18:55:02 -07:00
Jason Morse
e58068f569
Custom settings ( #30 )
...
* create initial custom-settings package
* Add first unit tests for custom settings
* Fix applying stacked overrides
* switch implementations to use new customized settings
* Change files
* Add documentation and fix review comments
2019-09-13 15:17:48 -07:00
tkamireh
83212b840c
Fix README typo
2019-09-12 18:39:36 -07:00
tkamireh
ee3640b611
Merge pull request #29 from tkamireh/beachballConfig
...
Beachball configured
2019-09-12 18:38:18 -07:00
Tariq
c8fd3e969a
Update readme to include beachball instructions
2019-09-12 18:26:19 -07:00
Tariq
4a8d3f277e
Change files
2019-09-12 15:30:31 -07:00
Tariq
b28351081d
update yarn.lock
2019-09-12 15:29:21 -07:00
Tariq
0e4be2cfd5
versions bumped
2019-09-12 13:46:54 -07:00
Tariq
128c7172e5
add bump-versions script
2019-09-12 13:45:41 -07:00
Tariq
232a97794d
Change files
2019-09-12 13:41:43 -07:00
Tariq
eadfcb234f
Add exploratory item to immutable merge
2019-09-12 13:41:02 -07:00
tkamireh
c85a1e5ee0
rename theme-settings to foundation-settings ( #28 )
2019-09-12 12:25:49 -07:00
Jason Morse
60c2c9bd78
Add foundation-tokens package ( #19 )
...
* add theme registry documentation, update base readme
* Add start of a customize routine to components
* make customize function work with some demos
* start of documentation files plus updates to compose
* update documentation for composable
* Add some compose documentation
* add ToDo items in compose
* initial foundation-tokens implementation
* more token updates
* Update naming and comments
* consume foundation-tokens and remove redundant code
* update token usage guide
* Change tokens to use a slot based pattern
2019-09-12 11:30:15 -07:00