@simplybusiness/mobius 10.3.0 → 10.3.2

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/CHANGELOG.md +12 -0
  2. package/dist/cjs/components/AddressLookup/AddressLookup.js +224 -198
  3. package/dist/cjs/components/AddressLookup/AddressLookup.js.map +3 -3
  4. package/dist/cjs/components/AddressLookup/index.js +224 -198
  5. package/dist/cjs/components/AddressLookup/index.js.map +3 -3
  6. package/dist/cjs/components/Alert/Alert.js +37 -11
  7. package/dist/cjs/components/Alert/Alert.js.map +3 -3
  8. package/dist/cjs/components/Alert/index.js +37 -11
  9. package/dist/cjs/components/Alert/index.js.map +3 -3
  10. package/dist/cjs/components/Checkbox/Checkbox.js +199 -173
  11. package/dist/cjs/components/Checkbox/Checkbox.js.map +3 -3
  12. package/dist/cjs/components/Checkbox/CheckboxGroup.js +199 -173
  13. package/dist/cjs/components/Checkbox/CheckboxGroup.js.map +3 -3
  14. package/dist/cjs/components/Checkbox/index.js +199 -173
  15. package/dist/cjs/components/Checkbox/index.js.map +3 -3
  16. package/dist/cjs/components/Combobox/Combobox.js +224 -198
  17. package/dist/cjs/components/Combobox/Combobox.js.map +3 -3
  18. package/dist/cjs/components/Combobox/index.js +224 -198
  19. package/dist/cjs/components/Combobox/index.js.map +3 -3
  20. package/dist/cjs/components/DateField/DateField.js +215 -189
  21. package/dist/cjs/components/DateField/DateField.js.map +3 -3
  22. package/dist/cjs/components/DateField/index.js +215 -189
  23. package/dist/cjs/components/DateField/index.js.map +3 -3
  24. package/dist/cjs/components/ErrorMessage/ErrorMessage.js +199 -173
  25. package/dist/cjs/components/ErrorMessage/ErrorMessage.js.map +3 -3
  26. package/dist/cjs/components/ErrorMessage/index.js +199 -173
  27. package/dist/cjs/components/ErrorMessage/index.js.map +3 -3
  28. package/dist/cjs/components/ExpandableText/ExpandableText.js +196 -170
  29. package/dist/cjs/components/ExpandableText/ExpandableText.js.map +3 -3
  30. package/dist/cjs/components/ExpandableText/index.js +196 -170
  31. package/dist/cjs/components/ExpandableText/index.js.map +3 -3
  32. package/dist/cjs/components/MaskedField/MaskedField.js +215 -189
  33. package/dist/cjs/components/MaskedField/MaskedField.js.map +3 -3
  34. package/dist/cjs/components/MaskedField/index.js +215 -189
  35. package/dist/cjs/components/MaskedField/index.js.map +3 -3
  36. package/dist/cjs/components/NumberField/NumberField.js +215 -189
  37. package/dist/cjs/components/NumberField/NumberField.js.map +3 -3
  38. package/dist/cjs/components/NumberField/index.js +215 -189
  39. package/dist/cjs/components/NumberField/index.js.map +3 -3
  40. package/dist/cjs/components/PasswordField/PasswordField.js +215 -189
  41. package/dist/cjs/components/PasswordField/PasswordField.js.map +3 -3
  42. package/dist/cjs/components/PasswordField/ShowHideButton.js +196 -170
  43. package/dist/cjs/components/PasswordField/ShowHideButton.js.map +3 -3
  44. package/dist/cjs/components/PasswordField/index.js +215 -189
  45. package/dist/cjs/components/PasswordField/index.js.map +3 -3
  46. package/dist/cjs/components/Radio/Radio.js +199 -173
  47. package/dist/cjs/components/Radio/Radio.js.map +3 -3
  48. package/dist/cjs/components/Radio/RadioGroup.js +199 -173
  49. package/dist/cjs/components/Radio/RadioGroup.js.map +3 -3
  50. package/dist/cjs/components/Radio/index.js +199 -173
  51. package/dist/cjs/components/Radio/index.js.map +3 -3
  52. package/dist/cjs/components/Select/Select.js +199 -173
  53. package/dist/cjs/components/Select/Select.js.map +3 -3
  54. package/dist/cjs/components/Select/index.js +199 -173
  55. package/dist/cjs/components/Select/index.js.map +3 -3
  56. package/dist/cjs/components/Text/Text.js +2 -1
  57. package/dist/cjs/components/Text/Text.js.map +2 -2
  58. package/dist/cjs/components/Text/index.js +2 -1
  59. package/dist/cjs/components/Text/index.js.map +2 -2
  60. package/dist/cjs/components/TextArea/TextArea.js +199 -173
  61. package/dist/cjs/components/TextArea/TextArea.js.map +3 -3
  62. package/dist/cjs/components/TextArea/index.js +199 -173
  63. package/dist/cjs/components/TextArea/index.js.map +3 -3
  64. package/dist/cjs/components/TextField/TextField.js +215 -189
  65. package/dist/cjs/components/TextField/TextField.js.map +3 -3
  66. package/dist/cjs/components/TextField/index.js +215 -189
  67. package/dist/cjs/components/TextField/index.js.map +3 -3
  68. package/dist/cjs/components/TextOrHTML/TextOrHTML.js +32 -6
  69. package/dist/cjs/components/TextOrHTML/TextOrHTML.js.map +3 -3
  70. package/dist/cjs/components/TextOrHTML/index.js +32 -6
  71. package/dist/cjs/components/TextOrHTML/index.js.map +3 -3
  72. package/dist/cjs/components/index.js +205 -178
  73. package/dist/cjs/components/index.js.map +3 -3
  74. package/dist/cjs/index.js +205 -178
  75. package/dist/cjs/index.js.map +3 -3
  76. package/dist/cjs/meta.json +299 -119
  77. package/dist/esm/{chunk-ZS5MFZHD.js → chunk-A66R42LG.js} +2 -1
  78. package/dist/esm/{chunk-ZS5MFZHD.js.map → chunk-A66R42LG.js.map} +2 -2
  79. package/dist/esm/chunk-DYTHXKMX.js +67 -0
  80. package/dist/esm/chunk-DYTHXKMX.js.map +7 -0
  81. package/dist/esm/{chunk-QWD72EVP.js → chunk-JNAQ76CR.js} +2 -2
  82. package/dist/esm/{chunk-I6EUIFUJ.js → chunk-W2RQH4WS.js} +2 -2
  83. package/dist/esm/components/AddressLookup/AddressLookup.js +4 -4
  84. package/dist/esm/components/AddressLookup/index.js +4 -4
  85. package/dist/esm/components/Alert/Alert.js +3 -3
  86. package/dist/esm/components/Alert/index.js +3 -3
  87. package/dist/esm/components/Checkbox/Checkbox.js +4 -4
  88. package/dist/esm/components/Checkbox/CheckboxGroup.js +4 -4
  89. package/dist/esm/components/Checkbox/index.js +4 -4
  90. package/dist/esm/components/Combobox/Combobox.js +4 -4
  91. package/dist/esm/components/Combobox/index.js +4 -4
  92. package/dist/esm/components/DateField/DateField.js +4 -4
  93. package/dist/esm/components/DateField/index.js +4 -4
  94. package/dist/esm/components/ErrorMessage/ErrorMessage.js +4 -4
  95. package/dist/esm/components/ErrorMessage/index.js +4 -4
  96. package/dist/esm/components/ExpandableText/ExpandableText.js +4 -4
  97. package/dist/esm/components/ExpandableText/index.js +4 -4
  98. package/dist/esm/components/MaskedField/MaskedField.js +4 -4
  99. package/dist/esm/components/MaskedField/index.js +4 -4
  100. package/dist/esm/components/NumberField/NumberField.js +4 -4
  101. package/dist/esm/components/NumberField/index.js +4 -4
  102. package/dist/esm/components/PasswordField/PasswordField.js +4 -4
  103. package/dist/esm/components/PasswordField/ShowHideButton.js +4 -4
  104. package/dist/esm/components/PasswordField/index.js +4 -4
  105. package/dist/esm/components/Radio/Radio.js +4 -4
  106. package/dist/esm/components/Radio/RadioGroup.js +4 -4
  107. package/dist/esm/components/Radio/index.js +4 -4
  108. package/dist/esm/components/Select/Select.js +4 -4
  109. package/dist/esm/components/Select/index.js +4 -4
  110. package/dist/esm/components/Text/Text.js +5 -3
  111. package/dist/esm/components/Text/index.js +5 -3
  112. package/dist/esm/components/TextArea/TextArea.js +4 -4
  113. package/dist/esm/components/TextArea/index.js +4 -4
  114. package/dist/esm/components/TextField/TextField.js +4 -4
  115. package/dist/esm/components/TextField/index.js +4 -4
  116. package/dist/esm/components/TextOrHTML/TextOrHTML.js +2 -2
  117. package/dist/esm/components/TextOrHTML/index.js +2 -2
  118. package/dist/esm/components/index.js +7 -5
  119. package/dist/esm/index.js +7 -5
  120. package/dist/esm/meta.json +176 -161
  121. package/dist/tsconfig.build.tsbuildinfo +1 -1
  122. package/dist/types/components/Text/Text.d.ts +1 -0
  123. package/package.json +1 -1
  124. package/src/components/Table/Table.test.tsx +2 -5
  125. package/src/components/Text/Text.test.tsx +3 -4
  126. package/src/components/Text/Text.tsx +1 -1
  127. package/src/components/TextOrHTML/TextOrHTML.test.tsx +54 -3
  128. package/src/components/TextOrHTML/TextOrHTML.tsx +46 -9
  129. package/dist/esm/chunk-VIDKIVA6.js +0 -40
  130. package/dist/esm/chunk-VIDKIVA6.js.map +0 -7
  131. /package/dist/esm/{chunk-QWD72EVP.js.map → chunk-JNAQ76CR.js.map} +0 -0
  132. /package/dist/esm/{chunk-I6EUIFUJ.js.map → chunk-W2RQH4WS.js.map} +0 -0
@@ -1092,7 +1092,7 @@
1092
1092
  "format": "esm"
1093
1093
  },
1094
1094
  "src/components/Text/Text.tsx": {
1095
- "bytes": 1845,
1095
+ "bytes": 1852,
1096
1096
  "imports": [
1097
1097
  {
1098
1098
  "path": "classnames/dedupe",
@@ -1113,8 +1113,13 @@
1113
1113
  "format": "esm"
1114
1114
  },
1115
1115
  "src/components/TextOrHTML/TextOrHTML.tsx": {
1116
- "bytes": 1885,
1116
+ "bytes": 3053,
1117
1117
  "imports": [
1118
+ {
1119
+ "path": "classnames/dedupe",
1120
+ "kind": "import-statement",
1121
+ "external": true
1122
+ },
1118
1123
  {
1119
1124
  "path": "react",
1120
1125
  "kind": "import-statement",
@@ -3862,7 +3867,7 @@
3862
3867
  "imports": [],
3863
3868
  "exports": [],
3864
3869
  "inputs": {},
3865
- "bytes": 360866
3870
+ "bytes": 362767
3866
3871
  },
3867
3872
  "dist/cjs/index.js": {
3868
3873
  "imports": [
@@ -4191,6 +4196,11 @@
4191
4196
  "kind": "require-call",
4192
4197
  "external": true
4193
4198
  },
4199
+ {
4200
+ "path": "classnames/dedupe",
4201
+ "kind": "require-call",
4202
+ "external": true
4203
+ },
4194
4204
  {
4195
4205
  "path": "react",
4196
4206
  "kind": "require-call",
@@ -5332,7 +5342,7 @@
5332
5342
  "bytesInOutput": 1198
5333
5343
  },
5334
5344
  "src/components/TextOrHTML/TextOrHTML.tsx": {
5335
- "bytesInOutput": 1326
5345
+ "bytesInOutput": 2505
5336
5346
  },
5337
5347
  "src/components/TextOrHTML/index.tsx": {
5338
5348
  "bytesInOutput": 124
@@ -5674,10 +5684,10 @@
5674
5684
  "bytesInOutput": 149
5675
5685
  },
5676
5686
  "src/index.tsx": {
5677
- "bytesInOutput": 2405
5687
+ "bytesInOutput": 2445
5678
5688
  }
5679
5689
  },
5680
- "bytes": 221526
5690
+ "bytes": 222745
5681
5691
  },
5682
5692
  "dist/cjs/utils/changeCSS.js.map": {
5683
5693
  "imports": [],
@@ -6607,7 +6617,7 @@
6607
6617
  "imports": [],
6608
6618
  "exports": [],
6609
6619
  "inputs": {},
6610
- "bytes": 361375
6620
+ "bytes": 363276
6611
6621
  },
6612
6622
  "dist/cjs/components/index.js": {
6613
6623
  "imports": [
@@ -6936,6 +6946,11 @@
6936
6946
  "kind": "require-call",
6937
6947
  "external": true
6938
6948
  },
6949
+ {
6950
+ "path": "classnames/dedupe",
6951
+ "kind": "require-call",
6952
+ "external": true
6953
+ },
6939
6954
  {
6940
6955
  "path": "react",
6941
6956
  "kind": "require-call",
@@ -8095,7 +8110,7 @@
8095
8110
  "bytesInOutput": 1198
8096
8111
  },
8097
8112
  "src/components/TextOrHTML/TextOrHTML.tsx": {
8098
- "bytesInOutput": 1326
8113
+ "bytesInOutput": 2505
8099
8114
  },
8100
8115
  "src/components/TextOrHTML/index.tsx": {
8101
8116
  "bytesInOutput": 124
@@ -8419,10 +8434,10 @@
8419
8434
  "bytesInOutput": 1118
8420
8435
  },
8421
8436
  "src/components/index.tsx": {
8422
- "bytesInOutput": 3151
8437
+ "bytesInOutput": 3191
8423
8438
  }
8424
8439
  },
8425
- "bytes": 221248
8440
+ "bytes": 222467
8426
8441
  },
8427
8442
  "dist/cjs/components/VisuallyHidden/VisuallyHidden.js.map": {
8428
8443
  "imports": [],
@@ -8979,10 +8994,15 @@
8979
8994
  "imports": [],
8980
8995
  "exports": [],
8981
8996
  "inputs": {},
8982
- "bytes": 5355
8997
+ "bytes": 7225
8983
8998
  },
8984
8999
  "dist/cjs/components/TextOrHTML/TextOrHTML.js": {
8985
9000
  "imports": [
9001
+ {
9002
+ "path": "classnames/dedupe",
9003
+ "kind": "require-call",
9004
+ "external": true
9005
+ },
8986
9006
  {
8987
9007
  "path": "react",
8988
9008
  "kind": "require-call",
@@ -9013,22 +9033,27 @@
9013
9033
  "entryPoint": "src/components/TextOrHTML/TextOrHTML.tsx",
9014
9034
  "inputs": {
9015
9035
  "src/components/TextOrHTML/TextOrHTML.tsx": {
9016
- "bytesInOutput": 1177
9036
+ "bytesInOutput": 2206
9017
9037
  },
9018
9038
  "src/components/Text/Text.tsx": {
9019
9039
  "bytesInOutput": 941
9020
9040
  }
9021
9041
  },
9022
- "bytes": 3676
9042
+ "bytes": 4705
9023
9043
  },
9024
9044
  "dist/cjs/components/TextOrHTML/index.js.map": {
9025
9045
  "imports": [],
9026
9046
  "exports": [],
9027
9047
  "inputs": {},
9028
- "bytes": 5445
9048
+ "bytes": 7315
9029
9049
  },
9030
9050
  "dist/cjs/components/TextOrHTML/index.js": {
9031
9051
  "imports": [
9052
+ {
9053
+ "path": "classnames/dedupe",
9054
+ "kind": "require-call",
9055
+ "external": true
9056
+ },
9032
9057
  {
9033
9058
  "path": "react",
9034
9059
  "kind": "require-call",
@@ -9062,13 +9087,13 @@
9062
9087
  "bytesInOutput": 146
9063
9088
  },
9064
9089
  "src/components/TextOrHTML/TextOrHTML.tsx": {
9065
- "bytesInOutput": 1031
9090
+ "bytesInOutput": 2060
9066
9091
  },
9067
9092
  "src/components/Text/Text.tsx": {
9068
9093
  "bytesInOutput": 941
9069
9094
  }
9070
9095
  },
9071
- "bytes": 3711
9096
+ "bytes": 4740
9072
9097
  },
9073
9098
  "dist/cjs/components/TextField/adornmentWithClassName.js.map": {
9074
9099
  "imports": [],
@@ -9102,7 +9127,7 @@
9102
9127
  "imports": [],
9103
9128
  "exports": [],
9104
9129
  "inputs": {},
9105
- "bytes": 340796
9130
+ "bytes": 342692
9106
9131
  },
9107
9132
  "dist/cjs/components/TextField/TextField.js": {
9108
9133
  "imports": [
@@ -9356,6 +9381,11 @@
9356
9381
  "kind": "require-call",
9357
9382
  "external": true
9358
9383
  },
9384
+ {
9385
+ "path": "classnames/dedupe",
9386
+ "kind": "require-call",
9387
+ "external": true
9388
+ },
9359
9389
  {
9360
9390
  "path": "react",
9361
9391
  "kind": "require-call",
@@ -10500,7 +10530,7 @@
10500
10530
  "bytesInOutput": 1198
10501
10531
  },
10502
10532
  "src/components/TextOrHTML/TextOrHTML.tsx": {
10503
- "bytesInOutput": 1326
10533
+ "bytesInOutput": 2505
10504
10534
  },
10505
10535
  "src/components/TextOrHTML/index.tsx": {
10506
10536
  "bytesInOutput": 124
@@ -10854,13 +10884,13 @@
10854
10884
  "bytesInOutput": 4087
10855
10885
  }
10856
10886
  },
10857
- "bytes": 195654
10887
+ "bytes": 196833
10858
10888
  },
10859
10889
  "dist/cjs/components/TextField/index.js.map": {
10860
10890
  "imports": [],
10861
10891
  "exports": [],
10862
10892
  "inputs": {},
10863
- "bytes": 340945
10893
+ "bytes": 342841
10864
10894
  },
10865
10895
  "dist/cjs/components/TextField/index.js": {
10866
10896
  "imports": [
@@ -11114,6 +11144,11 @@
11114
11144
  "kind": "require-call",
11115
11145
  "external": true
11116
11146
  },
11147
+ {
11148
+ "path": "classnames/dedupe",
11149
+ "kind": "require-call",
11150
+ "external": true
11151
+ },
11117
11152
  {
11118
11153
  "path": "react",
11119
11154
  "kind": "require-call",
@@ -12255,7 +12290,7 @@
12255
12290
  "bytesInOutput": 1198
12256
12291
  },
12257
12292
  "src/components/TextOrHTML/TextOrHTML.tsx": {
12258
- "bytesInOutput": 1326
12293
+ "bytesInOutput": 2505
12259
12294
  },
12260
12295
  "src/components/TextOrHTML/index.tsx": {
12261
12296
  "bytesInOutput": 124
@@ -12612,7 +12647,7 @@
12612
12647
  "bytesInOutput": 244
12613
12648
  }
12614
12649
  },
12615
- "bytes": 195660
12650
+ "bytes": 196839
12616
12651
  },
12617
12652
  "dist/cjs/components/TextAreaInput/TextAreaInput.js.map": {
12618
12653
  "imports": [],
@@ -12677,7 +12712,7 @@
12677
12712
  "imports": [],
12678
12713
  "exports": [],
12679
12714
  "inputs": {},
12680
- "bytes": 340913
12715
+ "bytes": 342809
12681
12716
  },
12682
12717
  "dist/cjs/components/TextArea/TextArea.js": {
12683
12718
  "imports": [
@@ -12986,6 +13021,11 @@
12986
13021
  "kind": "require-call",
12987
13022
  "external": true
12988
13023
  },
13024
+ {
13025
+ "path": "classnames/dedupe",
13026
+ "kind": "require-call",
13027
+ "external": true
13028
+ },
12989
13029
  {
12990
13030
  "path": "react",
12991
13031
  "kind": "require-call",
@@ -14093,7 +14133,7 @@
14093
14133
  "bytesInOutput": 1198
14094
14134
  },
14095
14135
  "src/components/TextOrHTML/TextOrHTML.tsx": {
14096
- "bytesInOutput": 1326
14136
+ "bytesInOutput": 2505
14097
14137
  },
14098
14138
  "src/components/TextOrHTML/index.tsx": {
14099
14139
  "bytesInOutput": 124
@@ -14429,13 +14469,13 @@
14429
14469
  "bytesInOutput": 2006
14430
14470
  }
14431
14471
  },
14432
- "bytes": 195654
14472
+ "bytes": 196833
14433
14473
  },
14434
14474
  "dist/cjs/components/TextArea/index.js.map": {
14435
14475
  "imports": [],
14436
14476
  "exports": [],
14437
14477
  "inputs": {},
14438
- "bytes": 340919
14478
+ "bytes": 342815
14439
14479
  },
14440
14480
  "dist/cjs/components/TextArea/index.js": {
14441
14481
  "imports": [
@@ -14744,6 +14784,11 @@
14744
14784
  "kind": "require-call",
14745
14785
  "external": true
14746
14786
  },
14787
+ {
14788
+ "path": "classnames/dedupe",
14789
+ "kind": "require-call",
14790
+ "external": true
14791
+ },
14747
14792
  {
14748
14793
  "path": "react",
14749
14794
  "kind": "require-call",
@@ -15851,7 +15896,7 @@
15851
15896
  "bytesInOutput": 1198
15852
15897
  },
15853
15898
  "src/components/TextOrHTML/TextOrHTML.tsx": {
15854
- "bytesInOutput": 1326
15899
+ "bytesInOutput": 2505
15855
15900
  },
15856
15901
  "src/components/TextOrHTML/index.tsx": {
15857
15902
  "bytesInOutput": 124
@@ -16187,13 +16232,13 @@
16187
16232
  "bytesInOutput": 236
16188
16233
  }
16189
16234
  },
16190
- "bytes": 195655
16235
+ "bytes": 196834
16191
16236
  },
16192
16237
  "dist/cjs/components/Text/Text.js.map": {
16193
16238
  "imports": [],
16194
16239
  "exports": [],
16195
16240
  "inputs": {},
16196
- "bytes": 2740
16241
+ "bytes": 2752
16197
16242
  },
16198
16243
  "dist/cjs/components/Text/Text.js": {
16199
16244
  "imports": [
@@ -16217,16 +16262,16 @@
16217
16262
  "entryPoint": "src/components/Text/Text.tsx",
16218
16263
  "inputs": {
16219
16264
  "src/components/Text/Text.tsx": {
16220
- "bytesInOutput": 1057
16265
+ "bytesInOutput": 1097
16221
16266
  }
16222
16267
  },
16223
- "bytes": 2519
16268
+ "bytes": 2559
16224
16269
  },
16225
16270
  "dist/cjs/components/Text/index.js.map": {
16226
16271
  "imports": [],
16227
16272
  "exports": [],
16228
16273
  "inputs": {},
16229
- "bytes": 2818
16274
+ "bytes": 2830
16230
16275
  },
16231
16276
  "dist/cjs/components/Text/index.js": {
16232
16277
  "imports": [
@@ -16250,13 +16295,13 @@
16250
16295
  "entryPoint": "src/components/Text/index.tsx",
16251
16296
  "inputs": {
16252
16297
  "src/components/Text/index.tsx": {
16253
- "bytesInOutput": 116
16298
+ "bytesInOutput": 156
16254
16299
  },
16255
16300
  "src/components/Text/Text.tsx": {
16256
16301
  "bytesInOutput": 941
16257
16302
  }
16258
16303
  },
16259
- "bytes": 2554
16304
+ "bytes": 2594
16260
16305
  },
16261
16306
  "dist/cjs/components/Table/Body.js.map": {
16262
16307
  "imports": [],
@@ -16911,7 +16956,7 @@
16911
16956
  "imports": [],
16912
16957
  "exports": [],
16913
16958
  "inputs": {},
16914
- "bytes": 340913
16959
+ "bytes": 342809
16915
16960
  },
16916
16961
  "dist/cjs/components/Select/Select.js": {
16917
16962
  "imports": [
@@ -17220,6 +17265,11 @@
17220
17265
  "kind": "require-call",
17221
17266
  "external": true
17222
17267
  },
17268
+ {
17269
+ "path": "classnames/dedupe",
17270
+ "kind": "require-call",
17271
+ "external": true
17272
+ },
17223
17273
  {
17224
17274
  "path": "react",
17225
17275
  "kind": "require-call",
@@ -18327,7 +18377,7 @@
18327
18377
  "bytesInOutput": 1198
18328
18378
  },
18329
18379
  "src/components/TextOrHTML/TextOrHTML.tsx": {
18330
- "bytesInOutput": 1326
18380
+ "bytesInOutput": 2505
18331
18381
  },
18332
18382
  "src/components/TextOrHTML/index.tsx": {
18333
18383
  "bytesInOutput": 124
@@ -18663,13 +18713,13 @@
18663
18713
  "bytesInOutput": 3603
18664
18714
  }
18665
18715
  },
18666
- "bytes": 195640
18716
+ "bytes": 196819
18667
18717
  },
18668
18718
  "dist/cjs/components/Select/index.js.map": {
18669
18719
  "imports": [],
18670
18720
  "exports": [],
18671
18721
  "inputs": {},
18672
- "bytes": 340919
18722
+ "bytes": 342815
18673
18723
  },
18674
18724
  "dist/cjs/components/Select/index.js": {
18675
18725
  "imports": [
@@ -18978,6 +19028,11 @@
18978
19028
  "kind": "require-call",
18979
19029
  "external": true
18980
19030
  },
19031
+ {
19032
+ "path": "classnames/dedupe",
19033
+ "kind": "require-call",
19034
+ "external": true
19035
+ },
18981
19036
  {
18982
19037
  "path": "react",
18983
19038
  "kind": "require-call",
@@ -20085,7 +20140,7 @@
20085
20140
  "bytesInOutput": 1198
20086
20141
  },
20087
20142
  "src/components/TextOrHTML/TextOrHTML.tsx": {
20088
- "bytesInOutput": 1326
20143
+ "bytesInOutput": 2505
20089
20144
  },
20090
20145
  "src/components/TextOrHTML/index.tsx": {
20091
20146
  "bytesInOutput": 124
@@ -20421,7 +20476,7 @@
20421
20476
  "bytesInOutput": 220
20422
20477
  }
20423
20478
  },
20424
- "bytes": 195643
20479
+ "bytes": 196822
20425
20480
  },
20426
20481
  "dist/cjs/components/Segment/Segment.js.map": {
20427
20482
  "imports": [],
@@ -20606,7 +20661,7 @@
20606
20661
  "imports": [],
20607
20662
  "exports": [],
20608
20663
  "inputs": {},
20609
- "bytes": 340913
20664
+ "bytes": 342809
20610
20665
  },
20611
20666
  "dist/cjs/components/Radio/Radio.js": {
20612
20667
  "imports": [
@@ -20915,6 +20970,11 @@
20915
20970
  "kind": "require-call",
20916
20971
  "external": true
20917
20972
  },
20973
+ {
20974
+ "path": "classnames/dedupe",
20975
+ "kind": "require-call",
20976
+ "external": true
20977
+ },
20918
20978
  {
20919
20979
  "path": "react",
20920
20980
  "kind": "require-call",
@@ -22022,7 +22082,7 @@
22022
22082
  "bytesInOutput": 1198
22023
22083
  },
22024
22084
  "src/components/TextOrHTML/TextOrHTML.tsx": {
22025
- "bytesInOutput": 1326
22085
+ "bytesInOutput": 2505
22026
22086
  },
22027
22087
  "src/components/TextOrHTML/index.tsx": {
22028
22088
  "bytesInOutput": 124
@@ -22358,13 +22418,13 @@
22358
22418
  "bytesInOutput": 5428
22359
22419
  }
22360
22420
  },
22361
- "bytes": 195636
22421
+ "bytes": 196815
22362
22422
  },
22363
22423
  "dist/cjs/components/Radio/RadioGroup.js.map": {
22364
22424
  "imports": [],
22365
22425
  "exports": [],
22366
22426
  "inputs": {},
22367
- "bytes": 340913
22427
+ "bytes": 342809
22368
22428
  },
22369
22429
  "dist/cjs/components/Radio/RadioGroup.js": {
22370
22430
  "imports": [
@@ -22673,6 +22733,11 @@
22673
22733
  "kind": "require-call",
22674
22734
  "external": true
22675
22735
  },
22736
+ {
22737
+ "path": "classnames/dedupe",
22738
+ "kind": "require-call",
22739
+ "external": true
22740
+ },
22676
22741
  {
22677
22742
  "path": "react",
22678
22743
  "kind": "require-call",
@@ -23780,7 +23845,7 @@
23780
23845
  "bytesInOutput": 1198
23781
23846
  },
23782
23847
  "src/components/TextOrHTML/TextOrHTML.tsx": {
23783
- "bytesInOutput": 1326
23848
+ "bytesInOutput": 2505
23784
23849
  },
23785
23850
  "src/components/TextOrHTML/index.tsx": {
23786
23851
  "bytesInOutput": 124
@@ -24116,13 +24181,13 @@
24116
24181
  "bytesInOutput": 5530
24117
24182
  }
24118
24183
  },
24119
- "bytes": 195667
24184
+ "bytes": 196846
24120
24185
  },
24121
24186
  "dist/cjs/components/Radio/index.js.map": {
24122
24187
  "imports": [],
24123
24188
  "exports": [],
24124
24189
  "inputs": {},
24125
- "bytes": 340924
24190
+ "bytes": 342820
24126
24191
  },
24127
24192
  "dist/cjs/components/Radio/index.js": {
24128
24193
  "imports": [
@@ -24431,6 +24496,11 @@
24431
24496
  "kind": "require-call",
24432
24497
  "external": true
24433
24498
  },
24499
+ {
24500
+ "path": "classnames/dedupe",
24501
+ "kind": "require-call",
24502
+ "external": true
24503
+ },
24434
24504
  {
24435
24505
  "path": "react",
24436
24506
  "kind": "require-call",
@@ -25538,7 +25608,7 @@
25538
25608
  "bytesInOutput": 1198
25539
25609
  },
25540
25610
  "src/components/TextOrHTML/TextOrHTML.tsx": {
25541
- "bytesInOutput": 1326
25611
+ "bytesInOutput": 2505
25542
25612
  },
25543
25613
  "src/components/TextOrHTML/index.tsx": {
25544
25614
  "bytesInOutput": 124
@@ -25874,7 +25944,7 @@
25874
25944
  "bytesInOutput": 267
25875
25945
  }
25876
25946
  },
25877
- "bytes": 195672
25947
+ "bytes": 196851
25878
25948
  },
25879
25949
  "dist/cjs/components/Progress/Progress.js.map": {
25880
25950
  "imports": [],
@@ -26276,7 +26346,7 @@
26276
26346
  "imports": [],
26277
26347
  "exports": [],
26278
26348
  "inputs": {},
26279
- "bytes": 340939
26349
+ "bytes": 342835
26280
26350
  },
26281
26351
  "dist/cjs/components/PasswordField/PasswordField.js": {
26282
26352
  "imports": [
@@ -26530,6 +26600,11 @@
26530
26600
  "kind": "require-call",
26531
26601
  "external": true
26532
26602
  },
26603
+ {
26604
+ "path": "classnames/dedupe",
26605
+ "kind": "require-call",
26606
+ "external": true
26607
+ },
26533
26608
  {
26534
26609
  "path": "react",
26535
26610
  "kind": "require-call",
@@ -27671,7 +27746,7 @@
27671
27746
  "bytesInOutput": 1198
27672
27747
  },
27673
27748
  "src/components/TextOrHTML/TextOrHTML.tsx": {
27674
- "bytesInOutput": 1326
27749
+ "bytesInOutput": 2505
27675
27750
  },
27676
27751
  "src/components/TextOrHTML/index.tsx": {
27677
27752
  "bytesInOutput": 124
@@ -28028,13 +28103,13 @@
28028
28103
  "bytesInOutput": 1964
28029
28104
  }
28030
28105
  },
