Gregory Moon
Gregory Moon
Added case sensitivity checks per issue #15. Added tests similar to existing attribute selector tests using case insensitivity.
Per [css docs](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors), an attribute selector with an 'i' at the end should be valid, but is not.
In lines 74-77 of [CognitoAuth.js](https://github.com/aws/amazon-cognito-auth-js/blob/master/src/CognitoAuth.js) advancedSecurityDataCollectionFlag is set. This property is a boolean, however it can only ever be set to true due to the conditional before it is set...
Currently, in order to style a button we need the classes `ray-button` and one of `ray-button--primary`, `ray-button--secondary`, etc. However `ray-button` by itself doesn't have complete default styling, so the modifiers...
### Is your feature request related to a problem? Please describe. Without being able to programmatically set setter values, tools that would like to integrate with kpt and set values...
### Is your feature request related to a problem? Please describe. Inability to output json makes the tree difficult to parse and render using different UI. ### Describe the solution...