@carbon/react 0.15.2 → 0.16.1
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/es/index.js +1 -1
- package/icons/es/icons-react/next/index.esm.js +2 -2
- package/icons/es/index.js +1 -1
- package/icons/lib/icons-react/next/index.esm.js +37 -1
- package/icons/lib/index.js +36 -0
- package/lib/index.js +32 -24
- package/package.json +7 -7
- package/scss/components/aspect-ratio/_index.scss +9 -0
- package/scss/grid/_config.scss +9 -0
- package/scss/grid/_flexbox.scss +9 -0
- package/scss/{_grid.scss → grid/_index.scss} +0 -0
- package/scss/utilities/_convert.scss +9 -0
- package/scss/utilities/_z-index.scss +9 -0
package/icons/lib/index.js
CHANGED
|
@@ -56,6 +56,7 @@ exports.AlignVerticalBottom = index_esm.AlignVerticalBottom;
|
|
|
56
56
|
exports.AlignVerticalCenter = index_esm.AlignVerticalCenter;
|
|
57
57
|
exports.AlignVerticalTop = index_esm.AlignVerticalTop;
|
|
58
58
|
exports.Analytics = index_esm.Analytics;
|
|
59
|
+
exports.AnalyticsCustom = index_esm.AnalyticsCustom;
|
|
59
60
|
exports.AnalyticsReference = index_esm.AnalyticsReference;
|
|
60
61
|
exports.Aperture = index_esm.Aperture;
|
|
61
62
|
exports.Api = index_esm.Api;
|
|
@@ -87,6 +88,9 @@ exports.ArrowsHorizontal = index_esm.ArrowsHorizontal;
|
|
|
87
88
|
exports.ArrowsVertical = index_esm.ArrowsVertical;
|
|
88
89
|
exports.Asleep = index_esm.Asleep;
|
|
89
90
|
exports.AsleepFilled = index_esm.AsleepFilled;
|
|
91
|
+
exports.Assembly = index_esm.Assembly;
|
|
92
|
+
exports.AssemblyCluster = index_esm.AssemblyCluster;
|
|
93
|
+
exports.AssemblyReference = index_esm.AssemblyReference;
|
|
90
94
|
exports.Asset = index_esm.Asset;
|
|
91
95
|
exports.AssetConfirm = index_esm.AssetConfirm;
|
|
92
96
|
exports.AssetDigitalTwin = index_esm.AssetDigitalTwin;
|
|
@@ -158,6 +162,8 @@ exports.BuildingInsights_3 = index_esm.BuildingInsights_3;
|
|
|
158
162
|
exports.Bullhorn = index_esm.Bullhorn;
|
|
159
163
|
exports.Buoy = index_esm.Buoy;
|
|
160
164
|
exports.Bus = index_esm.Bus;
|
|
165
|
+
exports.ButtonCentered = index_esm.ButtonCentered;
|
|
166
|
+
exports.ButtonFlushLeft = index_esm.ButtonFlushLeft;
|
|
161
167
|
exports.CabinCare = index_esm.CabinCare;
|
|
162
168
|
exports.CabinCareAlert = index_esm.CabinCareAlert;
|
|
163
169
|
exports.CabinCareAlt = index_esm.CabinCareAlt;
|
|
@@ -179,6 +185,8 @@ exports.Car = index_esm.Car;
|
|
|
179
185
|
exports.CarFront = index_esm.CarFront;
|
|
180
186
|
exports.Carbon = index_esm.Carbon;
|
|
181
187
|
exports.CarbonAccounting = index_esm.CarbonAccounting;
|
|
188
|
+
exports.CarbonForIbmDotcom = index_esm.CarbonForIbmDotcom;
|
|
189
|
+
exports.CarbonForIbmProduct = index_esm.CarbonForIbmProduct;
|
|
182
190
|
exports.CaretDown = index_esm.CaretDown;
|
|
183
191
|
exports.CaretLeft = index_esm.CaretLeft;
|
|
184
192
|
exports.CaretRight = index_esm.CaretRight;
|
|
@@ -205,7 +213,15 @@ exports.CenterToFit = index_esm.CenterToFit;
|
|
|
205
213
|
exports.Certificate = index_esm.Certificate;
|
|
206
214
|
exports.CertificateCheck = index_esm.CertificateCheck;
|
|
207
215
|
exports.ChangeCatalog = index_esm.ChangeCatalog;
|
|
216
|
+
exports.CharacterDecimal = index_esm.CharacterDecimal;
|
|
217
|
+
exports.CharacterFraction = index_esm.CharacterFraction;
|
|
218
|
+
exports.CharacterInteger = index_esm.CharacterInteger;
|
|
219
|
+
exports.CharacterLowerCase = index_esm.CharacterLowerCase;
|
|
220
|
+
exports.CharacterNegativeNumber = index_esm.CharacterNegativeNumber;
|
|
208
221
|
exports.CharacterPatterns = index_esm.CharacterPatterns;
|
|
222
|
+
exports.CharacterSentenceCase = index_esm.CharacterSentenceCase;
|
|
223
|
+
exports.CharacterUpperCase = index_esm.CharacterUpperCase;
|
|
224
|
+
exports.CharacterWholeNumber = index_esm.CharacterWholeNumber;
|
|
209
225
|
exports.ChargingStation = index_esm.ChargingStation;
|
|
210
226
|
exports.ChargingStationFilled = index_esm.ChargingStationFilled;
|
|
211
227
|
exports.ChartArea = index_esm.ChartArea;
|
|
@@ -385,6 +401,7 @@ exports.Continue = index_esm.Continue;
|
|
|
385
401
|
exports.ContinueFilled = index_esm.ContinueFilled;
|
|
386
402
|
exports.Contrast = index_esm.Contrast;
|
|
387
403
|
exports.ConvertToCloud = index_esm.ConvertToCloud;
|
|
404
|
+
exports.Cookie = index_esm.Cookie;
|
|
388
405
|
exports.Copy = index_esm.Copy;
|
|
389
406
|
exports.CopyFile = index_esm.CopyFile;
|
|
390
407
|
exports.CopyLink = index_esm.CopyLink;
|
|
@@ -440,6 +457,7 @@ exports.DataCollection = index_esm.DataCollection;
|
|
|
440
457
|
exports.DataConnected = index_esm.DataConnected;
|
|
441
458
|
exports.DataDefinition = index_esm.DataDefinition;
|
|
442
459
|
exports.DataDiode = index_esm.DataDiode;
|
|
460
|
+
exports.DataEnrichment = index_esm.DataEnrichment;
|
|
443
461
|
exports.DataError = index_esm.DataError;
|
|
444
462
|
exports.DataFormat = index_esm.DataFormat;
|
|
445
463
|
exports.DataPlayer = index_esm.DataPlayer;
|
|
@@ -677,6 +695,7 @@ exports.FlightSchedule = index_esm.FlightSchedule;
|
|
|
677
695
|
exports.FloatingIp = index_esm.FloatingIp;
|
|
678
696
|
exports.Flood = index_esm.Flood;
|
|
679
697
|
exports.FloodWarning = index_esm.FloodWarning;
|
|
698
|
+
exports.Floorplan = index_esm.Floorplan;
|
|
680
699
|
exports.Flow = index_esm.Flow;
|
|
681
700
|
exports.FlowConnection = index_esm.FlowConnection;
|
|
682
701
|
exports.FlowData = index_esm.FlowData;
|
|
@@ -797,6 +816,7 @@ exports.IbmCloudPakNetworkAutomation = index_esm.IbmCloudPakNetworkAutomation;
|
|
|
797
816
|
exports.IbmCloudPakSecurity = index_esm.IbmCloudPakSecurity;
|
|
798
817
|
exports.IbmCloudPakSystem = index_esm.IbmCloudPakSystem;
|
|
799
818
|
exports.IbmCloudPakWatsonAiops = index_esm.IbmCloudPakWatsonAiops;
|
|
819
|
+
exports.IbmCloudSecurityComplianceCenter = index_esm.IbmCloudSecurityComplianceCenter;
|
|
800
820
|
exports.IbmCloudSubnets = index_esm.IbmCloudSubnets;
|
|
801
821
|
exports.IbmCloudTransitGateway = index_esm.IbmCloudTransitGateway;
|
|
802
822
|
exports.IbmCloudVpcEndpoints = index_esm.IbmCloudVpcEndpoints;
|
|
@@ -804,6 +824,7 @@ exports.IbmDataReplication = index_esm.IbmDataReplication;
|
|
|
804
824
|
exports.IbmMatch_360 = index_esm.IbmMatch_360;
|
|
805
825
|
exports.IbmSecurity = index_esm.IbmSecurity;
|
|
806
826
|
exports.IbmSecurityServices = index_esm.IbmSecurityServices;
|
|
827
|
+
exports.IbmWatsonOrders = index_esm.IbmWatsonOrders;
|
|
807
828
|
exports.IceAccretion = index_esm.IceAccretion;
|
|
808
829
|
exports.IceVision = index_esm.IceVision;
|
|
809
830
|
exports.Icon = index_esm.Icon;
|
|
@@ -844,6 +865,14 @@ exports.InstanceCx = index_esm.InstanceCx;
|
|
|
844
865
|
exports.InstanceMx = index_esm.InstanceMx;
|
|
845
866
|
exports.InstanceVirtual = index_esm.InstanceVirtual;
|
|
846
867
|
exports.Integration = index_esm.Integration;
|
|
868
|
+
exports.IntentRequestActive = index_esm.IntentRequestActive;
|
|
869
|
+
exports.IntentRequestCreate = index_esm.IntentRequestCreate;
|
|
870
|
+
exports.IntentRequestHeal = index_esm.IntentRequestHeal;
|
|
871
|
+
exports.IntentRequestInactive = index_esm.IntentRequestInactive;
|
|
872
|
+
exports.IntentRequestScaleIn = index_esm.IntentRequestScaleIn;
|
|
873
|
+
exports.IntentRequestScaleOut = index_esm.IntentRequestScaleOut;
|
|
874
|
+
exports.IntentRequestUninstall = index_esm.IntentRequestUninstall;
|
|
875
|
+
exports.IntentRequestUpgrade = index_esm.IntentRequestUpgrade;
|
|
847
876
|
exports.Interactions = index_esm.Interactions;
|
|
848
877
|
exports.Intersect = index_esm.Intersect;
|
|
849
878
|
exports.IntrusionPrevention = index_esm.IntrusionPrevention;
|
|
@@ -1237,6 +1266,7 @@ exports.Printer = index_esm.Printer;
|
|
|
1237
1266
|
exports.Product = index_esm.Product;
|
|
1238
1267
|
exports.ProgressBar = index_esm.ProgressBar;
|
|
1239
1268
|
exports.ProgressBarRound = index_esm.ProgressBarRound;
|
|
1269
|
+
exports.PropertyRelationship = index_esm.PropertyRelationship;
|
|
1240
1270
|
exports.Purchase = index_esm.Purchase;
|
|
1241
1271
|
exports.QBarrier = index_esm.QBarrier;
|
|
1242
1272
|
exports.QBlochSphere = index_esm.QBlochSphere;
|
|
@@ -1371,6 +1401,8 @@ exports.ScanAlt = index_esm.ScanAlt;
|
|
|
1371
1401
|
exports.ScanDisabled = index_esm.ScanDisabled;
|
|
1372
1402
|
exports.ScatterMatrix = index_esm.ScatterMatrix;
|
|
1373
1403
|
exports.Schematics = index_esm.Schematics;
|
|
1404
|
+
exports.ScisControlTower = index_esm.ScisControlTower;
|
|
1405
|
+
exports.ScisTransparentSupply = index_esm.ScisTransparentSupply;
|
|
1374
1406
|
exports.Scooter = index_esm.Scooter;
|
|
1375
1407
|
exports.ScooterFront = index_esm.ScooterFront;
|
|
1376
1408
|
exports.Screen = index_esm.Screen;
|
|
@@ -1456,6 +1488,9 @@ exports.SnowScattered = index_esm.SnowScattered;
|
|
|
1456
1488
|
exports.SnowScatteredNight = index_esm.SnowScatteredNight;
|
|
1457
1489
|
exports.Snowflake = index_esm.Snowflake;
|
|
1458
1490
|
exports.Soccer = index_esm.Soccer;
|
|
1491
|
+
exports.SoftwareResource = index_esm.SoftwareResource;
|
|
1492
|
+
exports.SoftwareResourceCluster = index_esm.SoftwareResourceCluster;
|
|
1493
|
+
exports.SoftwareResourceResource = index_esm.SoftwareResourceResource;
|
|
1459
1494
|
exports.SoilMoisture = index_esm.SoilMoisture;
|
|
1460
1495
|
exports.SoilMoistureField = index_esm.SoilMoistureField;
|
|
1461
1496
|
exports.SoilMoistureGlobal = index_esm.SoilMoistureGlobal;
|
|
@@ -1465,6 +1500,7 @@ exports.SoilTemperatureGlobal = index_esm.SoilTemperatureGlobal;
|
|
|
1465
1500
|
exports.SolarPanel = index_esm.SolarPanel;
|
|
1466
1501
|
exports.SortAscending = index_esm.SortAscending;
|
|
1467
1502
|
exports.SortDescending = index_esm.SortDescending;
|
|
1503
|
+
exports.SortRemove = index_esm.SortRemove;
|
|
1468
1504
|
exports.SpellCheck = index_esm.SpellCheck;
|
|
1469
1505
|
exports.Split = index_esm.Split;
|
|
1470
1506
|
exports.SplitScreen = index_esm.SplitScreen;
|
package/lib/index.js
CHANGED
|
@@ -83,6 +83,10 @@ Object.defineProperty(exports, 'Column', {
|
|
|
83
83
|
enumerable: true,
|
|
84
84
|
get: function () { return carbonComponentsReact.Column; }
|
|
85
85
|
});
|
|
86
|
+
Object.defineProperty(exports, 'ColumnHang', {
|
|
87
|
+
enumerable: true,
|
|
88
|
+
get: function () { return carbonComponentsReact.unstable_ColumnHang; }
|
|
89
|
+
});
|
|
86
90
|
Object.defineProperty(exports, 'ComboBox', {
|
|
87
91
|
enumerable: true,
|
|
88
92
|
get: function () { return carbonComponentsReact.ComboBox; }
|
|
@@ -275,6 +279,10 @@ Object.defineProperty(exports, 'IconSkeleton', {
|
|
|
275
279
|
enumerable: true,
|
|
276
280
|
get: function () { return carbonComponentsReact.IconSkeleton; }
|
|
277
281
|
});
|
|
282
|
+
Object.defineProperty(exports, 'IconTab', {
|
|
283
|
+
enumerable: true,
|
|
284
|
+
get: function () { return carbonComponentsReact.unstable_IconTab; }
|
|
285
|
+
});
|
|
278
286
|
Object.defineProperty(exports, 'InlineLoading', {
|
|
279
287
|
enumerable: true,
|
|
280
288
|
get: function () { return carbonComponentsReact.InlineLoading; }
|
|
@@ -379,6 +387,10 @@ Object.defineProperty(exports, 'PrimaryButton', {
|
|
|
379
387
|
enumerable: true,
|
|
380
388
|
get: function () { return carbonComponentsReact.PrimaryButton; }
|
|
381
389
|
});
|
|
390
|
+
Object.defineProperty(exports, 'ProgressBar', {
|
|
391
|
+
enumerable: true,
|
|
392
|
+
get: function () { return carbonComponentsReact.unstable_ProgressBar; }
|
|
393
|
+
});
|
|
382
394
|
Object.defineProperty(exports, 'ProgressIndicator', {
|
|
383
395
|
enumerable: true,
|
|
384
396
|
get: function () { return carbonComponentsReact.ProgressIndicator; }
|
|
@@ -507,6 +519,10 @@ Object.defineProperty(exports, 'SideNavSwitcher', {
|
|
|
507
519
|
enumerable: true,
|
|
508
520
|
get: function () { return carbonComponentsReact.SideNavSwitcher; }
|
|
509
521
|
});
|
|
522
|
+
Object.defineProperty(exports, 'SkeletonIcon', {
|
|
523
|
+
enumerable: true,
|
|
524
|
+
get: function () { return carbonComponentsReact.SkeletonIcon; }
|
|
525
|
+
});
|
|
510
526
|
Object.defineProperty(exports, 'SkeletonPlaceholder', {
|
|
511
527
|
enumerable: true,
|
|
512
528
|
get: function () { return carbonComponentsReact.SkeletonPlaceholder; }
|
|
@@ -583,6 +599,18 @@ Object.defineProperty(exports, 'TabContent', {
|
|
|
583
599
|
enumerable: true,
|
|
584
600
|
get: function () { return carbonComponentsReact.TabContent; }
|
|
585
601
|
});
|
|
602
|
+
Object.defineProperty(exports, 'TabList', {
|
|
603
|
+
enumerable: true,
|
|
604
|
+
get: function () { return carbonComponentsReact.unstable_TabList; }
|
|
605
|
+
});
|
|
606
|
+
Object.defineProperty(exports, 'TabPanel', {
|
|
607
|
+
enumerable: true,
|
|
608
|
+
get: function () { return carbonComponentsReact.unstable_TabPanel; }
|
|
609
|
+
});
|
|
610
|
+
Object.defineProperty(exports, 'TabPanels', {
|
|
611
|
+
enumerable: true,
|
|
612
|
+
get: function () { return carbonComponentsReact.unstable_TabPanels; }
|
|
613
|
+
});
|
|
586
614
|
Object.defineProperty(exports, 'Table', {
|
|
587
615
|
enumerable: true,
|
|
588
616
|
get: function () { return carbonComponentsReact.Table; }
|
|
@@ -699,6 +727,10 @@ Object.defineProperty(exports, 'Theme', {
|
|
|
699
727
|
enumerable: true,
|
|
700
728
|
get: function () { return carbonComponentsReact.unstable_Theme; }
|
|
701
729
|
});
|
|
730
|
+
Object.defineProperty(exports, 'ThemeContext', {
|
|
731
|
+
enumerable: true,
|
|
732
|
+
get: function () { return carbonComponentsReact.unstable_ThemeContext; }
|
|
733
|
+
});
|
|
702
734
|
Object.defineProperty(exports, 'Tile', {
|
|
703
735
|
enumerable: true,
|
|
704
736
|
get: function () { return carbonComponentsReact.Tile; }
|
|
@@ -779,10 +811,6 @@ Object.defineProperty(exports, 'VStack', {
|
|
|
779
811
|
enumerable: true,
|
|
780
812
|
get: function () { return carbonComponentsReact.unstable_VStack; }
|
|
781
813
|
});
|
|
782
|
-
Object.defineProperty(exports, 'unstable_IconTab', {
|
|
783
|
-
enumerable: true,
|
|
784
|
-
get: function () { return carbonComponentsReact.unstable_IconTab; }
|
|
785
|
-
});
|
|
786
814
|
Object.defineProperty(exports, 'unstable_Menu', {
|
|
787
815
|
enumerable: true,
|
|
788
816
|
get: function () { return carbonComponentsReact.unstable_Menu; }
|
|
@@ -815,26 +843,6 @@ Object.defineProperty(exports, 'unstable_Pagination', {
|
|
|
815
843
|
enumerable: true,
|
|
816
844
|
get: function () { return carbonComponentsReact.unstable_Pagination; }
|
|
817
845
|
});
|
|
818
|
-
Object.defineProperty(exports, 'unstable_ProgressBar', {
|
|
819
|
-
enumerable: true,
|
|
820
|
-
get: function () { return carbonComponentsReact.unstable_ProgressBar; }
|
|
821
|
-
});
|
|
822
|
-
Object.defineProperty(exports, 'unstable_TabList', {
|
|
823
|
-
enumerable: true,
|
|
824
|
-
get: function () { return carbonComponentsReact.unstable_TabList; }
|
|
825
|
-
});
|
|
826
|
-
Object.defineProperty(exports, 'unstable_TabPanel', {
|
|
827
|
-
enumerable: true,
|
|
828
|
-
get: function () { return carbonComponentsReact.unstable_TabPanel; }
|
|
829
|
-
});
|
|
830
|
-
Object.defineProperty(exports, 'unstable_TabPanels', {
|
|
831
|
-
enumerable: true,
|
|
832
|
-
get: function () { return carbonComponentsReact.unstable_TabPanels; }
|
|
833
|
-
});
|
|
834
|
-
Object.defineProperty(exports, 'unstable_ThemeContext', {
|
|
835
|
-
enumerable: true,
|
|
836
|
-
get: function () { return carbonComponentsReact.unstable_ThemeContext; }
|
|
837
|
-
});
|
|
838
846
|
Object.defineProperty(exports, 'unstable_TreeNode', {
|
|
839
847
|
enumerable: true,
|
|
840
848
|
get: function () { return carbonComponentsReact.unstable_TreeNode; }
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/react",
|
|
3
3
|
"description": "React components for the Carbon Design System",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.16.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@carbon/feature-flags": "^0.7.0",
|
|
46
|
-
"@carbon/icons-react": "^10.
|
|
47
|
-
"@carbon/styles": "^0.
|
|
46
|
+
"@carbon/icons-react": "^10.48.0",
|
|
47
|
+
"@carbon/styles": "^0.16.1",
|
|
48
48
|
"@carbon/telemetry": "0.0.0-alpha.6",
|
|
49
|
-
"carbon-components": "^10.
|
|
50
|
-
"carbon-components-react": "^7.
|
|
49
|
+
"carbon-components": "^10.55.1",
|
|
50
|
+
"carbon-components-react": "^7.55.1",
|
|
51
51
|
"carbon-icons": "^7.0.7"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@babel/plugin-transform-react-constant-elements": "^7.16.7",
|
|
59
59
|
"@babel/preset-env": "^7.16.7",
|
|
60
60
|
"@babel/preset-react": "^7.16.7",
|
|
61
|
-
"@carbon/themes": "^10.
|
|
61
|
+
"@carbon/themes": "^10.53.1",
|
|
62
62
|
"@rollup/plugin-babel": "^5.3.0",
|
|
63
63
|
"@rollup/plugin-commonjs": "^21.0.0",
|
|
64
64
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"lib/prefix.js",
|
|
106
106
|
"src/prefix.js"
|
|
107
107
|
],
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "e2c445f242cdd201c73e55dc10a998f3dec73ec4"
|
|
109
109
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2018, 2018
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/components/aspect-ratio';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2018, 2018
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/grid/config';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2018, 2018
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/grid/flexbox';
|
|
File without changes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2018, 2018
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/utilities/convert';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2018, 2018
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/utilities/z-index';
|