28031
- "bytes": 195688
28106
+ "bytes": 196867
28032
28107
  },
28033
28108
  "dist/cjs/components/PasswordField/ShowHideButton.js.map": {
28034
28109
  "imports": [],
28035
28110
  "exports": [],
28036
28111
  "inputs": {},
28037
- "bytes": 340888
28112
+ "bytes": 342784
28038
28113
  },
28039
28114
  "dist/cjs/components/PasswordField/ShowHideButton.js": {
28040
28115
  "imports": [
@@ -28363,6 +28438,11 @@
28363
28438
  "kind": "require-call",
28364
28439
  "external": true
28365
28440
  },
28441
+ {
28442
+ "path": "classnames/dedupe",
28443
+ "kind": "require-call",
28444
+ "external": true
28445
+ },
28366
28446
  {
28367
28447
  "path": "react",
28368
28448
  "kind": "require-call",
@@ -29456,7 +29536,7 @@
29456
29536
  "bytesInOutput": 1198
29457
29537
  },
29458
29538
  "src/components/TextOrHTML/TextOrHTML.tsx": {
29459
- "bytesInOutput": 1326
29539
+ "bytesInOutput": 2505
29460
29540
  },
29461
29541
  "src/components/TextOrHTML/index.tsx": {
29462
29542
  "bytesInOutput": 124
@@ -29786,13 +29866,13 @@
29786
29866
  "bytesInOutput": 1032
29787
29867
  }
29788
29868
  },
29789
- "bytes": 195704
29869
+ "bytes": 196883
29790
29870
  },
29791
29871
  "dist/cjs/components/PasswordField/index.js.map": {
29792
29872
  "imports": [],
29793
29873
  "exports": [],
29794
29874
  "inputs": {},
29795
- "bytes": 340945
29875
+ "bytes": 342841
29796
29876
  },
29797
29877
  "dist/cjs/components/PasswordField/index.js": {
29798
29878
  "imports": [
@@ -30046,6 +30126,11 @@
30046
30126
  "kind": "require-call",
30047
30127
  "external": true
30048
30128
  },
30129
+ {
30130
+ "path": "classnames/dedupe",
30131
+ "kind": "require-call",
30132
+ "external": true
30133
+ },
30049
30134
  {
30050
30135
  "path": "react",
30051
30136
  "kind": "require-call",
@@ -31187,7 +31272,7 @@
31187
31272
  "bytesInOutput": 1198
31188
31273
  },
31189
31274
  "src/components/TextOrHTML/TextOrHTML.tsx": {
31190
- "bytesInOutput": 1326
31275
+ "bytesInOutput": 2505
31191
31276
  },
31192
31277
  "src/components/TextOrHTML/index.tsx": {
31193
31278
  "bytesInOutput": 124
@@ -31544,7 +31629,7 @@
31544
31629
  "bytesInOutput": 276
31545
31630
  }
31546
31631
  },
31547
- "bytes": 195684
31632
+ "bytes": 196863
31548
31633
  },
31549
31634
  "dist/cjs/components/Option/Option.js.map": {
31550
31635
  "imports": [],
@@ -31599,7 +31684,7 @@
31599
31684
  "imports": [],
31600
31685
  "exports": [],
31601
31686
  "inputs": {},
31602
- "bytes": 340939
31687
+ "bytes": 342835
31603
31688
  },
31604
31689
  "dist/cjs/components/NumberField/NumberField.js": {
31605
31690
  "imports": [
@@ -31853,6 +31938,11 @@
31853
31938
  "kind": "require-call",
31854
31939
  "external": true
31855
31940
  },
31941
+ {
31942
+ "path": "classnames/dedupe",
31943
+ "kind": "require-call",
31944
+ "external": true
31945
+ },
31856
31946
  {
31857
31947
  "path": "react",
31858
31948
  "kind": "require-call",
@@ -32994,7 +33084,7 @@
32994
33084
  "bytesInOutput": 1198
32995
33085
  },
32996
33086
  "src/components/TextOrHTML/TextOrHTML.tsx": {
32997
- "bytesInOutput": 1326
33087
+ "bytesInOutput": 2505
32998
33088
  },
32999
33089
  "src/components/TextOrHTML/index.tsx": {
33000
33090
  "bytesInOutput": 124
@@ -33351,13 +33441,13 @@
33351
33441
  "bytesInOutput": 3514
33352
33442
  }
33353
33443
  },
33354
- "bytes": 195674
33444
+ "bytes": 196853
33355
33445
  },
33356
33446
  "dist/cjs/components/NumberField/index.js.map": {
33357
33447
  "imports": [],
33358
33448
  "exports": [],
33359
33449
  "inputs": {},
33360
- "bytes": 340945
33450
+ "bytes": 342841
33361
33451
  },
33362
33452
  "dist/cjs/components/NumberField/index.js": {
33363
33453
  "imports": [
@@ -33611,6 +33701,11 @@
33611
33701
  "kind": "require-call",
33612
33702
  "external": true
33613
33703
  },
33704
+ {
33705
+ "path": "classnames/dedupe",
33706
+ "kind": "require-call",
33707
+ "external": true
33708
+ },
33614
33709
  {
33615
33710
  "path": "react",
33616
33711
  "kind": "require-call",
@@ -34752,7 +34847,7 @@
34752
34847
  "bytesInOutput": 1198
34753
34848
  },
34754
34849
  "src/components/TextOrHTML/TextOrHTML.tsx": {
34755
- "bytesInOutput": 1326
34850
+ "bytesInOutput": 2505
34756
34851
  },
34757
34852
  "src/components/TextOrHTML/index.tsx": {
34758
34853
  "bytesInOutput": 124
@@ -35109,7 +35204,7 @@
35109
35204
  "bytesInOutput": 260
35110
35205
  }
35111
35206
  },
35112
- "bytes": 195672
35207
+ "bytes": 196851
35113
35208
  },
35114
35209
  "dist/cjs/components/Modal/types.js.map": {
35115
35210
  "imports": [],
@@ -35607,7 +35702,7 @@
35607
35702
  "imports": [],
35608
35703
  "exports": [],
35609
35704
  "inputs": {},
35610
- "bytes": 340901
35705
+ "bytes": 342797
35611
35706
  },
35612
35707
  "dist/cjs/components/MaskedField/MaskedField.js": {
35613
35708
  "imports": [
@@ -35861,6 +35956,11 @@
35861
35956
  "kind": "require-call",
35862
35957
  "external": true
35863
35958
  },
35959
+ {
35960
+ "path": "classnames/dedupe",
35961
+ "kind": "require-call",
35962
+ "external": true
35963
+ },
35864
35964
  {
35865
35965
  "path": "react",
35866
35966
  "kind": "require-call",
@@ -37002,7 +37102,7 @@
37002
37102
  "bytesInOutput": 1198
37003
37103
  },
37004
37104
  "src/components/TextOrHTML/TextOrHTML.tsx": {
37005
- "bytesInOutput": 1326
37105
+ "bytesInOutput": 2505
37006
37106
  },
37007
37107
  "src/components/TextOrHTML/index.tsx": {
37008
37108
  "bytesInOutput": 124
@@ -37359,13 +37459,13 @@
37359
37459
  "bytesInOutput": 4677
37360
37460
  }
37361
37461
  },
37362
- "bytes": 195577
37462
+ "bytes": 196756
37363
37463
  },
37364
37464
  "dist/cjs/components/MaskedField/index.js.map": {
37365
37465
  "imports": [],
37366
37466
  "exports": [],
37367
37467
  "inputs": {},
37368
- "bytes": 341000
37468
+ "bytes": 342896
37369
37469
  },
