Skip to content

Commit

Permalink
feat: 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Coltin Kifer committed Oct 15, 2023
1 parent 1fe4872 commit 9b4a0d4
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 208 deletions.
2 changes: 1 addition & 1 deletion docs/app.js

Large diffs are not rendered by default.

140 changes: 0 additions & 140 deletions docs/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,146 +10,6 @@ object-assign
http://jedwatson.github.io/classnames
*/

/*! Conditions:: INITIAL */

/*! Production:: css_value : ANGLE */

/*! Production:: css_value : CHS */

/*! Production:: css_value : EMS */

/*! Production:: css_value : EXS */

/*! Production:: css_value : FREQ */

/*! Production:: css_value : LENGTH */

/*! Production:: css_value : PERCENTAGE */

/*! Production:: css_value : REMS */

/*! Production:: css_value : RES */

/*! Production:: css_value : SUB css_value */

/*! Production:: css_value : TIME */

/*! Production:: css_value : VHS */

/*! Production:: css_value : VMAXS */

/*! Production:: css_value : VMINS */

/*! Production:: css_value : VWS */

/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP COMMA math_expression RPAREN */

/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP RPAREN */

/*! Production:: expression : math_expression EOF */

/*! Production:: math_expression : LPAREN math_expression RPAREN */

/*! Production:: math_expression : NESTED_CALC LPAREN math_expression RPAREN */

/*! Production:: math_expression : SUB PREFIX SUB NESTED_CALC LPAREN math_expression RPAREN */

/*! Production:: math_expression : css_value */

/*! Production:: math_expression : css_variable */

/*! Production:: math_expression : math_expression ADD math_expression */

/*! Production:: math_expression : math_expression DIV math_expression */

/*! Production:: math_expression : math_expression MUL math_expression */

/*! Production:: math_expression : math_expression SUB math_expression */

/*! Production:: math_expression : value */

/*! Production:: value : NUMBER */

/*! Production:: value : SUB NUMBER */

/*! Rule:: $ */

/*! Rule:: (--[0-9a-z-A-Z-]*) */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)% */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)Hz\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ch\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)cm\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)deg\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpcm\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpi\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dppx\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)em\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ex\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)grad\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)in\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)kHz\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)mm\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ms\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pc\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pt\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)px\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rad\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rem\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)s\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)turn\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vh\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmax\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmin\b */

/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vw\b */

/*! Rule:: ([a-z]+) */

/*! Rule:: (calc) */

/*! Rule:: (var) */

/*! Rule:: , */

/*! Rule:: - */

/*! Rule:: \( */

/*! Rule:: \) */

/*! Rule:: \* */

/*! Rule:: \+ */

/*! Rule:: \/ */

/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */

/**
Expand Down
2 changes: 1 addition & 1 deletion docs/app.js.map

Large diffs are not rendered by default.

103 changes: 38 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"react-router-redux": "~4.0.7",
"react-router-scroll": "~0.4.1",
"react-runner": "^1.0.3",
"recharts": "^2.8.0",
"recharts": "^2.9.0",
"redux": "4.0.0",
"redux-thunk": "^2.3.0",
"rimraf": "^2.5.4",
Expand Down

0 comments on commit 9b4a0d4

Please sign in to comment.