@wordpress/format-library 5.32.0 → 5.32.1-next.ff1cebbba.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/build/bold/index.js +69 -58
  2. package/build/bold/index.js.map +7 -1
  3. package/build/code/index.js +62 -54
  4. package/build/code/index.js.map +7 -1
  5. package/build/default-formats.js +52 -24
  6. package/build/default-formats.js.map +7 -1
  7. package/build/image/index.js +185 -153
  8. package/build/image/index.js.map +7 -1
  9. package/build/index.js +28 -18
  10. package/build/index.js.map +7 -1
  11. package/build/italic/index.js +69 -58
  12. package/build/italic/index.js.map +7 -1
  13. package/build/keyboard/index.js +47 -36
  14. package/build/keyboard/index.js.map +7 -1
  15. package/build/language/index.js +145 -113
  16. package/build/language/index.js.map +7 -1
  17. package/build/link/css-classes-setting.js +81 -0
  18. package/build/link/css-classes-setting.js.map +7 -0
  19. package/build/link/index.js +162 -167
  20. package/build/link/index.js.map +7 -1
  21. package/build/link/inline.js +186 -174
  22. package/build/link/inline.js.map +7 -1
  23. package/build/link/use-link-instance-key.js +25 -19
  24. package/build/link/use-link-instance-key.js.map +7 -1
  25. package/build/link/utils.js +66 -115
  26. package/build/link/utils.js.map +7 -1
  27. package/build/lock-unlock.js +31 -15
  28. package/build/lock-unlock.js.map +7 -1
  29. package/build/non-breaking-space/index.js +44 -28
  30. package/build/non-breaking-space/index.js.map +7 -1
  31. package/build/strikethrough/index.js +57 -42
  32. package/build/strikethrough/index.js.map +7 -1
  33. package/build/subscript/index.js +47 -36
  34. package/build/subscript/index.js.map +7 -1
  35. package/build/superscript/index.js +47 -36
  36. package/build/superscript/index.js.map +7 -1
  37. package/build/text-color/index.js +102 -70
  38. package/build/text-color/index.js.map +7 -1
  39. package/build/text-color/inline.js +118 -116
  40. package/build/text-color/inline.js.map +7 -1
  41. package/build/underline/index.js +62 -40
  42. package/build/underline/index.js.map +7 -1
  43. package/build/unknown/index.js +51 -37
  44. package/build/unknown/index.js.map +7 -1
  45. package/build-module/bold/index.js +52 -52
  46. package/build-module/bold/index.js.map +7 -1
  47. package/build-module/code/index.js +41 -46
  48. package/build-module/code/index.js.map +7 -1
  49. package/build-module/default-formats.js +34 -19
  50. package/build-module/default-formats.js.map +7 -1
  51. package/build-module/image/index.js +174 -144
  52. package/build-module/image/index.js.map +7 -1
  53. package/build-module/index.js +6 -14
  54. package/build-module/index.js.map +7 -1
  55. package/build-module/italic/index.js +52 -52
  56. package/build-module/italic/index.js.map +7 -1
  57. package/build-module/keyboard/index.js +25 -30
  58. package/build-module/keyboard/index.js.map +7 -1
  59. package/build-module/language/index.js +128 -105
  60. package/build-module/language/index.js.map +7 -1
  61. package/build-module/link/css-classes-setting.js +67 -0
  62. package/build-module/link/css-classes-setting.js.map +7 -0
  63. package/build-module/link/index.js +128 -146
  64. package/build-module/link/index.js.map +7 -1
  65. package/build-module/link/inline.js +158 -154
  66. package/build-module/link/inline.js.map +7 -1
  67. package/build-module/link/use-link-instance-key.js +7 -14
  68. package/build-module/link/use-link-instance-key.js.map +7 -1
  69. package/build-module/link/utils.js +46 -101
  70. package/build-module/link/utils.js.map +7 -1
  71. package/build-module/lock-unlock.js +8 -7
  72. package/build-module/lock-unlock.js.map +7 -1
  73. package/build-module/non-breaking-space/index.js +22 -22
  74. package/build-module/non-breaking-space/index.js.map +7 -1
  75. package/build-module/strikethrough/index.js +38 -36
  76. package/build-module/strikethrough/index.js.map +7 -1
  77. package/build-module/subscript/index.js +25 -30
  78. package/build-module/subscript/index.js.map +7 -1
  79. package/build-module/superscript/index.js +25 -30
  80. package/build-module/superscript/index.js.map +7 -1
  81. package/build-module/text-color/index.js +72 -61
  82. package/build-module/text-color/index.js.map +7 -1
  83. package/build-module/text-color/inline.js +107 -106
  84. package/build-module/text-color/inline.js.map +7 -1
  85. package/build-module/underline/index.js +43 -34
  86. package/build-module/underline/index.js.map +7 -1
  87. package/build-module/unknown/index.js +26 -28
  88. package/build-module/unknown/index.js.map +7 -1
  89. package/build-style/style-rtl.css +0 -194
  90. package/build-style/style.css +0 -194
  91. package/package.json +21 -15
  92. package/src/image/style.scss +3 -0
  93. package/src/link/css-classes-setting.js +89 -0
  94. package/src/link/index.js +1 -0
  95. package/src/link/inline.js +19 -0
  96. package/src/link/style.scss +3 -0
  97. package/src/link/test/css-classes-setting.js +144 -0
  98. package/src/link/utils.js +8 -0
  99. package/src/style.scss +4 -4
  100. package/src/text-color/style.scss +2 -0
  101. package/build/default-formats.native.js +0 -16
  102. package/build/default-formats.native.js.map +0 -1
  103. package/build/link/index.native.js +0 -174
  104. package/build/link/index.native.js.map +0 -1
  105. package/build/link/modal-screens/link-picker-screen.native.js +0 -67
  106. package/build/link/modal-screens/link-picker-screen.native.js.map +0 -1
  107. package/build/link/modal-screens/link-settings-screen.native.js +0 -226
  108. package/build/link/modal-screens/link-settings-screen.native.js.map +0 -1
  109. package/build/link/modal-screens/screens.native.js +0 -11
  110. package/build/link/modal-screens/screens.native.js.map +0 -1
  111. package/build/link/modal.native.js +0 -53
  112. package/build/link/modal.native.js.map +0 -1
  113. package/build/text-color/index.native.js +0 -134
  114. package/build/text-color/index.native.js.map +0 -1
  115. package/build/text-color/inline.native.js +0 -150
  116. package/build/text-color/inline.native.js.map +0 -1
  117. package/build-module/default-formats.native.js +0 -10
  118. package/build-module/default-formats.native.js.map +0 -1
  119. package/build-module/link/index.native.js +0 -166
  120. package/build-module/link/index.native.js.map +0 -1
  121. package/build-module/link/modal-screens/link-picker-screen.native.js +0 -59
  122. package/build-module/link/modal-screens/link-picker-screen.native.js.map +0 -1
  123. package/build-module/link/modal-screens/link-settings-screen.native.js +0 -218
  124. package/build-module/link/modal-screens/link-settings-screen.native.js.map +0 -1
  125. package/build-module/link/modal-screens/screens.native.js +0 -5
  126. package/build-module/link/modal-screens/screens.native.js.map +0 -1
  127. package/build-module/link/modal.native.js +0 -45
  128. package/build-module/link/modal.native.js.map +0 -1
  129. package/build-module/text-color/index.native.js +0 -126
  130. package/build-module/text-color/index.native.js.map +0 -1
  131. package/build-module/text-color/inline.native.js +0 -142
  132. package/build-module/text-color/inline.native.js.map +0 -1