37370
37470
  "dist/cjs/components/MaskedField/index.js": {
37371
37471
  "imports": [
@@ -37619,6 +37719,11 @@
37619
37719
  "kind": "require-call",
37620
37720
  "external": true
37621
37721
  },
37722
+ {
37723
+ "path": "classnames/dedupe",
37724
+ "kind": "require-call",
37725
+ "external": true
37726
+ },
37622
37727
  {
37623
37728
  "path": "react",
37624
37729
  "kind": "require-call",
@@ -38760,7 +38865,7 @@
38760
38865
  "bytesInOutput": 1198
38761
38866
  },
38762
38867
  "src/components/TextOrHTML/TextOrHTML.tsx": {
38763
- "bytesInOutput": 1326
38868
+ "bytesInOutput": 2505
38764
38869
  },
38765
38870
  "src/components/TextOrHTML/index.tsx": {
38766
38871
  "bytesInOutput": 124
@@ -39117,7 +39222,7 @@
39117
39222
  "bytesInOutput": 1237
39118
39223
  }
39119
39224
  },
39120
- "bytes": 195672
39225
+ "bytes": 196851
39121
39226
  },
39122
39227
  "dist/cjs/components/Logo/Logo.js.map": {
39123
39228
  "imports": [],
@@ -40323,7 +40428,7 @@
40323
40428
  "imports": [],
40324
40429
  "exports": [],
40325
40430
  "inputs": {},
40326
- "bytes": 340883
40431
+ "bytes": 342779
40327
40432
  },
40328
40433
  "dist/cjs/components/ExpandableText/ExpandableText.js": {
40329
40434
  "imports": [
@@ -40652,6 +40757,11 @@
40652
40757
  "kind": "require-call",
40653
40758
  "external": true
40654
40759
  },
40760
+ {
40761
+ "path": "classnames/dedupe",
40762
+ "kind": "require-call",
40763
+ "external": true
40764
+ },
40655
40765
  {
40656
40766
  "path": "react",
40657
40767
  "kind": "require-call",
@@ -41745,7 +41855,7 @@
41745
41855
  "bytesInOutput": 1198
41746
41856
  },
41747
41857
  "src/components/TextOrHTML/TextOrHTML.tsx": {
41748
- "bytesInOutput": 1326
41858
+ "bytesInOutput": 2505
41749
41859
  },
41750
41860
  "src/components/TextOrHTML/index.tsx": {
41751
41861
  "bytesInOutput": 124
@@ -42075,13 +42185,13 @@
42075
42185
  "bytesInOutput": 3777
42076
42186
  }
42077
42187
  },
42078
- "bytes": 195701
42188
+ "bytes": 196880
42079
42189
  },
42080
42190
  "dist/cjs/components/ExpandableText/index.js.map": {
42081
42191
  "imports": [],
42082
42192
  "exports": [],
42083
42193
  "inputs": {},
42084
- "bytes": 340889
42194
+ "bytes": 342785
42085
42195
  },
42086
42196
  "dist/cjs/components/ExpandableText/index.js": {
42087
42197
  "imports": [
@@ -42410,6 +42520,11 @@
42410
42520
  "kind": "require-call",
42411
42521
  "external": true
42412
42522
  },
42523
+ {
42524
+ "path": "classnames/dedupe",
42525
+ "kind": "require-call",
42526
+ "external": true
42527
+ },
42413
42528
  {
42414
42529
  "path": "react",
42415
42530
  "kind": "require-call",
@@ -43503,7 +43618,7 @@
43503
43618
  "bytesInOutput": 1198
43504
43619
  },
43505
43620
  "src/components/TextOrHTML/TextOrHTML.tsx": {
43506
- "bytesInOutput": 1326
43621
+ "bytesInOutput": 2505
43507
43622
  },
43508
43623
  "src/components/TextOrHTML/index.tsx": {
43509
43624
  "bytesInOutput": 124
@@ -43833,13 +43948,13 @@
43833
43948
  "bytesInOutput": 284
43834
43949
  }
43835
43950
  },
43836
- "bytes": 195696
43951
+ "bytes": 196875
43837
43952
  },
43838
43953
  "dist/cjs/components/ErrorMessage/ErrorMessage.js.map": {
43839
43954
  "imports": [],
43840
43955
  "exports": [],
43841
43956
  "inputs": {},
43842
- "bytes": 340728
43957
+ "bytes": 342624
43843
43958
  },
43844
43959
  "dist/cjs/components/ErrorMessage/ErrorMessage.js": {
43845
43960
  "imports": [
@@ -44148,6 +44263,11 @@
44148
44263
  "kind": "require-call",
44149
44264
  "external": true
44150
44265
  },
44266
+ {
44267
+ "path": "classnames/dedupe",
44268
+ "kind": "require-call",
44269
+ "external": true
44270
+ },
44151
44271
  {
44152
44272
  "path": "react",
44153
44273
  "kind": "require-call",
@@ -45258,7 +45378,7 @@
45258
45378
  "bytesInOutput": 1198
45259
45379
  },
45260
45380
  "src/components/TextOrHTML/TextOrHTML.tsx": {
45261
- "bytesInOutput": 1326
45381
+ "bytesInOutput": 2505
45262
45382
  },
45263
45383
  "src/components/TextOrHTML/index.tsx": {
45264
45384
  "bytesInOutput": 124
@@ -45591,13 +45711,13 @@
45591
45711
  "bytesInOutput": 1552
45592
45712
  }
45593
45713
  },
45594
- "bytes": 195682
45714
+ "bytes": 196861
45595
45715
  },
45596
45716
  "dist/cjs/components/ErrorMessage/index.js.map": {
45597
45717
  "imports": [],
45598
45718
  "exports": [],
45599
45719
  "inputs": {},
45600
- "bytes": 340919
45720
+ "bytes": 342815
45601
45721
  },
45602
45722
  "dist/cjs/components/ErrorMessage/index.js": {
45603
45723
  "imports": [
@@ -45906,6 +46026,11 @@
45906
46026
  "kind": "require-call",
45907
46027
  "external": true
45908
46028
  },
46029
+ {
46030
+ "path": "classnames/dedupe",
46031
+ "kind": "require-call",
46032
+ "external": true
46033
+ },
45909
46034
  {
45910
46035
  "path": "react",
45911
46036
  "kind": "require-call",
@@ -47013,7 +47138,7 @@
47013
47138
  "bytesInOutput": 1198
47014
47139
  },
47015
47140
  "src/components/TextOrHTML/TextOrHTML.tsx": {
47016
- "bytesInOutput": 1326
47141
+ "bytesInOutput": 2505
47017
47142
  },
47018
47143
  "src/components/TextOrHTML/index.tsx": {
47019
47144
  "bytesInOutput": 124
@@ -47349,7 +47474,7 @@
47349
47474
  "bytesInOutput": 268
47350
47475
  }
47351
47476
  },
47352
- "bytes": 195682
47477
+ "bytes": 196861
47353
47478
  },
47354
47479
  "dist/cjs/components/DropdownMenu/DropdownMenu.js.map": {
47355
47480
  "imports": [],
@@ -48227,7 +48352,7 @@
48227
48352
  "imports": [],
48228
48353
  "exports": [],
48229
48354
  "inputs": {},
48230
- "bytes": 340944
48355
+ "bytes": 342840
48231
48356
  },
48232
48357
  "dist/cjs/components/DateField/DateField.js": {
48233
48358
  "imports": [
@@ -48481,6 +48606,11 @@
48481
48606
  "kind": "require-call",
48482
48607
  "external": true
48483
48608
  },
48609
+ {
48610
+ "path": "classnames/dedupe",
48611
+ "kind": "require-call",
48612
+ "external": true
48613
+ },
48484
48614
  {
48485
48615
  "path": "react",
48486
48616
  "kind": "require-call",
@@ -49622,7 +49752,7 @@
49622
49752
  "bytesInOutput": 1198
49623
49753
  },
49624
49754
  "src/components/TextOrHTML/TextOrHTML.tsx": {
49625
- "bytesInOutput": 1326
49755
+ "bytesInOutput": 2505
49626
49756
  },
49627
49757
  "src/components/TextOrHTML/index.tsx": {
49628
49758
  "bytesInOutput": 124
@@ -49979,13 +50109,13 @@
49979
50109
  "bytesInOutput": 3191
49980
50110
  }
49981
50111
  },
