arengibook 2.4.577 → 2.4.579

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 (2) hide show
  1. package/dist/index.js +6 -45
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -36007,53 +36007,14 @@ var Dropdown = function Dropdown(_ref) {
36007
36007
  };
36008
36008
 
36009
36009
  var optionsExample = [{
36010
- label: 'Germany',
36011
- code: 'DE',
36012
- items: [{
36013
- label: 'Berlin',
36014
- value: 'Berlin'
36015
- }, {
36016
- label: 'Frankfurt',
36017
- value: 'Frankfurt'
36018
- }, {
36019
- label: 'Hamburg',
36020
- value: 'Hamburg'
36021
- }, {
36022
- label: 'Munich',
36023
- value: 'Munich'
36024
- }]
36010
+ label: 'Option 1',
36011
+ value: '1'
36025
36012
  }, {
36026
- label: 'USA',
36027
- code: 'US',
36028
- items: [{
36029
- label: 'Chicago',
36030
- value: 'Chicago'
36031
- }, {
36032
- label: 'Los Angeles',
36033
- value: 'Los Angeles'
36034
- }, {
36035
- label: 'New York',
36036
- value: 'New York'
36037
- }, {
36038
- label: 'San Francisco',
36039
- value: 'San Francisco'
36040
- }]
36013
+ label: 'Option 2',
36014
+ value: '2'
36041
36015
  }, {
36042
- label: 'Japan',
36043
- code: 'JP',
36044
- items: [{
36045
- label: 'Kyoto',
36046
- value: 'Kyoto'
36047
- }, {
36048
- label: 'Osaka',
36049
- value: 'Osaka'
36050
- }, {
36051
- label: 'Tokyo',
36052
- value: 'Tokyo'
36053
- }, {
36054
- label: 'Yokohama',
36055
- value: 'Yokohama'
36056
- }]
36016
+ label: 'Option 3',
36017
+ value: '3'
36057
36018
  }];
36058
36019
  var DropdownPresets = {
36059
36020
  Default: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.577",
4
+ "version": "2.4.579",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {