react-native-ui-lib 7.39.1-snapshot.6740 → 7.39.1-snapshot.6743
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.
package/package.json
CHANGED
|
@@ -105,7 +105,9 @@
|
|
|
105
105
|
"description": "The component test id"
|
|
106
106
|
}
|
|
107
107
|
],
|
|
108
|
-
"snippet": [
|
|
108
|
+
"snippet": [
|
|
109
|
+
"<TabController.TabBar activeBackgroundColor={Colors.blue30$1}/>"
|
|
110
|
+
],
|
|
109
111
|
"docs": {
|
|
110
112
|
"hero": {
|
|
111
113
|
"title": "TabController.TabBar",
|
|
@@ -144,7 +146,7 @@
|
|
|
144
146
|
"items": [
|
|
145
147
|
{
|
|
146
148
|
"title": "",
|
|
147
|
-
"description": "**Inactive Tab**\nText: BodySmall $textDefault\nBackground: $backgroundElevated \n\n**Active Tab**\nText: BodySmallBold $textPrimary\nBackground: $backgroundElevated\nIndicator: $outlinePrimary \n\n**Shadow**\nsh10\n\n**Dark Skin**\nText: BodySmall, System White\nBackground: System Grey10\nDivider: System Grey20",
|
|
149
|
+
"description": "Markdown:\n\n**Inactive Tab**\nText: BodySmall $textDefault\nBackground: $backgroundElevated \n\n**Active Tab**\nText: BodySmallBold $textPrimary\nBackground: $backgroundElevated\nIndicator: $outlinePrimary \n\n**Shadow**\nsh10\n\n**Dark Skin**\nText: BodySmall, System White\nBackground: System Grey10\nDivider: System Grey20",
|
|
148
150
|
"content": [
|
|
149
151
|
{
|
|
150
152
|
"value": "https://wixmp-1d257fba8470f1b562a0f5f2.wixmp.com/mads-docs-assets/assets/Components%20Docs/TabBar/tabBar_overview_styling.png"
|
|
@@ -157,7 +159,10 @@
|
|
|
157
159
|
},
|
|
158
160
|
{
|
|
159
161
|
"type": "table",
|
|
160
|
-
"columns": [
|
|
162
|
+
"columns": [
|
|
163
|
+
"Property",
|
|
164
|
+
"Component"
|
|
165
|
+
],
|
|
161
166
|
"items": [
|
|
162
167
|
{
|
|
163
168
|
"title": "Counter Badge",
|