49982
- "bytes": 195698
50112
+ "bytes": 196877
49983
50113
  },
49984
50114
  "dist/cjs/components/DateField/index.js.map": {
49985
50115
  "imports": [],
49986
50116
  "exports": [],
49987
50117
  "inputs": {},
49988
- "bytes": 340960
50118
+ "bytes": 342856
49989
50119
  },
49990
50120
  "dist/cjs/components/DateField/index.js": {
49991
50121
  "imports": [
@@ -50239,6 +50369,11 @@
50239
50369
  "kind": "require-call",
50240
50370
  "external": true
50241
50371
  },
50372
+ {
50373
+ "path": "classnames/dedupe",
50374
+ "kind": "require-call",
50375
+ "external": true
50376
+ },
50242
50377
  {
50243
50378
  "path": "react",
50244
50379
  "kind": "require-call",
@@ -51380,7 +51515,7 @@
51380
51515
  "bytesInOutput": 1198
51381
51516
  },
51382
51517
  "src/components/TextOrHTML/TextOrHTML.tsx": {
51383
- "bytesInOutput": 1326
51518
+ "bytesInOutput": 2505
51384
51519
  },
51385
51520
  "src/components/TextOrHTML/index.tsx": {
51386
51521
  "bytesInOutput": 124
@@ -51737,7 +51872,7 @@
51737
51872
  "bytesInOutput": 389
51738
51873
  }
51739
51874
  },
51740
- "bytes": 195782
51875
+ "bytes": 196961
51741
51876
  },
51742
51877
  "dist/cjs/components/Container/Container.js.map": {
51743
51878
  "imports": [],
@@ -51849,7 +51984,7 @@
51849
51984
  "imports": [],
51850
51985
  "exports": [],
51851
51986
  "inputs": {},
51852
- "bytes": 340974
51987
+ "bytes": 342870
51853
51988
  },
51854
51989
  "dist/cjs/components/Combobox/Combobox.js": {
51855
51990
  "imports": [
@@ -52033,6 +52168,11 @@
52033
52168
  "kind": "require-call",
52034
52169
  "external": true
52035
52170
  },
52171
+ {
52172
+ "path": "classnames/dedupe",
52173
+ "kind": "require-call",
52174
+ "external": true
52175
+ },
52036
52176
  {
52037
52177
  "path": "react",
52038
52178
  "kind": "require-call",
@@ -53223,7 +53363,7 @@
53223
53363
  "bytesInOutput": 1192
53224
53364
  },
53225
53365
  "src/components/TextOrHTML/TextOrHTML.tsx": {
53226
- "bytesInOutput": 1322
53366
+ "bytesInOutput": 2496
53227
53367
  },
53228
53368
  "src/components/TextOrHTML/index.tsx": {
53229
53369
  "bytesInOutput": 124
@@ -53235,7 +53375,7 @@
53235
53375
  "bytesInOutput": 109
53236
53376
  },
53237
53377
  "src/components/Box/Box.tsx": {
53238
- "bytesInOutput": 1913
53378
+ "bytesInOutput": 1916
53239
53379
  },
53240
53380
  "src/components/Box/index.tsx": {
53241
53381
  "bytesInOutput": 103
@@ -53601,7 +53741,7 @@
53601
53741
  "bytesInOutput": 12106
53602
53742
  }
53603
53743
  },
53604
- "bytes": 195661
53744
+ "bytes": 196838
53605
53745
  },
53606
53746
  "dist/cjs/components/Combobox/Listbox.js.map": {
53607
53747
  "imports": [],
@@ -53709,7 +53849,7 @@
53709
53849
  "imports": [],
53710
53850
  "exports": [],
53711
53851
  "inputs": {},
53712
- "bytes": 341029
53852
+ "bytes": 342925
53713
53853
  },
53714
53854
  "dist/cjs/components/Combobox/index.js": {
53715
53855
  "imports": [
@@ -53893,6 +54033,11 @@
53893
54033
  "kind": "require-call",
53894
54034
  "external": true
53895
54035
  },
54036
+ {
54037
+ "path": "classnames/dedupe",
54038
+ "kind": "require-call",
54039
+ "external": true
54040
+ },
53896
54041
  {
53897
54042
  "path": "react",
53898
54043
  "kind": "require-call",
@@ -55074,7 +55219,7 @@
55074
55219
  "bytesInOutput": 1192
55075
55220
  },
55076
55221
  "src/components/TextOrHTML/TextOrHTML.tsx": {
55077
- "bytesInOutput": 1322
55222
+ "bytesInOutput": 2496
55078
55223
  },
55079
55224
  "src/components/TextOrHTML/index.tsx": {
55080
55225
  "bytesInOutput": 124
@@ -55086,7 +55231,7 @@
55086
55231
  "bytesInOutput": 109
55087
55232
  },
55088
55233
  "src/components/Box/Box.tsx": {
55089
- "bytesInOutput": 1913
55234
+ "bytesInOutput": 1916
55090
55235
  },
55091
55236
  "src/components/Box/index.tsx": {
55092
55237
  "bytesInOutput": 103
@@ -55461,7 +55606,7 @@
55461
55606
  "bytesInOutput": 320
55462
55607
  }
55463
55608
  },
55464
- "bytes": 195724
55609
+ "bytes": 196901
55465
55610
  },
55466
55611
  "dist/cjs/components/Combobox/types.js.map": {
55467
55612
  "imports": [],
@@ -55544,7 +55689,7 @@
55544
55689
  "imports": [],
55545
55690
  "exports": [],
55546
55691
  "inputs": {},
55547
- "bytes": 340962
55692
+ "bytes": 342858
55548
55693
  },
55549
55694
  "dist/cjs/components/Checkbox/Checkbox.js": {
55550
55695
  "imports": [
@@ -55853,6 +55998,11 @@
55853
55998
  "kind": "require-call",
55854
55999
  "external": true
55855
56000
  },
56001
+ {
56002
+ "path": "classnames/dedupe",
56003
+ "kind": "require-call",
56004
+ "external": true
56005
+ },
55856
56006
  {
55857
56007
  "path": "react",
55858
56008
  "kind": "require-call",
@@ -56960,7 +57110,7 @@
56960
57110
  "bytesInOutput": 1198
56961
57111
  },
56962
57112
  "src/components/TextOrHTML/TextOrHTML.tsx": {
56963
- "bytesInOutput": 1326
57113
+ "bytesInOutput": 2505
56964
57114
  },
56965
57115
  "src/components/TextOrHTML/index.tsx": {
56966
57116
  "bytesInOutput": 124
@@ -57296,13 +57446,13 @@
57296
57446
  "bytesInOutput": 4359
57297
57447
  }
57298
57448
  },
57299
- "bytes": 195660
57449
+ "bytes": 196839
57300
57450
  },
57301
57451
  "dist/cjs/components/Checkbox/CheckboxGroup.js.map": {
57302
57452
  "imports": [],
57303
57453
  "exports": [],
57304
57454
  "inputs": {},
57305
- "bytes": 340913
57455
+ "bytes": 342809
57306
57456
  },
57307
57457
  "dist/cjs/components/Checkbox/CheckboxGroup.js": {
57308
57458
  "imports": [
@@ -57611,6 +57761,11 @@
57611
57761
  "kind": "require-call",
57612
57762
  "external": true
57613
57763
  },
57764
+ {
57765
+ "path": "classnames/dedupe",
57766
+ "kind": "require-call",
57767
+ "external": true
57768
+ },
57614
57769
  {
57615
57770
  "path": "react",
57616
57771
  "kind": "require-call",
@@ -58718,7 +58873,7 @@
58718
58873
  "bytesInOutput": 1198
58719
58874
  },
58720
58875
  "src/components/TextOrHTML/TextOrHTML.tsx": {
58721
- "bytesInOutput": 1326
58876
+ "bytesInOutput": 2505
58722
58877
  },
58723
58878
  "src/components/TextOrHTML/index.tsx": {
58724
58879
  "bytesInOutput": 124
@@ -59054,13 +59209,13 @@
59054
59209
  "bytesInOutput": 5350
59055
59210
  }
59056
59211
  },
