Create text stories
This commit is contained in:
parent
973b2264fe
commit
d970d427f8
53 changed files with 2433 additions and 1106 deletions
26
patches/react-textarea-autosize+8.3.4.patch
Normal file
26
patches/react-textarea-autosize+8.3.4.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
diff --git a/node_modules/react-textarea-autosize/dist/react-textarea-autosize.cjs.dev.js b/node_modules/react-textarea-autosize/dist/react-textarea-autosize.cjs.dev.js
|
||||
index ce25001..36bcd17 100644
|
||||
--- a/node_modules/react-textarea-autosize/dist/react-textarea-autosize.cjs.dev.js
|
||||
+++ b/node_modules/react-textarea-autosize/dist/react-textarea-autosize.cjs.dev.js
|
||||
@@ -110,7 +110,7 @@ var pick = function pick(props, obj) {
|
||||
var SIZING_STYLE = ['borderBottomWidth', 'borderLeftWidth', 'borderRightWidth', 'borderTopWidth', 'boxSizing', 'fontFamily', 'fontSize', 'fontStyle', 'fontWeight', 'letterSpacing', 'lineHeight', 'paddingBottom', 'paddingLeft', 'paddingRight', 'paddingTop', // non-standard
|
||||
'tabSize', 'textIndent', // non-standard
|
||||
'textRendering', 'textTransform', 'width', 'wordBreak'];
|
||||
-var isIE = typeof document !== 'undefined' ? !!document.documentElement.currentStyle : false;
|
||||
+var isIE = false;
|
||||
|
||||
var getSizingData = function getSizingData(node) {
|
||||
var style = window.getComputedStyle(node);
|
||||
diff --git a/node_modules/react-textarea-autosize/dist/react-textarea-autosize.cjs.prod.js b/node_modules/react-textarea-autosize/dist/react-textarea-autosize.cjs.prod.js
|
||||
index d4e39a2..f26641e 100644
|
||||
--- a/node_modules/react-textarea-autosize/dist/react-textarea-autosize.cjs.prod.js
|
||||
+++ b/node_modules/react-textarea-autosize/dist/react-textarea-autosize.cjs.prod.js
|
||||
@@ -110,7 +110,7 @@ var pick = function pick(props, obj) {
|
||||
var SIZING_STYLE = ['borderBottomWidth', 'borderLeftWidth', 'borderRightWidth', 'borderTopWidth', 'boxSizing', 'fontFamily', 'fontSize', 'fontStyle', 'fontWeight', 'letterSpacing', 'lineHeight', 'paddingBottom', 'paddingLeft', 'paddingRight', 'paddingTop', // non-standard
|
||||
'tabSize', 'textIndent', // non-standard
|
||||
'textRendering', 'textTransform', 'width', 'wordBreak'];
|
||||
-var isIE = typeof document !== 'undefined' ? !!document.documentElement.currentStyle : false;
|
||||
+var isIE = false;
|
||||
|
||||
var getSizingData = function getSizingData(node) {
|
||||
var style = window.getComputedStyle(node);
|
Loading…
Add table
Add a link
Reference in a new issue