react-aria 3.33.2-nightly.4643 → 3.33.2-nightly.4646
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/i18n/en-US.js +1 -1
- package/i18n/en-US.mjs +1 -1
- package/package.json +39 -39
package/i18n/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports={"@react-aria/breadcrumbs":{breadcrumbs:"Breadcrumbs"},"@react-aria/calendar":{previous:"Previous",next:"Next",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.dateRange}`,todayDate:e=>`Today, ${e.date}`,todayDateSelected:e=>`Today, ${e.date} selected`,dateSelected:e=>`${e.date} selected`,startRangeSelectionPrompt:"Click to start selecting date range",finishRangeSelectionPrompt:"Click to finish selecting date range",minimumDate:"First available date",maximumDate:"Last available date",dateRange:e=>`${e.startDate} to ${e.endDate}`},"@react-aria/color":{colorPicker:"Color picker",twoDimensionalSlider:"2D slider",colorNameAndValue:e=>`${e.name}: ${e.value}`,colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorSwatch:"color swatch",transparent:"transparent"},"@react-aria/combobox":{focusAnnouncement:(e,t)=>`${t.select({true:()=>`Entered group ${e.groupTitle}, with ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} option`,other:()=>`${t.number(e.groupCount)} options`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:", selected",other:""},e.isSelected)}`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} option`,other:()=>`${t.number(e.optionCount)} options`})} available.`,selectedAnnouncement:e=>`${e.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"},"@react-aria/datepicker":{era:"era",year:"year",month:"month",day:"day",hour:"hour",minute:"minute",second:"second",dayPeriod:"AM/PM",calendar:"Calendar",startDate:"Start Date",endDate:"End Date",weekday:"day of the week",timeZoneName:"time zone",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.startDate} to ${e.endDate}`,selectedTimeDescription:e=>`Selected Time: ${e.time}`},"@react-aria/dnd":{dragItem:e=>`Drag ${e.itemText}`,dragSelectedItems:(e,t)=>`Drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}`,dragDescriptionKeyboard:"Press Enter to start dragging.",dragDescriptionKeyboardAlt:"Press Alt + Enter to start dragging.",dragDescriptionTouch:"Double tap to start dragging.",dragDescriptionVirtual:"Click to start dragging.",dragDescriptionLongPress:"Long press to start dragging.",dragSelectedKeyboard:(e,t)=>`Press Enter to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Press Alt + Enter to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragSelectedLongPress:(e,t)=>`Long press to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragStartedKeyboard:"Started dragging. Press Tab to navigate to a drop target, then press Enter to drop, or press Escape to cancel.",dragStartedTouch:"Started dragging. Navigate to a drop target, then double tap to drop.",dragStartedVirtual:"Started dragging. Navigate to a drop target, then click or press Enter to drop.",endDragKeyboard:"Dragging. Press Enter to cancel drag.",endDragTouch:"Dragging. Double tap to cancel drag.",endDragVirtual:"Dragging. Click to cancel drag.",dropDescriptionKeyboard:"Press Enter to drop. Press Escape to cancel drag.",dropDescriptionTouch:"Double tap to drop.",dropDescriptionVirtual:"Click to drop.",dropCanceled:"Drop canceled.",dropComplete:"Drop complete.",dropIndicator:"drop indicator",dropOnRoot:"Drop on",dropOnItem:e=>`Drop on ${e.itemText}`,insertBefore:e=>`Insert before ${e.itemText}`,insertBetween:e=>`Insert between ${e.beforeItemText} and ${e.afterItemText}`,insertAfter:e=>`Insert after ${e.itemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} not selected.`,select:"Select",selectedCount:(e,t)=>`${t.plural(e.count,{"=0":"No items selected",one:()=>`${t.number(e.count)} item selected`,other:()=>`${t.number(e.count)} items selected`})}.`,selectedAll:"All items selected.",selectedItem:e=>`${e.item} selected.`,longPressToSelect:"Long press to enter selection mode."},"@react-aria/gridlist":{hasActionAnnouncement:"row has action",hasLinkAnnouncement:e=>`row has link: ${e.link}`},"@react-aria/menu":{longPressMessage:"Long press or press Alt + ArrowDown to open menu"},"@react-aria/numberfield":{decrease:e=>`Decrease ${e.fieldLabel}`,increase:e=>`Increase ${e.fieldLabel}`,numberField:"Number field"},"@react-aria/overlays":{dismiss:"Dismiss"},"@react-aria/pagination":{previous:"Previous",next:"Next"},"@react-aria/searchfield":{"Clear search":"Clear search"},"@react-aria/spinbutton":{Empty:"Empty"},"@react-aria/steplist":{steplist:"Step List"},"@react-aria/table":{select:"Select",selectAll:"Select All",sortable:"sortable column",ascending:"ascending",descending:"descending",ascendingSort:e=>`sorted by column ${e.columnName} in ascending order`,descendingSort:e=>`sorted by column ${e.columnName} in descending order`,columnSize:e=>`${e.value} pixels`,resizerDescription:"Press Enter to start resizing"},"@react-aria/tag":{removeDescription:"Press Delete to remove tag.",removeButtonLabel:"Remove"},"@react-aria/toast":{close:"Close",notifications:
|
|
1
|
+
module.exports={"@react-aria/breadcrumbs":{breadcrumbs:"Breadcrumbs"},"@react-aria/calendar":{previous:"Previous",next:"Next",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.dateRange}`,todayDate:e=>`Today, ${e.date}`,todayDateSelected:e=>`Today, ${e.date} selected`,dateSelected:e=>`${e.date} selected`,startRangeSelectionPrompt:"Click to start selecting date range",finishRangeSelectionPrompt:"Click to finish selecting date range",minimumDate:"First available date",maximumDate:"Last available date",dateRange:e=>`${e.startDate} to ${e.endDate}`},"@react-aria/color":{colorPicker:"Color picker",twoDimensionalSlider:"2D slider",colorNameAndValue:e=>`${e.name}: ${e.value}`,colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorSwatch:"color swatch",transparent:"transparent"},"@react-aria/combobox":{focusAnnouncement:(e,t)=>`${t.select({true:()=>`Entered group ${e.groupTitle}, with ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} option`,other:()=>`${t.number(e.groupCount)} options`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:", selected",other:""},e.isSelected)}`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} option`,other:()=>`${t.number(e.optionCount)} options`})} available.`,selectedAnnouncement:e=>`${e.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"},"@react-aria/datepicker":{era:"era",year:"year",month:"month",day:"day",hour:"hour",minute:"minute",second:"second",dayPeriod:"AM/PM",calendar:"Calendar",startDate:"Start Date",endDate:"End Date",weekday:"day of the week",timeZoneName:"time zone",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.startDate} to ${e.endDate}`,selectedTimeDescription:e=>`Selected Time: ${e.time}`},"@react-aria/dnd":{dragItem:e=>`Drag ${e.itemText}`,dragSelectedItems:(e,t)=>`Drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}`,dragDescriptionKeyboard:"Press Enter to start dragging.",dragDescriptionKeyboardAlt:"Press Alt + Enter to start dragging.",dragDescriptionTouch:"Double tap to start dragging.",dragDescriptionVirtual:"Click to start dragging.",dragDescriptionLongPress:"Long press to start dragging.",dragSelectedKeyboard:(e,t)=>`Press Enter to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Press Alt + Enter to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragSelectedLongPress:(e,t)=>`Long press to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragStartedKeyboard:"Started dragging. Press Tab to navigate to a drop target, then press Enter to drop, or press Escape to cancel.",dragStartedTouch:"Started dragging. Navigate to a drop target, then double tap to drop.",dragStartedVirtual:"Started dragging. Navigate to a drop target, then click or press Enter to drop.",endDragKeyboard:"Dragging. Press Enter to cancel drag.",endDragTouch:"Dragging. Double tap to cancel drag.",endDragVirtual:"Dragging. Click to cancel drag.",dropDescriptionKeyboard:"Press Enter to drop. Press Escape to cancel drag.",dropDescriptionTouch:"Double tap to drop.",dropDescriptionVirtual:"Click to drop.",dropCanceled:"Drop canceled.",dropComplete:"Drop complete.",dropIndicator:"drop indicator",dropOnRoot:"Drop on",dropOnItem:e=>`Drop on ${e.itemText}`,insertBefore:e=>`Insert before ${e.itemText}`,insertBetween:e=>`Insert between ${e.beforeItemText} and ${e.afterItemText}`,insertAfter:e=>`Insert after ${e.itemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} not selected.`,select:"Select",selectedCount:(e,t)=>`${t.plural(e.count,{"=0":"No items selected",one:()=>`${t.number(e.count)} item selected`,other:()=>`${t.number(e.count)} items selected`})}.`,selectedAll:"All items selected.",selectedItem:e=>`${e.item} selected.`,longPressToSelect:"Long press to enter selection mode."},"@react-aria/gridlist":{hasActionAnnouncement:"row has action",hasLinkAnnouncement:e=>`row has link: ${e.link}`},"@react-aria/menu":{longPressMessage:"Long press or press Alt + ArrowDown to open menu"},"@react-aria/numberfield":{decrease:e=>`Decrease ${e.fieldLabel}`,increase:e=>`Increase ${e.fieldLabel}`,numberField:"Number field"},"@react-aria/overlays":{dismiss:"Dismiss"},"@react-aria/pagination":{previous:"Previous",next:"Next"},"@react-aria/searchfield":{"Clear search":"Clear search"},"@react-aria/spinbutton":{Empty:"Empty"},"@react-aria/steplist":{steplist:"Step List"},"@react-aria/table":{select:"Select",selectAll:"Select All",sortable:"sortable column",ascending:"ascending",descending:"descending",ascendingSort:e=>`sorted by column ${e.columnName} in ascending order`,descendingSort:e=>`sorted by column ${e.columnName} in descending order`,columnSize:e=>`${e.value} pixels`,resizerDescription:"Press Enter to start resizing"},"@react-aria/tag":{removeDescription:"Press Delete to remove tag.",removeButtonLabel:"Remove"},"@react-aria/toast":{close:"Close",notifications:(e,t)=>`${t.plural(e.count,{one:()=>`${t.number(e.count)} notification`,other:()=>`${t.number(e.count)} notifications`})}.`},"@react-aria/tree":{expand:"Expand",collapse:"Collapse"},"@react-stately/color":{hue:"Hue",saturation:"Saturation",lightness:"Lightness",brightness:"Brightness",red:"Red",green:"Green",blue:"Blue",alpha:"Alpha",colorName:e=>`${e.lightness} ${e.chroma} ${e.hue}`,transparentColorName:e=>`${e.lightness} ${e.chroma} ${e.hue}, ${e.percentTransparent} transparent`,"very dark":"very dark",dark:"dark",light:"light","very light":"very light",pale:"pale",grayish:"grayish",vibrant:"vibrant",black:"black",white:"white",gray:"gray",pink:"pink","pink red":"pink red","red orange":"red orange",brown:"brown",orange:"orange","orange yellow":"orange yellow","brown yellow":"brown yellow",yellow:"yellow","yellow green":"yellow green","green cyan":"green cyan",cyan:"cyan","cyan blue":"cyan blue","blue purple":"blue purple",purple:"purple","purple magenta":"purple magenta",magenta:"magenta","magenta pink":"magenta pink"},"@react-stately/datepicker":{rangeUnderflow:e=>`Value must be ${e.minValue} or later.`,rangeOverflow:e=>`Value must be ${e.maxValue} or earlier.`,rangeReversed:"Start date must be before end date.",unavailableDate:"Selected date unavailable."}};
|
package/i18n/en-US.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default{"@react-aria/breadcrumbs":{breadcrumbs:"Breadcrumbs"},"@react-aria/calendar":{previous:"Previous",next:"Next",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.dateRange}`,todayDate:e=>`Today, ${e.date}`,todayDateSelected:e=>`Today, ${e.date} selected`,dateSelected:e=>`${e.date} selected`,startRangeSelectionPrompt:"Click to start selecting date range",finishRangeSelectionPrompt:"Click to finish selecting date range",minimumDate:"First available date",maximumDate:"Last available date",dateRange:e=>`${e.startDate} to ${e.endDate}`},"@react-aria/color":{colorPicker:"Color picker",twoDimensionalSlider:"2D slider",colorNameAndValue:e=>`${e.name}: ${e.value}`,colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorSwatch:"color swatch",transparent:"transparent"},"@react-aria/combobox":{focusAnnouncement:(e,t)=>`${t.select({true:()=>`Entered group ${e.groupTitle}, with ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} option`,other:()=>`${t.number(e.groupCount)} options`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:", selected",other:""},e.isSelected)}`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} option`,other:()=>`${t.number(e.optionCount)} options`})} available.`,selectedAnnouncement:e=>`${e.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"},"@react-aria/datepicker":{era:"era",year:"year",month:"month",day:"day",hour:"hour",minute:"minute",second:"second",dayPeriod:"AM/PM",calendar:"Calendar",startDate:"Start Date",endDate:"End Date",weekday:"day of the week",timeZoneName:"time zone",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.startDate} to ${e.endDate}`,selectedTimeDescription:e=>`Selected Time: ${e.time}`},"@react-aria/dnd":{dragItem:e=>`Drag ${e.itemText}`,dragSelectedItems:(e,t)=>`Drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}`,dragDescriptionKeyboard:"Press Enter to start dragging.",dragDescriptionKeyboardAlt:"Press Alt + Enter to start dragging.",dragDescriptionTouch:"Double tap to start dragging.",dragDescriptionVirtual:"Click to start dragging.",dragDescriptionLongPress:"Long press to start dragging.",dragSelectedKeyboard:(e,t)=>`Press Enter to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Press Alt + Enter to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragSelectedLongPress:(e,t)=>`Long press to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragStartedKeyboard:"Started dragging. Press Tab to navigate to a drop target, then press Enter to drop, or press Escape to cancel.",dragStartedTouch:"Started dragging. Navigate to a drop target, then double tap to drop.",dragStartedVirtual:"Started dragging. Navigate to a drop target, then click or press Enter to drop.",endDragKeyboard:"Dragging. Press Enter to cancel drag.",endDragTouch:"Dragging. Double tap to cancel drag.",endDragVirtual:"Dragging. Click to cancel drag.",dropDescriptionKeyboard:"Press Enter to drop. Press Escape to cancel drag.",dropDescriptionTouch:"Double tap to drop.",dropDescriptionVirtual:"Click to drop.",dropCanceled:"Drop canceled.",dropComplete:"Drop complete.",dropIndicator:"drop indicator",dropOnRoot:"Drop on",dropOnItem:e=>`Drop on ${e.itemText}`,insertBefore:e=>`Insert before ${e.itemText}`,insertBetween:e=>`Insert between ${e.beforeItemText} and ${e.afterItemText}`,insertAfter:e=>`Insert after ${e.itemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} not selected.`,select:"Select",selectedCount:(e,t)=>`${t.plural(e.count,{"=0":"No items selected",one:()=>`${t.number(e.count)} item selected`,other:()=>`${t.number(e.count)} items selected`})}.`,selectedAll:"All items selected.",selectedItem:e=>`${e.item} selected.`,longPressToSelect:"Long press to enter selection mode."},"@react-aria/gridlist":{hasActionAnnouncement:"row has action",hasLinkAnnouncement:e=>`row has link: ${e.link}`},"@react-aria/menu":{longPressMessage:"Long press or press Alt + ArrowDown to open menu"},"@react-aria/numberfield":{decrease:e=>`Decrease ${e.fieldLabel}`,increase:e=>`Increase ${e.fieldLabel}`,numberField:"Number field"},"@react-aria/overlays":{dismiss:"Dismiss"},"@react-aria/pagination":{previous:"Previous",next:"Next"},"@react-aria/searchfield":{"Clear search":"Clear search"},"@react-aria/spinbutton":{Empty:"Empty"},"@react-aria/steplist":{steplist:"Step List"},"@react-aria/table":{select:"Select",selectAll:"Select All",sortable:"sortable column",ascending:"ascending",descending:"descending",ascendingSort:e=>`sorted by column ${e.columnName} in ascending order`,descendingSort:e=>`sorted by column ${e.columnName} in descending order`,columnSize:e=>`${e.value} pixels`,resizerDescription:"Press Enter to start resizing"},"@react-aria/tag":{removeDescription:"Press Delete to remove tag.",removeButtonLabel:"Remove"},"@react-aria/toast":{close:"Close",notifications:
|
|
1
|
+
export default{"@react-aria/breadcrumbs":{breadcrumbs:"Breadcrumbs"},"@react-aria/calendar":{previous:"Previous",next:"Next",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.dateRange}`,todayDate:e=>`Today, ${e.date}`,todayDateSelected:e=>`Today, ${e.date} selected`,dateSelected:e=>`${e.date} selected`,startRangeSelectionPrompt:"Click to start selecting date range",finishRangeSelectionPrompt:"Click to finish selecting date range",minimumDate:"First available date",maximumDate:"Last available date",dateRange:e=>`${e.startDate} to ${e.endDate}`},"@react-aria/color":{colorPicker:"Color picker",twoDimensionalSlider:"2D slider",colorNameAndValue:e=>`${e.name}: ${e.value}`,colorInputLabel:e=>`${e.label}, ${e.channelLabel}`,colorSwatch:"color swatch",transparent:"transparent"},"@react-aria/combobox":{focusAnnouncement:(e,t)=>`${t.select({true:()=>`Entered group ${e.groupTitle}, with ${t.plural(e.groupCount,{one:()=>`${t.number(e.groupCount)} option`,other:()=>`${t.number(e.groupCount)} options`})}. `,other:""},e.isGroupChange)}${e.optionText}${t.select({true:", selected",other:""},e.isSelected)}`,countAnnouncement:(e,t)=>`${t.plural(e.optionCount,{one:()=>`${t.number(e.optionCount)} option`,other:()=>`${t.number(e.optionCount)} options`})} available.`,selectedAnnouncement:e=>`${e.optionText}, selected`,buttonLabel:"Show suggestions",listboxLabel:"Suggestions"},"@react-aria/datepicker":{era:"era",year:"year",month:"month",day:"day",hour:"hour",minute:"minute",second:"second",dayPeriod:"AM/PM",calendar:"Calendar",startDate:"Start Date",endDate:"End Date",weekday:"day of the week",timeZoneName:"time zone",selectedDateDescription:e=>`Selected Date: ${e.date}`,selectedRangeDescription:e=>`Selected Range: ${e.startDate} to ${e.endDate}`,selectedTimeDescription:e=>`Selected Time: ${e.time}`},"@react-aria/dnd":{dragItem:e=>`Drag ${e.itemText}`,dragSelectedItems:(e,t)=>`Drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}`,dragDescriptionKeyboard:"Press Enter to start dragging.",dragDescriptionKeyboardAlt:"Press Alt + Enter to start dragging.",dragDescriptionTouch:"Double tap to start dragging.",dragDescriptionVirtual:"Click to start dragging.",dragDescriptionLongPress:"Long press to start dragging.",dragSelectedKeyboard:(e,t)=>`Press Enter to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragSelectedKeyboardAlt:(e,t)=>`Press Alt + Enter to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragSelectedLongPress:(e,t)=>`Long press to drag ${t.plural(e.count,{one:()=>`${t.number(e.count)} selected item`,other:()=>`${t.number(e.count)} selected items`})}.`,dragStartedKeyboard:"Started dragging. Press Tab to navigate to a drop target, then press Enter to drop, or press Escape to cancel.",dragStartedTouch:"Started dragging. Navigate to a drop target, then double tap to drop.",dragStartedVirtual:"Started dragging. Navigate to a drop target, then click or press Enter to drop.",endDragKeyboard:"Dragging. Press Enter to cancel drag.",endDragTouch:"Dragging. Double tap to cancel drag.",endDragVirtual:"Dragging. Click to cancel drag.",dropDescriptionKeyboard:"Press Enter to drop. Press Escape to cancel drag.",dropDescriptionTouch:"Double tap to drop.",dropDescriptionVirtual:"Click to drop.",dropCanceled:"Drop canceled.",dropComplete:"Drop complete.",dropIndicator:"drop indicator",dropOnRoot:"Drop on",dropOnItem:e=>`Drop on ${e.itemText}`,insertBefore:e=>`Insert before ${e.itemText}`,insertBetween:e=>`Insert between ${e.beforeItemText} and ${e.afterItemText}`,insertAfter:e=>`Insert after ${e.itemText}`},"@react-aria/grid":{deselectedItem:e=>`${e.item} not selected.`,select:"Select",selectedCount:(e,t)=>`${t.plural(e.count,{"=0":"No items selected",one:()=>`${t.number(e.count)} item selected`,other:()=>`${t.number(e.count)} items selected`})}.`,selectedAll:"All items selected.",selectedItem:e=>`${e.item} selected.`,longPressToSelect:"Long press to enter selection mode."},"@react-aria/gridlist":{hasActionAnnouncement:"row has action",hasLinkAnnouncement:e=>`row has link: ${e.link}`},"@react-aria/menu":{longPressMessage:"Long press or press Alt + ArrowDown to open menu"},"@react-aria/numberfield":{decrease:e=>`Decrease ${e.fieldLabel}`,increase:e=>`Increase ${e.fieldLabel}`,numberField:"Number field"},"@react-aria/overlays":{dismiss:"Dismiss"},"@react-aria/pagination":{previous:"Previous",next:"Next"},"@react-aria/searchfield":{"Clear search":"Clear search"},"@react-aria/spinbutton":{Empty:"Empty"},"@react-aria/steplist":{steplist:"Step List"},"@react-aria/table":{select:"Select",selectAll:"Select All",sortable:"sortable column",ascending:"ascending",descending:"descending",ascendingSort:e=>`sorted by column ${e.columnName} in ascending order`,descendingSort:e=>`sorted by column ${e.columnName} in descending order`,columnSize:e=>`${e.value} pixels`,resizerDescription:"Press Enter to start resizing"},"@react-aria/tag":{removeDescription:"Press Delete to remove tag.",removeButtonLabel:"Remove"},"@react-aria/toast":{close:"Close",notifications:(e,t)=>`${t.plural(e.count,{one:()=>`${t.number(e.count)} notification`,other:()=>`${t.number(e.count)} notifications`})}.`},"@react-aria/tree":{expand:"Expand",collapse:"Collapse"},"@react-stately/color":{hue:"Hue",saturation:"Saturation",lightness:"Lightness",brightness:"Brightness",red:"Red",green:"Green",blue:"Blue",alpha:"Alpha",colorName:e=>`${e.lightness} ${e.chroma} ${e.hue}`,transparentColorName:e=>`${e.lightness} ${e.chroma} ${e.hue}, ${e.percentTransparent} transparent`,"very dark":"very dark",dark:"dark",light:"light","very light":"very light",pale:"pale",grayish:"grayish",vibrant:"vibrant",black:"black",white:"white",gray:"gray",pink:"pink","pink red":"pink red","red orange":"red orange",brown:"brown",orange:"orange","orange yellow":"orange yellow","brown yellow":"brown yellow",yellow:"yellow","yellow green":"yellow green","green cyan":"green cyan",cyan:"cyan","cyan blue":"cyan blue","blue purple":"blue purple",purple:"purple","purple magenta":"purple magenta",magenta:"magenta","magenta pink":"magenta pink"},"@react-stately/datepicker":{rangeUnderflow:e=>`Value must be ${e.minValue} or later.`,rangeOverflow:e=>`Value must be ${e.maxValue} or earlier.`,rangeReversed:"Start date must be before end date.",unavailableDate:"Selected date unavailable."}};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-aria",
|
|
3
|
-
"version": "3.33.2-nightly.
|
|
3
|
+
"version": "3.33.2-nightly.4646+ad6e24013",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -37,43 +37,43 @@
|
|
|
37
37
|
"url": "https://github.com/adobe/react-spectrum"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@internationalized/string": "3.2.4-nightly.
|
|
41
|
-
"@react-aria/breadcrumbs": "3.0.0-nightly.
|
|
42
|
-
"@react-aria/button": "3.0.0-nightly.
|
|
43
|
-
"@react-aria/calendar": "3.0.0-nightly.
|
|
44
|
-
"@react-aria/checkbox": "3.0.0-nightly.
|
|
45
|
-
"@react-aria/combobox": "3.9.2-nightly.
|
|
46
|
-
"@react-aria/datepicker": "3.0.0-nightly.
|
|
47
|
-
"@react-aria/dialog": "3.0.0-nightly.
|
|
48
|
-
"@react-aria/dnd": "3.6.2-nightly.
|
|
49
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
50
|
-
"@react-aria/gridlist": "3.8.2-nightly.
|
|
51
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
52
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
53
|
-
"@react-aria/label": "3.0.0-nightly.
|
|
54
|
-
"@react-aria/link": "3.0.0-nightly.
|
|
55
|
-
"@react-aria/listbox": "3.12.2-nightly.
|
|
56
|
-
"@react-aria/menu": "3.14.2-nightly.
|
|
57
|
-
"@react-aria/meter": "3.0.0-nightly.
|
|
58
|
-
"@react-aria/numberfield": "3.0.0-nightly.
|
|
59
|
-
"@react-aria/overlays": "3.0.0-nightly.
|
|
60
|
-
"@react-aria/progress": "3.0.0-nightly.
|
|
61
|
-
"@react-aria/radio": "3.0.0-nightly.
|
|
62
|
-
"@react-aria/searchfield": "3.0.0-nightly.
|
|
63
|
-
"@react-aria/select": "3.14.6-nightly.
|
|
64
|
-
"@react-aria/selection": "3.0.0-nightly.
|
|
65
|
-
"@react-aria/separator": "3.0.0-nightly.
|
|
66
|
-
"@react-aria/slider": "3.7.9-nightly.
|
|
67
|
-
"@react-aria/ssr": "3.9.5-nightly.
|
|
68
|
-
"@react-aria/switch": "3.0.0-nightly.
|
|
69
|
-
"@react-aria/table": "3.14.2-nightly.
|
|
70
|
-
"@react-aria/tabs": "3.9.2-nightly.
|
|
71
|
-
"@react-aria/tag": "3.0.0-nightly.
|
|
72
|
-
"@react-aria/textfield": "3.0.0-nightly.
|
|
73
|
-
"@react-aria/tooltip": "3.0.0-nightly.
|
|
74
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
75
|
-
"@react-aria/visually-hidden": "3.0.0-nightly.
|
|
76
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
40
|
+
"@internationalized/string": "3.2.4-nightly.4646+ad6e24013",
|
|
41
|
+
"@react-aria/breadcrumbs": "3.0.0-nightly.2934+ad6e24013",
|
|
42
|
+
"@react-aria/button": "3.0.0-nightly.2934+ad6e24013",
|
|
43
|
+
"@react-aria/calendar": "3.0.0-nightly.2934+ad6e24013",
|
|
44
|
+
"@react-aria/checkbox": "3.0.0-nightly.2934+ad6e24013",
|
|
45
|
+
"@react-aria/combobox": "3.9.2-nightly.4646+ad6e24013",
|
|
46
|
+
"@react-aria/datepicker": "3.0.0-nightly.2934+ad6e24013",
|
|
47
|
+
"@react-aria/dialog": "3.0.0-nightly.2934+ad6e24013",
|
|
48
|
+
"@react-aria/dnd": "3.6.2-nightly.4646+ad6e24013",
|
|
49
|
+
"@react-aria/focus": "3.0.0-nightly.2934+ad6e24013",
|
|
50
|
+
"@react-aria/gridlist": "3.8.2-nightly.4646+ad6e24013",
|
|
51
|
+
"@react-aria/i18n": "3.0.0-nightly.2934+ad6e24013",
|
|
52
|
+
"@react-aria/interactions": "3.0.0-nightly.2934+ad6e24013",
|
|
53
|
+
"@react-aria/label": "3.0.0-nightly.2934+ad6e24013",
|
|
54
|
+
"@react-aria/link": "3.0.0-nightly.2934+ad6e24013",
|
|
55
|
+
"@react-aria/listbox": "3.12.2-nightly.4646+ad6e24013",
|
|
56
|
+
"@react-aria/menu": "3.14.2-nightly.4646+ad6e24013",
|
|
57
|
+
"@react-aria/meter": "3.0.0-nightly.2934+ad6e24013",
|
|
58
|
+
"@react-aria/numberfield": "3.0.0-nightly.2934+ad6e24013",
|
|
59
|
+
"@react-aria/overlays": "3.0.0-nightly.2934+ad6e24013",
|
|
60
|
+
"@react-aria/progress": "3.0.0-nightly.2934+ad6e24013",
|
|
61
|
+
"@react-aria/radio": "3.0.0-nightly.2934+ad6e24013",
|
|
62
|
+
"@react-aria/searchfield": "3.0.0-nightly.2934+ad6e24013",
|
|
63
|
+
"@react-aria/select": "3.14.6-nightly.4646+ad6e24013",
|
|
64
|
+
"@react-aria/selection": "3.0.0-nightly.2934+ad6e24013",
|
|
65
|
+
"@react-aria/separator": "3.0.0-nightly.2934+ad6e24013",
|
|
66
|
+
"@react-aria/slider": "3.7.9-nightly.4646+ad6e24013",
|
|
67
|
+
"@react-aria/ssr": "3.9.5-nightly.4646+ad6e24013",
|
|
68
|
+
"@react-aria/switch": "3.0.0-nightly.2934+ad6e24013",
|
|
69
|
+
"@react-aria/table": "3.14.2-nightly.4646+ad6e24013",
|
|
70
|
+
"@react-aria/tabs": "3.9.2-nightly.4646+ad6e24013",
|
|
71
|
+
"@react-aria/tag": "3.0.0-nightly.2934+ad6e24013",
|
|
72
|
+
"@react-aria/textfield": "3.0.0-nightly.2934+ad6e24013",
|
|
73
|
+
"@react-aria/tooltip": "3.0.0-nightly.2934+ad6e24013",
|
|
74
|
+
"@react-aria/utils": "3.0.0-nightly.2934+ad6e24013",
|
|
75
|
+
"@react-aria/visually-hidden": "3.0.0-nightly.2934+ad6e24013",
|
|
76
|
+
"@react-types/shared": "3.0.0-nightly.2934+ad6e24013"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "ad6e240135a0f55b45c4e6c63061e486226828c4"
|
|
86
86
|
}
|