59057
- "bytes": 195688
59212
+ "bytes": 196867
59058
59213
  },
59059
59214
  "dist/cjs/components/Checkbox/index.js.map": {
59060
59215
  "imports": [],
59061
59216
  "exports": [],
59062
59217
  "inputs": {},
59063
- "bytes": 340924
59218
+ "bytes": 342820
59064
59219
  },
59065
59220
  "dist/cjs/components/Checkbox/index.js": {
59066
59221
  "imports": [
@@ -59369,6 +59524,11 @@
59369
59524
  "kind": "require-call",
59370
59525
  "external": true
59371
59526
  },
59527
+ {
59528
+ "path": "classnames/dedupe",
59529
+ "kind": "require-call",
59530
+ "external": true
59531
+ },
59372
59532
  {
59373
59533
  "path": "react",
59374
59534
  "kind": "require-call",
@@ -60476,7 +60636,7 @@
60476
60636
  "bytesInOutput": 1198
60477
60637
  },
60478
60638
  "src/components/TextOrHTML/TextOrHTML.tsx": {
60479
- "bytesInOutput": 1326
60639
+ "bytesInOutput": 2505
60480
60640
  },
60481
60641
  "src/components/TextOrHTML/index.tsx": {
60482
60642
  "bytesInOutput": 124
@@ -60812,7 +60972,7 @@
60812
60972
  "bytesInOutput": 319
60813
60973
  }
60814
60974
  },
60815
- "bytes": 195696
60975
+ "bytes": 196875
60816
60976
  },
60817
60977
  "dist/cjs/components/Button/Button.js.map": {
60818
60978
  "imports": [],
@@ -61403,7 +61563,7 @@
61403
61563
  "imports": [],
61404
61564
  "exports": [],
61405
61565
  "inputs": {},
61406
- "bytes": 11825
61566
+ "bytes": 13695
61407
61567
  },
61408
61568
  "dist/cjs/components/Alert/Alert.js": {
61409
61569
  "imports": [
@@ -61432,6 +61592,11 @@
61432
61592
  "kind": "require-call",
61433
61593
  "external": true
61434
61594
  },
61595
+ {
61596
+ "path": "classnames/dedupe",
61597
+ "kind": "require-call",
61598
+ "external": true
61599
+ },
61435
61600
  {
61436
61601
  "path": "react",
61437
61602
  "kind": "require-call",
@@ -61478,19 +61643,19 @@
61478
61643
  "bytesInOutput": 1598
61479
61644
  },
61480
61645
  "src/components/TextOrHTML/TextOrHTML.tsx": {
61481
- "bytesInOutput": 1031
61646
+ "bytesInOutput": 2060
61482
61647
  },
61483
61648
  "src/components/Text/Text.tsx": {
61484
61649
  "bytesInOutput": 945
61485
61650
  }
61486
61651
  },
61487
- "bytes": 7668
61652
+ "bytes": 8697
61488
61653
  },
61489
61654
  "dist/cjs/components/Alert/index.js.map": {
61490
61655
  "imports": [],
61491
61656
  "exports": [],
61492
61657
  "inputs": {},
61493
- "bytes": 11905
61658
+ "bytes": 13775
61494
61659
  },
61495
61660
  "dist/cjs/components/Alert/index.js": {
61496
61661
  "imports": [
@@ -61519,6 +61684,11 @@
61519
61684
  "kind": "require-call",
61520
61685
  "external": true
61521
61686
  },
61687
+ {
61688
+ "path": "classnames/dedupe",
61689
+ "kind": "require-call",
61690
+ "external": true
61691
+ },
61522
61692
  {
61523
61693
  "path": "react",
61524
61694
  "kind": "require-call",
@@ -61568,13 +61738,13 @@
61568
61738
  "bytesInOutput": 1598
61569
61739
  },
61570
61740
  "src/components/TextOrHTML/TextOrHTML.tsx": {
61571
- "bytesInOutput": 1031
61741
+ "bytesInOutput": 2060
61572
61742
  },
61573
61743
  "src/components/Text/Text.tsx": {
61574
61744
  "bytesInOutput": 945
61575
61745
  }
61576
61746
  },
61577
- "bytes": 7703
61747
+ "bytes": 8732
61578
61748
  },
61579
61749
  "dist/cjs/components/AddressLookup/utils.js.map": {
61580
61750
  "imports": [],
@@ -61597,7 +61767,7 @@
61597
61767
  "imports": [],
61598
61768
  "exports": [],
61599
61769
  "inputs": {},
61600
- "bytes": 340971
61770
+ "bytes": 342867
61601
61771
  },
61602
61772
  "dist/cjs/components/AddressLookup/AddressLookup.js": {
61603
61773
  "imports": [
@@ -61766,6 +61936,11 @@
61766
61936
  "kind": "require-call",
61767
61937
  "external": true
61768
61938
  },
61939
+ {
61940
+ "path": "classnames/dedupe",
61941
+ "kind": "require-call",
61942
+ "external": true
61943
+ },
61769
61944
  {
61770
61945
  "path": "react",
61771
61946
  "kind": "require-call",
@@ -62956,7 +63131,7 @@
62956
63131
  "bytesInOutput": 1192
62957
63132
  },
62958
63133
  "src/components/TextOrHTML/TextOrHTML.tsx": {
62959
- "bytesInOutput": 1319
63134
+ "bytesInOutput": 2493
62960
63135
  },
62961
63136
  "src/components/TextOrHTML/index.tsx": {
62962
63137
  "bytesInOutput": 124
@@ -62968,7 +63143,7 @@
62968
63143
  "bytesInOutput": 109
62969
63144
  },
62970
63145
  "src/components/Box/Box.tsx": {
62971
- "bytesInOutput": 1913
63146
+ "bytesInOutput": 1916
62972
63147
  },
62973
63148
  "src/components/Box/index.tsx": {
62974
63149
  "bytesInOutput": 103
@@ -63349,7 +63524,7 @@
63349
63524
  "bytesInOutput": 3164
63350
63525
  }
63351
63526
  },
63352
- "bytes": 195692
63527
+ "bytes": 196869
63353
63528
  },
63354
63529
  "dist/cjs/components/AddressLookup/LoqateAddressLookupError.js.map": {
63355
63530
  "imports": [],
@@ -63392,7 +63567,7 @@
63392
63567
  "imports": [],
63393
63568
  "exports": [],
63394
63569
  "inputs": {},
63395
- "bytes": 342977
63570
+ "bytes": 344873
63396
63571
  },
63397
63572
  "dist/cjs/components/AddressLookup/index.js": {
63398
63573
  "imports": [
@@ -63561,6 +63736,11 @@
63561
63736
  "kind": "require-call",
63562
63737
  "external": true
63563
63738
  },
63739
+ {
63740
+ "path": "classnames/dedupe",
63741
+ "kind": "require-call",
63742
+ "external": true
63743
+ },
63564
63744
  {
63565
63745
  "path": "react",
63566
63746
  "kind": "require-call",
@@ -64742,7 +64922,7 @@
64742
64922
  "bytesInOutput": 1192
64743
64923
  },
64744
64924
  "src/components/TextOrHTML/TextOrHTML.tsx": {
64745
- "bytesInOutput": 1319
64925
+ "bytesInOutput": 2493
64746
64926
  },
64747
64927
  "src/components/TextOrHTML/index.tsx": {
64748
64928
  "bytesInOutput": 124
@@ -64754,7 +64934,7 @@
64754
64934
  "bytesInOutput": 109
64755
64935
  },
64756
64936
  "src/components/Box/Box.tsx": {
64757
- "bytesInOutput": 1913
64937
+ "bytesInOutput": 1916
64758
64938
  },
64759
64939
  "src/components/Box/index.tsx": {
64760
64940
  "bytesInOutput": 103
@@ -65147,7 +65327,7 @@
65147
65327
  "bytesInOutput": 398
65148
65328
  }
65149
65329
  },
65150
- "bytes": 200155
65330
+ "bytes": 201332
65151
65331
  },
65152
65332
  "dist/cjs/components/AddressLookup/types.js.map": {
65153
65333
  "imports": [],