@@ -1,226 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var _native = require("@react-navigation/native");
9
- var _i18n = require("@wordpress/i18n");
10
- var _element = require("@wordpress/element");
11
- var _url = require("@wordpress/url");
12
- var _components = require("@wordpress/components");
13
- var _richText = require("@wordpress/rich-text");
14
- var _icons = require("@wordpress/icons");
15
- var _utils = require("../utils");
16
- var _screens = _interopRequireDefault(require("./screens"));
17
- var _modal = _interopRequireDefault(require("../modal.scss"));
18
- var _jsxRuntime = require("react/jsx-runtime");
19
- /**
20
- * External dependencies
21
- */
22
-
23
- /**
24
- * WordPress dependencies
25
- */
26
-
27
- /**
28
- * Internal dependencies
29
- */
30
-
31
- const LinkSettingsScreen = ({
32
- onRemove,
33
- onClose,
34
- onChange,
35
- speak,
36
- value,
37
- isActive,
38
- activeAttributes,
39
- isVisible
40
- }) => {
41
- const [text, setText] = (0, _element.useState)((0, _richText.getTextContent)((0, _richText.slice)(value)));
42
- const [opensInNewWindow, setOpensInNewWindows] = (0, _element.useState)(activeAttributes.target === '_blank');
43
- const [linkValues, setLinkValues] = (0, _element.useState)({
44
- isActiveLink: isActive,
45
- isRemovingLink: false
46
- });
47
- const {
48
- shouldEnableBottomSheetMaxHeight,
49
- onHandleClosingBottomSheet,
50
- listProps
51
- } = (0, _element.useContext)(_components.BottomSheetContext);
52
- const navigation = (0, _native.useNavigation)();
53
- const route = (0, _native.useRoute)();
54
- const {
55
- inputValue = activeAttributes.url || ''
56
- } = route.params || {};
57
- const onLinkCellPressed = () => {
58
- shouldEnableBottomSheetMaxHeight(false);
59
- navigation.navigate(_screens.default.picker, {
60
- inputValue
61
- });
62
- };
63
- (0, _element.useEffect)(() => {
64
- onHandleClosingBottomSheet(() => {
65
- submit(inputValue, {
66
- skipStateUpdates: true
67
- });
68
- });
69
- }, [inputValue, opensInNewWindow, text]);
70
- (0, _element.useEffect)(() => {
71
- const {
72
- isActiveLink,
73
- isRemovingLink
74
- } = linkValues;
75
- if (!!inputValue && !isActiveLink && isVisible) {
76
- submitLink({
77
- shouldCloseBottomSheet: false
78
- });
79
- } else if ((inputValue === '' && isActiveLink || isRemovingLink) && isVisible) {
80
- removeLink({
81
- shouldCloseBottomSheet: false
82
- });
83
- }
84
- }, [inputValue, isVisible, linkValues.isActiveLink, linkValues.isRemovingLink]);
85
- const clearFormat = ({
86
- skipStateUpdates = false
87
- } = {}) => {
88
- onChange({
89
- ...value,
90
- activeFormats: []
91
- });
92
- if (!skipStateUpdates) {
93
- setLinkValues({
94
- isActiveLink: false,
95
- isRemovingLink: true
96
- });
97
- }
98
- };
99
- const submitLink = ({
100
- shouldCloseBottomSheet = true,
101
- skipStateUpdates = false
102
- } = {}) => {
103
- const url = (0, _url.prependHTTP)(inputValue);
104
- const linkText = text || inputValue;
105
- const format = (0, _utils.createLinkFormat)({
106
- url,
107
- opensInNewWindow,
108
- text: linkText
109
- });
110
- let newAttributes;
111
- if ((0, _richText.isCollapsed)(value) && !isActive) {
112
- // Insert link.
113
- const toInsert = (0, _richText.applyFormat)((0, _richText.create)({
114
- text: linkText
115
- }), format, 0, linkText.length);
116
- newAttributes = (0, _richText.insert)(value, toInsert);
117
- } else if (text !== (0, _richText.getTextContent)((0, _richText.slice)(value))) {
118
- // Edit text in selected link.
119
- const toInsert = (0, _richText.applyFormat)((0, _richText.create)({
120
- text
121
- }), format, 0, text.length);
122
- newAttributes = (0, _richText.insert)(value, toInsert, value.start, value.end);
123
- } else {
124
- // Transform selected text into link.
125
- newAttributes = (0, _richText.applyFormat)(value, format);
126
- }
127
- // Move selection to end of link.
128
- const textLength = newAttributes.text.length;
129
- // check for zero width spaces
130
- if (newAttributes.end > textLength) {
131
- newAttributes.start = textLength;
132
- newAttributes.end = textLength;
133
- } else {
134
- newAttributes.start = newAttributes.end;
135
- }
136
- newAttributes.activeFormats = [];
137
- onChange({
138
- ...newAttributes,
139
- needsSelectionUpdate: true
140
- });
141
- if (!skipStateUpdates) {
142
- setLinkValues({
143
- isActiveLink: true,
144
- isRemovingLink: false
145
- });
146
- }
147
- if (!(0, _utils.isValidHref)(url)) {
148
- speak((0, _i18n.__)('Warning: the link has been inserted but may have errors. Please test it.'), 'assertive');
149
- } else if (isActive) {
150
- speak((0, _i18n.__)('Link edited.'), 'assertive');
151
- } else {
152
- speak((0, _i18n.__)('Link inserted'), 'assertive');
153
- }
154
- if (shouldCloseBottomSheet) {
155
- onClose();
156
- }
157
- };
158
- const removeLink = ({
159
- shouldCloseBottomSheet = true,
160
- skipStateUpdates = false
161
- } = {}) => {
162
- clearFormat({
163
- skipStateUpdates
164
- });
165
- onRemove();
166
- if (shouldCloseBottomSheet) {
167
- onClose();
168
- }
169
- };
170
- const submit = (submitValue, {
171
- skipStateUpdates = false
172
- } = {}) => {
173
- if (submitValue === '') {
174
- removeLink({
175
- skipStateUpdates
176
- });
177
- } else {
178
- submitLink({
179
- skipStateUpdates
180
- });
181
- }
182
- };
183
- (0, _element.useEffect)(() => {
184
- const unsubscribe = navigation.addListener('focus', () => {
185
- const {
186
- params = {}
187
- } = route;
188
- if (!text && params.text) {
189
- setText(params.text);
190
- }
191
- });
192
- return unsubscribe;
193
- }, [navigation, route.params?.text, text]);
194
- return (0, _element.useMemo)(() => {
195
- const shouldShowLinkOptions = !!inputValue;
196
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
197
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet.LinkCell, {
198
- value: inputValue,
199
- onPress: onLinkCellPressed
200
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet.Cell, {
201
- icon: _icons.textColor,
202
- label: (0, _i18n.__)('Link text'),
203
- value: text,
204
- placeholder: (0, _i18n.__)('Add link text'),
205
- onChangeValue: setText,
206
- onSubmit: submit,
207
- separatorType: shouldShowLinkOptions ? undefined : 'none'
208
- }), shouldShowLinkOptions && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
209
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet.SwitchCell, {
210
- icon: _icons.external,
211
- label: (0, _i18n.__)('Open in new tab'),
212
- value: opensInNewWindow,
213
- onValueChange: setOpensInNewWindows,
214
- separatorType: "fullWidth"
215
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet.Cell, {
216
- label: (0, _i18n.__)('Remove link'),
217
- labelStyle: _modal.default.clearLinkButton,
218
- separatorType: "none",
219
- onPress: removeLink
220
- })]
221
- })]
222
- });
223
- }, [inputValue, text, opensInNewWindow, listProps.safeAreaBottomInset]);
224
- };
225
- var _default = exports.default = LinkSettingsScreen;
226
- //# sourceMappingURL=link-settings-screen.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_native","require","_i18n","_element","_url","_components","_richText","_icons","_utils","_screens","_interopRequireDefault","_modal","_jsxRuntime","LinkSettingsScreen","onRemove","onClose","onChange","speak","value","isActive","activeAttributes","isVisible","text","setText","useState","getTextContent","slice","opensInNewWindow","setOpensInNewWindows","target","linkValues","setLinkValues","isActiveLink","isRemovingLink","shouldEnableBottomSheetMaxHeight","onHandleClosingBottomSheet","listProps","useContext","BottomSheetContext","navigation","useNavigation","route","useRoute","inputValue","url","params","onLinkCellPressed","navigate","linkSettingsScreens","picker","useEffect","submit","skipStateUpdates","submitLink","shouldCloseBottomSheet","removeLink","clearFormat","activeFormats","prependHTTP","linkText","format","createLinkFormat","newAttributes","isCollapsed","toInsert","applyFormat","create","length","insert","start","end","textLength","needsSelectionUpdate","isValidHref","__","submitValue","unsubscribe","addListener","useMemo","shouldShowLinkOptions","jsxs","Fragment","children","jsx","BottomSheet","LinkCell","onPress","Cell","icon","textColor","label","placeholder","onChangeValue","onSubmit","separatorType","undefined","SwitchCell","external","onValueChange","labelStyle","styles","clearLinkButton","safeAreaBottomInset","_default","exports","default"],"sources":["@wordpress/format-library/src/link/modal-screens/link-settings-screen.native.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport { useNavigation, useRoute } from '@react-navigation/native';\n\n/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { useState, useContext, useEffect, useMemo } from '@wordpress/element';\nimport { prependHTTP } from '@wordpress/url';\nimport { BottomSheet, BottomSheetContext } from '@wordpress/components';\nimport {\n\tcreate,\n\tinsert,\n\tisCollapsed,\n\tapplyFormat,\n\tgetTextContent,\n\tslice,\n} from '@wordpress/rich-text';\nimport { external, textColor } from '@wordpress/icons';\n\n/**\n * Internal dependencies\n */\nimport { createLinkFormat, isValidHref } from '../utils';\nimport linkSettingsScreens from './screens';\n\nimport styles from '../modal.scss';\n\nconst LinkSettingsScreen = ( {\n\tonRemove,\n\tonClose,\n\tonChange,\n\tspeak,\n\tvalue,\n\tisActive,\n\tactiveAttributes,\n\tisVisible,\n} ) => {\n\tconst [ text, setText ] = useState( getTextContent( slice( value ) ) );\n\tconst [ opensInNewWindow, setOpensInNewWindows ] = useState(\n\t\tactiveAttributes.target === '_blank'\n\t);\n\tconst [ linkValues, setLinkValues ] = useState( {\n\t\tisActiveLink: isActive,\n\t\tisRemovingLink: false,\n\t} );\n\n\tconst {\n\t\tshouldEnableBottomSheetMaxHeight,\n\t\tonHandleClosingBottomSheet,\n\t\tlistProps,\n\t} = useContext( BottomSheetContext );\n\n\tconst navigation = useNavigation();\n\tconst route = useRoute();\n\tconst { inputValue = activeAttributes.url || '' } = route.params || {};\n\tconst onLinkCellPressed = () => {\n\t\tshouldEnableBottomSheetMaxHeight( false );\n\t\tnavigation.navigate( linkSettingsScreens.picker, { inputValue } );\n\t};\n\tuseEffect( () => {\n\t\tonHandleClosingBottomSheet( () => {\n\t\t\tsubmit( inputValue, { skipStateUpdates: true } );\n\t\t} );\n\t}, [ inputValue, opensInNewWindow, text ] );\n\n\tuseEffect( () => {\n\t\tconst { isActiveLink, isRemovingLink } = linkValues;\n\t\tif ( !! inputValue && ! isActiveLink && isVisible ) {\n\t\t\tsubmitLink( { shouldCloseBottomSheet: false } );\n\t\t} else if (\n\t\t\t( ( inputValue === '' && isActiveLink ) || isRemovingLink ) &&\n\t\t\tisVisible\n\t\t) {\n\t\t\tremoveLink( { shouldCloseBottomSheet: false } );\n\t\t}\n\t}, [\n\t\tinputValue,\n\t\tisVisible,\n\t\tlinkValues.isActiveLink,\n\t\tlinkValues.isRemovingLink,\n\t] );\n\n\tconst clearFormat = ( { skipStateUpdates = false } = {} ) => {\n\t\tonChange( { ...value, activeFormats: [] } );\n\t\tif ( ! skipStateUpdates ) {\n\t\t\tsetLinkValues( { isActiveLink: false, isRemovingLink: true } );\n\t\t}\n\t};\n\n\tconst submitLink = ( {\n\t\tshouldCloseBottomSheet = true,\n\t\tskipStateUpdates = false,\n\t} = {} ) => {\n\t\tconst url = prependHTTP( inputValue );\n\t\tconst linkText = text || inputValue;\n\t\tconst format = createLinkFormat( {\n\t\t\turl,\n\t\t\topensInNewWindow,\n\t\t\ttext: linkText,\n\t\t} );\n\t\tlet newAttributes;\n\t\tif ( isCollapsed( value ) && ! isActive ) {\n\t\t\t// Insert link.\n\t\t\tconst toInsert = applyFormat(\n\t\t\t\tcreate( { text: linkText } ),\n\t\t\t\tformat,\n\t\t\t\t0,\n\t\t\t\tlinkText.length\n\t\t\t);\n\t\t\tnewAttributes = insert( value, toInsert );\n\t\t} else if ( text !== getTextContent( slice( value ) ) ) {\n\t\t\t// Edit text in selected link.\n\t\t\tconst toInsert = applyFormat(\n\t\t\t\tcreate( { text } ),\n\t\t\t\tformat,\n\t\t\t\t0,\n\t\t\t\ttext.length\n\t\t\t);\n\t\t\tnewAttributes = insert( value, toInsert, value.start, value.end );\n\t\t} else {\n\t\t\t// Transform selected text into link.\n\t\t\tnewAttributes = applyFormat( value, format );\n\t\t}\n\t\t// Move selection to end of link.\n\t\tconst textLength = newAttributes.text.length;\n\t\t// check for zero width spaces\n\t\tif ( newAttributes.end > textLength ) {\n\t\t\tnewAttributes.start = textLength;\n\t\t\tnewAttributes.end = textLength;\n\t\t} else {\n\t\t\tnewAttributes.start = newAttributes.end;\n\t\t}\n\t\tnewAttributes.activeFormats = [];\n\t\tonChange( { ...newAttributes, needsSelectionUpdate: true } );\n\t\tif ( ! skipStateUpdates ) {\n\t\t\tsetLinkValues( { isActiveLink: true, isRemovingLink: false } );\n\t\t}\n\n\t\tif ( ! isValidHref( url ) ) {\n\t\t\tspeak(\n\t\t\t\t__(\n\t\t\t\t\t'Warning: the link has been inserted but may have errors. Please test it.'\n\t\t\t\t),\n\t\t\t\t'assertive'\n\t\t\t);\n\t\t} else if ( isActive ) {\n\t\t\tspeak( __( 'Link edited.' ), 'assertive' );\n\t\t} else {\n\t\t\tspeak( __( 'Link inserted' ), 'assertive' );\n\t\t}\n\n\t\tif ( shouldCloseBottomSheet ) {\n\t\t\tonClose();\n\t\t}\n\t};\n\n\tconst removeLink = ( {\n\t\tshouldCloseBottomSheet = true,\n\t\tskipStateUpdates = false,\n\t} = {} ) => {\n\t\tclearFormat( { skipStateUpdates } );\n\t\tonRemove();\n\t\tif ( shouldCloseBottomSheet ) {\n\t\t\tonClose();\n\t\t}\n\t};\n\n\tconst submit = ( submitValue, { skipStateUpdates = false } = {} ) => {\n\t\tif ( submitValue === '' ) {\n\t\t\tremoveLink( { skipStateUpdates } );\n\t\t} else {\n\t\t\tsubmitLink( { skipStateUpdates } );\n\t\t}\n\t};\n\n\tuseEffect( () => {\n\t\tconst unsubscribe = navigation.addListener( 'focus', () => {\n\t\t\tconst { params = {} } = route;\n\t\t\tif ( ! text && params.text ) {\n\t\t\t\tsetText( params.text );\n\t\t\t}\n\t\t} );\n\t\treturn unsubscribe;\n\t}, [ navigation, route.params?.text, text ] );\n\n\treturn useMemo( () => {\n\t\tconst shouldShowLinkOptions = !! inputValue;\n\n\t\treturn (\n\t\t\t<>\n\t\t\t\t<BottomSheet.LinkCell\n\t\t\t\t\tvalue={ inputValue }\n\t\t\t\t\tonPress={ onLinkCellPressed }\n\t\t\t\t/>\n\t\t\t\t<BottomSheet.Cell\n\t\t\t\t\ticon={ textColor }\n\t\t\t\t\tlabel={ __( 'Link text' ) }\n\t\t\t\t\tvalue={ text }\n\t\t\t\t\tplaceholder={ __( 'Add link text' ) }\n\t\t\t\t\tonChangeValue={ setText }\n\t\t\t\t\tonSubmit={ submit }\n\t\t\t\t\tseparatorType={ shouldShowLinkOptions ? undefined : 'none' }\n\t\t\t\t/>\n\t\t\t\t{ shouldShowLinkOptions && (\n\t\t\t\t\t<>\n\t\t\t\t\t\t<BottomSheet.SwitchCell\n\t\t\t\t\t\t\ticon={ external }\n\t\t\t\t\t\t\tlabel={ __( 'Open in new tab' ) }\n\t\t\t\t\t\t\tvalue={ opensInNewWindow }\n\t\t\t\t\t\t\tonValueChange={ setOpensInNewWindows }\n\t\t\t\t\t\t\tseparatorType=\"fullWidth\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<BottomSheet.Cell\n\t\t\t\t\t\t\tlabel={ __( 'Remove link' ) }\n\t\t\t\t\t\t\tlabelStyle={ styles.clearLinkButton }\n\t\t\t\t\t\t\tseparatorType=\"none\"\n\t\t\t\t\t\t\tonPress={ removeLink }\n\t\t\t\t\t\t/>\n\t\t\t\t\t</>\n\t\t\t\t) }\n\t\t\t</>\n\t\t);\n\t}, [ inputValue, text, opensInNewWindow, listProps.safeAreaBottomInset ] );\n};\n\nexport default LinkSettingsScreen;\n"],"mappings":"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","ignoreList":[]}
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _default = exports.default = {
8
- settings: 'linkSettings',
9
- picker: 'linkPicker'
10
- };
11
- //# sourceMappingURL=screens.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["settings","picker"],"sources":["@wordpress/format-library/src/link/modal-screens/screens.native.js"],"sourcesContent":["export default {\n\tsettings: 'linkSettings',\n\tpicker: 'linkPicker',\n};\n"],"mappings":";;;;;;iCAAe;EACdA,QAAQ,EAAE,cAAc;EACxBC,MAAM,EAAE;AACT,CAAC","ignoreList":[]}
@@ -1,53 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.default = void 0;
8
- var _element = require("@wordpress/element");
9
- var _components = require("@wordpress/components");
10
- var _screens = _interopRequireDefault(require("./modal-screens/screens"));
11
- var _linkSettingsScreen = _interopRequireDefault(require("./modal-screens/link-settings-screen"));
12
- var _linkPickerScreen = _interopRequireDefault(require("./modal-screens/link-picker-screen"));
13
- var _jsxRuntime = require("react/jsx-runtime");
14
- /**
15
- * WordPress dependencies
16
- */
17
-
18
- /**
19
- * Internal dependencies
20
- */
21
-
22
- const ModalLinkUI = ({
23
- isVisible,
24
- ...restProps
25
- }) => {
26
- return (0, _element.useMemo)(() => {
27
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet, {
28
- isVisible: isVisible,
29
- hideHeader: true,
30
- onClose: restProps.onClose,
31
- hasNavigation: true,
32
- testID: "link-settings-modal",
33
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.BottomSheet.NavigationContainer, {
34
- animate: true,
35
- main: true,
36
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet.NavigationScreen, {
37
- name: _screens.default.settings,
38
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_linkSettingsScreen.default, {
39
- isVisible: isVisible,
40
- ...restProps
41
- })
42
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet.NavigationScreen, {
43
- name: _screens.default.picker,
44
- isScrollable: true,
45
- fullScreen: true,
46
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_linkPickerScreen.default, {})
47
- })]
48
- })
49
- });
50
- }, [isVisible]);
51
- };
52
- var _default = exports.default = (0, _components.withSpokenMessages)(ModalLinkUI);
53
- //# sourceMappingURL=modal.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_element","require","_components","_screens","_interopRequireDefault","_linkSettingsScreen","_linkPickerScreen","_jsxRuntime","ModalLinkUI","isVisible","restProps","useMemo","jsx","BottomSheet","hideHeader","onClose","hasNavigation","testID","children","jsxs","NavigationContainer","animate","main","NavigationScreen","name","screens","settings","default","picker","isScrollable","fullScreen","_default","exports","withSpokenMessages"],"sources":["@wordpress/format-library/src/link/modal.native.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useMemo } from '@wordpress/element';\nimport { BottomSheet, withSpokenMessages } from '@wordpress/components';\n\n/**\n * Internal dependencies\n */\nimport screens from './modal-screens/screens';\nimport LinkSettingsScreen from './modal-screens/link-settings-screen';\nimport LinkPickerScreen from './modal-screens/link-picker-screen';\n\nconst ModalLinkUI = ( { isVisible, ...restProps } ) => {\n\treturn useMemo( () => {\n\t\treturn (\n\t\t\t<BottomSheet\n\t\t\t\tisVisible={ isVisible }\n\t\t\t\thideHeader\n\t\t\t\tonClose={ restProps.onClose }\n\t\t\t\thasNavigation\n\t\t\t\ttestID=\"link-settings-modal\"\n\t\t\t>\n\t\t\t\t<BottomSheet.NavigationContainer animate main>\n\t\t\t\t\t<BottomSheet.NavigationScreen name={ screens.settings }>\n\t\t\t\t\t\t<LinkSettingsScreen\n\t\t\t\t\t\t\tisVisible={ isVisible }\n\t\t\t\t\t\t\t{ ...restProps }\n\t\t\t\t\t\t/>\n\t\t\t\t\t</BottomSheet.NavigationScreen>\n\t\t\t\t\t<BottomSheet.NavigationScreen\n\t\t\t\t\t\tname={ screens.picker }\n\t\t\t\t\t\tisScrollable\n\t\t\t\t\t\tfullScreen\n\t\t\t\t\t>\n\t\t\t\t\t\t<LinkPickerScreen />\n\t\t\t\t\t</BottomSheet.NavigationScreen>\n\t\t\t\t</BottomSheet.NavigationContainer>\n\t\t\t</BottomSheet>\n\t\t);\n\t}, [ isVisible ] );\n};\n\nexport default withSpokenMessages( ModalLinkUI );\n"],"mappings":";;;;;;;AAGA,IAAAA,QAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAKA,IAAAE,QAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,mBAAA,GAAAD,sBAAA,CAAAH,OAAA;AACA,IAAAK,iBAAA,GAAAF,sBAAA,CAAAH,OAAA;AAAkE,IAAAM,WAAA,GAAAN,OAAA;AAXlE;AACA;AACA;;AAIA;AACA;AACA;;AAKA,MAAMO,WAAW,GAAGA,CAAE;EAAEC,SAAS;EAAE,GAAGC;AAAU,CAAC,KAAM;EACtD,OAAO,IAAAC,gBAAO,EAAE,MAAM;IACrB,oBACC,IAAAJ,WAAA,CAAAK,GAAA,EAACV,WAAA,CAAAW,WAAW;MACXJ,SAAS,EAAGA,SAAW;MACvBK,UAAU;MACVC,OAAO,EAAGL,SAAS,CAACK,OAAS;MAC7BC,aAAa;MACbC,MAAM,EAAC,qBAAqB;MAAAC,QAAA,eAE5B,IAAAX,WAAA,CAAAY,IAAA,EAACjB,WAAA,CAAAW,WAAW,CAACO,mBAAmB;QAACC,OAAO;QAACC,IAAI;QAAAJ,QAAA,gBAC5C,IAAAX,WAAA,CAAAK,GAAA,EAACV,WAAA,CAAAW,WAAW,CAACU,gBAAgB;UAACC,IAAI,EAAGC,gBAAO,CAACC,QAAU;UAAAR,QAAA,eACtD,IAAAX,WAAA,CAAAK,GAAA,EAACP,mBAAA,CAAAsB,OAAkB;YAClBlB,SAAS,EAAGA,SAAW;YAAA,GAClBC;UAAS,CACd;QAAC,CAC2B,CAAC,eAC/B,IAAAH,WAAA,CAAAK,GAAA,EAACV,WAAA,CAAAW,WAAW,CAACU,gBAAgB;UAC5BC,IAAI,EAAGC,gBAAO,CAACG,MAAQ;UACvBC,YAAY;UACZC,UAAU;UAAAZ,QAAA,eAEV,IAAAX,WAAA,CAAAK,GAAA,EAACN,iBAAA,CAAAqB,OAAgB,IAAE;QAAC,CACS,CAAC;MAAA,CACC;IAAC,CACtB,CAAC;EAEhB,CAAC,EAAE,CAAElB,SAAS,CAAG,CAAC;AACnB,CAAC;AAAC,IAAAsB,QAAA,GAAAC,OAAA,CAAAL,OAAA,GAEa,IAAAM,8BAAkB,EAAEzB,WAAY,CAAC","ignoreList":[]}
@@ -1,134 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.textColor = void 0;
8
- var _reactNative = require("react-native");
9
- var _i18n = require("@wordpress/i18n");
10
- var _element = require("@wordpress/element");
11
- var _blockEditor = require("@wordpress/block-editor");
12
- var _components = require("@wordpress/components");
13
- var _icons = require("@wordpress/icons");
14
- var _richText = require("@wordpress/rich-text");
15
- var _compose = require("@wordpress/compose");
16
- var _inlineNative = require("./inline.native.js");
17
- var _inline = _interopRequireDefault(require("./inline"));
18
- var _style = _interopRequireDefault(require("./style.scss"));
19
- var _jsxRuntime = require("react/jsx-runtime");
20
- /**
21
- * External dependencies
22
- */
23
-
24
- /**
25
- * WordPress dependencies
26
- */
27
-
28
- /**
29
- * Internal dependencies
30
- */
31
-
32
- const name = 'core/text-color';
33
- const title = (0, _i18n.__)('Text color');
34
- function getComputedStyleProperty(element, property) {
35
- var _element$props$style;
36
- const style = (_element$props$style = element?.props?.style) !== null && _element$props$style !== void 0 ? _element$props$style : {};
37
- if (property === 'background-color') {
38
- const {
39
- backgroundColor,
40
- baseColors
41
- } = style;
42
- if (backgroundColor !== 'transparent') {
43
- return backgroundColor;
44
- } else if (baseColors && baseColors?.color?.background) {
45
- return baseColors?.color?.background;
46
- }
47
- return 'transparent';
48
- }
49
- }
50
- function fillComputedColors(element, {
51
- color,
52
- backgroundColor
53
- }) {
54
- if (!color && !backgroundColor) {
55
- return;
56
- }
57
- return {
58
- color: color || getComputedStyleProperty(element, 'color'),
59
- backgroundColor: getComputedStyleProperty(element, 'background-color')
60
- };
61
- }
62
- function TextColorEdit({
63
- value,
64
- onChange,
65
- isActive,
66
- activeAttributes,
67
- contentRef
68
- }) {
69
- const [allowCustomControl] = (0, _blockEditor.useSettings)('color.custom');
70
- const colors = (0, _blockEditor.useMobileGlobalStylesColors)();
71
- const [isAddingColor, setIsAddingColor] = (0, _element.useState)(false);
72
- const colorIndicatorStyle = (0, _element.useMemo)(() => fillComputedColors(contentRef, (0, _inlineNative.getActiveColors)(value, name, colors)), [contentRef, value, colors]);
73
- const hasColorsToChoose = colors.length || !allowCustomControl;
74
- const outlineStyle = [(0, _compose.usePreferredColorSchemeStyle)(_style.default['components-inline-color__outline'], _style.default['components-inline-color__outline--dark']), {
75
- borderWidth: _reactNative.StyleSheet.hairlineWidth
76
- }];
77
- if (!hasColorsToChoose && !isActive) {
78
- return null;
79
- }
80
- const isActiveStyle = {
81
- ...colorIndicatorStyle,
82
- ...(!colorIndicatorStyle?.backgroundColor ? {
83
- backgroundColor: 'transparent'
84
- } : {}),
85
- ..._style.default['components-inline-color--is-active']
86
- };
87
- const customContainerStyles = _style.default['components-inline-color__button-container'];
88
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
89
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_blockEditor.BlockControls, {
90
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.ToolbarGroup, {
91
- children: [isActive && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
92
- style: outlineStyle,
93
- pointerEvents: "none"
94
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.ToolbarButton, {
95
- name: "text-color",
96
- isActive: isActive,
97
- icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.Icon, {
98
- icon: Object.keys(activeAttributes).length ? _icons.textColor : _icons.color,
99
- style: colorIndicatorStyle?.color && {
100
- color: colorIndicatorStyle.color
101
- }
102
- }),
103
- title: title,
104
- extraProps: {
105
- isActiveStyle,
106
- customContainerStyles
107
- }
108
- // If has no colors to choose but a color is active remove the color onClick
109
- ,
110
- onClick: hasColorsToChoose ? () => setIsAddingColor(true) : () => onChange((0, _richText.removeFormat)(value, name))
111
- })]
112
- })
113
- }), isAddingColor && /*#__PURE__*/(0, _jsxRuntime.jsx)(_inline.default, {
114
- name: name,
115
- onClose: () => setIsAddingColor(false),
116
- activeAttributes: activeAttributes,
117
- value: value,
118
- onChange: onChange,
119
- contentRef: contentRef
120
- })]
121
- });
122
- }
123
- const textColor = exports.textColor = {
124
- name,
125
- title,
126
- tagName: 'mark',
127
- className: 'has-inline-color',
128
- attributes: {
129
- style: 'style',
130
- class: 'class'
131
- },
132
- edit: TextColorEdit
133
- };
134
- //# sourceMappingURL=index.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_reactNative","require","_i18n","_element","_blockEditor","_components","_icons","_richText","_compose","_inlineNative","_inline","_interopRequireDefault","_style","_jsxRuntime","name","title","__","getComputedStyleProperty","element","property","_element$props$style","style","props","backgroundColor","baseColors","color","background","fillComputedColors","TextColorEdit","value","onChange","isActive","activeAttributes","contentRef","allowCustomControl","useSettings","colors","useMobileGlobalStylesColors","isAddingColor","setIsAddingColor","useState","colorIndicatorStyle","useMemo","getActiveColors","hasColorsToChoose","length","outlineStyle","usePreferredColorSchemeStyle","styles","borderWidth","StyleSheet","hairlineWidth","isActiveStyle","customContainerStyles","jsxs","Fragment","children","jsx","BlockControls","ToolbarGroup","View","pointerEvents","ToolbarButton","icon","Icon","Object","keys","textColorIcon","colorIcon","extraProps","onClick","removeFormat","default","onClose","textColor","exports","tagName","className","attributes","class","edit"],"sources":["@wordpress/format-library/src/text-color/index.native.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport { StyleSheet, View } from 'react-native';\n\n/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { useMemo, useState } from '@wordpress/element';\nimport {\n\tBlockControls,\n\tuseSettings,\n\tuseMobileGlobalStylesColors,\n} from '@wordpress/block-editor';\nimport { ToolbarGroup, ToolbarButton } from '@wordpress/components';\nimport {\n\tIcon,\n\tcolor as colorIcon,\n\ttextColor as textColorIcon,\n} from '@wordpress/icons';\nimport { removeFormat } from '@wordpress/rich-text';\nimport { usePreferredColorSchemeStyle } from '@wordpress/compose';\n\n/**\n * Internal dependencies\n */\nimport { getActiveColors } from './inline.native.js';\nimport { default as InlineColorUI } from './inline';\nimport styles from './style.scss';\n\nconst name = 'core/text-color';\nconst title = __( 'Text color' );\n\nfunction getComputedStyleProperty( element, property ) {\n\tconst style = element?.props?.style ?? {};\n\n\tif ( property === 'background-color' ) {\n\t\tconst { backgroundColor, baseColors } = style;\n\n\t\tif ( backgroundColor !== 'transparent' ) {\n\t\t\treturn backgroundColor;\n\t\t} else if ( baseColors && baseColors?.color?.background ) {\n\t\t\treturn baseColors?.color?.background;\n\t\t}\n\n\t\treturn 'transparent';\n\t}\n}\n\nfunction fillComputedColors( element, { color, backgroundColor } ) {\n\tif ( ! color && ! backgroundColor ) {\n\t\treturn;\n\t}\n\n\treturn {\n\t\tcolor: color || getComputedStyleProperty( element, 'color' ),\n\t\tbackgroundColor: getComputedStyleProperty(\n\t\t\telement,\n\t\t\t'background-color'\n\t\t),\n\t};\n}\n\nfunction TextColorEdit( {\n\tvalue,\n\tonChange,\n\tisActive,\n\tactiveAttributes,\n\tcontentRef,\n} ) {\n\tconst [ allowCustomControl ] = useSettings( 'color.custom' );\n\tconst colors = useMobileGlobalStylesColors();\n\tconst [ isAddingColor, setIsAddingColor ] = useState( false );\n\tconst colorIndicatorStyle = useMemo(\n\t\t() =>\n\t\t\tfillComputedColors(\n\t\t\t\tcontentRef,\n\t\t\t\tgetActiveColors( value, name, colors )\n\t\t\t),\n\t\t[ contentRef, value, colors ]\n\t);\n\n\tconst hasColorsToChoose = colors.length || ! allowCustomControl;\n\n\tconst outlineStyle = [\n\t\tusePreferredColorSchemeStyle(\n\t\t\tstyles[ 'components-inline-color__outline' ],\n\t\t\tstyles[ 'components-inline-color__outline--dark' ]\n\t\t),\n\t\t{ borderWidth: StyleSheet.hairlineWidth },\n\t];\n\n\tif ( ! hasColorsToChoose && ! isActive ) {\n\t\treturn null;\n\t}\n\n\tconst isActiveStyle = {\n\t\t...colorIndicatorStyle,\n\t\t...( ! colorIndicatorStyle?.backgroundColor\n\t\t\t? { backgroundColor: 'transparent' }\n\t\t\t: {} ),\n\t\t...styles[ 'components-inline-color--is-active' ],\n\t};\n\n\tconst customContainerStyles =\n\t\tstyles[ 'components-inline-color__button-container' ];\n\n\treturn (\n\t\t<>\n\t\t\t<BlockControls>\n\t\t\t\t<ToolbarGroup>\n\t\t\t\t\t{ isActive && (\n\t\t\t\t\t\t<View style={ outlineStyle } pointerEvents=\"none\" />\n\t\t\t\t\t) }\n\n\t\t\t\t\t<ToolbarButton\n\t\t\t\t\t\tname=\"text-color\"\n\t\t\t\t\t\tisActive={ isActive }\n\t\t\t\t\t\ticon={\n\t\t\t\t\t\t\t<Icon\n\t\t\t\t\t\t\t\ticon={\n\t\t\t\t\t\t\t\t\tObject.keys( activeAttributes ).length\n\t\t\t\t\t\t\t\t\t\t? textColorIcon\n\t\t\t\t\t\t\t\t\t\t: colorIcon\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tstyle={\n\t\t\t\t\t\t\t\t\tcolorIndicatorStyle?.color && {\n\t\t\t\t\t\t\t\t\t\tcolor: colorIndicatorStyle.color,\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t}\n\t\t\t\t\t\ttitle={ title }\n\t\t\t\t\t\textraProps={ {\n\t\t\t\t\t\t\tisActiveStyle,\n\t\t\t\t\t\t\tcustomContainerStyles,\n\t\t\t\t\t\t} }\n\t\t\t\t\t\t// If has no colors to choose but a color is active remove the color onClick\n\t\t\t\t\t\tonClick={\n\t\t\t\t\t\t\thasColorsToChoose\n\t\t\t\t\t\t\t\t? () => setIsAddingColor( true )\n\t\t\t\t\t\t\t\t: () => onChange( removeFormat( value, name ) )\n\t\t\t\t\t\t}\n\t\t\t\t\t/>\n\t\t\t\t</ToolbarGroup>\n\t\t\t</BlockControls>\n\t\t\t{ isAddingColor && (\n\t\t\t\t<InlineColorUI\n\t\t\t\t\tname={ name }\n\t\t\t\t\tonClose={ () => setIsAddingColor( false ) }\n\t\t\t\t\tactiveAttributes={ activeAttributes }\n\t\t\t\t\tvalue={ value }\n\t\t\t\t\tonChange={ onChange }\n\t\t\t\t\tcontentRef={ contentRef }\n\t\t\t\t/>\n\t\t\t) }\n\t\t</>\n\t);\n}\n\nexport const textColor = {\n\tname,\n\ttitle,\n\ttagName: 'mark',\n\tclassName: 'has-inline-color',\n\tattributes: {\n\t\tstyle: 'style',\n\t\tclass: 'class',\n\t},\n\tedit: TextColorEdit,\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1,150 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = InlineColorUI;
7
- exports.getActiveColors = getActiveColors;
8
- var _element = require("@wordpress/element");
9
- var _richText = require("@wordpress/rich-text");
10
- var _blockEditor = require("@wordpress/block-editor");
11
- var _components = require("@wordpress/components");
12
- var _index = require("./index.js");
13
- var _inline = require("./inline.js");
14
- var _jsxRuntime = require("react/jsx-runtime");
15
- /**
16
- * WordPress dependencies
17
- */
18
-
19
- /**
20
- * Internal dependencies
21
- */
22
-
23
- function parseCSS(css = '') {
24
- return css.split(';').reduce((accumulator, rule) => {
25
- if (rule) {
26
- const [property, value] = rule.replace(/ /g, '').split(':');
27
- if (property === 'color') {
28
- accumulator.color = value;
29
- }
30
- if (property === 'background-color' && value !== _index.transparentValue) {
31
- accumulator.backgroundColor = value;
32
- }
33
- }
34
- return accumulator;
35
- }, {});
36
- }
37
- function getActiveColors(value, name, colorSettings) {
38
- const activeColorFormat = (0, _richText.getActiveFormat)(value, name);
39
- if (!activeColorFormat) {
40
- return {};
41
- }
42
- return {
43
- ...parseCSS(activeColorFormat.attributes.style),
44
- ...(0, _inline.parseClassName)(activeColorFormat.attributes.class, colorSettings)
45
- };
46
- }
47
- function setColors(value, name, colorSettings, colors, contentRef) {
48
- const {
49
- color,
50
- backgroundColor
51
- } = {
52
- ...getActiveColors(value, name, colorSettings),
53
- ...colors
54
- };
55
- if (!color) {
56
- contentRef?.onRemoveMarkFormatting();
57
- return (0, _richText.removeFormat)(value, name);
58
- }
59
- const styles = [];
60
- const classNames = [];
61
- const attributes = {};
62
- if (backgroundColor) {
63
- styles.push(['background-color', backgroundColor].join(':'));
64
- } else {
65
- // Override default browser color for mark element.
66
- styles.push(['background-color', _index.transparentValue].join(':'));
67
- }
68
- if (color) {
69
- const colorObject = (0, _blockEditor.getColorObjectByColorValue)(colorSettings, color);
70
- if (colorObject) {
71
- classNames.push((0, _blockEditor.getColorClassName)('color', colorObject.slug));
72
- styles.push(['color', colorObject.color].join(':'));
73
- } else {
74
- styles.push(['color', color].join(':'));
75
- }
76
- }
77
- if (styles.length) {
78
- attributes.style = styles.join(';');
79
- }
80
- if (classNames.length) {
81
- attributes.class = classNames.join(' ');
82
- }
83
- const format = {
84
- type: name,
85
- attributes
86
- };
87
- const hasNoSelection = value.start === value.end;
88
- if (hasNoSelection) {
89
- contentRef?.onMarkFormatting(color);
90
- }
91
- return (0, _richText.applyFormat)(value, format);
92
- }
93
- function ColorPicker({
94
- name,
95
- value,
96
- onChange,
97
- contentRef
98
- }) {
99
- const property = 'color';
100
- const colors = (0, _blockEditor.useMobileGlobalStylesColors)();
101
- const colorSettings = (0, _blockEditor.useMultipleOriginColorsAndGradients)();
102
- colorSettings.allAvailableColors = colors;
103
- const onColorChange = (0, _element.useCallback)(color => {
104
- onChange(setColors(value, name, colors, {
105
- [property]: color
106
- }, contentRef));
107
- }, [colors, contentRef, name, onChange, value]);
108
- const activeColors = (0, _element.useMemo)(() => getActiveColors(value, name, colors), [name, value, colors]);
109
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.ColorSettings, {
110
- colorValue: activeColors[property],
111
- onColorChange: onColorChange,
112
- onColorCleared: onColorChange,
113
- defaultSettings: colorSettings,
114
- hideNavigation: true
115
- });
116
- }
117
- function InlineColorUI({
118
- name,
119
- value,
120
- onChange,
121
- onClose,
122
- contentRef
123
- }) {
124
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet, {
125
- isVisible: true,
126
- onClose: onClose,
127
- hideHeader: true,
128
- contentStyle: {
129
- paddingLeft: 0,
130
- paddingRight: 0
131
- },
132
- hasNavigation: true,
133
- leftButton: null,
134
- testID: "inline-text-color-modal",
135
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet.NavigationContainer, {
136
- animate: true,
137
- main: true,
138
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.BottomSheet.NavigationScreen, {
139
- name: "text-color",
140
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(ColorPicker, {
141
- name: name,
142
- value: value,
143
- onChange: onChange,
144
- contentRef: contentRef
145
- })
146
- })
147
- })
148
- });
149
- }
150
- //# sourceMappingURL=inline.native.js.map