@instructure/ui-icons 8.13.1-snapshot.9 → 8.14.0

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 (47) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/es/IconArrowDoubleEndLine.js +2 -1
  3. package/es/IconArrowDoubleEndSolid.js +2 -1
  4. package/es/IconArrowDoubleStartLine.js +2 -1
  5. package/es/IconArrowDoubleStartSolid.js +2 -1
  6. package/es/font/Line/InstructureIcons-Line.css +8 -0
  7. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  8. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  9. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  10. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  11. package/es/font/Line/InstructureIcons-Line_icon-map.scss +2 -2
  12. package/es/font/Solid/InstructureIcons-Solid.css +8 -0
  13. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  14. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  15. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  16. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  17. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +2 -2
  18. package/es/font/index.js +4 -4
  19. package/es/index.js +126 -126
  20. package/lib/IconArrowDoubleEndLine.js +2 -1
  21. package/lib/IconArrowDoubleEndSolid.js +2 -1
  22. package/lib/IconArrowDoubleStartLine.js +2 -1
  23. package/lib/IconArrowDoubleStartSolid.js +2 -1
  24. package/lib/font/Line/InstructureIcons-Line.css +8 -0
  25. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  26. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  27. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  28. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  29. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +2 -2
  30. package/lib/font/Solid/InstructureIcons-Solid.css +8 -0
  31. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  32. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  33. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  34. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  35. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +2 -2
  36. package/lib/font/index.js +4 -4
  37. package/lib/index.js +127 -127
  38. package/package.json +7 -7
  39. package/tsconfig.build.json +10 -3
  40. package/tsconfig.build.tsbuildinfo +1 -0
  41. package/types/IconArrowDoubleEndLine.d.ts.map +1 -1
  42. package/types/IconArrowDoubleEndSolid.d.ts.map +1 -1
  43. package/types/IconArrowDoubleStartLine.d.ts.map +1 -1
  44. package/types/IconArrowDoubleStartSolid.d.ts.map +1 -1
  45. package/types/index.d.ts +126 -126
  46. package/types/index.d.ts.map +1 -1
  47. package/LICENSE.md +0 -27
@@ -135,11 +135,19 @@
135
135
  content: "\EA10";
136
136
  }
137
137
 
138
+ [dir="rtl"] .icon-arrow-double-end::before {
139
+ transform: scale3d(-1, 1, 1);
140
+ }
141
+
138
142
 
139
143
  .icon-arrow-double-start::before {
140
144
  content: "\EA11";
141
145
  }
142
146
 
147
+ [dir="rtl"] .icon-arrow-double-start::before {
148
+ transform: scale3d(-1, 1, 1);
149
+ }
150
+
143
151
 
144
152
  .icon-arrow-down::before {
145
153
  content: "\EA12";
@@ -368,8 +368,8 @@ annotate: "true",
368
368
  announcement: "true",
369
369
 
370
370
 
371
-
372
-
371
+ arrow-double-end: "true",
372
+ arrow-double-start: "true",
373
373
 
374
374
  arrow-end: "true",
375
375
  arrow-left: "true",
@@ -135,11 +135,19 @@
135
135
  content: "\EA10";
136
136
  }
137
137
 
138
+ [dir="rtl"] .icon-arrow-double-end::before {
139
+ transform: scale3d(-1, 1, 1);
140
+ }
141
+
138
142
 
139
143
  .icon-arrow-double-start::before {
140
144
  content: "\EA11";
141
145
  }
142
146
 
147
+ [dir="rtl"] .icon-arrow-double-start::before {
148
+ transform: scale3d(-1, 1, 1);
149
+ }
150
+
143
151
 
144
152
  .icon-arrow-down::before {
145
153
  content: "\EA12";
@@ -368,8 +368,8 @@ annotate: "true",
368
368
  announcement: "true",
369
369
 
370
370
 
371
-
372
-
371
+ arrow-double-end: "true",
372
+ arrow-double-start: "true",
373
373
 
374
374
  arrow-end: "true",
375
375
  arrow-left: "true",
package/lib/font/index.js CHANGED
@@ -348,7 +348,7 @@ const IconArrowDoubleEndLine = {
348
348
  "codepoint": "EA10",
349
349
  "className": "icon-arrow-double-end",
350
350
  "classes": ["icon-line", "icon-arrow-double-end"],
351
- "bidirectional": false,
351
+ "bidirectional": true,
352
352
  "deprecated": false
353
353
  };
354
354
  exports.IconArrowDoubleEndLine = IconArrowDoubleEndLine;
@@ -359,7 +359,7 @@ const IconArrowDoubleEndSolid = {
359
359
  "codepoint": "EA10",
360
360
  "className": "icon-arrow-double-end",
361
361
  "classes": ["icon-solid", "icon-arrow-double-end"],
362
- "bidirectional": false,
362
+ "bidirectional": true,
363
363
  "deprecated": false
364
364
  };
365
365
  exports.IconArrowDoubleEndSolid = IconArrowDoubleEndSolid;
@@ -370,7 +370,7 @@ const IconArrowDoubleStartLine = {
370
370
  "codepoint": "EA11",
371
371
  "className": "icon-arrow-double-start",
372
372
  "classes": ["icon-line", "icon-arrow-double-start"],
373
- "bidirectional": false,
373
+ "bidirectional": true,
374
374
  "deprecated": false
375
375
  };
376
376
  exports.IconArrowDoubleStartLine = IconArrowDoubleStartLine;
@@ -381,7 +381,7 @@ const IconArrowDoubleStartSolid = {
381
381
  "codepoint": "EA11",
382
382
  "className": "icon-arrow-double-start",
383
383
  "classes": ["icon-solid", "icon-arrow-double-start"],
384
- "bidirectional": false,
384
+ "bidirectional": true,
385
385
  "deprecated": false
386
386
  };
387
387
  exports.IconArrowDoubleStartSolid = IconArrowDoubleStartSolid;